1. 3081d59 SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 21 years ago
  2. 5475f23 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 21 years ago
  3. b5a4208 Modified itertools.izip() to match the behavior of __builtin__.zip() by Raymond Hettinger · 21 years ago
  4. beb35f4 Removed deprecated functions by Raymond Hettinger · 21 years ago
  5. 83f5291 forgot to commit this - note about the signal module SIGRT(MIN,MAX) by Anthony Baxter · 21 years ago
  6. b7150a2 Mention caching and better thread-safety for Lib/_strptime.py by Brett Cannon · 21 years ago
  7. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  8. cb3988c add skeletal "what's new" for 2.4a1 and mention a couple python-mode tweaks. by Skip Montanaro · 21 years ago
  9. 73a8a4b Fix typo. by Walter Dörwald · 21 years ago
  10. 5a2e2c1 Get rid of empty sections by Barry Warsaw · 21 years ago
  11. 36c1afc SF bug 778400: IDLE hangs when selecting "Edit with IDLE". by Tim Peters · 21 years ago
  12. 0963803 Added section for 2.3 final; moved IDLE news into it that I inserted in by Tim Peters · 21 years ago
  13. c794a1c Gave the main NEWS file its own IDLE section, and populated it with a by Tim Peters · 21 years ago
  14. 0517c9a Updated news for 2.3c2. by Barry Warsaw · 21 years ago
  15. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 21 years ago
  16. e004041 Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. by Jack Jansen · 21 years ago
  17. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  18. 291f14e Windows fix: When PYTHONCASEOK is set, or for any other reason imports by Tim Peters · 21 years ago
  19. 01a4312 Added note about the pyexpat memory leak fix. by Fred Drake · 21 years ago
  20. 6a62725 Merge 23c1-branch back into the head. Barry will send email about the by Tim Peters · 21 years ago
  21. d71a551 Minor typo by Barry Warsaw · 21 years ago
  22. b434d49 Oh, well. by Jeremy Hylton · 21 years ago
  23. 0ed18c2 Forgot the release date. by Jeremy Hylton · 21 years ago
  24. 8aca417 The rest of the news. by Jeremy Hylton · 21 years ago
  25. ca9e21c Partial progress on NEWS. by Jeremy Hylton · 21 years ago
  26. af4c505 Remove code that tried to warn about shadowing builtin names after a by Neil Schemenauer · 21 years ago
  27. 6c733d3 Add mmap bugfix; typo and grammar fixes by Andrew M. Kuchling · 21 years ago
  28. 71adf7e Doctest now examines all docstrings by default. Previously, it would by Raymond Hettinger · 21 years ago
  29. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 21 years ago
  30. 0320464 Repaired typos in comments. by Tim Peters · 21 years ago
  31. d7472ec Fixed critical shutdown race in _Database._commit. by Tim Peters · 21 years ago
  32. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  33. 2e7e7df An Anonymous Coward on c.l.py posted a little program with bizarre by Tim Peters · 21 years ago
  34. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 21 years ago
  35. 59aba12 Make the classes exposed by threading.py new-style classes. This is by Tim Peters · 21 years ago
  36. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 21 years ago
  37. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 21 years ago
  38. 592c4cc SF bug 753592, websucker bug by Neal Norwitz · 21 years ago
  39. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 21 years ago
  40. 562a855 Merge branch updates back into the main trunk by Raymond Hettinger · 21 years ago
  41. b752c27 Add several news items for changes I made since b1. by Jeremy Hylton · 21 years ago
  42. 5e2ed81 Removed XXX comments about missing threading.py functions. by Tim Peters · 21 years ago
  43. 883f223 Added news about os.environ['PYTHONINSPECT'] = 'yes' by Barry Warsaw · 21 years ago
  44. c98ccfd Typo repair. by Tim Peters · 21 years ago
  45. 685e697 Provide dummy (do-nothing) settrace() and setprofile() functions until by Tim Peters · 21 years ago
  46. 2740944 Filled in release date; repaired grammar in a news item. by Tim Peters · 21 years ago
  47. db3756d Some nifty doctest extensions from Jim Fulton, currently used in Zope3. by Tim Peters · 21 years ago
  48. 643bcec SF patch #760257: add socket.timeout exception by Raymond Hettinger · 21 years ago
  49. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  50. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  51. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  52. faa697a 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't by Tim Peters · 21 years ago
  53. 364ca40 SF Patch 569574 - enhancements to cgitb for plain text display by Skip Montanaro · 21 years ago
  54. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  55. e0c3112 Add item about new threading module functions. by Jeremy Hylton · 21 years ago
  56. f5e23ff Added two mac items (pimp auto-update and OSA property access). by Jack Jansen · 21 years ago
  57. cda32b7 mimetools.choose_boundary() news. by Tim Peters · 21 years ago
  58. b8c084e Support keyword and topics help in cli(). Fixes #715782. by Martin v. Löwis · 21 years ago
  59. ba8f5ff Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  60. 4e64d78 dummy_thread modified to have interrupt_main and to behave appropriately when by Brett Cannon · 21 years ago
  61. ce74f8a News about the new IDLE (is more needed?). News about SF patch 751998. by Guido van Rossum · 21 years ago
  62. 99d2c25 SF patch 707900, fixing bug 702858, by Steven Taschuk. by Guido van Rossum · 21 years ago
  63. 4e3363e Warn about creating global variables by __setattr__ that shadow builtin by Neil Schemenauer · 21 years ago
  64. 2f3c74a Added a command line interface for difflib.py by Raymond Hettinger · 21 years ago
  65. c24d767 Announce difflib.context_diff() and difflib.unified_diff(). by Raymond Hettinger · 21 years ago
  66. 9556fba - urllib2.py now knows how to order proxy classes, so the user doesn't by Gustavo Niemeyer · 21 years ago
  67. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  68. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  69. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  70. 3cfe754 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 21 years ago
  71. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  72. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  73. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  74. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  75. fa19f7c More fixes according to SF 549151: by Guido van Rossum · 21 years ago
  76. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  77. 3b8ee08 Patch #718286: Support DESTDIR. by Martin v. Löwis · 21 years ago
  78. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  79. 71e0033 Added a tool for making a rough check of LaTeX documents. by Raymond Hettinger · 21 years ago
  80. 99bc1fc added note about autoGIL by Just van Rossum · 21 years ago
  81. 28e9ce9 Patch #734118: Add {get|set}busywaitinterval. by Martin v. Löwis · 21 years ago
  82. c4607da Leading "C:" no longer hardcoded in the default installation directory. by Tim Peters · 21 years ago
  83. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  84. 8c044d8 add note about bsddb185 module by Skip Montanaro · 21 years ago
  85. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  86. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  87. 834f463 Note itertools.islice() bugfix. by Raymond Hettinger · 21 years ago
  88. 4a7751c document socket speed reclamation. Patch 729293. by Skip Montanaro · 21 years ago
  89. 4931130 A start on news for 2.3b2. by Tim Peters · 21 years ago
  90. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  91. fa1eddf Update version number and release date. by Guido van Rossum · 21 years ago
  92. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  93. e7adda9 Move socket news to 2.3b1 section! And mention has_ipv6. by Guido van Rossum · 21 years ago
  94. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  95. 4e42b31 Fix case by Andrew M. Kuchling · 21 years ago
  96. fb5f485 [Patch #679505] Document that the rotor module is deprecated by Andrew M. Kuchling · 21 years ago
  97. 246d847 New module platform.py, submitted by Marc-Andre Lemburg. by Marc-André Lemburg · 21 years ago
  98. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  99. 5eccabc Mention the new getargs.c format codes. by Thomas Heller · 21 years ago
  100. 1d87786 SF patch 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago