1. 36b5f3c this wasn't on the branch. mea culpa by Anthony Baxter · 22 years ago
  2. 2e0ece0 2.3.3c1 by Anthony Baxter · 22 years ago
  3. 48e602a Add newsitem for a bugfix backport. by Raymond Hettinger · 22 years ago
  4. fa6d7ba Release date for 2.3.3c1. by Thomas Heller · 22 years ago
  5. 412c3ac Py_Finalize(): disabled the second call of cyclic gc, and added extensive by Tim Peters · 22 years ago
  6. f7cc0bf Convert path objects to strings in askdirectory. Fixes #852314. by Martin v. Löwis · 22 years ago
  7. 224fc79 Add news item for _winreg fix (SF bug 851056). by Guido van Rossum · 22 years ago
  8. c4f9ad5 I think this description of bug #848614 is better. by Thomas Heller · 22 years ago
  9. 6d36d9a See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 by Thomas Heller · 22 years ago
  10. ca6919c SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 22 years ago
  11. 30288d5 Mention patch #841977: modulefinder didn't find extension modules in packages by Thomas Heller · 22 years ago
  12. 695461f Backport of fix for SF bug 840829, memory corruption in some cases of by Tim Peters · 22 years ago
  13. 058806e Overallocate target buffer for normalization more early. Fixes #834676. by Martin v. Löwis · 22 years ago
  14. a98d8de include bug number by Anthony Baxter · 22 years ago
  15. 9e4a3d2 note new sre algorithm by Anthony Baxter · 22 years ago
  16. f62fad7 Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. Fixes #703198. by Martin v. Löwis · 22 years ago
  17. 065b87b Patch #803998: Correctly check for error in SSL_write. by Martin v. Löwis · 22 years ago
  18. 1a94f3a Patch #817854: Add missing operations for SSLFile. Fixes #792101. by Martin v. Löwis · 22 years ago
  19. b34ac73 regressing the performance bugfix -- Guido wants the performance bug left by Alex Martelli · 22 years ago
  20. 31b2ab8 document the performance fix to builtin_sum(). by Alex Martelli · 22 years ago
  21. f73fa54 Patch #813200: Quote executable path on Windows. Fixes #811082. by Martin v. Löwis · 22 years ago
  22. 9f72af6 Note the update to Expat 1.95.7. by Fred Drake · 22 years ago
  23. 4958f27 Backport checkin: by Walter Dörwald · 22 years ago
  24. 367e2ae Patch #823259: Update spec file: by Martin v. Löwis · 22 years ago
  25. 0523dcf Add mention of fix of bug #780461 for Lib/platform.py . by Brett Cannon · 22 years ago
  26. 6b560bc SF patch #820195: make object.__contains__() returns True or False instead by Raymond Hettinger · 22 years ago
  27. c601117 SF bug #812202: randint is always even by Raymond Hettinger · 22 years ago
  28. 962ed0e two bugfixes by Anthony Baxter · 22 years ago
  29. fe16163 Check for TclError when reading variables. Fixes #807314. by Martin v. Löwis · 22 years ago
  30. 3c39f20 Patch #813445: Add missing socket.IPPROTO_IPV6. by Martin v. Löwis · 22 years ago
  31. 4b5db8e tagging for tomorrows release by Anthony Baxter · 22 years ago
  32. 2e8e139 doing the dance of the release. by Anthony Baxter · 22 years ago
  33. cf23706 post 2.3.2c1 news by Anthony Baxter · 22 years ago
  34. 333d139 rest doesnt like empty sections by Anthony Baxter · 22 years ago
  35. 4e813bf updates for 2.3.2c1 by Anthony Baxter · 22 years ago
  36. 1467a88 news for 2.3.2c1 by Anthony Baxter · 22 years ago
  37. 540a70f the release process, like a river, flows ever onwards by Anthony Baxter · 22 years ago
  38. fb6095a more updates from Sean by Anthony Baxter · 22 years ago
  39. 444ed1a actually set the date by Anthony Baxter · 22 years ago
  40. 014a33d Note from Anthony about Berkely DB 4.2 support. by Thomas Heller · 22 years ago
  41. 733ca1d Removed the PendingDeprecation warning from sets.py because it adds by Raymond Hettinger · 22 years ago
  42. a758b76 RPM spec file updates from Sean Reifschneider. by Anthony Baxter · 22 years ago
  43. 6280f00 Patch #805613: Fix usage of the PTH library. by Martin v. Löwis · 22 years ago
  44. 220e199 Patch #713645: Fix typo. by Martin v. Löwis · 22 years ago
  45. 1ee7797 Patch #793559: Reset __starttext_tag. Fixes #709491. by Martin v. Löwis · 22 years ago
  46. b4bab91 Mention improvement of detection of broken tzset() (patch #762934). by Brett Cannon · 22 years ago
  47. 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
  48. 6687ded Backport: Double-fix of crash in Unicode freelist handling. by Jeremy Hylton · 22 years ago
  49. bd40b91 Fix leak in classobject.c. The leak surfaced on the error exit when by Raymond Hettinger · 22 years ago
  50. 5ae2511 Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c by Raymond Hettinger · 22 years ago
  51. c866ac7 Backport leak fix for new code objects. by Raymond Hettinger · 22 years ago
  52. cf9dcc2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 22 years ago
  53. 24af6b5 SF #792649: RESET_ERROR is not defined(logging module) by Raymond Hettinger · 22 years ago
  54. d902c77 Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 22 years ago
  55. 62d59fe texcheck.py checks for double word errors and \NULL markup. by Raymond Hettinger · 22 years ago
  56. 7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
  57. 0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
  58. 046595e SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 22 years ago
  59. 41add17 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 22 years ago
  60. e95fc57 Patch #798202: detect redhat9 Tcl/Tk in configure script. by Martin v. Löwis · 22 years ago
  61. abb2967 Patch #794826: Add __file__ in dynamically loaded modules for multiple by Martin v. Löwis · 22 years ago
  62. 50999aa Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 22 years ago
  63. 0230968 Catch locale.error as well. Fixes #788378. by Martin v. Löwis · 22 years ago
  64. e24c98a Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 22 years ago
  65. f0bf03c NEWS about email package 794466 patch. by Barry Warsaw · 22 years ago
  66. b7e965c Document the Pynche patch. by Barry Warsaw · 22 years ago
  67. c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 22 years ago
  68. 864c0c1 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 22 years ago
  69. c0bc928 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 22 years ago
  70. 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
  71. 48ced31 SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 22 years ago
  72. 9924351 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 22 years ago
  73. 3b47b81 _strptime.srptime() escaped parentheses in the format string properly. by Brett Cannon · 22 years ago
  74. eb85c66 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 22 years ago
  75. d44c979 Describe the fix to the email package. by Barry Warsaw · 22 years ago
  76. 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
  77. bd9ba1a Make sets.py compatible with Py2.2 by Raymond Hettinger · 22 years ago
  78. 4730b05 Add note of closing of bug #783952. by Brett Cannon · 22 years ago
  79. 8cf915e SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 22 years ago
  80. 4b3d7fd Add HIDDEN. Fixes #777664. by Martin v. Löwis · 22 years ago
  81. 144b440 Move initialization of sys.std{in,out}.encoding to Py_Initialize. by Martin v. Löwis · 22 years ago
  82. f45fe22 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
  83. a247191 Release host name memory. Fixes #783312. by Martin v. Löwis · 22 years ago
  84. 4e414f6 Fix wording of cache announcement. by Brett Cannon · 22 years ago
  85. e32a87a Re-introduction of caching. Not thread-safe against the changing of locale by Brett Cannon · 22 years ago
  86. dc72e56 Backport SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 22 years ago
  87. 777f49b Patch #781722: Reject AF_INET6 if IPv6 is disabled. by Martin v. Löwis · 22 years ago
  88. 43f87f9 Support trailing dots in DNS names. Fixes #782510. by Martin v. Löwis · 22 years ago
  89. 9ea2f80 List recently-fixed bugs. by Martin v. Löwis · 22 years ago
  90. b496996 Boilerplate for Python 2.3.1 by Barry Warsaw · 22 years ago
  91. b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
  92. 5a2e2c1 Get rid of empty sections by Barry Warsaw · 22 years ago
  93. 36c1afc SF bug 778400: IDLE hangs when selecting "Edit with IDLE". by Tim Peters · 22 years ago
  94. 0963803 Added section for 2.3 final; moved IDLE news into it that I inserted in by Tim Peters · 22 years ago
  95. c794a1c Gave the main NEWS file its own IDLE section, and populated it with a by Tim Peters · 22 years ago
  96. 0517c9a Updated news for 2.3c2. by Barry Warsaw · 22 years ago
  97. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 22 years ago
  98. e004041 Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. by Jack Jansen · 22 years ago
  99. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 22 years ago
  100. 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 22 years ago