summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Iterators phase 1. This comprises:Guido van Rossum2001-04-201-0/+2
* dispatcher.__repr__() was unprepared to handle the address for a UnixJeremy Hylton2001-04-201-11/+16
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-201-0/+4
* Weak*Dictionary: Added docstrings to the classes.Fred Drake2001-04-191-24/+36
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-181-8/+26
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-1810-16/+11
* Unused variable (caught by PyChecker) removed.Eric S. Raymond2001-04-171-1/+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
* Update to reflect new tokenize_test.pyJeremy Hylton2001-04-131-8/+8
* There's no need for the tokenize tests to include a SyntaxError.Jeremy Hylton2001-04-131-1/+1
* Clean up isroutine().Ka-Ping Yee2001-04-131-2/+1
* Use inspect.stack()[1][3] to tell if Helper.__repr__ is called interactively.Ka-Ping Yee2001-04-131-2/+2
* Add inode checks to detect circular symbolic links (so that theKa-Ping Yee2001-04-131-3/+7
* Small style change to accommodate Netscape.Ka-Ping Yee2001-04-131-1/+1
* Robustify getfile() against classes that lie about their __module__sKa-Ping Yee2001-04-131-1/+1
* Word-wrap the list of cross-references.Ka-Ping Yee2001-04-131-1/+5
* Another pass through the topic table to fill in cross references.Ka-Ping Yee2001-04-131-20/+27
* Make force-loading optional; don't force-load in interactive mode.Ka-Ping Yee2001-04-131-133/+147
* Remove duplicate type objects from isroutine() and isbuiltin().Ka-Ping Yee2001-04-131-4/+4
* Patch #415777: new grouping strategy.Martin v. Löwis2001-04-133-10/+68
* Whitespace normalization.Tim Peters2001-04-132-2/+1
* Added a test main to the pstats library that can help you browse profile dumps.Eric S. Raymond2001-04-131-0/+126