| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix showstopper SF bug #442983: use of site.addsitedir() was broken | Guido van Rossum | 2001-07-20 | 1 | -1/+0 |
|
|
| * | Backport Piers Lauder's checkin 1.30: | Thomas Wouters | 2001-07-20 | 1 | -1/+1 |
|
|
| * | Merge from the trunk... just contains bugfixes, according to Jack and Just. | Thomas Wouters | 2001-07-19 | 1 | -2/+17 |
|
|
| * | Backport Jack's checkin 1.35 and Guido's checkin 1.36: | Thomas Wouters | 2001-07-19 | 1 | -1/+5 |
|
|
| * | Backport of AMK's checkin 1.34 and Guido's checkin 1.35: | Thomas Wouters | 2001-07-19 | 1 | -4/+5 |
|
|
| * | Backport Guido's checkin 1.3: | Thomas Wouters | 2001-07-19 | 1 | -2/+2 |
|
|
| * | Remove some false comments. | Fred Drake | 2001-07-19 | 1 | -159/+156 |
|
|
| * | this closes patches item 429136 and brings the release21-maint version into | Skip Montanaro | 2001-07-18 | 1 | -6/+9 |
|
|
| * | Backport Tim's checkin 1.9: | Thomas Wouters | 2001-07-12 | 1 | -4/+4 |
|
|
| * | Backport of the socketserver test, including output file (which is still | Thomas Wouters | 2001-07-11 | 1 | -0/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-07-11 | 1 | -0/+162 |
|
|
| * | Backport of Guido's checkin 1.25: | Thomas Wouters | 2001-07-11 | 1 | -6/+15 |
|
|
| * | Backport Tim's checkin 1.17: | Thomas Wouters | 2001-07-11 | 1 | -1/+1 |
|
|
| * | When reading a continuation line, make sure we still use the transformed | Fred Drake | 2001-07-06 | 2 | -1/+9 |
|
|
| * | Allow underscores in tag names and quote characters in unquoted attribute | Fred Drake | 2001-07-05 | 1 | -2/+2 |
|
|
| * | Only write out one blank line before the request data. | Fred Drake | 2001-07-04 | 2 | -3/+3 |
|
|
| * | Avoid using os.path.normcase() on sys.path elements; doing so causes paths | Fred Drake | 2001-07-02 | 1 | -19/+22 |
|
|
| * | Backport Tim's checkin 1.12: | Thomas Wouters | 2001-06-27 | 1 | -1/+1 |
|
|
| * | Backport of Tim's checkin 1.35: | Thomas Wouters | 2001-06-27 | 1 | -0/+7 |
|
|
| * | Backport Tim's checkin 1.26 (patch probably by Michael Hudson, not Hundson): | Thomas Wouters | 2001-06-27 | 1 | -13/+14 |
|
|
| * | Backport Tim's checkin 1.20: | Thomas Wouters | 2001-06-27 | 1 | -17/+14 |
|
|
| * | Backport Martin's checkin 1.6: | Thomas Wouters | 2001-06-27 | 1 | -1/+1 |
|
|
| * | Applying this to the 2.1.1 branch: | Guido van Rossum | 2001-06-18 | 1 | -6/+7 |
|
|
| * | expand __all__ to include a bunch of names that should have been there | Skip Montanaro | 2001-05-31 | 1 | -1/+6 |
|
|
| * | Re-incarnate dead turd of old test_mutants output file. | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
| * | Now that the backporting of test_mutants.py worked successfully (Barnevelder | Thomas Wouters | 2001-05-23 | 1 | -1/+1 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-05-23 | 1 | -0/+153 |
|
|
| * | Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), | Thomas Wouters | 2001-05-23 | 1 | -0/+2 |
|
|
| * | *** empty log message *** | Thomas Wouters | 2001-05-23 | 1 | -0/+6 |
|
|
| * | Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16, | Thomas Wouters | 2001-05-23 | 2 | -0/+21 |
|
|
| * | Backport MAL's checkin 1.32: | Thomas Wouters | 2001-05-23 | 1 | -0/+6 |
|
|
| * | Backport Jeremy's checkin 1.7: | Thomas Wouters | 2001-05-23 | 1 | -0/+1 |
|
|
| * | Backport Jeremy's checkin 1.15: | Thomas Wouters | 2001-05-23 | 1 | -0/+11 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-04-17 | 76 | -12765/+0 |
|
|
| * | Fix three PyChecker-detected gotchas. | Jeremy Hylton | 2001-04-16 | 1 | -4/+10 |
|
|
| * | In walk(), don't die when os.lstat() raises os.error, e.g. because a | Guido van Rossum | 2001-04-16 | 1 | -1/+4 |
|
|
| * | Add a test case for Weak*Dictionary.update() that would have caught a | Fred Drake | 2001-04-16 | 1 | -0/+25 |
|
|
| * | Weak*Dictionary.update(): Fix calls to [].append() to only have one | Fred Drake | 2001-04-16 | 1 | -4/+15 |
|
|
| * | Implement Mark Favas's suggestion. There's a clear bug in _group(): | Guido van Rossum | 2001-04-16 | 1 | -1/+1 |
|
|
| * | Change the test data to ask for class C from module __main__ rather | Guido van Rossum | 2001-04-16 | 1 | -2/+3 |
|
|
| * | Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../. | Guido van Rossum | 2001-04-15 | 1 | -0/+2 |
|
|
| * | Get rid of the seek() method on the _Mailbox class. This was a | Guido van Rossum | 2001-04-15 | 1 | -8/+0 |
|
|
| * | In order to make this test work on Windows, the test locale has to be | Guido van Rossum | 2001-04-15 | 1 | -2/+7 |
|
|
| * | Fix typo (missing "req." prefix on error_302_dict) found by Neil | Guido van Rossum | 2001-04-15 | 1 | -1/+2 |
|
|
| * | Fix typo in exception name (UnimplementedError should be | Guido van Rossum | 2001-04-15 | 1 | -2/+2 |
|
|
| * | Fix typo in exception name (SGMLParserError should be SGMLParseError) | Guido van Rossum | 2001-04-15 | 1 | -1/+1 |
|
|
| * | Fix typo in attribute name (file should be filename) found by | Guido van Rossum | 2001-04-15 | 1 | -1/+1 |
|
|
| * | Fix typo in attribute name (chunk_size should be chunksize) found by | Guido van Rossum | 2001-04-15 | 1 | -1/+1 |
|
|
| * | - Typo in message for TestCase.failIfEqual() | Steve Purcell | 2001-04-15 | 1 | -2/+1 |
|
|
| * | Set the SO_REUSEADDR socket option in the server thread -- this seems | Guido van Rossum | 2001-04-15 | 1 | -0/+1 |
|
|