1. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 19 years ago
  2. ab63050 Add NEWS item about future parser bug. by Jeremy Hylton · 19 years ago
  3. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 19 years ago
  4. faa7648 More bug #1077106 stuff, sorry -- modem induced impatiece! by Michael W. Hudson · 19 years ago
  5. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 19 years ago
  6. 13a1fde Partially revert #1074011; don't try to fflush stdin. Backported to 2.3 and 2.4. by Martin v. Löwis · 19 years ago
  7. 9c131f2 add missing word by Fred Drake · 19 years ago
  8. 8e3ca8a Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 19 years ago
  9. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 19 years ago
  10. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 19 years ago
  11. d6c6e22 distutils/command/install.py change. by Thomas Heller · 19 years ago
  12. 46e6d92 tweaks, small updates by Michael W. Hudson · 19 years ago
  13. 0588581 Document the reconvert module. by Skip Montanaro · 19 years ago
  14. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 19 years ago
  15. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 19 years ago
  16. f69d94f Moved reader \r and \n processing from the iterator to the state machine - by Andrew McNamara · 20 years ago
  17. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  18. 7f2053e Add counting of source iterator lines to the reader object - handy for by Andrew McNamara · 20 years ago
  19. 0f0599d When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields to floats. by Andrew McNamara · 20 years ago
  20. c89f284 When using QUOTE_NONNUMERIC, we now test for "numericness" with by Andrew McNamara · 20 years ago
  21. 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 20 years ago
  22. a08eecb Add news about csv module updates. by Andrew McNamara · 20 years ago
  23. a422c34 SF 1098985: set objects cannot be marshalled by Raymond Hettinger · 20 years ago
  24. afd77d9 Add definitions for "up" and "down" commands that print/display the current by Skip Montanaro · 20 years ago
  25. e6539c4 In _DummyThread objects the lock stored in __block (allocated thanks to by Brett Cannon · 20 years ago
  26. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  27. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 20 years ago
  28. 3b585b3 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 20 years ago
  29. 3673369 Add NEWS entry about bug #1076985. by Walter Dörwald · 20 years ago
  30. 7caafe7 Changing the idle wrapper to use Python and execvp() to pass arguments to idle. by Sean Reifschneider · 20 years ago
  31. 6065d32 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 20 years ago
  32. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  33. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
  34. 3557f42 Combined several entries. by Raymond Hettinger · 20 years ago
  35. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  36. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
  37. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  38. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
  39. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  40. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  41. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  42. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  43. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  44. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
  45. 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 20 years ago
  46. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  47. 6651748 Remove PyRange_New(). by Raymond Hettinger · 20 years ago
  48. f924557 Acknowledge contribution of a thorough tutorial review. by Raymond Hettinger · 20 years ago
  49. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  50. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  51. 4277ed8 whoops! by Anthony Baxter · 20 years ago
  52. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 20 years ago
  53. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 20 years ago
  54. 4c79a83 Hye-Shik Chang's fix for Bug 875692. by Kurt B. Kaiser · 20 years ago
  55. 5cc727a 2.4rc1 by Anthony Baxter · 20 years ago
  56. 39e92ea Mark PyRange_New() as deprecated. by Raymond Hettinger · 20 years ago
  57. 0bb2a65 split functionality into pystack and pystackv commands. The former will by Skip Montanaro · 20 years ago
  58. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 20 years ago
  59. 96b49a5 SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.) by Raymond Hettinger · 20 years ago
  60. 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 20 years ago
  61. fb1ffb0 SF bug 1061968: threads: segfault or Py_FatalError at exit by Tim Peters · 20 years ago
  62. def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 20 years ago
  63. 7d28e96 Add comment about removal of CoreServices/CoreFoundation compilation against by Brett Cannon · 20 years ago
  64. 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 20 years ago
  65. b12efd3 Comment cleanup. by Brett Cannon · 20 years ago
  66. b0c6630 post-release by Anthony Baxter · 20 years ago
  67. 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 20 years ago
  68. 9f41f3a release shenanigans by Anthony Baxter · 20 years ago
  69. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 20 years ago
  70. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  71. 3376149 Patch #1044395: Allow configure option --enable-shared in FreeBSD. by Hye-Shik Chang · 20 years ago
  72. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
  73. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 20 years ago
  74. 2ef7e6c SF bug #1052503: pdb runcall should accept keyword arguments by Raymond Hettinger · 20 years ago
  75. 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 20 years ago
  76. acaffe6 Move to version 2 of the PSF license, approved by the Board earlier today. by Tim Peters · 20 years ago
  77. 06a30b0 Fix minor reST error in Misc/NEWS. by Brett Cannon · 20 years ago
  78. 054541e Latest version for beta 1. by Sean Reifschneider · 20 years ago
  79. 66e80ba Add item by Andrew M. Kuchling · 20 years ago
  80. c64aab8 SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 20 years ago
  81. e54e726 SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.) by Raymond Hettinger · 20 years ago
  82. 9414ded Delete empty sections in beta1 news by Andrew M. Kuchling · 20 years ago
  83. 0d19bae Add item by Andrew M. Kuchling · 20 years ago
  84. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
  85. be8370d Add sections for 2.4b2 by Brett Cannon · 20 years ago
  86. 6a587c1 release shenanigans by Anthony Baxter · 20 years ago
  87. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 20 years ago
  88. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  89. e4f8a48 969574 by Anthony Baxter · 20 years ago
  90. 518d393 Fix PEP number by Andrew M. Kuchling · 20 years ago
  91. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago
  92. 418de1f Added note about the new usegmt argument to email.Utils.formatdate(). by Barry Warsaw · 20 years ago
  93. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  94. 8470558 PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. by Tim Peters · 20 years ago
  95. 263091e find_key(): This routine wasn't thread-correct, and accounts for the by Tim Peters · 20 years ago
  96. 3afe4f3 Add helpful comment by Andrew M. Kuchling · 20 years ago
  97. 6f59325 Take out Guido's name and put in the PSF by Andrew M. Kuchling · 20 years ago
  98. 895f245 Update two URLs by Andrew M. Kuchling · 20 years ago
  99. 166e625 Add -m to man page by Andrew M. Kuchling · 20 years ago
  100. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 20 years ago