1. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 20 years ago
  2. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  3. 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago
  4. ac191da Properly quote IDLE shortcut. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  5. 3673369 Add NEWS entry about bug #1076985. by Walter Dörwald · 20 years ago
  6. 1902146 Remove outdated comments about expanduser and expandvars for Macintosh that by Brett Cannon · 20 years ago
  7. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 20 years ago
  8. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 20 years ago
  9. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 20 years ago
  10. f654c1c Add accidentally removed \end{description} back in. by Johannes Gijsbers · 20 years ago
  11. 7caafe7 Changing the idle wrapper to use Python and execvp() to pass arguments to idle. by Sean Reifschneider · 20 years ago
  12. 6065d32 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 20 years ago
  13. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 20 years ago
  14. f964154 Bug #1088206: zlib decompressobj documentation typo by Raymond Hettinger · 20 years ago
  15. 7b4b788 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False by Raymond Hettinger · 20 years ago
  16. 5d01aa4 Bug #1079011: Incorrect error message (somewhat) by Raymond Hettinger · 20 years ago
  17. da26412 Bug #1066607: "Limitations" section of profiler docs is incorrect by Raymond Hettinger · 20 years ago
  18. 3a4231d Bug #1087216: datetime module documentation missing critical detail by Raymond Hettinger · 20 years ago
  19. 94eaee6 Skip test_imp if threading is not available. by Brett Cannon · 20 years ago
  20. 5399c6d Switch from getting LDFLAGS and CPPFLAGS from the environment to the Makefile. by Brett Cannon · 20 years ago
  21. 7e71fa5 Bug #1083645 by Raymond Hettinger · 20 years ago
  22. 193814c Small boost to PySequence_Fast(). Lists build faster than tuples for by Raymond Hettinger · 20 years ago
  23. a3be258 fix unterminated comment by Andrew MacIntyre · 20 years ago
  24. bf72b71 Refactor: by Raymond Hettinger · 20 years ago
  25. 6f5b741 SF bug #1086555: refcount problem in syslog by Raymond Hettinger · 20 years ago
  26. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 20 years ago
  27. e6bdb37 Add missing decref. by Raymond Hettinger · 20 years ago
  28. 4d01259 SF bug #1085744: Performance issues with PySequence_Tuple() by Raymond Hettinger · 20 years ago
  29. 8a6a59c fixed compilation against BerkeleyDB 3.2.9 (sf bug # 1077040) by Gregory P. Smith · 20 years ago
  30. 3fa932f Fix typo (from SF bug #1086127). by Walter Dörwald · 20 years ago
  31. 29ddfba Fix copy & paste error in comments. by Walter Dörwald · 20 years ago
  32. 744aaa0 SF bug #1084457: ossaudiodev no longer undocumented by Raymond Hettinger · 20 years ago
  33. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
  34. 537d3fc Check in missing png version of pyfav.gif. by Johannes Gijsbers · 20 years ago
  35. e76c8c0 rewrote the bsddb module BerkeleyDB library and include file locating by Gregory P. Smith · 20 years ago
  36. 57ee770 note for amk by Anthony Baxter · 20 years ago
  37. 7af53a6 the bsddb module now also works with BerkeleyDB 4.3. by Gregory P. Smith · 20 years ago
  38. 8b7e917 * Adds support for building against BerkeleyDB 4.3.21 by Gregory P. Smith · 20 years ago
  39. f4a70f3 Patch #1080684: typo repair. Thanks George Yoshida! by Johannes Gijsbers · 20 years ago
  40. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  41. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago
  42. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  43. eb68be4 Replace VB with VC. by Martin v. Löwis · 20 years ago
  44. a4a8afb OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 20 years ago
  45. d0278ec OS/2 specific fixes related to SF bug # 1003471 by Andrew MacIntyre · 20 years ago
  46. 222d5b4 Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, not by Brett Cannon · 20 years ago
  47. a9ef5e5 SF bug #1083202L UnboundLocalError raised by atexit module by Raymond Hettinger · 20 years ago
  48. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
  49. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 20 years ago
  50. 8ef9b3e SF bug #1082944: Incorrect docs for PyUnicode_TailMatch by Raymond Hettinger · 20 years ago
  51. 7f06187 Whitespace normalization. by Tim Peters · 20 years ago
  52. 333da5f remove the other half of one of the regsub-related comments; the other by Fred Drake · 20 years ago
  53. 3557f42 Combined several entries. by Raymond Hettinger · 20 years ago
  54. 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 20 years ago
  55. 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 20 years ago
  56. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  57. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
  58. 516592f setup.py now uses the library directories specified in LDFLAGS (``-L`` by Brett Cannon · 20 years ago
  59. 9e635cf Put parentheses around the assignment in the 'while' loop conditional by Brett Cannon · 20 years ago
  60. 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
  61. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  62. a32d22a Remove deprecated xmllib from inclusion in the docs. by Raymond Hettinger · 20 years ago
  63. e208412 Fix for SF bug #947894: calendar.weekheader() undocumented by Walter Dörwald · 20 years ago
  64. c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 20 years ago
  65. 98809b7 Very minor grammatical fix and removal of a tab. by Brett Cannon · 20 years ago
  66. 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
  67. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
  68. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  69. d2f70cb remove dependencies that are no longer used for the library reference by Fred Drake · 20 years ago
  70. 1d542f2 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  71. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  72. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  73. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  74. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  75. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  76. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
  77. 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 20 years ago
  78. 46ea4c8 For the benefit of historians . . . by Raymond Hettinger · 20 years ago
  79. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  80. 2238fc6 Add item by Andrew M. Kuchling · 20 years ago
  81. 07b28b9 Hyphenate 'one-argument' by Andrew M. Kuchling · 20 years ago
  82. 1cae3f5 AAdd item. (And so it beegins again.) by Andrew M. Kuchling · 20 years ago
  83. 92e2495 Fill in various bits of the template by Andrew M. Kuchling · 20 years ago
  84. 6651748 Remove PyRange_New(). by Raymond Hettinger · 20 years ago
  85. f924557 Acknowledge contribution of a thorough tutorial review. by Raymond Hettinger · 20 years ago
  86. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  87. e8fdc45 Fixed errors reported in SF bug #1074693 by Vinay Sajip · 20 years ago
  88. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 20 years ago
  89. 166878f Fixing bug #1072259 in SRE. by Gustavo Niemeyer · 20 years ago
  90. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  91. de7b990 Update the MSC6 pythoncore projects to compile for Py2.5 by Raymond Hettinger · 20 years ago
  92. 5d6057f Fix typo. by Raymond Hettinger · 20 years ago
  93. 65a350d SF bug #1076955: Tutorial corrections Part II by Raymond Hettinger · 20 years ago
  94. aa2b2aa SF bug #1076955: Tutorial corrections Part I by Raymond Hettinger · 20 years ago
  95. 4d930be Add all readme files in Tools. by Martin v. Löwis · 20 years ago
  96. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 20 years ago
  97. 8992b9b printf format code for integers is %d not %s. by Thomas Heller · 20 years ago
  98. fd77c6c Update the filenames in the MSVC project file for Python 2.5. by Thomas Heller · 20 years ago
  99. 6ad6ee6 Update import library name on windows. by Thomas Heller · 20 years ago
  100. ab807e8 Make the example server code clearer; add the corresponding example client. [Bugfix candidate] by Andrew M. Kuchling · 20 years ago