Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant assignment l = [] from poll3() -- copy-and-paste | Guido van Rossum | 2001-08-13 | 1 | -1/+0 |
| | | | | error. | ||||
* | Commenting out the getfillable() method -- it's broken, and nobody | Guido van Rossum | 2001-08-13 | 1 | -2/+3 |
| | | | | remembers what it is supposed to do. :-( | ||||
* | Remove redefinition of has_option() method | Andrew M. Kuchling | 2001-08-13 | 1 | -7/+0 |
| | |||||
* | Remove empty __init__ (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -3/+0 |
| | |||||
* | Remove redefinition of writelines() method | Andrew M. Kuchling | 2001-08-13 | 1 | -5/+0 |
| | | | | Remove unused variable and import | ||||
* | Remove unused variable (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 3 | -3/+0 |
| | |||||
* | Remove some dead code (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -3/+1 |
| | |||||
* | Add forgotten import (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Remove unused import (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 2 | -2/+0 |
| | |||||
* | Remove redundant import | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Capture exception message (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Remove unused imports (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -4/+0 |
| | |||||
* | Remove unused variable | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Fix malformed line (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Fix two bugs discovered by PyChecker. (I cannot test these, but I'm | Guido van Rossum | 2001-08-13 | 1 | -2/+2 |
| | | | | | confident that the old code was utterly broken -- the worse that can happen is that the new code is still broken.) | ||||
* | Fix for NameError caught by PyChecker. | Andrew M. Kuchling | 2001-08-13 | 1 | -2/+2 |
| | | | | (This command seems to be essentially untested; should fix that...) | ||||
* | Fix typo (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Catch curses.error instead of a non-existent global (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -2/+2 |
| | | | | Edit comment | ||||
* | Remove redundant import | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+0 |
| | |||||
* | further work on font config and general feel improvements | Steven M. Gava | 2001-08-13 | 1 | -21/+24 |
| | |||||
* | SF patch #445412 extract ndiff functionality to difflib, from | Tim Peters | 2001-08-12 | 1 | -267/+575 |
| | | | | David Goodger. | ||||
* | Modify _Set to support iteration. | Jeremy Hylton | 2001-08-12 | 1 | -0/+3 |
| | | | | | Otherwise printlist(surprise) will fail with a TypeError, because map is called with an argument that doesn't support iteration. | ||||
* | - Expand test for dynamic objects. | Guido van Rossum | 2001-08-12 | 1 | -21/+33 |
| | | | | | | - Remove various 'global' directives and move some global definitions inside the test functions that use them -- we have nested scopes so the old hacks using globals are no longer needed. | ||||
* | Make the output of tests skipped readable (i.e., deliberately break it | Tim Peters | 2001-08-12 | 1 | -6/+30 |
| | | | | into indented lines each of which probably fits on a typical screen line). | ||||
* | dynamics(): add tests for dynamic *instances* (which are currently | Guido van Rossum | 2001-08-12 | 1 | -1/+20 |
| | | | | broken). Also fix an invalid reference to C (should be S). | ||||
* | Test the unary operator changes to the compiler | Jeremy Hylton | 2001-08-12 | 1 | -0/+43 |
| | |||||
* | Add the list of expected skips for Linux 2.x. Restructured the code a | Guido van Rossum | 2001-08-12 | 1 | -28/+51 |
| | | | | | little bit using a dictionary to avoid more code duplication as more platforms are supported. | ||||
* | Move line; reported on python-dev by Mark Favas (thanks!). | Tim Peters | 2001-08-12 | 1 | -1/+1 |
| | |||||
* | Teach regrtest which tests we *expect* to skip on Win32. Please teach it | Tim Peters | 2001-08-12 | 1 | -0/+85 |
| | | | | about your platform too. | ||||
* | removed some cruft | Steven M. Gava | 2001-08-12 | 1 | -7/+0 |
| | |||||
* | _Condition.wait(): never sleep longer than the timeout time remaining, | Tim Peters | 2001-08-12 | 1 | -4/+11 |
| | | | | | and even if we have a long time left to wait, try the lock at least 20 times/second. | ||||
* | The test assumed that the local pathname convention for "foo" would sort ↵ | Jack Jansen | 2001-08-11 | 1 | -2/+4 |
| | | | | before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output. | ||||
* | Replace all type comparisons with isinstance() calls | Jeremy Hylton | 2001-08-11 | 1 | -9/+9 |
| | |||||
* | repair posix fonts fix | Steven M. Gava | 2001-08-11 | 2 | -38/+66 |
| | |||||
* | Only catch the errors that can actually occur, as reported in bug #411881. | Martin v. Löwis | 2001-08-11 | 2 | -5/+9 |
| | |||||
* | support for help menu changes | Steven M. Gava | 2001-08-11 | 1 | -0/+5 |
| | |||||
* | some re-design | Steven M. Gava | 2001-08-11 | 1 | -18/+27 |
| | |||||
* | supports about changes | Steven M. Gava | 2001-08-11 | 1 | -0/+50 |
| | |||||
* | adjust help menu bindings | Steven M. Gava | 2001-08-11 | 1 | -0/+1 |
| | |||||
* | Added tests for rich comparison operator functions. | Fred Drake | 2001-08-11 | 2 | -119/+212 |
| | | | | Converted tests to PyUnit. | ||||
* | Add test for SF bug #442833 (multiple inheritance). | Guido van Rossum | 2001-08-10 | 1 | -0/+14 |
| | |||||
* | The message accompanying the TypeError exception on a readonly | Guido van Rossum | 2001-08-10 | 1 | -1/+1 |
| | | | | attribute changed again. | ||||
* | [Bug #414032] Make the 'sdist' command work when the distribution contains | Andrew M. Kuchling | 2001-08-10 | 1 | -2/+18 |
| | | | | | | libraries. This is done by adding a .get_source_files() method, contributed by Rene Liebscher and slightly modified. Remove an unused local variable spotted by PyChecker | ||||
* | Allow AttributeError as well as TypeError for attribute-less objects. | Guido van Rossum | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | Remove unused variable | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+0 |
| | |||||
* | Fix typo caught by PyChecker | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | Add forgotten import | Andrew M. Kuchling | 2001-08-10 | 1 | -0/+1 |
| | |||||
* | Wrap a comment to fit in 80 columns. | Fred Drake | 2001-08-10 | 1 | -6/+6 |
| | | | | | Use construction-syntax for an exception to make the argument easier to read. | ||||
* | Use .get_license() | Andrew M. Kuchling | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | [Bug #412271, bug #449009] Use 'license' as the attribute name, | Andrew M. Kuchling | 2001-08-10 | 1 | -11/+11 |
| | | | | | | | though 'licence' is still supported for backward-compatibility (Should I add a warning to get_licence(), or not bother?) Also fixes an UnboundLocalError noticed by PyChecker |