1. 4b5db8e tagging for tomorrows release by Anthony Baxter · 22 years ago
  2. 2e8e139 doing the dance of the release. by Anthony Baxter · 22 years ago
  3. cf23706 post 2.3.2c1 news by Anthony Baxter · 22 years ago
  4. 333d139 rest doesnt like empty sections by Anthony Baxter · 22 years ago
  5. 4e813bf updates for 2.3.2c1 by Anthony Baxter · 22 years ago
  6. 1467a88 news for 2.3.2c1 by Anthony Baxter · 22 years ago
  7. 540a70f the release process, like a river, flows ever onwards by Anthony Baxter · 22 years ago
  8. fb6095a more updates from Sean by Anthony Baxter · 22 years ago
  9. 444ed1a actually set the date by Anthony Baxter · 22 years ago
  10. 014a33d Note from Anthony about Berkely DB 4.2 support. by Thomas Heller · 22 years ago
  11. 733ca1d Removed the PendingDeprecation warning from sets.py because it adds by Raymond Hettinger · 22 years ago
  12. a758b76 RPM spec file updates from Sean Reifschneider. by Anthony Baxter · 22 years ago
  13. 6280f00 Patch #805613: Fix usage of the PTH library. by Martin v. Löwis · 22 years ago
  14. 220e199 Patch #713645: Fix typo. by Martin v. Löwis · 22 years ago
  15. 1ee7797 Patch #793559: Reset __starttext_tag. Fixes #709491. by Martin v. Löwis · 22 years ago
  16. b4bab91 Mention improvement of detection of broken tzset() (patch #762934). by Brett Cannon · 22 years ago
  17. 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
  18. 6687ded Backport: Double-fix of crash in Unicode freelist handling. by Jeremy Hylton · 22 years ago
  19. bd40b91 Fix leak in classobject.c. The leak surfaced on the error exit when by Raymond Hettinger · 22 years ago
  20. 5ae2511 Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c by Raymond Hettinger · 22 years ago
  21. c866ac7 Backport leak fix for new code objects. by Raymond Hettinger · 22 years ago
  22. cf9dcc2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 22 years ago
  23. 24af6b5 SF #792649: RESET_ERROR is not defined(logging module) by Raymond Hettinger · 22 years ago
  24. d902c77 Generalize the last change to check for other markup spacing errors. by Raymond Hettinger · 22 years ago
  25. 62d59fe texcheck.py checks for double word errors and \NULL markup. by Raymond Hettinger · 22 years ago
  26. 7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
  27. 0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
  28. 046595e SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 22 years ago
  29. 41add17 Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize(). by Martin v. Löwis · 22 years ago
  30. e95fc57 Patch #798202: detect redhat9 Tcl/Tk in configure script. by Martin v. Löwis · 22 years ago
  31. abb2967 Patch #794826: Add __file__ in dynamically loaded modules for multiple by Martin v. Löwis · 22 years ago
  32. 50999aa Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). by Martin v. Löwis · 22 years ago
  33. 0230968 Catch locale.error as well. Fixes #788378. by Martin v. Löwis · 22 years ago
  34. e24c98a Use de_DE in example, change message for unknown locale. Fixes #797447. by Martin v. Löwis · 22 years ago
  35. f0bf03c NEWS about email package 794466 patch. by Barry Warsaw · 22 years ago
  36. b7e965c Document the Pynche patch. by Barry Warsaw · 22 years ago
  37. c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 22 years ago
  38. 864c0c1 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 22 years ago
  39. c0bc928 SF 798269: bug fix for doctest (sf bug id: 798254 by Raymond Hettinger · 22 years ago
  40. 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
  41. 48ced31 SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 22 years ago
  42. 9924351 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 22 years ago
  43. 3b47b81 _strptime.srptime() escaped parentheses in the format string properly. by Brett Cannon · 22 years ago
  44. eb85c66 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 22 years ago
  45. d44c979 Describe the fix to the email package. by Barry Warsaw · 22 years ago
  46. 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
  47. bd9ba1a Make sets.py compatible with Py2.2 by Raymond Hettinger · 22 years ago
  48. 4730b05 Add note of closing of bug #783952. by Brett Cannon · 22 years ago
  49. 8cf915e SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 22 years ago
  50. 4b3d7fd Add HIDDEN. Fixes #777664. by Martin v. Löwis · 22 years ago
  51. 144b440 Move initialization of sys.std{in,out}.encoding to Py_Initialize. by Martin v. Löwis · 22 years ago
  52. f45fe22 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
  53. a247191 Release host name memory. Fixes #783312. by Martin v. Löwis · 22 years ago
  54. 4e414f6 Fix wording of cache announcement. by Brett Cannon · 22 years ago
  55. e32a87a Re-introduction of caching. Not thread-safe against the changing of locale by Brett Cannon · 22 years ago
  56. dc72e56 Backport SF bug #782369: Massive memory leak in array module by Raymond Hettinger · 22 years ago
  57. 777f49b Patch #781722: Reject AF_INET6 if IPv6 is disabled. by Martin v. Löwis · 22 years ago
  58. 43f87f9 Support trailing dots in DNS names. Fixes #782510. by Martin v. Löwis · 22 years ago
  59. 9ea2f80 List recently-fixed bugs. by Martin v. Löwis · 22 years ago
  60. b496996 Boilerplate for Python 2.3.1 by Barry Warsaw · 22 years ago
  61. b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
  62. 5a2e2c1 Get rid of empty sections by Barry Warsaw · 22 years ago
  63. 36c1afc SF bug 778400: IDLE hangs when selecting "Edit with IDLE". by Tim Peters · 22 years ago
  64. 0963803 Added section for 2.3 final; moved IDLE news into it that I inserted in by Tim Peters · 22 years ago
  65. c794a1c Gave the main NEWS file its own IDLE section, and populated it with a by Tim Peters · 22 years ago
  66. 0517c9a Updated news for 2.3c2. by Barry Warsaw · 22 years ago
  67. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 22 years ago
  68. e004041 Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. by Jack Jansen · 22 years ago
  69. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 22 years ago
  70. 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 22 years ago
  71. 01a4312 Added note about the pyexpat memory leak fix. by Fred Drake · 22 years ago
  72. 6a62725 Merge 23c1-branch back into the head. Barry will send email about the by Tim Peters · 22 years ago
  73. d71a551 Minor typo by Barry Warsaw · 22 years ago
  74. b434d49 Oh, well. by Jeremy Hylton · 22 years ago
  75. 0ed18c2 Forgot the release date. by Jeremy Hylton · 22 years ago
  76. 8aca417 The rest of the news. by Jeremy Hylton · 22 years ago
  77. ed86003 SF patch 764470 by Jeremy Hylton · 22 years ago
  78. ca9e21c Partial progress on NEWS. by Jeremy Hylton · 22 years ago
  79. dabc37c SF bug 770601. by Jeremy Hylton · 22 years ago
  80. af4c505 Remove code that tried to warn about shadowing builtin names after a by Neil Schemenauer · 22 years ago
  81. 6c733d3 Add mmap bugfix; typo and grammar fixes by Andrew M. Kuchling · 22 years ago
  82. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 22 years ago
  83. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 22 years ago
  84. 0320464 Repaired typos in comments. by Tim Peters · 22 years ago
  85. d7472ec Fixed critical shutdown race in _Database._commit. by Tim Peters · 22 years ago
  86. ca60cac Update for new module and new builtin. by Raymond Hettinger · 22 years ago
  87. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 22 years ago
  88. 2e7e7df An Anonymous Coward on c.l.py posted a little program with bizarre by Tim Peters · 22 years ago
  89. eec26f9 Correct documentation of check interval - it's 100 by default, not 10 any by Skip Montanaro · 22 years ago
  90. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 22 years ago
  91. 59aba12 Make the classes exposed by threading.py new-style classes. This is by Tim Peters · 22 years ago
  92. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 22 years ago
  93. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 22 years ago
  94. 592c4cc SF bug 753592, websucker bug by Neal Norwitz · 22 years ago
  95. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 22 years ago
  96. 562a855 Merge branch updates back into the main trunk by Raymond Hettinger · 22 years ago
  97. b752c27 Add several news items for changes I made since b1. by Jeremy Hylton · 22 years ago
  98. 5e2ed81 Removed XXX comments about missing threading.py functions. by Tim Peters · 22 years ago
  99. 883f223 Added news about os.environ['PYTHONINSPECT'] = 'yes' by Barry Warsaw · 22 years ago
  100. c98ccfd Typo repair. by Tim Peters · 22 years ago