| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Fix for NameError caught by PyChecker. | Andrew M. Kuchling | 2001-08-13 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Remove redundant import | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+0 |
|
|
* | + A msg on c.l.py reminded me that docstrings can be implicitly catenated. | Tim Peters | 2001-08-13 | 1 | -28/+48 |
|
|
* | 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 | 4 | -493/+598 |
|
|
* | Modify _Set to support iteration. | Jeremy Hylton | 2001-08-12 | 1 | -0/+3 |
|
|
* | Remove much dead code from ceval.c | Jeremy Hylton | 2001-08-12 | 3 | -255/+58 |
|
|
* | Bump size of sprintf buffer. Suggested by Alex Coventry. | Martin v. Löwis | 2001-08-12 | 1 | -1/+1 |
|
|
* | Tool to delete (or just rewrite parts of) obsolete future statements. | Tim Peters | 2001-08-12 | 1 | -0/+256 |
|
|
* | - Expand test for dynamic objects. | Guido van Rossum | 2001-08-12 | 1 | -21/+33 |
|
|
* | Make dynamic types work as intended. Or at least more so. | Guido van Rossum | 2001-08-12 | 1 | -22/+35 |
|
|
* | Make the output of tests skipped readable (i.e., deliberately break it | Tim Peters | 2001-08-12 | 1 | -6/+30 |
|
|
* | Temporary stop-gap fix for dynamic classes, so they pass the test. | Guido van Rossum | 2001-08-12 | 1 | -1/+6 |
|
|
* | dynamics(): add tests for dynamic *instances* (which are currently | Guido van Rossum | 2001-08-12 | 1 | -1/+20 |
|
|
* | 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 |
|
|
* | Move line; reported on python-dev by Mark Favas (thanks!). | Tim Peters | 2001-08-12 | 1 | -1/+1 |
|
|
* | SF Patch [ 429024 ] deal with some unary ops at compile time | Jeremy Hylton | 2001-08-12 | 1 | -3/+66 |
|
|
* | Teach regrtest which tests we *expect* to skip on Win32. Please teach it | Tim Peters | 2001-08-12 | 1 | -0/+85 |
|
|
* | 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 |
|
|
* | Merged release21-maint changes. | Jack Jansen | 2001-08-12 | 2 | -10/+22 |
|
|
* | The test assumed that the local pathname convention for "foo" would sort befo... | Jack Jansen | 2001-08-11 | 1 | -2/+4 |
|
|
* | test_glob found a nasty bug in GUSI opendir(): it will not fail when called o... | Jack Jansen | 2001-08-11 | 1 | -0/+18 |
|
|
* | Before asking the finder to start the application (if start=1 is specified), ... | Jack Jansen | 2001-08-11 | 1 | -1/+4 |
|
|
* | Got rid of the activate() so codewarrior doesn't come to front. It isn't need... | Jack Jansen | 2001-08-11 | 1 | -1/+0 |
|
|
* | Patch by Jonathan Wight (slightly reformatted) to forestall loading the | Jack Jansen | 2001-08-11 | 1 | -3/+7 |
|
|
* | Remove st_nested_scopes from struct symtable, | Jeremy Hylton | 2001-08-11 | 2 | -131/+46 |
|
|
* | Replace all type comparisons with isinstance() calls | Jeremy Hylton | 2001-08-11 | 1 | -9/+9 |
|
|
* | Added a note about the various tests here. | Jack Jansen | 2001-08-11 | 1 | -0/+4 |
|
|
* | 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 |
|
|
* | use the proper prefix file under Carbon | Just van Rossum | 2001-08-11 | 1 | -1/+4 |
|
|
* | 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 |
|
|
* | Finally fix SF bug #441172, using a variant of patch ##443626: | Guido van Rossum | 2001-08-11 | 1 | -0/+6 |
|
|
* | Now that the dialogs have some breathing room, split the combo of Tcl/Tk, | Tim Peters | 2001-08-11 | 1 | -56/+130 |
|
|
* | For the escape() function, added a reference to the quoteattrs() function | Fred Drake | 2001-08-11 | 1 | -17/+22 |
|
|
* | Added tests for rich comparison operator functions. | Fred Drake | 2001-08-11 | 2 | -119/+212 |
|
|