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