1. dedb293 This commit was manufactured by cvs2svn to create tag 'r234'. by cvs2svn · 21 years ago v2.3.4
  2. c481f95 formatting nit by Anthony Baxter · 21 years ago
  3. c58765f reset release by Anthony Baxter · 21 years ago
  4. 7c31def Changes for Python 2.3.4. by Thomas Heller · 21 years ago
  5. 5743f69 This file no longer compressed with upx. by Thomas Heller · 21 years ago
  6. 87fd963 Set release date for Python 2.3.4 (final). Windows build number is 53. by Thomas Heller · 21 years ago
  7. d928814 Set release date for Python 2.3.4 (final). by Thomas Heller · 21 years ago
  8. b433c59 To avoid licensing issues, the stub exe for the bdist_wininst by Thomas Heller · 21 years ago
  9. 80c952c reverse the order of the two \date lines so the processing tools pick by Fred Drake · 21 years ago
  10. 2e35e50 repair date by Fred Drake · 21 years ago
  11. 6cf54e5 update version number for 2.3.4 final by Fred Drake · 21 years ago
  12. 4003630 Remove the offending added bit of a test case that doesn't apply to by Gregory P. Smith · 21 years ago
  13. 84349a7 Current version is 2.3.4. by Thomas Heller · 21 years ago
  14. 15346c2 update for the predicted 2.3.4 final release date, by Fred Drake · 21 years ago
  15. 6d7c1db Added a sample message for the test for SF bug # 846938. I'm naming this by Barry Warsaw · 21 years ago
  16. 0a2ab82 test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 21 years ago
  17. 36d0f15 _parsebody(): Do not create subparts unless the container has a main type of by Barry Warsaw · 21 years ago
  18. 8392386 Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4. by Barry Warsaw · 21 years ago
  19. 9f163ac better yet by Anthony Baxter · 21 years ago
  20. 7b73c13 how many @*&(*$# places do we include the years?? by Anthony Baxter · 21 years ago
  21. 0ae7228 This commit was manufactured by cvs2svn to create tag 'r234c1'. by cvs2svn · 21 years ago v2.3.4c1
  22. e3bf685 update to match Lib/idlelib/NEWS version number by Anthony Baxter · 21 years ago
  23. 2726231 SF #847346: remove misguided optimization for short input from by Greg Ward · 21 years ago
  24. 6e35b68 SF #847346: add test_fix_sentence_endings() to ensure that sentence by Greg Ward · 21 years ago
  25. 163addf Version '2.3.4c1' by Thomas Heller · 21 years ago
  26. d50abca Windows build number for 2.3.4c1 is 52. by Thomas Heller · 21 years ago
  27. 4993bca Fix version number (2.3.4c1) and release date (12-May-2004). by Thomas Heller · 21 years ago
  28. 17fc902 2.3.4 is derived from 2.3.3, not from itself. by Thomas Heller · 21 years ago
  29. a1a514b set target date for Python 2.3.4 release by Fred Drake · 21 years ago
  30. 11b3d2f fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
  31. e6f36ad backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt not Obsolete by Fred Drake · 21 years ago
  32. 69faa22 fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 21 years ago
  33. 9b201fb add note about the __name__ read-only attribute (closes SF bug #952212) by Fred Drake · 21 years ago
  34. be85326 Update copyright years. In the Windows resource, change the name of the by Tim Peters · 21 years ago
  35. d71fc05 super_getattro(): Repaired compiler warning about mixed-type comparison. by Tim Peters · 21 years ago
  36. e1ba47a update the version information in preparation for release by Fred Drake · 21 years ago
  37. d678298 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago
  38. 72959cc use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 21 years ago
  39. 04b3734 remove assignment to unused variable by Fred Drake · 21 years ago
  40. fada58f update to reflect the current location of the SF bugs search box by Fred Drake · 21 years ago
  41. 0c16beb markup adjustment by Fred Drake · 21 years ago
  42. 77acf2b In order to fix SF bug # 824977, we replace calloc()/free() calls in by Barry Warsaw · 21 years ago
  43. 57f15af SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef's, to by Greg Ward · 21 years ago
  44. bea27f3 Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 21 years ago
  45. af6f374 don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 21 years ago
  46. 1d53b5c Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 21 years ago
  47. 4fc2a79 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 21 years ago
  48. 98ef300 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 21 years ago
  49. 3f98df0 Add this year to the copyright notices, and label it 2.3.4. by Barry Warsaw · 21 years ago
  50. 6684f0d Mention changes to platform.py. by Guido van Rossum · 21 years ago
  51. 9fbc161 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  52. eda9da7 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  53. 5ea315b Record UnixWare 7.1.4 as broken. Fixes #929689. by Martin v. Löwis · 21 years ago
  54. d7fc2b9 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
  55. d532acd [Bug #945063 backport] Get file extension correct. by Andrew M. Kuchling · 21 years ago
  56. c17cdd6 note that descriptor objects must be instances of new-style types by Fred Drake · 21 years ago
  57. 7dea43f fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
  58. a8c825c Consider output encoding in XMLGenerator. Fixes #938076. by Martin v. Löwis · 21 years ago
  59. c711172 Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 21 years ago
  60. d60df17 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 21 years ago
  61. e3ea901 Patch #940026: Explain "in" when it is first used. by Martin v. Löwis · 21 years ago
  62. 93389ae Merge all fixes from Python 2.4. This includes: by Guido van Rossum · 21 years ago
  63. b3ec007 - note that __getinitargs__() is only for old-style classes by Fred Drake · 21 years ago
  64. 16e1df3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 21 years ago
  65. 6777b2e note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 21 years ago
  66. 2956b68 SF #814606: fix mixer docs to talk about "controls", not "channels". by Greg Ward · 21 years ago
  67. 8bb374b Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 21 years ago
  68. ee6e149 Using reversed() is not compatible with Python 1.5.2. by Guido van Rossum · 21 years ago
  69. 082b0f0 Fix [ 947405 ] os.utime() raises bad exception for unicode filenames. by Mark Hammond · 21 years ago
  70. 2dbc9cd Do not use the default namespace for attributes. by Martin v. Löwis · 21 years ago
  71. 520c341 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 21 years ago
  72. e4e110e remove out-of-date count of the functions in winsound by Fred Drake · 21 years ago
  73. 21527f7 fix typo reported in a long-buried email by Fred Drake · 21 years ago
  74. 335cdc0 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 21 years ago
  75. 97000fa As discussed on python-dev, a script for the free Inno Setup tool by Thomas Heller · 21 years ago
  76. 05bacbd SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  77. e9d1c7f SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  78. a2f7936 Special case normalization of empty strings. Fixes #924361. by Martin v. Löwis · 21 years ago
  79. 202b6fb SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 21 years ago
  80. 6d54c6b Whitespace cleanup. by Thomas Heller · 21 years ago
  81. 4852f50 The Windows installer for Python 2.3.4 will include tix. by Thomas Heller · 21 years ago
  82. d271a5f Add tcl test results on Windows XP. by Thomas Heller · 21 years ago
  83. b143e4e backport of patch #934971. by Skip Montanaro · 21 years ago
  84. f5feaa8 Recompiled the binary wininst.exe after this change: by Thomas Heller · 21 years ago
  85. a98ec84 When loading the Python dll to run the postinstall script, try to load by Thomas Heller · 21 years ago
  86. e117bde remove bogus markup that caused the docs to be wrong by Fred Drake · 21 years ago
  87. 5c4a408 Backport checkin> by Hye-Shik Chang · 21 years ago
  88. 2c73bc0 add AF_UNIX notes by Andrew MacIntyre · 21 years ago
  89. fea6d1a Backport to 2.3: by Andrew MacIntyre · 21 years ago
  90. 7eb57e0 give rational filenames to some of the generated HTML by Fred Drake · 21 years ago
  91. e52aa4f include both the GIF and PNG icons in the HTML package by Fred Drake · 21 years ago
  92. 820fd04 avoid stripping space after indexing macros by Fred Drake · 21 years ago
  93. 6a2a3b6 Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
  94. fc019dd Backport to 2.3 to support Zope 2.7 on OS/2: by Andrew MacIntyre · 21 years ago
  95. 9ed9329 Backport to 2.3: by Andrew MacIntyre · 21 years ago
  96. 4b9fe25 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
  97. 5c51de0 remove workarounds to prevent "--" in code from being improperly munged to by Fred Drake · 21 years ago
  98. 58c0c52 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
  99. 7e87944 backport trunk revision 1.144, closing SF bug #793702: by Fred Drake · 21 years ago
  100. 3d0c805 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago