1. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 20 years ago
  2. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 20 years ago
  3. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 20 years ago
  4. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 20 years ago
  5. a9ef5e5 SF bug #1083202L UnboundLocalError raised by atexit module by Raymond Hettinger · 20 years ago
  6. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 20 years ago
  7. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 20 years ago
  8. 7f06187 Whitespace normalization. by Tim Peters · 20 years ago
  9. 333da5f remove the other half of one of the regsub-related comments; the other by Fred Drake · 20 years ago
  10. 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 20 years ago
  11. 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 20 years ago
  12. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 20 years ago
  13. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 20 years ago
  14. 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 20 years ago
  15. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 20 years ago
  16. c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 20 years ago
  17. 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
  18. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
  19. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 20 years ago
  20. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 20 years ago
  21. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  22. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 20 years ago
  23. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  24. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  25. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 20 years ago
  26. 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 20 years ago
  27. 46ea4c8 For the benefit of historians . . . by Raymond Hettinger · 20 years ago
  28. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
  29. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  30. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 20 years ago
  31. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  32. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 20 years ago
  33. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 20 years ago
  34. 6fdf3cb Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 20 years ago
  35. e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 20 years ago
  36. e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  37. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  38. e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 20 years ago
  39. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 20 years ago
  40. 26be206 Whitespace normalization. by Tim Peters · 20 years ago
  41. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  42. f7f9b6c Fix typo in comment. by Walter Dörwald · 20 years ago
  43. cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 20 years ago
  44. 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 20 years ago
  45. 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 20 years ago
  46. 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 20 years ago
  47. 08febeb Add 'linux2' as one of the platforms that does not use the echo service as one by Brett Cannon · 20 years ago
  48. e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
  49. 5cc727a 2.4rc1 by Anthony Baxter · 20 years ago
  50. 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 20 years ago
  51. 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  52. 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 20 years ago
  53. 1b626ca Fix pprint to be able to handle objects that don't have a __repr__ by Walter Dörwald · 20 years ago
  54. 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 20 years ago
  55. f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 20 years ago
  56. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 20 years ago
  57. fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 20 years ago
  58. aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 20 years ago
  59. 0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines by Tim Peters · 20 years ago
  60. 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 20 years ago
  61. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 20 years ago
  62. 48ecacc testing control chars and non-dict root objects by Just van Rossum · 20 years ago
  63. b84330d - \f is not a valid XML character by Just van Rossum · 20 years ago
  64. 26e811a reordered a couple of things by Just van Rossum · 20 years ago
  65. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  66. 41f7038 Avoid a linker warning: MSVC 7 doesn't support /pdb:None, the debug by Thomas Heller · 20 years ago
  67. 952f880 SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) by Raymond Hettinger · 20 years ago
  68. 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 20 years ago
  69. 7960bf9 And delete a useless comment. by Tim Peters · 20 years ago
  70. d7bbbbc _OutputRedirectingPdb.trace_dispatch(): Return the base class's by Tim Peters · 20 years ago
  71. 50c6bdb test_doctest.py test_pdb_set_trace_nested(): A new test from Jim Fulton by Tim Peters · 20 years ago
  72. e0b855f test for fixedness of bug #1057835. (thanks to Raymond for the prod). by Michael W. Hudson · 20 years ago
  73. 05522ad Fix bug by Michael W. Hudson · 20 years ago
  74. 481b09b3 SF #1062190. Removed an assertion that rendered trace.py unnecessarily by Raymond Hettinger · 20 years ago
  75. d6eb352 Stop printing listdir bytestring output, as the precise list of strings by Martin v. Löwis · 20 years ago
  76. cd24699 Try a different filename if the Latin-1 file name cannot by Martin v. Löwis · 20 years ago
  77. 8de645a Patch #1061931 / bug #971872: factor out part of spillproperties, so by Johannes Gijsbers · 20 years ago
  78. def9d2a Fix for SF bug 988120 via patch 1061941. by Jeremy Hylton · 20 years ago
  79. d7b6ad4 Patch #1061904 / bug #878275: give a nicer error message when someone by Johannes Gijsbers · 20 years ago
  80. c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. by Peter Astrand · 20 years ago
  81. 84a6c20 Bug #1055168: calling pdb.set_trace() calls Bdb.set_trace, which made by Johannes Gijsbers · 20 years ago
  82. 00afb07 Whitespace normalization. by Tim Peters · 20 years ago
  83. 90cf212 Essentially SF patch 1061679: add missing __all__ to pickletools.py. Harmless. by Tim Peters · 20 years ago
  84. 8a92dd5 Don't choke on modes like rb or wb. by Raymond Hettinger · 20 years ago
  85. 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 20 years ago
  86. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 20 years ago
  87. b0c6630 post-release by Anthony Baxter · 20 years ago
  88. 599bd5e Fix bug 1052242. Also includes rewrite of test case using unittest and by Skip Montanaro · 20 years ago
  89. 9f41f3a release shenanigans by Anthony Baxter · 20 years ago
  90. 5dec096 Maintain peepholer's cumlc invariant by updating the running total by Raymond Hettinger · 20 years ago
  91. f7010be * Bumped up the sleep() delay to four seconds so this test will run by Raymond Hettinger · 20 years ago
  92. bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 20 years ago
  93. 4a8d851 Bug #1057993: Use sleep() always instead of os.utime() possibly broken by Hye-Shik Chang · 20 years ago
  94. 8c72eae SF patch #1056967, changes the semantics of Template.safe_substitute() to not by Barry Warsaw · 20 years ago
  95. 4590c00 test_on_error(): Rewrite so it works on WinXP too. Unsure about 95/98/ME. by Tim Peters · 20 years ago
  96. ef5ffc4 Bug #1048941: shutil.rmtree error handling was always broken by Johannes Gijsbers · 20 years ago
  97. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  98. 89a3946 Wrote down the invariants of some common objects whose structure is by Armin Rigo · 20 years ago
  99. 063e1e8 Trigger a few error cases in Modules/_codecsmodule.c. by Walter Dörwald · 20 years ago
  100. 14adbe7 Fix bug of implementation of algorithm for calculating the date from year, week by Brett Cannon · 20 years ago