| Commit message (Expand) | Author | Age | Files | Lines |
* | Fred, THIS NEEDS DOCS! The function docstrings tell the tale. | Tim Peters | 2000-12-29 | 1 | -0/+1 |
|
|
* | The "context" parameter to the ExternalEntityRefParameter exposes internal | Fred Drake | 2000-12-23 | 1 | -3/+12 |
|
|
* | Update the test suite to cover more ground. | Fred Drake | 2000-12-14 | 1 | -0/+1 |
|
|
* | Added tests to avoid regression on bug #125375. | Fred Drake | 2000-12-11 | 1 | -0/+14 |
|
|
* | Update test output. | Fred Drake | 2000-11-21 | 1 | -2/+18 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 1 | -2/+2 |
|
|
* | track recent change to test_extcall.py | Jeremy Hylton | 2000-10-30 | 1 | -0/+4 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -6/+6 |
|
|
* | Added a test case for the saxutils.prepare_input_source setSystemId bug. | Lars Gustäbel | 2000-10-24 | 1 | -1/+2 |
|
|
* | Updated output. | Lars Gustäbel | 2000-10-24 | 1 | -1/+6 |
|
|
* | Added test for regression on SourceForge bug #117490. | Fred Drake | 2000-10-23 | 1 | -0/+2 |
|
|
* | Test for math.* exceptional behavior only in verbose mode, so that the | Tim Peters | 2000-10-16 | 1 | -1/+0 |
|
|
* | Updated test suite to latest pulldom changes. | Lars Gustäbel | 2000-10-13 | 1 | -4/+4 |
|
|
* | Added a test for the StringIO write() error I just fixed. | Guido van Rossum | 2000-10-12 | 1 | -0/+2 |
|
|
* | Stop raising OverflowError on underflows reported by libm (errno==ERANGE and | Tim Peters | 2000-10-12 | 1 | -0/+1 |
|
|
* | Added additional test cases for pulldom modifications. | Lars Gustäbel | 2000-10-11 | 1 | -0/+10 |
|
|
* | Test the exception-raising for error cases in copy_reg. | Fred Drake | 2000-10-11 | 1 | -0/+9 |
|
|
* | wave test output | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
|
|
* | Move the test for confirmation that all nodes have been freed into the | Fred Drake | 2000-10-09 | 1 | -9/+67 |
|
|
* | Adapt test output to changed error message. | Guido van Rossum | 2000-10-08 | 1 | -1/+1 |
|
|
* | Correct output. | Guido van Rossum | 2000-10-08 | 1 | -1/+1 |
|
|
* | The test is good, but Jim forgot to check in the updated output. | Fred Drake | 2000-10-07 | 1 | -0/+6 |
|
|
* | Add .toxml test case, as proposed by Alex Martelli in bug report #116244. | Martin v. Löwis | 2000-10-06 | 1 | -0/+1 |
|
|
* | Add a test case for reporting the file name, and for reporting an error | Martin v. Löwis | 2000-10-06 | 1 | -1/+3 |
|
|
* | test_linuxaudio: | Jeremy Hylton | 2000-10-06 | 1 | -0/+6 |
|
|
* | Adding Jeremy's new test_import (SF patch 101709). | Tim Peters | 2000-10-06 | 1 | -0/+1 |
|
|
* | Add SAXReaderNotAvailable, and use it to distinguish between an | Martin v. Löwis | 2000-10-06 | 1 | -1/+2 |
|
|
* | Add mimetools testcase. | Martin v. Löwis | 2000-09-30 | 1 | -0/+5 |
|
|
* | Added some tests for the truncate() method; one is commented out because | Fred Drake | 2000-09-28 | 1 | -0/+2 |
|
|
* | Regression test for ConfigParser module. | Fred Drake | 2000-09-27 | 1 | -0/+51 |
|
|
* | Updated hash values to match the new encoding (UTF-8) used in the test. | Marc-André Lemburg | 2000-09-27 | 1 | -1/+1 |
|
|
* | Test output data for the Unicode database test suite. | Marc-André Lemburg | 2000-09-26 | 1 | -1/+4 |
|
|
* | Added EntityResolver and DTDHandler (patch 101631) with test cases. | Lars Gustäbel | 2000-09-24 | 1 | -1/+3 |
|
|
* | Added test cases for the InputSource class. | Lars Gustäbel | 2000-09-24 | 1 | -1/+4 |
|
|
* | Added test cases for the Attributes interface. | Lars Gustäbel | 2000-09-24 | 1 | -1/+9 |
|
|
* | Added first start on SAX 2.0 tests. | Lars Gustäbel | 2000-09-24 | 1 | -0/+12 |
|
|
* | Revise the test case for pyexpat to avoid using asserts. Conform better | Fred Drake | 2000-09-21 | 1 | -0/+4 |
|
|
* | Fix test errors. | Paul Prescod | 2000-09-19 | 1 | -2/+0 |
|
|
* | New test cases for the StringIO module | Martin v. Löwis | 2000-09-19 | 1 | -0/+9 |
|
|
* | Don't print specific Node instances unless running verbosely. | Martin v. Löwis | 2000-09-19 | 1 | -2/+2 |
|
|
* | Test output that goes with updated test_minidom. | Paul Prescod | 2000-09-18 | 1 | -0/+44 |
|
|
* | fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI | Jeremy Hylton | 2000-09-15 | 1 | -0/+5 |
|
|
* | Fix Bug #114293: | Jeremy Hylton | 2000-09-15 | 2 | -0/+16 |
|
|
* | Add test cases to make sure we get the right SyntaxError message for | Fred Drake | 2000-09-08 | 1 | -0/+10 |
|
|
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 1 | -0/+0 |
|
|
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 | 1 | -1/+0 |
|
|
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 1 | -5/+5 |
|
|
* | Test case to exercise fix for error propogation bug in dictionarys. | Fred Drake | 2000-08-31 | 1 | -1/+4 |
|
|
* | fixes bug #111951 | Jeremy Hylton | 2000-08-31 | 1 | -0/+1 |
|
|
* | Expand the test suite to test both the GNU gettext and translation | Barry Warsaw | 2000-08-30 | 1 | -5/+26 |
|
|