summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* When reading a continuation line, make sure we still use the transformedFred Drake2001-07-062-1/+9
* Allow underscores in tag names and quote characters in unquoted attributeFred Drake2001-07-051-2/+2
* Only write out one blank line before the request data.Fred Drake2001-07-042-3/+3
* Avoid using os.path.normcase() on sys.path elements; doing so causes pathsFred Drake2001-07-021-19/+22
* Backport Tim's checkin 1.12:Thomas Wouters2001-06-271-1/+1
* Backport of Tim's checkin 1.35:Thomas Wouters2001-06-271-0/+7
* Backport Tim's checkin 1.26 (patch probably by Michael Hudson, not Hundson):Thomas Wouters2001-06-271-13/+14
* Backport Tim's checkin 1.20:Thomas Wouters2001-06-271-17/+14
* Backport Martin's checkin 1.6:Thomas Wouters2001-06-271-1/+1
* Applying this to the 2.1.1 branch:Guido van Rossum2001-06-181-6/+7
* expand __all__ to include a bunch of names that should have been thereSkip Montanaro2001-05-311-1/+6
* Re-incarnate dead turd of old test_mutants output file.Thomas Wouters2001-05-231-0/+1
* Now that the backporting of test_mutants.py worked successfully (BarnevelderThomas Wouters2001-05-231-1/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-05-231-0/+153
* Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81),Thomas Wouters2001-05-231-0/+2
* *** empty log message ***Thomas Wouters2001-05-231-0/+6
* Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16,Thomas Wouters2001-05-232-0/+21
* Backport MAL's checkin 1.32:Thomas Wouters2001-05-231-0/+6
* Backport Jeremy's checkin 1.7:Thomas Wouters2001-05-231-0/+1
* Backport Jeremy's checkin 1.15:Thomas Wouters2001-05-231-0/+11
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-04-1776-12765/+0
* Fix three PyChecker-detected gotchas.Jeremy Hylton2001-04-161-4/+10
* In walk(), don't die when os.lstat() raises os.error, e.g. because aGuido van Rossum2001-04-161-1/+4
* Add a test case for Weak*Dictionary.update() that would have caught aFred Drake2001-04-161-0/+25
* Weak*Dictionary.update(): Fix calls to [].append() to only have oneFred Drake2001-04-161-4/+15
* Implement Mark Favas's suggestion. There's a clear bug in _group():Guido van Rossum2001-04-161-1/+1
* Change the test data to ask for class C from module __main__ ratherGuido van Rossum2001-04-161-2/+3
* Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../.Guido van Rossum2001-04-151-0/+2
* Get rid of the seek() method on the _Mailbox class. This was aGuido van Rossum2001-04-151-8/+0
* In order to make this test work on Windows, the test locale has to beGuido van Rossum2001-04-151-2/+7
* Fix typo (missing "req." prefix on error_302_dict) found by NeilGuido van Rossum2001-04-151-1/+2
* Fix typo in exception name (UnimplementedError should beGuido van Rossum2001-04-151-2/+2
* Fix typo in exception name (SGMLParserError should be SGMLParseError)Guido van Rossum2001-04-151-1/+1
* Fix typo in attribute name (file should be filename) found byGuido van Rossum2001-04-151-1/+1
* Fix typo in attribute name (chunk_size should be chunksize) found byGuido van Rossum2001-04-151-1/+1
* - Typo in message for TestCase.failIfEqual()Steve Purcell2001-04-151-2/+1
* Set the SO_REUSEADDR socket option in the server thread -- this seemsGuido van Rossum2001-04-151-0/+1
* Mark Favas points out that there's an 'self.fp.flush()' call in theGuido van Rossum2001-04-141-1/+1
* Pete Shinners discovered that zipfile.ZipFile() is called with modeGuido van Rossum2001-04-141-1/+1
* Should resolve [ #416039 ] pstats browser crashes.Eric S. Raymond2001-04-141-3/+3
* Add "import thread" at the top of the module; this prevents us fromGuido van Rossum2001-04-142-0/+2
* If the sunaudiodev module is available but we cannot find an audioFred Drake2001-04-141-1/+9
* Import readline when possible to make the commaninterpreter UI nicer.Eric S. Raymond2001-04-141-0/+4
* Added regression test for SF bug #415660 (failure to invalidate allFred Drake2001-04-131-5/+24
* Fix typo in comment (the module is now called _testcapi, not _test).Guido van Rossum2001-04-131-1/+1
* Change error message raised when free variable is not yet bound. ItJeremy Hylton2001-04-131-1/+2
* One-character style change to appease Netscape stylesheets.Ka-Ping Yee2001-04-131-1/+1
* Use nturl2path to generate a file: URL to source files in Windows.Ka-Ping Yee2001-04-131-3/+7
* Add test for SF bug #405427Jeremy Hylton2001-04-132-0/+36
* SF patch #405845 by Martin von LöwisJeremy Hylton2001-04-131-1/+7