| Commit message (Expand) | Author | Age | Files | Lines |
* | track recent change to test_extcall.py | Jeremy Hylton | 2000-10-30 | 1 | -0/+4 |
|
|
* | Fix for SF bug #117241 | Jeremy Hylton | 2000-10-30 | 1 | -0/+18 |
|
|
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 | 2 | -2/+15 |
|
|
* | Fix two typos in __imul__. Closes Bug #117745. | Guido van Rossum | 2000-10-25 | 1 | -2/+2 |
|
|
* | Many changes. | Jeremy Hylton | 2000-10-25 | 1 | -220/+145 |
|
|
* | Generated from rev 1.1 of ast.txt | Jeremy Hylton | 2000-10-25 | 1 | -677/+606 |
|
|
* | Small optimizations in dispatch method: 1) lookup node's __class__ once | Jeremy Hylton | 2000-10-25 | 1 | -12/+14 |
|
|
* | Also point TK_LIBRARY to the appropriate directory. | Guido van Rossum | 2000-10-25 | 1 | -3/+4 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -6/+6 |
|
|
* | Insert the current directory to the front of sys.path -- and remove it | Guido van Rossum | 2000-10-24 | 1 | -0/+5 |
|
|
* | Added a test case for the saxutils.prepare_input_source setSystemId bug. | Lars Gustäbel | 2000-10-24 | 2 | -1/+14 |
|
|
* | Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down | Lars Gustäbel | 2000-10-24 | 1 | -1/+1 |
|
|
* | Updated output. | Lars Gustäbel | 2000-10-24 | 1 | -1/+6 |
|
|
* | Added some more tests here and there. | Lars Gustäbel | 2000-10-24 | 1 | -0/+84 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 9 | -249/+246 |
|
|
* | Make reindent.py happy (lots of trailing whitespace removed). | Fred Drake | 2000-10-23 | 9 | -104/+103 |
|
|
* | Make reindent happy, but not in the way it planned! | Fred Drake | 2000-10-23 | 1 | -3/+3 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 70 | -1261/+1229 |
|
|
* | Use 4-space indents. | Fred Drake | 2000-10-23 | 1 | -8/+8 |
|
|
* | Clean up the temporary file when done with it. | Fred Drake | 2000-10-23 | 1 | -0/+4 |
|
|
* | Make sure the temporary file is cleaned up even when we raise TestSkipped. | Fred Drake | 2000-10-23 | 1 | -21/+24 |
|
|
* | Added note saying to use test_support.TESTFN for a temporary filename, | Fred Drake | 2000-10-23 | 1 | -0/+5 |
|
|
* | Added test for regression on SourceForge bug #117490. | Fred Drake | 2000-10-23 | 2 | -0/+30 |
|
|
* | Maildir.__init__(): Make sure self.boxes is set. | Fred Drake | 2000-10-23 | 1 | -3/+3 |
|
|
* | Fixed a bug that caused namespace names to be reported as lists rather | Lars Gustäbel | 2000-10-19 | 1 | -0/+2 |
|
|
* | Use test_support.TESTFN as the temporary filename. | Fred Drake | 2000-10-18 | 1 | -3/+3 |
|
|
* | the usual (part II) | Jeremy Hylton | 2000-10-16 | 1 | -30/+40 |
|
|
* | Test for math.* exceptional behavior only in verbose mode, so that the | Tim Peters | 2000-10-16 | 2 | -31/+40 |
|
|
* | the usual | Jeremy Hylton | 2000-10-16 | 10 | -259/+488 |
|
|
* | find(): Application of (slightly modified) SF patch #101928 by Ulf | Barry Warsaw | 2000-10-16 | 1 | -4/+4 |
|
|
* | Bump version to 1.0.1. | Greg Ward | 2000-10-15 | 1 | -1/+1 |
|
|
* | Fixed minor problem with reset(). | Lars Gustäbel | 2000-10-14 | 1 | -1/+2 |
|
|
* | Removed debugging code at bottom. | Greg Ward | 2000-10-14 | 1 | -8/+0 |
|
|
* | Untabified. | Greg Ward | 2000-10-14 | 8 | -14/+14 |
|
|
* | Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by adding | Greg Ward | 2000-10-14 | 1 | -3/+6 |
|
|
* | Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if | Greg Ward | 2000-10-14 | 1 | -2/+4 |
|
|
* | Bastian Kleineidam: fix up any supplied command-line options. | Greg Ward | 2000-10-14 | 1 | -1/+16 |
|
|
* | Now supports entire Python 2.0 language and still supports Python | Jeremy Hylton | 2000-10-13 | 4 | -93/+463 |
|
|
* | Updated test suite to latest pulldom changes. | Lars Gustäbel | 2000-10-13 | 2 | -19/+19 |
|
|
* | Moved appendChild calls back to DOMEventStream. | Lars Gustäbel | 2000-10-13 | 1 | -7/+27 |
|
|
* | Clear siblings, now that they are being set. | Paul Prescod | 2000-10-13 | 1 | -0/+2 |
|
|
* | Make the regrtest.py -l (findleaks) option considerably less obnoxious. | Neil Schemenauer | 2000-10-13 | 1 | -4/+10 |
|
|
* | Fix SF bug #116263: support for from .. import * | Jeremy Hylton | 2000-10-12 | 3 | -4/+13 |
|
|
* | If the status line is invalid, assume it is a pre-1.0 response. The | Jeremy Hylton | 2000-10-12 | 1 | -3/+10 |
|
|
* | Recreated after installer source code changes. | Thomas Heller | 2000-10-12 | 1 | -246/+246 |
|
|
* | two fixes for redirects: | Jeremy Hylton | 2000-10-12 | 1 | -24/+31 |
|
|
* | cosmetic changes only: | Jeremy Hylton | 2000-10-12 | 1 | -118/+118 |
|
|
* | Added a test for the StringIO write() error I just fixed. | Guido van Rossum | 2000-10-12 | 2 | -0/+9 |
|
|
* | [ Bug #116636 ] Bug in StringIO.write() | Guido van Rossum | 2000-10-12 | 1 | -0/+2 |
|
|
* | Anonymous patch to add Darwin 1.2 to the list of BSDs. | Guido van Rossum | 2000-10-12 | 1 | -1/+1 |
|
|