1. f9fde1e 2.4.2 release stuff by Anthony Baxter · 20 years ago
  2. ea2ef08 Backport (with Anthony's blessing (in fact he reminded me to do it :)): by Michael W. Hudson · 20 years ago
  3. 965f323 Changed header to match the HEAD version: by Peter Astrand · 20 years ago
  4. 5e364ca Backport Jack Jansen's fix for test_macfs.py (broke on OS X 10.4.2). by Guido van Rossum · 20 years ago
  5. bf8cef4 (backport) test and fix for buggy handling of exceptions raised by C by Armin Rigo · 20 years ago
  6. 523263d backport: test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Anthony Baxter · 20 years ago
  7. 4ab7786 pre-release machinations by Anthony Baxter · 20 years ago
  8. 4fe43a8 - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 20 years ago
  9. 5396041 Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Georg Brandl · 20 years ago
  10. 91926ad Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 20 years ago
  11. fc7cb40 Test case for latest complexobject fix. by Georg Brandl · 20 years ago
  12. 9bec7fa Misc. backported changes by Vinay Sajip · 20 years ago
  13. 75634db Sync-up with head except for 1.72 which is Py2.5 specific. by Raymond Hettinger · 20 years ago
  14. f207ffb Sync-up with minor changes to the head. by Raymond Hettinger · 20 years ago
  15. b930fbd Removed assignment to an unused variable. by Raymond Hettinger · 20 years ago
  16. 1e2be08 Fix bug #687747 and patch #1077979 in webbrowser.py. by Georg Brandl · 20 years ago
  17. fe7c3095 Sync-up with patches to the head. by Raymond Hettinger · 20 years ago
  18. 5bf00be Backport SF #1209527. by Raymond Hettinger · 20 years ago
  19. fc25226 Clear the regex cache when the locale changes. by Brett Cannon · 20 years ago
  20. e2f5adb - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  21. 81e2d6b Backport checkin: by Walter Dörwald · 20 years ago
  22. cd0af2b Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 20 years ago
  23. 3078cb9 patch [ 1242454 ] shutil.copytree() quits too soon after an error. by Georg Brandl · 20 years ago
  24. 6b4a932 backport bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 20 years ago
  25. fd8e017 Backport checkin: by Walter Dörwald · 20 years ago
  26. e055743 Fix logic error introduced in last commit. by Brett Cannon · 20 years ago
  27. d6dbf39 Fix bug where __contains__ should have been used over str.find() by Brett Cannon · 20 years ago
  28. bd94eb5 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
  29. 6cff8cd Add list() around xreadlines() by Georg Brandl · 20 years ago
  30. d3d235f backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  31. 32c2ed5 backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
  32. 296681e backport bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  33. 900a84a backport bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  34. 0b5fb78 Backport fixes for bugs #1191043 and #1215928. by Georg Brandl · 20 years ago
  35. dedff27 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  36. 6eee2fe Backport bug #735248: fix urllib2.parse_http_list(). by Georg Brandl · 20 years ago
  37. 1694a59 Backport bug #1016563: Bug in urllib2 proxy auth by Georg Brandl · 20 years ago
  38. 47826f1 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 20 years ago
  39. 674c188 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  40. 00ccbb6 backport bug [ 1192315 ] 'clear -1' in pdb by Georg Brandl · 20 years ago
  41. a6161e4 backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  42. f9189d0 Revert previous checkin. by Martin v. Löwis · 20 years ago
  43. df9c2c2 Patch #1262036: Make tarfile name absolute. Fixes #1257255. by Martin v. Löwis · 20 years ago
  44. 6f9e3ca Backport 1.74 by Raymond Hettinger · 20 years ago
  45. 61e7ce8 - Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 20 years ago
  46. d6f14ed add note about "markupbase" not being intended for direct use by Fred Drake · 20 years ago
  47. 3d41e9a backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
  48. f5b8d44 backport bug #1266283: add lexists to os.path.__all__ by Georg Brandl · 20 years ago
  49. 9314d32 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 20 years ago
  50. 190a336 Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch by Barry Warsaw · 20 years ago
  51. ccb5e4d Complete backport of #1172785 fix. by Georg Brandl · 20 years ago
  52. ab29419 Teach set modules to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 20 years ago
  53. 787b4c5 * SF bug #1257731: Fix logic in set.__contains__(), set.remove(), by Raymond Hettinger · 20 years ago
  54. 8cd0bad Patch #827386: Support absolute source paths in msvccompiler.py. by Martin v. Löwis · 20 years ago
  55. 5656698 backport patch [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 20 years ago
  56. 1987607 add support for svn: and svn+ssh: URL schemes to urlparse by Fred Drake · 20 years ago
  57. 64da727 (Backport) by Guido van Rossum · 20 years ago
  58. 022c6e5 That was one too much. by Georg Brandl · 20 years ago
  59. 87494a5 Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
  60. 95d632d [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  61. ba72589 Backport checkin: by Walter Dörwald · 20 years ago
  62. 3227601 backport bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 20 years ago
  63. c10be80 backport Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 20 years ago
  64. afe5e77 backport bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 20 years ago
  65. c3e6eba backport doctest for weakref examples by Georg Brandl · 20 years ago
  66. 0e07707 backport patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror) by Georg Brandl · 20 years ago
  67. 893426b backport bug [ 839151 ] attempt to access sys.argv when it doesn't exist by Georg Brandl · 20 years ago
  68. 0e65dd4 backport bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able by Georg Brandl · 20 years ago
  69. 59c9be2 backport bug [ 1155638 ] self.length shield exception in httplib by Georg Brandl · 20 years ago
  70. 7ddd42a Backport: Prevent creating a HTML link to file://?/ by Georg Brandl · 20 years ago
  71. 5cf447a backport bug [ 1100201 ] Cross-site scripting on BaseHTTPServer by Georg Brandl · 20 years ago
  72. 1ec9c52 SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 20 years ago
  73. 8f7dce6 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 20 years ago
  74. 25010f2 backport Lib/test/test_class.py revision 1.13: by Michael W. Hudson · 20 years ago
  75. 9517253 [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite by Andrew M. Kuchling · 20 years ago
  76. 2b0b041 SF bug #1219361 Fix typo by Raymond Hettinger · 20 years ago
  77. 018c347 Backport 1.37 namespace cleanup. by Raymond Hettinger · 20 years ago
  78. 216eed5 [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin by Andrew M. Kuchling · 20 years ago
  79. 475661e [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 20 years ago
  80. 53ff4de fix broken (unexecuted) test by Anthony Baxter · 20 years ago
  81. f16afd2 Tools/scripts/reindent.py is your friend by Anthony Baxter · 20 years ago
  82. 997b362 [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace. by Andrew M. Kuchling · 20 years ago
  83. de09e95 Backport bug #1196315: fix weakref.WeakValueDictionary constructor. by Georg Brandl · 20 years ago
  84. bf07710 Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 20 years ago
  85. c5d8c7b backport of [ 1197218 ] test_locale fix on modern linux by Anthony Baxter · 20 years ago
  86. bab518b Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 20 years ago
  87. 5298ade whitespace normalisation by Anthony Baxter · 20 years ago
  88. 90014d6 fix exceptions.TabError. _Please_ run test suite before checking in. by Anthony Baxter · 20 years ago
  89. 6ed5f30 [Bug #1177831] Fix (?(id)yes|no) for a group other than the first one, and add a test case by Andrew M. Kuchling · 20 years ago
  90. 270dfd8 [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within the text box by Andrew M. Kuchling · 20 years ago
  91. 7160342 SF bug #1193890: calendar.weekheader not found in __all__ by Raymond Hettinger · 20 years ago
  92. 53fa7ee Fix a docstring with mismatched opening and closing quotes. by Brett Cannon · 20 years ago
  93. 4d3fec6 Backport checkin (and the appropriate fix to the test): by Walter Dörwald · 20 years ago
  94. 67e4ecd Backport checkin: by Walter Dörwald · 20 years ago
  95. 6ca93ed Backport from 1.27: by Hye-Shik Chang · 20 years ago
  96. 6721a34 Added optional encoding argument to File based handlers and improved error handling for SysLogHandler by Vinay Sajip · 20 years ago
  97. 2d6fe25 Minor changes to imports by Vinay Sajip · 20 years ago
  98. d7937f0 Misc. changes by Vinay Sajip · 20 years ago
  99. 9bd2b50 Backport checkin: by Walter Dörwald · 20 years ago
  100. 21f8987 Backport: by Michael W. Hudson · 20 years ago