1. 686b14d SF bug #730296: Unexpected Changes in list Iterator by Raymond Hettinger · 21 years ago
  2. 8c044d8 add note about bsddb185 module by Skip Montanaro · 21 years ago
  3. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 21 years ago
  4. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  5. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  6. 834f463 Note itertools.islice() bugfix. by Raymond Hettinger · 21 years ago
  7. 2448f1b Slightly more lenient pdbtrack prompt recognition, for people who use eg "pdb>". by Ken Manheimer · 21 years ago
  8. 595adce Allow for multiple parens around pdb prompt for (new) nested debugging by Ken Manheimer · 21 years ago
  9. 4a7751c document socket speed reclamation. Patch 729293. by Skip Montanaro · 21 years ago
  10. 4931130 A start on news for 2.3b2. by Tim Peters · 21 years ago
  11. ecf0f02 Merge back from r23b1-branch by Guido van Rossum · 21 years ago
  12. fa1eddf Update version number and release date. by Guido van Rossum · 21 years ago
  13. c4e0940 New generator os.walk() does a bit more than os.path.walk() does, and by Tim Peters · 21 years ago
  14. e7adda9 Move socket news to 2.3b1 section! And mention has_ipv6. by Guido van Rossum · 21 years ago
  15. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  16. 4e42b31 Fix case by Andrew M. Kuchling · 21 years ago
  17. fb5f485 [Patch #679505] Document that the rotor module is deprecated by Andrew M. Kuchling · 21 years ago
  18. 246d847 New module platform.py, submitted by Marc-Andre Lemburg. by Marc-André Lemburg · 21 years ago
  19. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  20. 5eccabc Mention the new getargs.c format codes. by Thomas Heller · 21 years ago
  21. 1d87786 SF patch 557704: netrc module can't handle all passwords by Raymond Hettinger · 21 years ago
  22. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  23. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  24. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  25. 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 21 years ago
  26. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 21 years ago
  27. a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 21 years ago
  28. 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 21 years ago
  29. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  30. 21d7d4d _Py_PrintReferenceAddresses(): also print the type name. In real use by Tim Peters · 21 years ago
  31. 68d8cef Implemented posix-mode parsing support in shlex.py, as dicussed in by Gustavo Niemeyer · 21 years ago
  32. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  33. cf8d285 Changes in support of PEP 269. by Guido van Rossum · 21 years ago
  34. c1f6e8c - The repr() of a weakref object now shows the __name__ attribute of by Guido van Rossum · 21 years ago
  35. bfe175c For StringVar results to strings. Document that boolean things are of by Martin v. Löwis · 21 years ago
  36. 76ba09f - super() no longer ignores data descriptors, except __class__. See by Guido van Rossum · 21 years ago
  37. 5688b7a Add two dictionaries to htmlentitydefs: name2codepoint maps by Walter Dörwald · 21 years ago
  38. 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 21 years ago
  39. 8b7a9a3 The date class is now properly subclassable. (SF bug #720908) by Guido van Rossum · 21 years ago
  40. 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 21 years ago
  41. 41c99e7 SF patch #720991 by Gary Herron: by Guido van Rossum · 21 years ago
  42. efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 21 years ago
  43. de354b7 Added a note that the Mac OSA modules are documented. by Jack Jansen · 21 years ago
  44. f405064 - New function winsound.MessageBeep() wraps the Win32 API MessageBeep(). by Guido van Rossum · 21 years ago
  45. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 21 years ago
  46. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  47. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  48. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  49. c377cbf SF bug #715145: unittest.py still uses != in failUnlessEqual by Raymond Hettinger · 21 years ago
  50. 7fb697b Revert Patch #670715: iconv support. by Martin v. Löwis · 21 years ago
  51. 1e469c5 Fix description: u"%c" % 0xffffffff returned a ValueError not a TypeError. by Walter Dörwald · 21 years ago
  52. 44f527f Change formatchar(), so that u"%c" % 0xffffffff now raises by Walter Dörwald · 21 years ago
  53. a02b7a8 Added a note about scripting support and the IDE builtin help. by Jack Jansen · 21 years ago
  54. 43440a6 Fix PyString_Format() so that '%c' % u'a' returns u'a' by Walter Dörwald · 21 years ago
  55. fa86bf5 Fix typo. by Walter Dörwald · 21 years ago
  56. 3163a3b Patch #545300: Support marked sections. by Martin v. Löwis · 21 years ago
  57. 89feabc The socket module now always uses the _socketobject wrapper class, even on by Skip Montanaro · 21 years ago
  58. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  59. 11cfbd6 Fix typo. by Walter Dörwald · 21 years ago
  60. 49754af Frank Vercruesse gave an okay on removing the copyright notice: by Jack Jansen · 21 years ago
  61. cf76be0 Added a Mac note that EasyDialogs dialogs now bring the application to by Jack Jansen · 21 years ago
  62. 78be799 When Py_TRACE_REFS is defined, a list of all live objects is maintained in by Tim Peters · 21 years ago
  63. a0b3e6d add several people involved with PEP 305 and the csv package by Skip Montanaro · 21 years ago
  64. 64a839e announce csv package by Skip Montanaro · 21 years ago
  65. d50ade6 SF bug 705836: struct.pack of floats in non-native endian order by Tim Peters · 21 years ago
  66. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  67. 1da1dbf Renamed PyObject_GenericGetIter to PyObject_SelfIter by Raymond Hettinger · 21 years ago
  68. dcf6d2c Add Hye-Shik Chang for SF patch/bugreport #703471. by Thomas Wouters · 21 years ago
  69. 0153826 Created PyObject_GenericGetIter(). by Raymond Hettinger · 21 years ago
  70. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  71. 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 21 years ago
  72. d65ec37 Fix spelling. by Raymond Hettinger · 21 years ago
  73. 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 21 years ago
  74. 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 21 years ago
  75. e5c691a - The extended type structure used for heap types (new-style by Guido van Rossum · 21 years ago
  76. a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 21 years ago
  77. 9589a25 Mention timeit.py. by Guido van Rossum · 21 years ago
  78. 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 21 years ago
  79. 12e2217 Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler by Neal Norwitz · 21 years ago
  80. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 21 years ago
  81. ed6000a py-pdbtrack-grub-for-buffer(): Rectified some logic errors i by Ken Manheimer · 21 years ago
  82. f008998 Fix bug by Michael W. Hudson · 21 years ago
  83. ad428cd Guard advancing past leading meta-comments. by Ken Manheimer · 21 years ago
  84. e7aca52 Enhanced pdbtrack to provide for source code that's not findable by by Ken Manheimer · 21 years ago
  85. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 21 years ago
  86. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 21 years ago
  87. 6f177d4 Add news item for patch #695090 by Andrew M. Kuchling · 21 years ago
  88. 55b61d2 Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource by Neal Norwitz · 21 years ago
  89. 2c92c6e Fix SF bug #690012 by Neal Norwitz · 21 years ago
  90. 4213e27 Added a note about EasyDialogs dialogs having become movable. by Jack Jansen · 21 years ago
  91. 46c9784 Patch #683592: unicode support for os.listdir() by Just van Rossum · 21 years ago
  92. 12fe72e note the demise of the dospath module (was actually in 2.3a2) by Skip Montanaro · 21 years ago
  93. 0f69833 2.3b1 patches by Guido van Rossum · 21 years ago
  94. deac2ac Added a note about MacOS.WMAvailable(). by Jack Jansen · 21 years ago
  95. 902a671 Deleting the 2.2 spec. by Guido van Rossum · 21 years ago
  96. 2ef777f RPM spec file for 2.3a2, contributed by Sean Reifschneider. by Guido van Rossum · 21 years ago
  97. 35892b9 Fix SF bug #691793, Python 2.3a2 build fails on Tru64 by Neal Norwitz · 21 years ago
  98. d5a65a7 Fix SF bug #689659, 64-bit int and long hash keys incompatible by Neal Norwitz · 21 years ago
  99. 61fe64d User requested changes to the itertools module. by Raymond Hettinger · 21 years ago
  100. 351a7dd Prepped for 2.3b1. by Guido van Rossum · 21 years ago