Final head of the former 2.1 branch
  1. 22eb8bc Backport 1.60 -- because this is an annoyance that Zope folks run into by Guido van Rossum · 23 years ago
  2. cceafe2 Roll back the introduction of urlsplit() and urlunsplit() to by Guido van Rossum · 23 years ago
  3. 1caa072 Backport (the relevant part of) rexec.py 1.41. by Guido van Rossum · 23 years ago
  4. b6e835c Backport: by Guido van Rossum · 23 years ago
  5. 344f425 Fix SF bug [ 599838 ] httplib.connect broken in 2.1 branch by Jeremy Hylton · 23 years ago
  6. d31a803 Backport of SF patch 590294: os._execvpe security fix (Zack Weinberg). by Guido van Rossum · 23 years ago
  7. a1a5a89 Add a dummy test_queue output file to make regrtest happy. by Guido van Rossum · 23 years ago
  8. 25fae7c Update test output. by Jeremy Hylton · 23 years ago
  9. def3b50 Backport changes. by Jeremy Hylton · 23 years ago
  10. f395df0 Backport various bug fixes from trunk. by Jeremy Hylton · 23 years ago
  11. 3ab1798 Add a special case code to deal with unexpected large files. by Jeremy Hylton · 23 years ago
  12. c883ad6 Backport to 2.1.x: by Guido van Rossum · 23 years ago
  13. a5fd7ba Backport fix by tismer for #210682 by Neal Norwitz · 23 years ago
  14. 31cc898 Backport patch for revision 1.58 to the Py2.1.x maintenance branch. by Barry Warsaw · 23 years ago
  15. b040bc1 Update a SourceForge issue number; IDs less than 200000 are no longer valid. by Fred Drake · 23 years ago
  16. 1625eb8 Added regression tests for xrange object attributes. See SF bug #551285. by Fred Drake · 23 years ago
  17. d4a0500 Backport buffer() tests from trunk to avoid regression failures. by Fred Drake · 23 years ago
  18. 047fa81 *sigh* did a 'make test' in the wrong window. fixing this up to by Anthony Baxter · 23 years ago
  19. 1f30f72 backport mhammond's patch: by Anthony Baxter · 23 years ago
  20. f599b74 Backport fixes for two nested scopes bugs. by Jeremy Hylton · 23 years ago
  21. 402a928 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 23 years ago
  22. 2167a09 backport gvanrossum's patch: by Anthony Baxter · 23 years ago
  23. 1eca91d backport 1.47's "add sendall() to FakeSocket class" by Anthony Baxter · 23 years ago
  24. fc4afb3 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 23 years ago
  25. 9e3c42a Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 23 years ago
  26. 976e51d Avoid creating circular references between the ExpatParser and the by Fred Drake · 23 years ago
  27. 585a30c Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault(). by Fred Drake · 23 years ago
  28. 67edc16 Fix SF bug #529273: WeakValueDictionary.setdefault() raised UnboundLocalError by Fred Drake · 23 years ago
  29. 0c81ed6 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 24 years ago
  30. 770139c backport 1.14: by Anthony Baxter · 24 years ago
  31. a82adf9 Backport gvanrossum's checkin of revision 1.20: by Anthony Baxter · 24 years ago
  32. 4e2d4b3 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 24 years ago
  33. dd13f85 oops. nearly forgot this one: by Anthony Baxter · 24 years ago
  34. cdf6bfe The Grande 'sendall()' patch. I believe that I've picked up everything by Anthony Baxter · 24 years ago
  35. 40986ed darn excess whitespace. by Anthony Baxter · 24 years ago
  36. 308584d partial backport of 1.25: by Anthony Baxter · 24 years ago
  37. fc54310 d'oh! could have _sworn_ I checked this in last weekend. by Anthony Baxter · 24 years ago
  38. a5d6faa Backport patch 1.57 to 2.1.2. Apparently ftp servers that send 227 by Guido van Rossum · 24 years ago
  39. 5c2f276 backport unixccompiler.py 1.36, ccompiler.py 1.40 by Anthony Baxter · 24 years ago
  40. ad22237 backport 1.15 by Anthony Baxter · 24 years ago
  41. 6fcbe88 backport 1.21 and 1.22 by Anthony Baxter · 24 years ago
  42. 598d8e6 backport 1.134: by Anthony Baxter · 24 years ago
  43. 98e931f backport 1.17: by Anthony Baxter · 24 years ago
  44. b9be511 backport 1.8, 1.9 by Anthony Baxter · 24 years ago
  45. a261cb2 backport: Add 'sendall' to list of socket methods. by Anthony Baxter · 24 years ago
  46. 8e24709 backport 1.7: by Anthony Baxter · 24 years ago
  47. 138f443 backport half of 1.11: by Anthony Baxter · 24 years ago
  48. 1015acd backport 1.33: by Anthony Baxter · 24 years ago
  49. 4bc57de backport 1.23: by Anthony Baxter · 24 years ago
  50. 9f82e6e backport 1.18: Patch #416220: Fix misplaced paren. by Anthony Baxter · 24 years ago
  51. e75ae8e backport 1.29: Typo fix (spelling mistake in error message). by Anthony Baxter · 24 years ago
  52. 1454210 backport of 1.21 by Anthony Baxter · 24 years ago
  53. 18311e6 backport of 1.64, 1.65, 1.68: by Anthony Baxter · 24 years ago
  54. f05af93 backport 1.18, 1.19, 1.20: by Anthony Baxter · 24 years ago
  55. 77aee7e backport of 1.12 by Anthony Baxter · 24 years ago
  56. c886f2a backport 1.11 by Anthony Baxter · 24 years ago
  57. 645ea48 backport guido's 1.20 - test sktobj.sendall() needed this anyway. by Anthony Baxter · 24 years ago
  58. 0039bd7 The 2.1 regrest.py doesn't have the test_main() feature yet, so always by Guido van Rossum · 24 years ago
  59. 4da37fc Merge in selected changes from profile.py on the trunk. Note that by Guido van Rossum · 24 years ago
  60. a939b7a This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
  61. 5203e32 The version number 1.0.2pre doesn't conform to the strict versioning by Thomas Heller · 24 years ago
  62. 2b25f35 Just's fix in 1.10: call convert_path for scripts too. Needed for mac by Jack Jansen · 24 years ago
  63. 2e03ba8 Fix showstopper SF bug #442983: use of site.addsitedir() was broken by Guido van Rossum · 24 years ago
  64. d8dd690 Backport Piers Lauder's checkin 1.30: by Thomas Wouters · 24 years ago
  65. cc8dd4e Merge from the trunk... just contains bugfixes, according to Jack and Just. by Thomas Wouters · 24 years ago
  66. d1d2a9a Backport Jack's checkin 1.35 and Guido's checkin 1.36: by Thomas Wouters · 24 years ago
  67. 01c61eb Backport of AMK's checkin 1.34 and Guido's checkin 1.35: by Thomas Wouters · 24 years ago
  68. 041a51b Backport Guido's checkin 1.3: by Thomas Wouters · 24 years ago
  69. 03bb77e Remove some false comments. by Fred Drake · 24 years ago
  70. d92dc79 this closes patches item 429136 and brings the release21-maint version into by Skip Montanaro · 24 years ago
  71. d7fe69f Backport Tim's checkin 1.9: by Thomas Wouters · 24 years ago
  72. 800f677 Backport of the socketserver test, including output file (which is still by Thomas Wouters · 24 years ago
  73. 1a2d894 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
  74. 6dc482c Backport of Guido's checkin 1.25: by Thomas Wouters · 24 years ago
  75. e27a8b9 Backport Tim's checkin 1.17: by Thomas Wouters · 24 years ago
  76. f14452e When reading a continuation line, make sure we still use the transformed by Fred Drake · 24 years ago
  77. f379622 Allow underscores in tag names and quote characters in unquoted attribute by Fred Drake · 24 years ago
  78. 3f6de5a Only write out one blank line before the request data. by Fred Drake · 24 years ago
  79. 13928be Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 24 years ago
  80. 62ebe04 Backport Tim's checkin 1.12: by Thomas Wouters · 24 years ago
  81. b24ffe4 Backport of Tim's checkin 1.35: by Thomas Wouters · 24 years ago
  82. cde43be Backport Tim's checkin 1.26 (patch probably by Michael Hudson, not Hundson): by Thomas Wouters · 24 years ago
  83. 48a433c Backport Tim's checkin 1.20: by Thomas Wouters · 24 years ago
  84. 588efca Backport Martin's checkin 1.6: by Thomas Wouters · 24 years ago
  85. eff2a98 Applying this to the 2.1.1 branch: by Guido van Rossum · 24 years ago
  86. 362612c expand __all__ to include a bunch of names that should have been there before. by Skip Montanaro · 24 years ago
  87. 780843e Re-incarnate dead turd of old test_mutants output file. by Thomas Wouters · 24 years ago
  88. 44c69c9 Now that the backporting of test_mutants.py worked successfully (Barnevelder by Thomas Wouters · 24 years ago
  89. 36e23e0 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
  90. 1648e53 Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), by Thomas Wouters · 24 years ago
  91. 49a8bec *** empty log message *** by Thomas Wouters · 24 years ago
  92. e98c5fd Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16, by Thomas Wouters · 24 years ago
  93. 5bc57be Backport MAL's checkin 1.32: by Thomas Wouters · 24 years ago
  94. ed53d87 Backport Jeremy's checkin 1.7: by Thomas Wouters · 24 years ago
  95. 7730735 Backport Jeremy's checkin 1.15: by Thomas Wouters · 24 years ago
  96. a839747 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
  97. 5030cf1 Fix three PyChecker-detected gotchas. by Jeremy Hylton · 24 years ago
  98. a490d58 In walk(), don't die when os.lstat() raises os.error, e.g. because a by Guido van Rossum · 24 years ago
  99. a0a4ab1 Add a test case for Weak*Dictionary.update() that would have caught a by Fred Drake · 24 years ago
  100. 1d9e4b7 Weak*Dictionary.update(): Fix calls to [].append() to only have one by Fred Drake · 24 years ago