1. 4993bca Fix version number (2.3.4c1) and release date (12-May-2004). by Thomas Heller · 21 years ago
  2. d678298 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago
  3. 6684f0d Mention changes to platform.py. by Guido van Rossum · 21 years ago
  4. 9fbc161 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  5. 5ea315b Record UnixWare 7.1.4 as broken. Fixes #929689. by Martin v. Löwis · 21 years ago
  6. d7fc2b9 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
  7. a8c825c Consider output encoding in XMLGenerator. Fixes #938076. by Martin v. Löwis · 21 years ago
  8. c711172 Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 21 years ago
  9. d60df17 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 21 years ago
  10. e9d1c7f SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  11. a2f7936 Special case normalization of empty strings. Fixes #924361. by Martin v. Löwis · 21 years ago
  12. 4852f50 The Windows installer for Python 2.3.4 will include tix. by Thomas Heller · 21 years ago
  13. 5c4a408 Backport checkin> by Hye-Shik Chang · 21 years ago
  14. 9ed9329 Backport to 2.3: by Andrew MacIntyre · 21 years ago
  15. 0cb9075 Patch #924497: find(1) all files with /usr/local/bin/python in them. by Martin v. Löwis · 21 years ago
  16. a4645bf Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 21 years ago
  17. 07bc3a3 Backport checkin: by Hye-Shik Chang · 21 years ago
  18. af2e75f Fix test_strftime.py to escape locale time values that have characters that by Brett Cannon · 21 years ago
  19. cfd7a97 Put entry in proper section. by Brett Cannon · 21 years ago
  20. 9aee99b Raise RuntimeError if the second argument to isinstance() or issubclass() by Brett Cannon · 21 years ago
  21. 544f4e7 Add mention of fix of bug #700055. by Brett Cannon · 21 years ago
  22. 93aca85 Patch #892673: Replace /usr/local/bin/python with by Martin v. Löwis · 22 years ago
  23. e73a417 Patch #711838: Allow non-anonymous ftp urls in urllib2. by Martin v. Löwis · 22 years ago
  24. ff3e341 Patch #817379: Allow absolute paths in urllib2. by Martin v. Löwis · 22 years ago
  25. 95e4f23 Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol by Jim Fulton · 22 years ago
  26. 66483fd added notes about weakref changes by Fred Drake · 22 years ago
  27. 2cd76c7 trace fix by Anthony Baxter · 22 years ago
  28. ed4dbb3 updates for release by Anthony Baxter · 22 years ago
  29. d44a54e Release date for Python 2.3.3 (final). by Thomas Heller · 22 years ago
  30. 55e1c56 Add news about removal of the PendingDeprecationWarning from apply(). by Fred Drake · 22 years ago
  31. 36b5f3c this wasn't on the branch. mea culpa by Anthony Baxter · 22 years ago
  32. 2e0ece0 2.3.3c1 by Anthony Baxter · 22 years ago
  33. 48e602a Add newsitem for a bugfix backport. by Raymond Hettinger · 22 years ago
  34. fa6d7ba Release date for 2.3.3c1. by Thomas Heller · 22 years ago
  35. 412c3ac Py_Finalize(): disabled the second call of cyclic gc, and added extensive by Tim Peters · 22 years ago
  36. f7cc0bf Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 22 years ago
  37. 224fc79 Add news item for _winreg fix (SF bug 851056). by Guido van Rossum · 22 years ago
  38. c4f9ad5 I think this description of bug #848614 is better. by Thomas Heller · 22 years ago
  39. 6d36d9a See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 22 years ago
  40. ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
  41. 30288d5 Mention patch #841977: modulefinder didn't find extension modules in packages by Thomas Heller · 22 years ago
  42. 695461f Backport of fix for SF bug 840829, memory corruption in some cases of by Tim Peters · 22 years ago
  43. 058806e Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 22 years ago
  44. a98d8de include bug number by Anthony Baxter · 22 years ago
  45. 9e4a3d2 note new sre algorithm by Anthony Baxter · 22 years ago
  46. f62fad7 Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. Fixes #703198. by Martin v. Löwis · 22 years ago
  47. 065b87b Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 22 years ago
  48. 1a94f3a Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 22 years ago
  49. b34ac73 regressing the performance bugfix -- Guido wants the performance bug left by Alex Martelli · 22 years ago
  50. 31b2ab8 document the performance fix to builtin_sum(). by Alex Martelli · 22 years ago
  51. f73fa54 Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 22 years ago
  52. 9f72af6 Note the update to Expat 1.95.7. by Fred Drake · 22 years ago
  53. 4958f27 Backport checkin: by Walter Dörwald · 22 years ago
  54. 367e2ae Patch #823259: Update spec file: by Martin v. Löwis · 22 years ago
  55. 0523dcf Add mention of fix of bug #780461 for Lib/platform.py . by Brett Cannon · 22 years ago
  56. 6b560bc SF patch #820195: make object.__contains__() returns True or False instead by Raymond Hettinger · 22 years ago
  57. c601117 SF bug #812202: randint is always even by Raymond Hettinger · 22 years ago
  58. 962ed0e two bugfixes by Anthony Baxter · 22 years ago
  59. fe16163 Check for TclError when reading variables. Fixes #807314. by Martin v. Löwis · 22 years ago
  60. 3c39f20 Patch #813445: Add missing socket.IPPROTO_IPV6. by Martin v. Löwis · 22 years ago
  61. 4b5db8e tagging for tomorrows release by Anthony Baxter · 22 years ago
  62. 2e8e139 doing the dance of the release. by Anthony Baxter · 22 years ago
  63. cf23706 post 2.3.2c1 news by Anthony Baxter · 22 years ago
  64. 333d139 rest doesnt like empty sections by Anthony Baxter · 22 years ago
  65. 4e813bf updates for 2.3.2c1 by Anthony Baxter · 22 years ago
  66. 1467a88 news for 2.3.2c1 by Anthony Baxter · 22 years ago
  67. 540a70f the release process, like a river, flows ever onwards by Anthony Baxter · 22 years ago
  68. fb6095a more updates from Sean by Anthony Baxter · 22 years ago
  69. 444ed1a actually set the date by Anthony Baxter · 22 years ago
  70. 014a33d Note from Anthony about Berkely DB 4.2 support. by Thomas Heller · 22 years ago
  71. 733ca1d Removed the PendingDeprecation warning from sets.py because it adds by Raymond Hettinger · 22 years ago
  72. a758b76 RPM spec file updates from Sean Reifschneider. by Anthony Baxter · 22 years ago
  73. 6280f00 Patch #805613: Fix usage of the PTH library. by Martin v. Löwis · 22 years ago
  74. 220e199 Patch #713645: Fix typo. by Martin v. Löwis · 22 years ago
  75. 1ee7797 Patch #793559: Reset __starttext_tag. Fixes #709491. by Martin v. Löwis · 22 years ago
  76. b4bab91 Mention improvement of detection of broken tzset() (patch #762934). by Brett Cannon · 22 years ago
  77. 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
  78. 6687ded Backport: Double-fix of crash in Unicode freelist handling. by Jeremy Hylton · 22 years ago
  79. bd40b91 Fix leak in classobject.c. The leak surfaced on the error exit when by Raymond Hettinger · 22 years ago
  80. 5ae2511 Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c by Raymond Hettinger · 22 years ago
  81. c866ac7 Backport leak fix for new code objects. by Raymond Hettinger · 22 years ago
  82. cf9dcc2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 22 years ago
  83. 24af6b5 SF #792649: RESET_ERROR is not defined(logging module) by Raymond Hettinger · 22 years ago
  84. d902c77 Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 22 years ago
  85. 62d59fe texcheck.py checks for double word errors and \NULL markup. by Raymond Hettinger · 22 years ago
  86. 7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
  87. 0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
  88. 046595e SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 22 years ago
  89. 41add17 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 22 years ago
  90. e95fc57 Patch #798202: detect redhat9 Tcl/Tk in configure script. by Martin v. Löwis · 22 years ago
  91. abb2967 Patch #794826: Add __file__ in dynamically loaded modules for multiple by Martin v. Löwis · 22 years ago
  92. 50999aa Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 22 years ago
  93. 0230968 Catch locale.error as well. Fixes #788378. by Martin v. Löwis · 22 years ago
  94. e24c98a Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 22 years ago
  95. f0bf03c NEWS about email package 794466 patch. by Barry Warsaw · 22 years ago
  96. b7e965c Document the Pynche patch. by Barry Warsaw · 22 years ago
  97. c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 22 years ago
  98. 864c0c1 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 22 years ago
  99. c0bc928 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 22 years ago
  100. 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago