summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Commenting out the getfillable() method -- it's broken, and nobodyGuido van Rossum2001-08-131-2/+3
* Remove redefinition of has_option() methodAndrew M. Kuchling2001-08-131-7/+0
* Remove empty __init__ (PyChecker)Andrew M. Kuchling2001-08-131-3/+0
* Remove redefinition of writelines() methodAndrew M. Kuchling2001-08-131-5/+0
* Remove unused variable (PyChecker)Andrew M. Kuchling2001-08-133-3/+0
* Remove some dead code (PyChecker)Andrew M. Kuchling2001-08-131-3/+1
* Add forgotten import (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Remove unused import (PyChecker)Andrew M. Kuchling2001-08-132-2/+0
* Remove redundant importAndrew M. Kuchling2001-08-131-1/+1
* Capture exception message (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Remove unused imports (PyChecker)Andrew M. Kuchling2001-08-131-4/+0
* Remove unused variableAndrew M. Kuchling2001-08-131-1/+1
* Fix malformed line (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Fix two bugs discovered by PyChecker. (I cannot test these, but I'mGuido van Rossum2001-08-131-2/+2
* Fix for NameError caught by PyChecker.Andrew M. Kuchling2001-08-131-2/+2
* Fix typo (PyChecker)Andrew M. Kuchling2001-08-131-1/+1
* Catch curses.error instead of a non-existent global (PyChecker)Andrew M. Kuchling2001-08-131-2/+2
* Remove redundant importAndrew M. Kuchling2001-08-131-1/+0
* further work on font config and general feel improvementsSteven M. Gava2001-08-131-21/+24
* SF patch #445412 extract ndiff functionality to difflib, fromTim Peters2001-08-121-267/+575
* Modify _Set to support iteration.Jeremy Hylton2001-08-121-0/+3
* - Expand test for dynamic objects.Guido van Rossum2001-08-121-21/+33
* Make the output of tests skipped readable (i.e., deliberately break itTim Peters2001-08-121-6/+30
* dynamics(): add tests for dynamic *instances* (which are currentlyGuido van Rossum2001-08-121-1/+20
* Test the unary operator changes to the compilerJeremy Hylton2001-08-121-0/+43
* Add the list of expected skips for Linux 2.x. Restructured the code aGuido van Rossum2001-08-121-28/+51
* Move line; reported on python-dev by Mark Favas (thanks!).Tim Peters2001-08-121-1/+1
* Teach regrtest which tests we *expect* to skip on Win32. Please teach itTim Peters2001-08-121-0/+85
* removed some cruftSteven M. Gava2001-08-121-7/+0
* _Condition.wait(): never sleep longer than the timeout time remaining,Tim Peters2001-08-121-4/+11
* The test assumed that the local pathname convention for "foo" would sort befo...Jack Jansen2001-08-111-2/+4
* Replace all type comparisons with isinstance() callsJeremy Hylton2001-08-111-9/+9
* repair posix fonts fixSteven M. Gava2001-08-112-38/+66
* Only catch the errors that can actually occur, as reported in bug #411881.Martin v. Löwis2001-08-112-5/+9
* support for help menu changesSteven M. Gava2001-08-111-0/+5
* some re-designSteven M. Gava2001-08-111-18/+27
* supports about changesSteven M. Gava2001-08-111-0/+50
* adjust help menu bindingsSteven M. Gava2001-08-111-0/+1
* Added tests for rich comparison operator functions.Fred Drake2001-08-112-119/+212
* Add test for SF bug #442833 (multiple inheritance).Guido van Rossum2001-08-101-0/+14
* The message accompanying the TypeError exception on a readonlyGuido van Rossum2001-08-101-1/+1
* [Bug #414032] Make the 'sdist' command work when the distribution containsAndrew M. Kuchling2001-08-101-2/+18
* Allow AttributeError as well as TypeError for attribute-less objects.Guido van Rossum2001-08-101-1/+1
* Remove unused variableAndrew M. Kuchling2001-08-101-1/+0
* Fix typo caught by PyCheckerAndrew M. Kuchling2001-08-101-1/+1
* Add forgotten importAndrew M. Kuchling2001-08-101-0/+1
* Wrap a comment to fit in 80 columns.Fred Drake2001-08-101-6/+6
* Use .get_license()Andrew M. Kuchling2001-08-101-1/+1
* [Bug #412271, bug #449009] Use 'license' as the attribute name,Andrew M. Kuchling2001-08-101-11/+11
* Patch #441091 from Finn Bock: the more advanced flush options are notAndrew M. Kuchling2001-08-101-15/+20