summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant imports (PyChecker).Guido van Rossum2001-08-131-2/+0
* Remove redundant 'import sys' (PyChecker).Guido van Rossum2001-08-131-1/+1
* Remove two redundant statements (PyChecker).Guido van Rossum2001-08-131-2/+0
* Remove redundant assignment l = [] from poll3() -- copy-and-pasteGuido van Rossum2001-08-131-1/+0
* Update a beopen.com e-mailAndrew M. Kuchling2001-08-131-2/+2
* Update a few references to beopen.comAndrew M. Kuchling2001-08-132-3/+3
* Update e-mail addressAndrew M. Kuchling2001-08-131-1/+1
* Commenting out the getfillable() method -- it's broken, and nobodyGuido van Rossum2001-08-131-2/+3
* Add a nameAndrew M. Kuchling2001-08-131-0/+1
* 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
* + A msg on c.l.py reminded me that docstrings can be implicitly catenated.Tim Peters2001-08-131-28/+48
* 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-124-493/+598
* Modify _Set to support iteration.Jeremy Hylton2001-08-121-0/+3
* Remove much dead code from ceval.cJeremy Hylton2001-08-123-255/+58
* Bump size of sprintf buffer. Suggested by Alex Coventry.Martin v. Löwis2001-08-121-1/+1
* Tool to delete (or just rewrite parts of) obsolete future statements.Tim Peters2001-08-121-0/+256
* - Expand test for dynamic objects.Guido van Rossum2001-08-121-21/+33
* Make dynamic types work as intended. Or at least more so.Guido van Rossum2001-08-121-22/+35
* Make the output of tests skipped readable (i.e., deliberately break itTim Peters2001-08-121-6/+30
* Temporary stop-gap fix for dynamic classes, so they pass the test.Guido van Rossum2001-08-121-1/+6
* 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
* SF Patch [ 429024 ] deal with some unary ops at compile timeJeremy Hylton2001-08-121-3/+66
* 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
* Merged release21-maint changes.Jack Jansen2001-08-122-10/+22
* The test assumed that the local pathname convention for "foo" would sort befo...Jack Jansen2001-08-111-2/+4
* test_glob found a nasty bug in GUSI opendir(): it will not fail when called o...Jack Jansen2001-08-111-0/+18
* Before asking the finder to start the application (if start=1 is specified), ...Jack Jansen2001-08-111-1/+4
* Got rid of the activate() so codewarrior doesn't come to front. It isn't need...Jack Jansen2001-08-111-1/+0