1. 9543b34 SF patch #670423: Add missing identity tests to operator.c by Raymond Hettinger · 23 years ago
  2. 0c6774d Patch #661719: Expose compilation errors as exceptions on request. by Martin v. Löwis · 23 years ago
  3. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 23 years ago
  4. 50e9223 Explicitly raise an exception in __cmp__ -- this clarifies that cmp() by Guido van Rossum · 23 years ago
  5. 1a99750 Fix SF bug #667147, Segmentation fault printing str subclass by Neal Norwitz · 23 years ago
  6. 74a032e SF #639945 was fixed in alpha 1 by Neal Norwitz · 23 years ago
  7. e931ed5 Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto by Neal Norwitz · 23 years ago
  8. df8b47f SF #665913, Fix mmap module core dump with unix by Neal Norwitz · 23 years ago
  9. 0bf60bd Utterly minimal changes to collapse datetimetz into datetime, and timetz by Tim Peters · 23 years ago
  10. 05d284b Made "ascii" the default encoding for MacPython, as suggested by MvL, and ripped out my previous changes to test_unicode. Doing this for 2.3a1 should give people enough time to complain, if they want to, and then we can see whether we want to do anything about it. by Jack Jansen · 23 years ago
  11. 6c64fa7 Mention the change from patch #664376. by Thomas Heller · 23 years ago
  12. cd0c047 Note about rexec.py and Bastion.py. This requires doc changes and by Guido van Rossum · 23 years ago
  13. f8ba39c A note about EX_OK and friends in the posixmodule. by Barry Warsaw · 23 years ago
  14. 6d0d365 Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread by Guido van Rossum · 23 years ago
  15. 4f44237 SF feature #618024, urlparse fails on imap:// by Neal Norwitz · 23 years ago
  16. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 23 years ago
  17. 75a6e3b datetime_from_timet_and_us(): ignore leap seconds if the platform by Tim Peters · 23 years ago
  18. adf6420 A new implementation of astimezone() that does what we agreed on in all by Tim Peters · 23 years ago
  19. 7702304 Remark about datetime tzinfo examples. by Tim Peters · 23 years ago
  20. af6a27a Allow PyFile_GetLine() to return Unicode objects. Fixes #660165. by Martin v. Löwis · 23 years ago
  21. bb0246a Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 23 years ago
  22. 6c58d46 Mention ossaudiodev. by Greg Ward · 23 years ago
  23. 747f806 Mention that imaplib now supports SSL -- this wasn't noted before. by Guido van Rossum · 23 years ago
  24. f349e26 Fixed markup. by David Goodger · 23 years ago
  25. 397301e The tzinfo methods utcoffset() and dst() must return a timedelta object by Tim Peters · 23 years ago
  26. 4abd5f0 Allow list sort's comparison function to explicitly be None. See SF patch by Skip Montanaro · 23 years ago
  27. 710fb15 astimezone() internals: if utcoffset() returns a duration, complain if by Tim Peters · 23 years ago
  28. 0123139 Added a section to record datetime changes. There's apparently going to by Tim Peters · 23 years ago
  29. bbc5d16 SF bug 660795: logging missing from Python 2.3a1 for Windows. by Tim Peters · 23 years ago
  30. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 23 years ago
  31. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 23 years ago
  32. 5e156ad modulefinder.py moved to Lib/ by Just van Rossum · 23 years ago
  33. ae54886 Set the release date. by Guido van Rossum · 23 years ago
  34. 5ee9547 Revert SF patch 659809 -- it causes double options that can cause breakage. by Guido van Rossum · 23 years ago
  35. b96152c Add getloadavg. by Martin v. Löwis · 23 years ago
  36. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 23 years ago
  37. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 23 years ago
  38. 01875eb Broke the zipimport/PEP 302 news item into two separate items. by Just van Rossum · 23 years ago
  39. 9a2eda5 Dedent a paragraph that was accidentally aligned with a preceding nested list. by Guido van Rossum · 23 years ago
  40. a3b8953 News about zipimport. by Guido van Rossum · 23 years ago
  41. 8bb80db Added a note about the move of Mac/Lib to Lib/plat-mac. by Jack Jansen · 23 years ago
  42. acd738f SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config env. by Guido van Rossum · 23 years ago
  43. c27f4bd A short note about the versions of BerkeleyDB we now support by Barry Warsaw · 23 years ago
  44. b983aa0 Add news about fix for bug #624807. by Neil Schemenauer · 23 years ago
  45. 497e5c4 Update the email package news. by Barry Warsaw · 23 years ago
  46. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 23 years ago
  47. af72d52 Add newsitem for the two new unittest methods. by Raymond Hettinger · 23 years ago
  48. 8982595 Backing out patch #642578 in anticipation of final acceptance of PEP 302. by Just van Rossum · 23 years ago
  49. e11b510 SF 658405: calendar.py to rely on the datetime module instead of the time by Raymond Hettinger · 23 years ago
  50. 633d90c Oops. Roll back that last change. It wasn't ready for release. :-( by Guido van Rossum · 23 years ago
  51. 9c8a086 Add warning for assignment to None, True and False. This is patch by Guido van Rossum · 23 years ago
  52. ae3cb6c Got rid of Mac/Relnotes, and started on mac-specific release notes in NEWS. by Jack Jansen · 23 years ago
  53. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
  54. e820cb6 Blurb about new datetime module. by Tim Peters · 23 years ago
  55. 786ddb2 Fixed bug by Gustavo Niemeyer · 23 years ago
  56. 17c5a33 Use "dictionary literals" instead of "dictionaries", as suggested by Just. by Gustavo Niemeyer · 23 years ago
  57. 78429a6 Fixing bug by Gustavo Niemeyer · 23 years ago
  58. d5ae01a Applying patch by Gustavo Niemeyer · 23 years ago
  59. 866964c Apply SF patch 652930: Add optional base argument to math.log(x[, base]). by Raymond Hettinger · 23 years ago
  60. 1b3b49d Mention the bdist_wininst postinstall script. by Thomas Heller · 23 years ago
  61. 20b9135 News item for the change to turn _codecs into a builtin module. by Marc-André Lemburg · 23 years ago
  62. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 23 years ago
  63. ef8b9c6 Docs were added about a month ago by Raymond Hettinger · 23 years ago
  64. 3bf99e3 Add support for binary pickles to the shelve module. In some situations by Skip Montanaro · 23 years ago
  65. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 23 years ago
  66. c3de008 _ssl.pyd added for Windows. by Mark Hammond · 23 years ago
  67. 6a8c518 The new imp.[gs]et_frozenmodules() will be utterly redundant if the by Just van Rossum · 23 years ago
  68. 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 23 years ago
  69. c0d3f4e Rephrase dict.fromkeys() news. by Guido van Rossum · 23 years ago
  70. e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 23 years ago
  71. 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 23 years ago
  72. 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 23 years ago
  73. 96bc3b4 This is not part of my patch by Michael W. Hudson · 23 years ago
  74. 50905d0 Fix typo by Andrew M. Kuchling · 23 years ago
  75. ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 23 years ago
  76. 1456fde Fixed bug by Gustavo Niemeyer · 23 years ago
  77. 677bde2 Patch #626485: Support Unicode normalization. by Martin v. Löwis · 23 years ago
  78. 84c7a3f Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say by Tim Peters · 23 years ago
  79. ef7fe2e Implement names for CJK unified ideographs. Add name to KeyError output. by Martin v. Löwis · 23 years ago
  80. 8b1e74b Touch up the news for dict() keyword args. by Guido van Rossum · 23 years ago
  81. 7d41e29 Patch #626548: Support Hangul syllable names. by Martin v. Löwis · 23 years ago
  82. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 23 years ago
  83. 19cf4ee More bsddb-on-Windows fiddling: by Tim Peters · 23 years ago
  84. 0d1fdea Patch #494845: Support string concatenation, detect non-string data, by Martin v. Löwis · 23 years ago
  85. 4581cfa Patch #486438: Make module argument to testmod optional. by Martin v. Löwis · 23 years ago
  86. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 23 years ago
  87. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 23 years ago
  88. a1a61f9 Fix typo. by Walter Dörwald · 23 years ago
  89. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 23 years ago
  90. ef546b3 Document PyBSDDB import. by Martin v. Löwis · 23 years ago
  91. 1d26740 Comment on PyNumber_Check(). by Guido van Rossum · 23 years ago
  92. 6c19476 Note that PyNumber_Check() returns true for string and unicode objects. by Neil Schemenauer · 23 years ago
  93. e0373f8 Fix minor nits Trim excess whitespace off one line by Andrew M. Kuchling · 23 years ago
  94. 545c250 Add Optik news. by Guido van Rossum · 23 years ago
  95. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 23 years ago
  96. 857fb4c Windows blurb about new Tcl/Tk release shipped on Windows. by Tim Peters · 23 years ago
  97. fda0674 News about the logging module. by Guido van Rossum · 23 years ago
  98. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 23 years ago
  99. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 23 years ago
  100. 37dfb01 Added a blurb about the change to sys.version under MSVC. by Tim Peters · 23 years ago