1. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 21 years ago
  2. 562a855 Merge branch updates back into the main trunk by Raymond Hettinger · 21 years ago
  3. b752c27 Add several news items for changes I made since b1. by Jeremy Hylton · 21 years ago
  4. 5e2ed81 Removed XXX comments about missing threading.py functions. by Tim Peters · 21 years ago
  5. 883f223 Added news about os.environ['PYTHONINSPECT'] = 'yes' by Barry Warsaw · 21 years ago
  6. c98ccfd Typo repair. by Tim Peters · 21 years ago
  7. 685e697 Provide dummy (do-nothing) settrace() and setprofile() functions until by Tim Peters · 21 years ago
  8. 2740944 Filled in release date; repaired grammar in a news item. by Tim Peters · 21 years ago
  9. db3756d Some nifty doctest extensions from Jim Fulton, currently used in Zope3. by Tim Peters · 21 years ago
  10. 643bcec SF patch #760257: add socket.timeout exception by Raymond Hettinger · 21 years ago
  11. a4148c3 Added Bob Halley for work on socket.timeout by Raymond Hettinger · 21 years ago
  12. 90a2041 Added Steven Taschuk for efforts fixing zipfile.py by Raymond Hettinger · 21 years ago
  13. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  14. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  15. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  16. faa697a 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't by Tim Peters · 21 years ago
  17. 8e9b80f Remove short-circuitying grubbing by using last grubbed buffer. It's by Ken Manheimer · 21 years ago
  18. 364ca40 SF Patch 569574 - enhancements to cgitb for plain text display by Skip Montanaro · 21 years ago
  19. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  20. e0c3112 Add item about new threading module functions. by Jeremy Hylton · 21 years ago
  21. f5e23ff Added two mac items (pimp auto-update and OSA property access). by Jack Jansen · 21 years ago
  22. cda32b7 mimetools.choose_boundary() news. by Tim Peters · 21 years ago
  23. b8c084e Support keyword and topics help in cli(). Fixes #715782. by Martin v. Löwis · 21 years ago
  24. ba8f5ff Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  25. 4e64d78 dummy_thread modified to have interrupt_main and to behave appropriately when by Brett Cannon · 21 years ago
  26. ce74f8a News about the new IDLE (is more needed?). News about SF patch 751998. by Guido van Rossum · 21 years ago
  27. 99d2c25 SF patch 707900, fixing bug 702858, by Steven Taschuk. by Guido van Rossum · 21 years ago
  28. 4e3363e Warn about creating global variables by __setattr__ that shadow builtin by Neil Schemenauer · 21 years ago
  29. c4370d9 Add the IDLEFORK team. by Raymond Hettinger · 21 years ago
  30. 2f3c74a Added a command line interface for difflib.py by Raymond Hettinger · 21 years ago
  31. c24d767 Announce difflib.context_diff() and difflib.unified_diff(). by Raymond Hettinger · 21 years ago
  32. f177bf2 The fix to use . was incorporated by Neal Norwitz · 21 years ago
  33. 9556fba - urllib2.py now knows how to order proxy classes, so the user doesn't by Gustavo Niemeyer · 21 years ago
  34. 816065f Remove -U from argument list. by Martin v. Löwis · 21 years ago
  35. 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 21 years ago
  36. 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 21 years ago
  37. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  38. 3cfe754 PyType_Ready(): Complain if the type is a base type, and gc'able, and by Tim Peters · 21 years ago
  39. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  40. 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 21 years ago
  41. b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 21 years ago
  42. a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 21 years ago
  43. fa19f7c More fixes according to SF 549151: by Guido van Rossum · 21 years ago
  44. bf1bef8 Add optional 'onerror' argument to os.walk(), to control error handling. by Guido van Rossum · 21 years ago
  45. b539d05 John J. Lee contributed two urllib2 patches. by Brett Cannon · 21 years ago
  46. 3b8ee08 Patch #718286: Support DESTDIR. by Martin v. Löwis · 21 years ago
  47. 5467d4c Patch #612627: Add encoding attribute to file objects, and determine by Martin v. Löwis · 21 years ago
  48. 71e0033 Added a tool for making a rough check of LaTeX documents. by Raymond Hettinger · 21 years ago
  49. 0f7b161 help with MSVC 7 support in distutils by Jeremy Hylton · 21 years ago
  50. 99bc1fc added note about autoGIL by Just van Rossum · 21 years ago
  51. 28e9ce9 Patch #734118: Add {get|set}busywaitinterval. by Martin v. Löwis · 21 years ago
  52. c4607da Leading "C:" no longer hardcoded in the default installation directory. by Tim Peters · 21 years ago
  53. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  54. 8c044d8 add note about bsddb185 module by Skip Montanaro · 21 years ago
  55. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  56. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  57. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  58. 834f463 Note itertools.islice() bugfix. by Raymond Hettinger · 21 years ago
  59. 2448f1b Slightly more lenient pdbtrack prompt recognition, for people who use eg "pdb>". by Ken Manheimer · 21 years ago
  60. 595adce Allow for multiple parens around pdb prompt for (new) nested debugging by Ken Manheimer · 21 years ago
  61. 4a7751c document socket speed reclamation. Patch 729293. by Skip Montanaro · 21 years ago
  62. 4931130 A start on news for 2.3b2. by Tim Peters · 21 years ago
  63. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  64. fa1eddf Update version number and release date. by Guido van Rossum · 21 years ago
  65. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  66. e7adda9 Move socket news to 2.3b1 section! And mention has_ipv6. by Guido van Rossum · 21 years ago
  67. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  68. 4e42b31 Fix case by Andrew M. Kuchling · 21 years ago
  69. fb5f485 [Patch #679505] Document that the rotor module is deprecated by Andrew M. Kuchling · 21 years ago
  70. 246d847 New module platform.py, submitted by Marc-Andre Lemburg. by Marc-André Lemburg · 21 years ago
  71. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  72. 5eccabc Mention the new getargs.c format codes. by Thomas Heller · 21 years ago
  73. 1d87786 SF patch 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago
  74. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  75. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  76. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  77. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  78. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 21 years ago
  79. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  80. 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 21 years ago
  81. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  82. 21d7d4d _Py_PrintReferenceAddresses(): also print the type name. In real use by Tim Peters · 21 years ago
  83. 68d8cef Implemented posix-mode parsing support in shlex.py, as dicussed in by Gustavo Niemeyer · 21 years ago
  84. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  85. cf8d285 Changes in support of PEP 269. by Guido van Rossum · 21 years ago
  86. c1f6e8c - The repr() of a weakref object now shows the __name__ attribute of by Guido van Rossum · 21 years ago
  87. bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 21 years ago
  88. 76ba09f - super() no longer ignores data descriptors, except __class__. See by Guido van Rossum · 21 years ago
  89. 5688b7a Add two dictionaries to htmlentitydefs: name2codepoint maps by Walter Dörwald · 21 years ago
  90. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  91. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  92. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  93. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  94. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 21 years ago
  95. de354b7 Added a note that the Mac OSA modules are documented. by Jack Jansen · 21 years ago
  96. f405064 - New function winsound.MessageBeep() wraps the Win32 API MessageBeep(). by Guido van Rossum · 21 years ago
  97. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 21 years ago
  98. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  99. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  100. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago