1. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
  2. 8b7e917 * Adds support for building against BerkeleyDB 4.3.21 by Gregory P. Smith · 20 years ago
  3. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  4. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  5. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago
  6. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  7. eb68be4 Replace VB with VC. by Martin v. Löwis · 20 years ago
  8. a4a8afb OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 20 years ago
  9. d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago
  10. 222d5b4 Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not by Brett Cannon · 20 years ago
  11. a9ef5e5 SF bug #1083202L UnboundLocalError raised by atexit module by Raymond Hettinger · 20 years ago
  12. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
  13. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 20 years ago
  14. 8ef9b3e SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 20 years ago
  15. 7f06187 Whitespace normalization. by Tim Peters · 20 years ago
  16. 333da5f remove the other half of one of the regsub-related comments; the other by Fred Drake · 20 years ago
  17. 3557f42 Combined several entries. by Raymond Hettinger · 20 years ago
  18. 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 20 years ago
  19. 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 20 years ago
  20. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  21. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
  22. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  23. 9e635cf Put parentheses around the assignment in the 'while' loop conditional by Brett Cannon · 20 years ago
  24. 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
  25. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  26. a32d22a Remove deprecated xmllib from inclusion in the docs. by Raymond Hettinger · 20 years ago
  27. e208412 Fix for SF bug #947894: calendar.weekheader() undocumented by Walter Dörwald · 20 years ago
  28. c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 20 years ago
  29. 98809b7 Very minor grammatical fix and removal of a tab. by Brett Cannon · 20 years ago
  30. 5f5e141 Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor by Peter Astrand · 20 years ago
  31. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
  32. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  33. d2f70cb remove dependencies that are no longer used for the library reference by Fred Drake · 20 years ago
  34. 1d542f2 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  35. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  36. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  37. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  38. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  39. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  40. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
  41. 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 20 years ago
  42. 46ea4c8 For the benefit of historians . . . by Raymond Hettinger · 20 years ago
  43. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  44. 2238fc6 Add item by Andrew M. Kuchling · 20 years ago
  45. 07b28b9 Hyphenate 'one-argument' by Andrew M. Kuchling · 20 years ago
  46. 1cae3f5 AAdd item. (And so it beegins again.) by Andrew M. Kuchling · 20 years ago
  47. 92e2495 Fill in various bits of the template by Andrew M. Kuchling · 20 years ago
  48. 6651748 Remove PyRange_New(). by Raymond Hettinger · 20 years ago
  49. f924557 Acknowledge contribution of a thorough tutorial review. by Raymond Hettinger · 20 years ago
  50. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  51. e8fdc45 Fixed errors reported in SF bug #1074693 by Vinay Sajip · 20 years ago
  52. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 20 years ago
  53. 166878f Fixing bug #1072259 in SRE. by Gustavo Niemeyer · 20 years ago
  54. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  55. de7b990 Update the MSC6 pythoncore projects to compile for Py2.5 by Raymond Hettinger · 20 years ago
  56. 5d6057f Fix typo. by Raymond Hettinger · 20 years ago
  57. 65a350d SF bug #1076955: Tutorial corrections Part II by Raymond Hettinger · 20 years ago
  58. aa2b2aa SF bug #1076955: Tutorial corrections Part I by Raymond Hettinger · 20 years ago
  59. 4d930be Add all readme files in Tools. by Martin v. Löwis · 20 years ago
  60. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 20 years ago
  61. 8992b9b printf format code for integers is %d not %s. by Thomas Heller · 20 years ago
  62. fd77c6c Update the filenames in the MSVC project file for Python 2.5. by Thomas Heller · 20 years ago
  63. 6ad6ee6 Update import library name on windows. by Thomas Heller · 20 years ago
  64. ab807e8 Make the example server code clearer; add the corresponding example client. [Bugfix candidate] by Andrew M. Kuchling · 20 years ago
  65. 9cc5cb7 Running the pre-install or post-install script did not work when by Thomas Heller · 20 years ago
  66. cdd6e4d - fix up internal hyperlink generation in PDF formatting so that links at by Fred Drake · 20 years ago
  67. cf05f47 - bump version number for "What's New" document by Fred Drake · 20 years ago
  68. 2db7680 Continue the post-release mechanics; we need a "What's New" document by Fred Drake · 20 years ago
  69. 29eb40c Fix nit. by Raymond Hettinger · 20 years ago
  70. 3805fe7 Mention getservbyport(). There's no patch number in the CVS log, so I assume Barry wrote the code. by Andrew M. Kuchling · 20 years ago
  71. aafdc9c Bump version number by Andrew M. Kuchling · 20 years ago
  72. e2a66bf Remove mention of Template being a subclass of unicode by Andrew M. Kuchling · 20 years ago
  73. b69c49c [Patch #1076365] Correction of name of Template class; add contributor by Andrew M. Kuchling · 20 years ago
  74. fd1c69e7 Bump version number to 2.5. by Martin v. Löwis · 20 years ago
  75. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 20 years ago
  76. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 20 years ago
  77. 4871535 Update release date. by Andrew M. Kuchling · 20 years ago
  78. 02d74f6 Hear the #error: change the default value of the mutable_arg argument by Michael W. Hudson · 20 years ago
  79. a3bc546 post 2.4 release machinations by Anthony Baxter · 20 years ago
  80. 4277ed8 whoops! by Anthony Baxter · 20 years ago
  81. 3a833f7 This commit was manufactured by cvs2svn to create tag 'r24'. by cvs2svn · 20 years ago
  82. e9d719b update gcc ref by Anthony Baxter · 20 years ago
  83. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 20 years ago
  84. 6e3fa29 REVERT revision 1.260; the trunk is FROZEN. by Fred Drake · 20 years ago
  85. af1389a Bump buildno for 2.4 release by Martin v. Löwis · 20 years ago
  86. a98825c Fix a nit. by Raymond Hettinger · 20 years ago
  87. e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  88. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  89. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 20 years ago
  90. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 20 years ago
  91. 26be206 Whitespace normalization. by Tim Peters · 20 years ago
  92. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  93. f7f9b6c Fix typo in comment. by Walter Dörwald · 20 years ago
  94. 4fd38b3 Fix typo. by Raymond Hettinger · 20 years ago
  95. 23ce584 Clarify the ordering of dictionary keys. by Raymond Hettinger · 20 years ago
  96. 3de9aa4 Make sure the money formatting recipe can doesn't run out of digits by Raymond Hettinger · 20 years ago
  97. 7a8173a Rename a static variable "history_length" to "_history_length". by Hye-Shik Chang · 20 years ago
  98. 536183b Following a LtU thread, change introductory paragraph of decimal section by Andrew M. Kuchling · 20 years ago
  99. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 20 years ago
  100. f8c6e6a add missing dependency by Fred Drake · 20 years ago