summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix showstopper SF bug #442983: use of site.addsitedir() was brokenGuido van Rossum2001-07-201-1/+0
* Backport Piers Lauder's checkin 1.30:Thomas Wouters2001-07-201-1/+1
* Merge from the trunk... just contains bugfixes, according to Jack and Just.Thomas Wouters2001-07-191-2/+17
* Backport Jack's checkin 1.35 and Guido's checkin 1.36:Thomas Wouters2001-07-191-1/+5
* Backport of AMK's checkin 1.34 and Guido's checkin 1.35:Thomas Wouters2001-07-191-4/+5
* Backport Guido's checkin 1.3:Thomas Wouters2001-07-191-2/+2
* Remove some false comments.Fred Drake2001-07-191-159/+156
* this closes patches item 429136 and brings the release21-maint version intoSkip Montanaro2001-07-181-6/+9
* Backport Tim's checkin 1.9:Thomas Wouters2001-07-121-4/+4
* Backport of the socketserver test, including output file (which is stillThomas Wouters2001-07-111-0/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-07-111-0/+162
* Backport of Guido's checkin 1.25:Thomas Wouters2001-07-111-6/+15
* Backport Tim's checkin 1.17:Thomas Wouters2001-07-111-1/+1
* 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