1. 20c9228 Patch by Per Cederqvist, seemingly approved by The Dragon: by Guido van Rossum · 25 years ago
  2. 4747f7f Markup nits. by Fred Drake · 25 years ago
  3. 4f6e4fb Added "See also" reference to xdrlib. by Fred Drake · 25 years ago
  4. 69fa563 Markup nits. by Fred Drake · 25 years ago
  5. 8307e21 Mark the references to module names use \module or \refmodule (the by Fred Drake · 25 years ago
  6. 6ed122a Important fix mentioned by The Dragon De Monsyne: the sendmail() by Guido van Rossum · 25 years ago
  7. eda80ea Correct spelling of length, discovered by Christian Tismer. by Guido van Rossum · 25 years ago
  8. a889add Oops; minor nit in example: none of the other interactive examples by Fred Drake · 25 years ago
  9. ca675e4 do_cmd_funcline(): Remove some bogus generated stuff from the output by Fred Drake · 25 years ago
  10. 3d815bd Added link to xdrlib module in "See also" section. by Fred Drake · 25 years ago
  11. da4b25e Patch by Tim Peters to speed up colorizing of big multiline strings. by Guido van Rossum · 25 years ago
  12. 743007d Patch by Christian Tismer for Win32, to use FormatMessage() instead of by Guido van Rossum · 25 years ago
  13. 085b812 Fix some remaining index & consistency nits. (Many data member by Fred Drake · 25 years ago
  14. c3fcd6f Added index entry for "file objects"; this is appearantly referenced by Fred Drake · 25 years ago
  15. eb67a7b improved scrollbar delay behavior -- jvr by Just van Rossum · 25 years ago
  16. 7ceb577 Added doc for the "module" attribute on the class descriptor objects; by Fred Drake · 25 years ago
  17. 79d4398 For an event 'foo-bar', the corresponding method must be called by Guido van Rossum · 25 years ago
  18. a670d0c Restored the original IDLE color scheme. by Guido van Rossum · 25 years ago
  19. 7de6975 Color preferences code by Loren Luke (massaged by me somewhat) by Guido van Rossum · 25 years ago
  20. cfb819e Patch by Mark Favas: it fixes the search engine behaviour where an by Guido van Rossum · 25 years ago
  21. ad56daf Added example use of pack_list() to help explain the pack_item by Fred Drake · 25 years ago
  22. 068d572 Calling _cleanup() does not guarantee that all processes have by Guido van Rossum · 25 years ago
  23. 4ae5269 Updated to reflect additions. by Fred Drake · 25 years ago
  24. 32c562b colorsys docs from David Ascher. by Fred Drake · 25 years ago
  25. 9d15881 bsddb docs from Skip Montanaro; added interesting links. by Fred Drake · 25 years ago
  26. 247a78a Utility function that yields a properly formatted time string. by Guido van Rossum · 25 years ago
  27. f340114 Relocating file to Lib/lib-tk. by Fred Drake · 25 years ago
  28. 1b9e0aa Jim Fulton writes: by Guido van Rossum · 25 years ago
  29. dc8b569 Patch from Tim Peters to repare a the problem that tracebacks are off by Guido van Rossum · 25 years ago
  30. 9bcd1d7 Improve text of some error messages, as suggested by Sean Reifschneider. by Guido van Rossum · 25 years ago
  31. 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 25 years ago
  32. ae84e8d Patch by Drew Csillag for FreeBSD's sh, which doesn't automatically by Guido van Rossum · 25 years ago
  33. a7379d9 Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. by Guido van Rossum · 25 years ago
  34. 0a2818f A few wishes are now fulfilled. by Guido van Rossum · 25 years ago
  35. 17c516e Tim Peters implements some of my wishes: by Guido van Rossum · 25 years ago
  36. e9af64c Remove superfluous index entry for posix.popen(); no longer by Fred Drake · 25 years ago
  37. dac9a4e Added link to Fredrik Lundh's online Tkinter reference material. by Fred Drake · 25 years ago
  38. 31bfbc6 Minor nits, include author info. by Fred Drake · 25 years ago
  39. 511281a In list of sequence comparison examples, "=" should be "==". Reported by Fred Drake · 25 years ago
  40. 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 25 years ago
  41. 0ebd548 Removed dbhash from the undocumented list. by Fred Drake · 25 years ago
  42. 460f1dd Add libdbhash.tex. by Fred Drake · 25 years ago
  43. 666255f Document the dbhash module, and link to it from appropriate places. by Fred Drake · 25 years ago
  44. f4cbada Correct documentation for <file>.read(); Python makes a serious by Fred Drake · 25 years ago
  45. e79f5c1 Use the standard stylesheet here as well. by Fred Drake · 25 years ago
  46. 6ab9832 Use the tools/mkdvi.sh script to generate DVI and PDF output for the by Fred Drake · 25 years ago
  47. c260c0b Further refinement, to allow this to handle the library reference as by Fred Drake · 25 years ago
  48. 011f6fc Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant by Fred Drake · 25 years ago
  49. 79d41cc Add some support for the module index, so this can be used to build by Fred Drake · 25 years ago
  50. 7a64b35 For now, comment out the \ignorePlatformAnnotation; the global index by Fred Drake · 25 years ago
  51. 9444df0 Don't include the verbatim style; the default handling is better. by Fred Drake · 25 years ago
  52. 1cc5899 Fix problem of LaTeX leakage in the module synopsis tables at the by Fred Drake · 25 years ago
  53. e331356 Fix availability declaration for popen2 module; report by Barry Scott by Fred Drake · 25 years ago
  54. b9971b9 Minor cleanup. by Fred Drake · 25 years ago
  55. 592dd78 Fix availability declaration for stat module; report by Barry Scott by Fred Drake · 25 years ago
  56. 31ec33e Work around problems with HTML conversion by making the break and by Fred Drake · 25 years ago
  57. cc10e04 Just in case a copy of the documentation gets released somehow... by Fred Drake · 25 years ago
  58. 60d67c7 This commit was manufactured by cvs2svn to create tag 'r152'. by cvs2svn · 25 years ago
  59. b65a43a News for 1.5.2 (final). by Guido van Rossum · 25 years ago
  60. 72bacaa Bump version to 1.5.2 (final) by Guido van Rossum · 25 years ago
  61. 2da1320 Added shamodule.c by Guido van Rossum · 25 years ago
  62. be211a5 Added sha module! by Guido van Rossum · 25 years ago
  63. 9e47859 Prepare for final release. by Guido van Rossum · 25 years ago
  64. 8f9fabd More (Cameron Laird is honorary; the others are 1.5.2c1 testers). by Guido van Rossum · 25 years ago
  65. 495894e While I can't really test this thoroughly, Pat Knight and the Solaris by Guido van Rossum · 25 years ago
  66. 7cf9047 Bunch of new names who helped iron out the last wrinkles of 1.5.2. by Guido van Rossum · 25 years ago
  67. a946210 Bump the myusterious M$ version number from 1,5,2,1 to 1,5,2,3. by Guido van Rossum · 25 years ago
  68. 0d3be0a Class around PixMap objects that allows more python-like access. By Joe Strout. by Jack Jansen · 25 years ago
  69. dabcd00 Fix mysterious references to jprofile that were in the source since by Guido van Rossum · 25 years ago
  70. ba3ed56 Removed; since long subsumed in Doc/lib/libthreading.tex by Guido van Rossum · 25 years ago
  71. 7a12299 Put back __osf__ support for gethostbyname_r(); the real bug was that by Guido van Rossum · 25 years ago
  72. 761fcd0 Fix accidentally reversed NULL test in load_mark(). Suggested by by Guido van Rossum · 25 years ago
  73. fe23ad7 Add note about popen2 problem on Linux noticed by Pablo Bleyer. by Guido van Rossum · 25 years ago
  74. 59a88f4 Add note about -D_REENTRANT for HP-UX 10.20. by Guido van Rossum · 25 years ago
  75. d4b8b09 'clean' target should remove hassignal. by Guido van Rossum · 25 years ago
  76. 07bd1d1 Ignore the doc/ directory ("Documenting Python"). by Fred Drake · 25 years ago
  77. a0e6be7 Remove all VC++ info (except VC 1.5) from readme.txt; by Guido van Rossum · 25 years ago
  78. 31ae207 Clarify PC build instructions (point to PCbuild). by Guido van Rossum · 25 years ago
  79. aee9bb2 Cast added by Jack Jansen (for Mac port). by Guido van Rossum · 25 years ago
  80. 0fe1105 Forgot to add this file. CDROM device parameters. by Guido van Rossum · 25 years ago
  81. 95bdd0b Two different changes. by Guido van Rossum · 25 years ago
  82. 65f685b Removed reference to the PSA (PSA membership no longer needed for CVS by Jack Jansen · 25 years ago
  83. d7c18c4 No longer needed. by Guido van Rossum · 25 years ago
  84. 913a326 Correct missed character in Andrew Dalke's name. by Guido van Rossum · 25 years ago
  85. e1cdb16 Add DEC Ultrix notes (from Donn Cave's email). by Guido van Rossum · 25 years ago
  86. 96f2eb9 The usual by Guido van Rossum · 25 years ago
  87. 8bc1dfd Quote a bunch of shell variables used in test, related to long-long. by Guido van Rossum · 25 years ago
  88. ff1ccbf casts for picky compilers. by Guido van Rossum · 25 years ago
  89. cbf8906 3-arg gethostbyname_r doesn't really work on OSF/1. by Guido van Rossum · 25 years ago
  90. dcb0a57 Avoid totally empty files. by Guido van Rossum · 25 years ago
  91. bfb092e Misspellling: "occurance" --> "occurrence" by Fred Drake · 25 years ago
  92. d68a4bd Use re instead of regex. by Guido van Rossum · 25 years ago
  93. 2e1094e Use #!/usr/bin/env python instead of #!/usr/local/bin/python. by Fred Drake · 25 years ago
  94. 6a86f66 Get rid of #! line by Guido van Rossum · 25 years ago
  95. 6ddbfb9 Oops, try again. Test checkin (empty line) to see whether the new mailman-based PythonMac-checkins mailing list works. by Jack Jansen · 25 years ago
  96. 0817547 Test checkin (empty line) to see whether the new mailman-based PythonMac-checkins mailing list works. by Jack Jansen · 25 years ago
  97. 4c6958d Use the Tcl 8.0.5 installer. by Guido van Rossum · 25 years ago
  98. c7afd2c This commit was manufactured by cvs2svn to create tag 'r152c1'. by cvs2svn · 25 years ago
  99. 6804b7a Release 1.5.2c1. Add IDLE and Uninstall to program group. by Guido van Rossum · 25 years ago
  100. fd498bd Now using static zlib 1.1.3 by Guido van Rossum · 25 years ago