1. b3baf32 pre-release magic by Anthony Baxter · 20 years ago
  2. ad80c6b Build with --disable-unicode again. Fixes #1158607. by Martin v. Löwis · 20 years ago
  3. 22ef9a1 Mention SF #1149508 (textwrap and hyphenated numbers). by Greg Ward · 20 years ago
  4. dce2f36 Patches #925152, #1118602: Avoid reading after the end of the buffer by Martin v. Löwis · 20 years ago
  5. ac62bc7 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 20 years ago
  6. f05d1c0 Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 20 years ago
  7. 2a06df6 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 20 years ago
  8. 86509d1 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 20 years ago
  9. a8fd7e9 Patch #1117339: Add cookielib special name tests. by Martin v. Löwis · 20 years ago
  10. ffceedf Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 20 years ago
  11. 2d2a32f Clear internal call error in 'L' format. Fixes #723201. by Martin v. Löwis · 20 years ago
  12. 7006512 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  13. ac4c460 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 20 years ago
  14. 17cdedd Backport: NEWS blurb for fix of: by Michael W. Hudson · 21 years ago
  15. 150d61d Update refences to "Macintosh" to reflect the state of affairs for OS X and not by Brett Cannon · 21 years ago
  16. d7a6228 Fix tzset() check to not require the existence of tm->tm_zone. Also added more by Brett Cannon · 21 years ago
  17. 9ee3fb3 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  18. e6b1cc8 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 21 years ago
  19. 486ff4b Partially revert #1074011; don't try to fflush stdin. by Martin v. Löwis · 21 years ago
  20. e62ff1e Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 21 years ago
  21. 3e999f5 distutils/command/install.py change. by Thomas Heller · 21 years ago
  22. ef62b66 Started on Macintosh section. by Jack Jansen · 21 years ago
  23. 68909fd Updating the Idle wrapper to match the current CVS copy. by Sean Reifschneider · 21 years ago
  24. 3baa811 [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 · 21 years ago
  25. 19b8b18 Document bdist_wininst changes. by Thomas Heller · 21 years ago
  26. adcdc70 Document resolved MSI issues. by Martin v. Löwis · 21 years ago
  27. 1dc4b84 Backport checkin: Add NEWS entry about bug #1076985. by Walter Dörwald · 21 years ago
  28. 823b42a Mentioned marshal.dumps()'s fix in the NEWS. by Armin Rigo · 21 years ago
  29. 6266652 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 21 years ago
  30. 1c01c57 Bug #1083645 by Raymond Hettinger · 21 years ago
  31. ab38612 Move news items to the correct sections. by Raymond Hettinger · 21 years ago
  32. fe09fa2 Backport fixes for bugs #1086555 and #1085744. by Raymond Hettinger · 21 years ago
  33. e0d3d4e SF bug #1083202: UnboundLocalError raised by atexit module by Raymond Hettinger · 21 years ago
  34. 80367c4 SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 21 years ago
  35. 78d82b8 Properly define HAVE_TERM_H if term.h is detected. by Martin v. Löwis · 21 years ago
  36. 4277ed8 whoops! by Anthony Baxter · 21 years ago
  37. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 21 years ago
  38. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 21 years ago
  39. 4c79a83 Hye-Shik Chang's fix for Bug 875692. by Kurt B. Kaiser · 21 years ago
  40. 5cc727a 2.4rc1 by Anthony Baxter · 21 years ago
  41. 39e92ea Mark PyRange_New() as deprecated. by Raymond Hettinger · 21 years ago
  42. 0bb2a65 split functionality into pystack and pystackv commands. The former will by Skip Montanaro · 21 years ago
  43. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 21 years ago
  44. 96b49a5 SF patch 1062495: Modules/zipimport.c does not compile on solaris (Contributed by Niki W. Waibel.) by Raymond Hettinger · 21 years ago
  45. 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 21 years ago
  46. fb1ffb0 SF bug 1061968: threads: segfault or Py_FatalError at exit by Tim Peters · 21 years ago
  47. def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 21 years ago
  48. 7d28e96 Add comment about removal of CoreServices/CoreFoundation compilation against by Brett Cannon · 21 years ago
  49. 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 21 years ago
  50. b12efd3 Comment cleanup. by Brett Cannon · 21 years ago
  51. b0c6630 post-release by Anthony Baxter · 21 years ago
  52. 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 21 years ago
  53. 9f41f3a release shenanigans by Anthony Baxter · 21 years ago
  54. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 21 years ago
  55. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
  56. 3376149 Patch #1044395: Allow configure option --enable-shared in FreeBSD. by Hye-Shik Chang · 21 years ago
  57. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 21 years ago
  58. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 21 years ago
  59. 2ef7e6c SF bug #1052503: pdb runcall should accept keyword arguments by Raymond Hettinger · 21 years ago
  60. 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 21 years ago
  61. acaffe6 Move to version 2 of the PSF license, approved by the Board earlier today. by Tim Peters · 21 years ago
  62. 06a30b0 Fix minor reST error in Misc/NEWS. by Brett Cannon · 21 years ago
  63. 054541e Latest version for beta 1. by Sean Reifschneider · 21 years ago
  64. 66e80ba Add item by Andrew M. Kuchling · 21 years ago
  65. c64aab8 SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 21 years ago
  66. e54e726 SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.) by Raymond Hettinger · 21 years ago
  67. 9414ded Delete empty sections in beta1 news by Andrew M. Kuchling · 21 years ago
  68. 0d19bae Add item by Andrew M. Kuchling · 21 years ago
  69. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 21 years ago
  70. be8370dc Add sections for 2.4b2 by Brett Cannon · 21 years ago
  71. 6a587c1 release shenanigans by Anthony Baxter · 21 years ago
  72. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 21 years ago
  73. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 21 years ago
  74. e4f8a48 969574 by Anthony Baxter · 21 years ago
  75. 518d393 Fix PEP number by Andrew M. Kuchling · 21 years ago
  76. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 21 years ago
  77. 418de1f Added note about the new usegmt argument to email.Utils.formatdate(). by Barry Warsaw · 21 years ago
  78. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 21 years ago
  79. 8470558 PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly. by Tim Peters · 21 years ago
  80. 263091e find_key(): This routine wasn't thread-correct, and accounts for the by Tim Peters · 21 years ago
  81. 3afe4f3 Add helpful comment by Andrew M. Kuchling · 21 years ago
  82. 6f59325 Take out Guido's name and put in the PSF by Andrew M. Kuchling · 21 years ago
  83. 895f245 Update two URLs by Andrew M. Kuchling · 21 years ago
  84. 166e625 Add -m to man page by Andrew M. Kuchling · 21 years ago
  85. db29e0f SF patch #1035498: -m option to run a module as a script by Raymond Hettinger · 21 years ago
  86. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 21 years ago
  87. 130e37f Read the text files to be compared in universal-newline mode. by Tim Peters · 21 years ago
  88. dd3c837 added plistlib news item by Just van Rossum · 21 years ago
  89. 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 21 years ago
  90. 68a1abd SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options. by David Goodger · 21 years ago
  91. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  92. 565ea5a SF bug#1038917 fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  93. cf8997f Noted the fix to deque gc. by Tim Peters · 21 years ago
  94. bfef869 Add note about inclusion of DarwinPorts directories in setup.py on darwin. by Brett Cannon · 21 years ago
  95. a80a2c8 Updated doctest doc news. by Tim Peters · 21 years ago
  96. 35ae3dd Add warning notation about using 'bomb' setting. by Brett Cannon · 21 years ago
  97. 596ba4d Granted Noam Raphael's request for minor improvements to the re module and by Raymond Hettinger · 21 years ago
  98. 862f059 Introduced a Py_IS_NAN macro, which probably works on the major platforms by Tim Peters · 21 years ago
  99. 307fa78 SF bug #513866: Float/long comparison anomaly. by Tim Peters · 21 years ago
  100. 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 21 years ago