| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Mark Favas points out that there's an 'self.fp.flush()' call in the | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Pete Shinners discovered that zipfile.ZipFile() is called with mode | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
* | Should resolve [ #416039 ] pstats browser crashes. | Eric S. Raymond | 2001-04-14 | 1 | -3/+3 |
|
|
* | Add "import thread" at the top of the module; this prevents us from | Guido van Rossum | 2001-04-14 | 2 | -0/+2 |
|
|
* | If the sunaudiodev module is available but we cannot find an audio | Fred Drake | 2001-04-14 | 1 | -1/+9 |
|
|
* | Import readline when possible to make the commaninterpreter UI nicer. | Eric S. Raymond | 2001-04-14 | 1 | -0/+4 |
|
|
* | Added regression test for SF bug #415660 (failure to invalidate all | Fred Drake | 2001-04-13 | 1 | -5/+24 |
|
|
* | Fix typo in comment (the module is now called _testcapi, not _test). | Guido van Rossum | 2001-04-13 | 1 | -1/+1 |
|
|
* | Change error message raised when free variable is not yet bound. It | Jeremy Hylton | 2001-04-13 | 1 | -1/+2 |
|
|
* | One-character style change to appease Netscape stylesheets. | Ka-Ping Yee | 2001-04-13 | 1 | -1/+1 |
|
|
* | Use nturl2path to generate a file: URL to source files in Windows. | Ka-Ping Yee | 2001-04-13 | 1 | -3/+7 |
|
|
* | Add test for SF bug #405427 | Jeremy Hylton | 2001-04-13 | 2 | -0/+36 |
|
|
* | SF patch #405845 by Martin von Löwis | Jeremy Hylton | 2001-04-13 | 1 | -1/+7 |
|
|