- 1eca91d backport 1.47's "add sendall() to FakeSocket class" by Anthony Baxter · 23 years ago
- fc4afb3 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 23 years ago
- 9e3c42a Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 23 years ago
- 976e51d Avoid creating circular references between the ExpatParser and the by Fred Drake · 23 years ago
- 585a30c Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault(). by Fred Drake · 23 years ago
- 67edc16 Fix SF bug #529273: WeakValueDictionary.setdefault() raised UnboundLocalError by Fred Drake · 23 years ago
- 0c81ed6 string.split() docstring described the interpretation of the maxsplit by Fred Drake · 24 years ago
- 770139c backport 1.14: by Anthony Baxter · 24 years ago
- a82adf9 Backport gvanrossum's checkin of revision 1.20: by Anthony Baxter · 24 years ago
- 4e2d4b3 Fix webbrowser.py security bug: be more careful about what we pass to by Fred Drake · 24 years ago
- dd13f85 oops. nearly forgot this one: by Anthony Baxter · 24 years ago
- cdf6bfe The Grande 'sendall()' patch. I believe that I've picked up everything by Anthony Baxter · 24 years ago
- 40986ed darn excess whitespace. by Anthony Baxter · 24 years ago
- 308584d partial backport of 1.25: by Anthony Baxter · 24 years ago
- fc54310 d'oh! could have _sworn_ I checked this in last weekend. by Anthony Baxter · 24 years ago
- a5d6faa Backport patch 1.57 to 2.1.2. Apparently ftp servers that send 227 by Guido van Rossum · 24 years ago
- 5c2f276 backport unixccompiler.py 1.36, ccompiler.py 1.40 by Anthony Baxter · 24 years ago
- ad22237 backport 1.15 by Anthony Baxter · 24 years ago
- 6fcbe88 backport 1.21 and 1.22 by Anthony Baxter · 24 years ago
- 598d8e6 backport 1.134: by Anthony Baxter · 24 years ago
- 98e931f backport 1.17: by Anthony Baxter · 24 years ago
- b9be511 backport 1.8, 1.9 by Anthony Baxter · 24 years ago
- a261cb2 backport: Add 'sendall' to list of socket methods. by Anthony Baxter · 24 years ago
- 8e24709 backport 1.7: by Anthony Baxter · 24 years ago
- 138f443 backport half of 1.11: by Anthony Baxter · 24 years ago
- 1015acd backport 1.33: by Anthony Baxter · 24 years ago
- 4bc57de backport 1.23: by Anthony Baxter · 24 years ago
- 9f82e6e backport 1.18: Patch #416220: Fix misplaced paren. by Anthony Baxter · 24 years ago
- e75ae8e backport 1.29: Typo fix (spelling mistake in error message). by Anthony Baxter · 24 years ago
- 1454210 backport of 1.21 by Anthony Baxter · 24 years ago
- 18311e6 backport of 1.64, 1.65, 1.68: by Anthony Baxter · 24 years ago
- f05af93 backport 1.18, 1.19, 1.20: by Anthony Baxter · 24 years ago
- 77aee7e backport of 1.12 by Anthony Baxter · 24 years ago
- c886f2a backport 1.11 by Anthony Baxter · 24 years ago
- 645ea48 backport guido's 1.20 - test sktobj.sendall() needed this anyway. by Anthony Baxter · 24 years ago
- 0039bd7 The 2.1 regrest.py doesn't have the test_main() feature yet, so always by Guido van Rossum · 24 years ago
- 4da37fc Merge in selected changes from profile.py on the trunk. Note that by Guido van Rossum · 24 years ago
- a939b7a This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 5203e32 The version number 1.0.2pre doesn't conform to the strict versioning by Thomas Heller · 24 years ago
- 2b25f35 Just's fix in 1.10: call convert_path for scripts too. Needed for mac by Jack Jansen · 24 years ago
- 2e03ba8 Fix showstopper SF bug #442983: use of site.addsitedir() was broken by Guido van Rossum · 24 years ago
- d8dd690 Backport Piers Lauder's checkin 1.30: by Thomas Wouters · 24 years ago
- cc8dd4e Merge from the trunk... just contains bugfixes, according to Jack and Just. by Thomas Wouters · 24 years ago
- d1d2a9a Backport Jack's checkin 1.35 and Guido's checkin 1.36: by Thomas Wouters · 24 years ago
- 01c61eb Backport of AMK's checkin 1.34 and Guido's checkin 1.35: by Thomas Wouters · 24 years ago
- 041a51b Backport Guido's checkin 1.3: by Thomas Wouters · 24 years ago
- 03bb77e Remove some false comments. by Fred Drake · 24 years ago
- d92dc79 this closes patches item 429136 and brings the release21-maint version into by Skip Montanaro · 24 years ago
- d7fe69f Backport Tim's checkin 1.9: by Thomas Wouters · 24 years ago
- 800f677 Backport of the socketserver test, including output file (which is still by Thomas Wouters · 24 years ago
- 1a2d894 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 6dc482c Backport of Guido's checkin 1.25: by Thomas Wouters · 24 years ago
- e27a8b9 Backport Tim's checkin 1.17: by Thomas Wouters · 24 years ago
- f14452e When reading a continuation line, make sure we still use the transformed by Fred Drake · 24 years ago
- f379622 Allow underscores in tag names and quote characters in unquoted attribute by Fred Drake · 24 years ago
- 3f6de5a Only write out one blank line before the request data. by Fred Drake · 24 years ago
- 13928be Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 24 years ago
- 62ebe04 Backport Tim's checkin 1.12: by Thomas Wouters · 24 years ago
- b24ffe4 Backport of Tim's checkin 1.35: by Thomas Wouters · 24 years ago
- cde43be Backport Tim's checkin 1.26 (patch probably by Michael Hudson, not Hundson): by Thomas Wouters · 24 years ago
- 48a433c Backport Tim's checkin 1.20: by Thomas Wouters · 24 years ago
- 588efca Backport Martin's checkin 1.6: by Thomas Wouters · 24 years ago
- eff2a98 Applying this to the 2.1.1 branch: by Guido van Rossum · 24 years ago
- 362612c expand __all__ to include a bunch of names that should have been there before. by Skip Montanaro · 24 years ago
- 780843e Re-incarnate dead turd of old test_mutants output file. by Thomas Wouters · 24 years ago
- 44c69c9 Now that the backporting of test_mutants.py worked successfully (Barnevelder by Thomas Wouters · 24 years ago
- 36e23e0 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 1648e53 Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), by Thomas Wouters · 24 years ago
- 49a8bec *** empty log message *** by Thomas Wouters · 24 years ago
- e98c5fd Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16, by Thomas Wouters · 24 years ago
- 5bc57be Backport MAL's checkin 1.32: by Thomas Wouters · 24 years ago
- ed53d87 Backport Jeremy's checkin 1.7: by Thomas Wouters · 24 years ago
- 7730735 Backport Jeremy's checkin 1.15: by Thomas Wouters · 24 years ago
- a839747 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 5030cf1 Fix three PyChecker-detected gotchas. by Jeremy Hylton · 24 years ago
- a490d58 In walk(), don't die when os.lstat() raises os.error, e.g. because a by Guido van Rossum · 24 years ago
- a0a4ab1 Add a test case for Weak*Dictionary.update() that would have caught a by Fred Drake · 24 years ago
- 1d9e4b7 Weak*Dictionary.update(): Fix calls to [].append() to only have one by Fred Drake · 24 years ago
- 67addfe Implement Mark Favas's suggestion. There's a clear bug in _group(): by Guido van Rossum · 24 years ago
- 42f92da Change the test data to ask for class C from module __main__ rather by Guido van Rossum · 24 years ago
- b8bf3be Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../. by Guido van Rossum · 24 years ago
- 2b5ff07 Get rid of the seek() method on the _Mailbox class. This was a by Guido van Rossum · 24 years ago
- fc34986 In order to make this test work on Windows, the test locale has to be by Guido van Rossum · 24 years ago
- 2d996c0 Fix typo (missing "req." prefix on error_302_dict) found by Neil by Guido van Rossum · 24 years ago
- b8b45ea Fix typo in exception name (UnimplementedError should be by Guido van Rossum · 24 years ago
- 74cde5b Fix typo in exception name (SGMLParserError should be SGMLParseError) by Guido van Rossum · 24 years ago
- 815bee4 Fix typo in attribute name (file should be filename) found by by Guido van Rossum · 24 years ago
- 0d1b7ea Fix typo in attribute name (chunk_size should be chunksize) found by by Guido van Rossum · 24 years ago
- ab0648f - Typo in message for TestCase.failIfEqual() by Steve Purcell · 24 years ago
- f3ee46b Set the SO_REUSEADDR socket option in the server thread -- this seems by Guido van Rossum · 24 years ago
- f85af61 Mark Favas points out that there's an 'self.fp.flush()' call in the by Guido van Rossum · 24 years ago
- b61914d Pete Shinners discovered that zipfile.ZipFile() is called with mode by Guido van Rossum · 24 years ago
- 3c1858a Should resolve [ #416039 ] pstats browser crashes. by Eric S. Raymond · 24 years ago
- 9df3eab Add "import thread" at the top of the module; this prevents us from by Guido van Rossum · 24 years ago
- b891891 If the sunaudiodev module is available but we cannot find an audio by Fred Drake · 24 years ago
- 9cb9857 Import readline when possible to make the commaninterpreter UI nicer. by Eric S. Raymond · 24 years ago
- 705088e Added regression test for SF bug #415660 (failure to invalidate all by Fred Drake · 24 years ago
- 361c535 Fix typo in comment (the module is now called _testcapi, not _test). by Guido van Rossum · 24 years ago
- c76770c Change error message raised when free variable is not yet bound. It by Jeremy Hylton · 24 years ago
- d03f8fe One-character style change to appease Netscape stylesheets. by Ka-Ping Yee · 24 years ago