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