1. c26ef13 This commit was manufactured by cvs2svn to create tag 'r232c1'. by cvs2svn · 22 years ago v2.3.2c1
  2. 4e813bf updates for 2.3.2c1 by Anthony Baxter · 22 years ago
  3. 1467a88 news for 2.3.2c1 by Anthony Baxter · 22 years ago
  4. 6ec730e Backport changes from trunk needed to make the GNU info format build. by Fred Drake · 22 years ago
  5. 75dd6e4 Updated version numbers to 2.3.2. by Jack Jansen · 22 years ago
  6. 38406e5 Version numbers for 2.3.2c1 release. by Thomas Heller · 22 years ago
  7. 9640aef Backported from trunk revision 1.16: by Fred Drake · 22 years ago
  8. f7c3586 - update pkglist.html more frequently, and explain why that's helpful by Fred Drake · 22 years ago
  9. 9cab556 The windows build number for 2.3.2c1 is 48. by Thomas Heller · 22 years ago
  10. 6b82a97 Version number 2.3.2c1 by Thomas Heller · 22 years ago
  11. 67066b3 re.sub expands escape sequences in it's second argument. by Thomas Heller · 22 years ago
  12. 720fd5f Typo: documnetation -> documentation by Thomas Heller · 22 years ago
  13. faebeaa bump the release info by Fred Drake · 22 years ago
  14. 75a0717 Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include by Fred Drake · 22 years ago
  15. 9fe1720 fix for bug #811160 - autoconf vs. hp/ux system header files. by Anthony Baxter · 22 years ago
  16. b69761f update one more reference to a file that moved from texinputs/ to commontex/ by Fred Drake · 22 years ago
  17. 59a61f6 Adjust the organization a bit and update some of the comments to by Fred Drake · 22 years ago
  18. 3bbb816 locate the definition of the PWD variable in the same way as the by Fred Drake · 22 years ago
  19. 637d91e add commontex/ to the list of directories described here by Fred Drake · 22 years ago
  20. 64558b7 point to the new location of the license information by Fred Drake · 22 years ago
  21. ba11831 Move content input files shared among the documents into a new directory by Fred Drake · 22 years ago
  22. f0b11a8 This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 22 years ago
  23. 0190696 - use string methods by Fred Drake · 22 years ago
  24. d2e9e9b - bump version info by Fred Drake · 22 years ago
  25. 1802fdf bump release info by Fred Drake · 22 years ago
  26. 540a70f the release process, like a river, flows ever onwards by Anthony Baxter · 22 years ago
  27. b8ef974 backport Typo: sys.prefex -> sys.prefix Closes SF# 812152 by Anthony Baxter · 22 years ago
  28. 501f50b backport [Bug #812936] Correct the documentation for RotatingFileHandler. by Anthony Baxter · 22 years ago
  29. 4f5d9d1 backport of HAVE_FSYNC fix by Skip Montanaro · 22 years ago
  30. 62460bb This commit was manufactured by cvs2svn to create tag 'r231'. by cvs2svn · 22 years ago v2.3.1
  31. fb6095a more updates from Sean by Anthony Baxter · 22 years ago
  32. e0fac37 note hp-ux borkage. by Anthony Baxter · 22 years ago
  33. 8cb8d2f Change the default window size to 1024x768. This shows at least the by Thomas Heller · 22 years ago
  34. 3daf158 Update the windows version resource for 2.3.1. by Thomas Heller · 22 years ago
  35. c343fed Update the windows build number for 2.3.1 to 47. by Thomas Heller · 22 years ago
  36. ea8c552 and another date by Anthony Baxter · 22 years ago
  37. 444ed1a actually set the date by Anthony Baxter · 22 years ago
  38. 6de554f Binaries are build using openssl-0.9.7b. by Thomas Heller · 22 years ago
  39. 014a33d Note from Anthony about Berkely DB 4.2 support. by Thomas Heller · 22 years ago
  40. beefd94 bump version number by Fred Drake · 22 years ago
  41. 7e37a60 update release info by Fred Drake · 22 years ago
  42. a1aea3a add entry for 2.3.1 by Fred Drake · 22 years ago
  43. d452fe0 bump version number by Anthony Baxter · 22 years ago
  44. f8de404 bump version macros by Anthony Baxter · 22 years ago
  45. 54ab431 Backport Tim's fix to test_winsound.py by Raymond Hettinger · 22 years ago
  46. 0c20b04 Fix doubled word errors. by Raymond Hettinger · 22 years ago
  47. 7f74ecf Fix doubled word errors. by Raymond Hettinger · 22 years ago
  48. f78648d Changes for Python 2.3.1 release. by Thomas Heller · 22 years ago
  49. 4e13da1 Let IDLE use the HTMLHelp docs, if found. by Thomas Heller · 22 years ago
  50. 2509143 Support 2.3 docs in HTMLHelp format. by Thomas Heller · 22 years ago
  51. b11a432 Backport checkin: Avoid list as a variable name. by Walter Dörwald · 22 years ago
  52. 9155c73 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 22 years ago
  53. 733ca1d Removed the PendingDeprecation warning from sets.py because it adds by Raymond Hettinger · 22 years ago
  54. 7fe9f6d Backport fix for SF808594: leak on lambda with duplicate arguments. by Jeremy Hylton · 22 years ago
  55. a758b76 RPM spec file updates from Sean Reifschneider. by Anthony Baxter · 22 years ago
  56. 2c23b9f Add BerkeleyDB 4.2 library to the bsddb module search path (backport 1.173) by Gregory P. Smith · 22 years ago
  57. c0c49d6 minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1 by Gregory P. Smith · 22 years ago
  58. 2c627c4 simplify some import statements and clean up a docstring and BerkeleyDB library by Gregory P. Smith · 22 years ago
  59. c52e257 support for compiling with BerkeleyDB 4.2.x (soon to be released). this by Gregory P. Smith · 22 years ago
  60. e9155da port of 1.17->1.18 change. adds DBEnv.set_shm_key method. by Gregory P. Smith · 22 years ago
  61. 6a5596c Backport Greg's patch (1.7 to 1.8) for backwards code compatability. by Raymond Hettinger · 22 years ago
  62. 08ae590 Backport Tim's fix to SF #809915. Creates a url that should always be invalid. by Raymond Hettinger · 22 years ago
  63. 5d3afac Check for declarations of fchdir and fsync. Fixes #800710. by Martin v. Löwis · 22 years ago
  64. 6280f00 Patch #805613: Fix usage of the PTH library. by Martin v. Löwis · 22 years ago
  65. 2857ef5 Patch #808362: Fix typos. by Martin v. Löwis · 22 years ago
  66. 220e199 Patch #713645: Fix typo. by Martin v. Löwis · 22 years ago
  67. 1ee7797 Patch #793559: Reset __starttext_tag. Fixes #709491. by Martin v. Löwis · 22 years ago
  68. f68b082 Patch #805678: Add .so symlink during make install. by Martin v. Löwis · 22 years ago
  69. 8062990 Patch #805604: Do not check for sem_init, do not use -Kthread, by Martin v. Löwis · 22 years ago
  70. b4bab91 Mention improvement of detection of broken tzset() (patch #762934). by Brett Cannon · 22 years ago
  71. 95ef587 Improve detection of broken implementations of tzset(). by Brett Cannon · 22 years ago
  72. e4a73ad Fix a typo found by Eric D. Moyer, closes SF 807813. by Thomas Heller · 22 years ago
  73. 77ecfdd Backport Tim's portability improvement and comments. by Jeremy Hylton · 22 years ago
  74. 9e9fd88 * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. by Raymond Hettinger · 22 years ago
  75. 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
  76. 6687ded Backport: Double-fix of crash in Unicode freelist handling. by Jeremy Hylton · 22 years ago
  77. bd40b91 Fix leak in classobject.c. The leak surfaced on the error exit when by Raymond Hettinger · 22 years ago
  78. 5ae2511 Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c by Raymond Hettinger · 22 years ago
  79. 675bac0 Backport addition of the __all__ attribute for unittest.py by Raymond Hettinger · 22 years ago
  80. c866ac7 Backport leak fix for new code objects. by Raymond Hettinger · 22 years ago
  81. 194e909 SF bug #804113: Crypto terminology for crypto hash function by Raymond Hettinger · 22 years ago
  82. 9927588 SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 22 years ago
  83. cf9dcc2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 22 years ago
  84. c44d23d SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 22 years ago
  85. ea23fd2 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 22 years ago
  86. 254e2b7 SF bug #803679: Missing section number in csv module documentation by Raymond Hettinger · 22 years ago
  87. a733d76 SF bug #803842: Wrong description of regexp concatenation by Raymond Hettinger · 22 years ago
  88. aa96fea SF bug #802302: Invalid documentation for dbhash. by Raymond Hettinger · 22 years ago
  89. 3555601 SF patch #800899: Making "|" directive from REs a bit clearer. by Raymond Hettinger · 22 years ago
  90. 24af6b5 SF #792649: RESET_ERROR is not defined(logging module) by Raymond Hettinger · 22 years ago
  91. bfac473 Fix typo. by Raymond Hettinger · 22 years ago
  92. e69459b SF #801306: Bad RE in scanf example by Raymond Hettinger · 22 years ago
  93. 68406af SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 22 years ago
  94. 898b483 Add an example to address a common question of how to split iterators. by Raymond Hettinger · 22 years ago
  95. 07759e3 Set the warnings stacklevel to two. by Raymond Hettinger · 22 years ago
  96. 607e2d7 Fix spacing markup and other sundries. by Raymond Hettinger · 22 years ago
  97. 986693c Fix spacing markup and other sundries. by Raymond Hettinger · 22 years ago
  98. d902c77 Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 22 years ago
  99. de2f99e backport from trunk: - reorganize sections - lots of markup changes by Fred Drake · 22 years ago
  100. 62d59fe texcheck.py checks for double word errors and \NULL markup. by Raymond Hettinger · 22 years ago