1. 0ae7228 This commit was manufactured by cvs2svn to create tag 'r234c1'. by cvs2svn · 21 years ago v2.3.4c1
  2. e3bf685 update to match Lib/idlelib/NEWS version number by Anthony Baxter · 21 years ago
  3. 2726231 SF #847346: remove misguided optimization for short input from by Greg Ward · 21 years ago
  4. 6e35b68 SF #847346: add test_fix_sentence_endings() to ensure that sentence by Greg Ward · 21 years ago
  5. 163addf Version '2.3.4c1' by Thomas Heller · 21 years ago
  6. d50abca Windows build number for 2.3.4c1 is 52. by Thomas Heller · 21 years ago
  7. 4993bca Fix version number (2.3.4c1) and release date (12-May-2004). by Thomas Heller · 21 years ago
  8. 17fc902 2.3.4 is derived from 2.3.3, not from itself. by Thomas Heller · 21 years ago
  9. a1a514b set target date for Python 2.3.4 release by Fred Drake · 21 years ago
  10. 11b3d2f fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
  11. e6f36ad backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete by Fred Drake · 21 years ago
  12. 69faa22 fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 21 years ago
  13. 9b201fb add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 21 years ago
  14. be85326 Update copyright years. In the Windows resource, change the name of the by Tim Peters · 21 years ago
  15. d71fc05 super_getattro(): Repaired compiler warning about mixed-type comparison. by Tim Peters · 21 years ago
  16. e1ba47a update the version information in preparation for release by Fred Drake · 21 years ago
  17. d678298 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago
  18. 72959cc use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 21 years ago
  19. 04b3734 remove assignment to unused variable by Fred Drake · 21 years ago
  20. fada58f update to reflect the current location of the SF bugs search box by Fred Drake · 21 years ago
  21. 0c16beb markup adjustment by Fred Drake · 21 years ago
  22. 77acf2b In order to fix SF bug # 824977, we replace calloc()/free() calls in by Barry Warsaw · 21 years ago
  23. 57f15af SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to by Greg Ward · 21 years ago
  24. bea27f3 Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 21 years ago
  25. af6f374 don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 21 years ago
  26. 1d53b5c Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 21 years ago
  27. 4fc2a79 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 21 years ago
  28. 98ef300 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 21 years ago
  29. 3f98df0 Add this year to the copyright notices, and label it 2.3.4. by Barry Warsaw · 21 years ago
  30. 6684f0d Mention changes to platform.py. by Guido van Rossum · 21 years ago
  31. 9fbc161 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  32. eda9da7 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  33. 5ea315b Record UnixWare 7.1.4 as broken. Fixes #929689. by Martin v. Löwis · 21 years ago
  34. d7fc2b9 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
  35. d532acd [Bug #945063 backport] Get file extension correct. by Andrew M. Kuchling · 21 years ago
  36. c17cdd6 note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
  37. 7dea43f fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
  38. a8c825c Consider output encoding in XMLGenerator. Fixes #938076. by Martin v. Löwis · 21 years ago
  39. c711172 Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 21 years ago
  40. d60df17 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 21 years ago
  41. e3ea901 Patch #940026: Explain "in" when it is first used. by Martin v. Löwis · 21 years ago
  42. 93389ae Merge all fixes from Python 2.4. This includes: by Guido van Rossum · 21 years ago
  43. b3ec007 - note that __getinitargs__() is only for old-style classes by Fred Drake · 21 years ago
  44. 16e1df3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 21 years ago
  45. 6777b2e note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 21 years ago
  46. 2956b68 SF #814606: fix mixer docs to talk about "controls", not "channels". by Greg Ward · 21 years ago
  47. 8bb374b Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 21 years ago
  48. ee6e149 Using reversed() is not compatible with Python 1.5.2. by Guido van Rossum · 21 years ago
  49. 082b0f0 Fix [ 947405 ] os.utime() raises bad exception for unicode filenames. by Mark Hammond · 21 years ago
  50. 2dbc9cd Do not use the default namespace for attributes. by Martin v. Löwis · 21 years ago
  51. 520c341 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 21 years ago
  52. e4e110e remove out-of-date count of the functions in winsound by Fred Drake · 21 years ago
  53. 21527f7 fix typo reported in a long-buried email by Fred Drake · 21 years ago
  54. 335cdc0 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 21 years ago
  55. 97000fa As discussed on python-dev, a script for the free Inno Setup tool by Thomas Heller · 21 years ago
  56. 05bacbd SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  57. e9d1c7f SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  58. a2f7936 Special case normalization of empty strings. Fixes #924361. by Martin v. Löwis · 21 years ago
  59. 202b6fb SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 21 years ago
  60. 6d54c6b Whitespace cleanup. by Thomas Heller · 21 years ago
  61. 4852f50 The Windows installer for Python 2.3.4 will include tix. by Thomas Heller · 21 years ago
  62. d271a5f Add tcl test results on Windows XP. by Thomas Heller · 21 years ago
  63. b143e4e backport of patch #934971. by Skip Montanaro · 21 years ago
  64. f5feaa8 Recompiled the binary wininst.exe after this change: by Thomas Heller · 21 years ago
  65. a98ec84 When loading the Python dll to run the postinstall script, try to load by Thomas Heller · 21 years ago
  66. e117bde remove bogus markup that caused the docs to be wrong by Fred Drake · 21 years ago
  67. 5c4a408 Backport checkin> by Hye-Shik Chang · 21 years ago
  68. 2c73bc0 add AF_UNIX notes by Andrew MacIntyre · 21 years ago
  69. fea6d1a Backport to 2.3: by Andrew MacIntyre · 21 years ago
  70. 7eb57e0 give rational filenames to some of the generated HTML by Fred Drake · 21 years ago
  71. e52aa4f include both the GIF and PNG icons in the HTML package by Fred Drake · 21 years ago
  72. 820fd04 avoid stripping space after indexing macros by Fred Drake · 21 years ago
  73. 6a2a3b6 Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
  74. fc019dd Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
  75. 9ed9329 Backport to 2.3: by Andrew MacIntyre · 21 years ago
  76. 4b9fe25 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
  77. 5c51de0 remove workarounds to prevent "--" in code from being improperly munged to by Fred Drake · 21 years ago
  78. 58c0c52 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
  79. 7e87944 backport trunk revision 1.144, closing SF bug #793702: by Fred Drake · 21 years ago
  80. 3d0c805 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago
  81. 07d08d9 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 21 years ago
  82. 40039f2 backport fix for SF bug #796042: sdist ignores scripts argument in setup by Fred Drake · 21 years ago
  83. 0cb9075 Patch #924497: find(1) all files with /usr/local/bin/python in them. by Martin v. Löwis · 21 years ago
  84. 58eddb1 Backport 1.17: by Guido van Rossum · 21 years ago
  85. 3337eb7 add missing and forthcoming releases by Fred Drake · 21 years ago
  86. 797ded0 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 21 years ago
  87. 174548d Keybindings with the Shift modifier now work correctly. So do bindings by Kurt B. Kaiser · 21 years ago
  88. 61525be OS/2 VACPP build updates/fixes by Andrew MacIntyre · 21 years ago
  89. f0deb87 remove out-of-date warning by Fred Drake · 21 years ago
  90. a909752 Fix last patch to make backwards-compatible with Python 1.5.2 . by Brett Cannon · 21 years ago
  91. a4645bf Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 21 years ago
  92. 7c28696 SF bug #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
  93. f12b642 Ensure super() lookup of descriptor from classmethod works (SF ID# 743627) by Phillip J. Eby · 21 years ago
  94. 8fcae09 Convert input to a string object. Fixes #909230. by Martin v. Löwis · 21 years ago
  95. 886756f Decref all if ensure_fromlist fails. Fixes #876533. by Martin v. Löwis · 21 years ago
  96. c7ccc24 Backport for bug fix of 2.204. by Armin Rigo · 21 years ago
  97. 42b2cbc Backported fix of revision 2.217. by Armin Rigo · 21 years ago
  98. eeeca4a Added check for broken poll on OSes where it exists but sets errno for by Nicholas Bastin · 21 years ago
  99. 07bc3a3 Backport checkin: by Hye-Shik Chang · 21 years ago
  100. af2e75f Fix test_strftime.py to escape locale time values that have characters that by Brett Cannon · 21 years ago