summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* No more RCmp.Neil Schemenauer2001-01-041-22/+1
* Sequence repeat works now for in-place multiply with an integer typeNeil Schemenauer2001-01-041-4/+4
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-031-121/+121
* Use numbers that can be accurately represented on binary machines. I hopeNeil Schemenauer2001-01-031-585/+585
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-022-0/+1176
* Added test case for legal DOM childrenAndrew M. Kuchling2000-12-311-1/+3
* Fred, THIS NEEDS DOCS! The function docstrings tell the tale.Tim Peters2000-12-291-0/+1
* The "context" parameter to the ExternalEntityRefParameter exposes internalFred Drake2000-12-231-3/+12
* Update the test suite to cover more ground.Fred Drake2000-12-141-0/+1
* Added tests to avoid regression on bug #125375.Fred Drake2000-12-111-0/+14
* Update test output.Fred Drake2000-11-211-2/+18
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-2/+2
* track recent change to test_extcall.pyJeremy Hylton2000-10-301-0/+4
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-6/+6
* Added a test case for the saxutils.prepare_input_source setSystemId bug.Lars Gustäbel2000-10-241-1/+2
* Updated output.Lars Gustäbel2000-10-241-1/+6
* Added test for regression on SourceForge bug #117490.Fred Drake2000-10-231-0/+2
* Test for math.* exceptional behavior only in verbose mode, so that theTim Peters2000-10-161-1/+0
* Updated test suite to latest pulldom changes.Lars Gustäbel2000-10-131-4/+4
* Added a test for the StringIO write() error I just fixed.Guido van Rossum2000-10-121-0/+2
* Stop raising OverflowError on underflows reported by libm (errno==ERANGE andTim Peters2000-10-121-0/+1
* Added additional test cases for pulldom modifications.Lars Gustäbel2000-10-111-0/+10
* Test the exception-raising for error cases in copy_reg.Fred Drake2000-10-111-0/+9
* wave test outputGuido van Rossum2000-10-091-0/+1
* Move the test for confirmation that all nodes have been freed into theFred Drake2000-10-091-9/+67
* Adapt test output to changed error message.Guido van Rossum2000-10-081-1/+1
* Correct output.Guido van Rossum2000-10-081-1/+1
* The test is good, but Jim forgot to check in the updated output.Fred Drake2000-10-071-0/+6
* Add .toxml test case, as proposed by Alex Martelli in bug report #116244.Martin v. Löwis2000-10-061-0/+1
* Add a test case for reporting the file name, and for reporting an errorMartin v. Löwis2000-10-061-1/+3
* test_linuxaudio:Jeremy Hylton2000-10-061-0/+6
* Adding Jeremy's new test_import (SF patch 101709).Tim Peters2000-10-061-0/+1
* Add SAXReaderNotAvailable, and use it to distinguish between anMartin v. Löwis2000-10-061-1/+2
* Add mimetools testcase.Martin v. Löwis2000-09-301-0/+5
* Added some tests for the truncate() method; one is commented out becauseFred Drake2000-09-281-0/+2
* Regression test for ConfigParser module.Fred Drake2000-09-271-0/+51
* Updated hash values to match the new encoding (UTF-8) used in the test.Marc-André Lemburg2000-09-271-1/+1
* Test output data for the Unicode database test suite.Marc-André Lemburg2000-09-261-1/+4
* Added EntityResolver and DTDHandler (patch 101631) with test cases.Lars Gustäbel2000-09-241-1/+3
* Added test cases for the InputSource class.Lars Gustäbel2000-09-241-1/+4
* Added test cases for the Attributes interface.Lars Gustäbel2000-09-241-1/+9
* Added first start on SAX 2.0 tests.Lars Gustäbel2000-09-241-0/+12
* Revise the test case for pyexpat to avoid using asserts. Conform betterFred Drake2000-09-211-0/+4
* Fix test errors.Paul Prescod2000-09-191-2/+0
* New test cases for the StringIO moduleMartin v. Löwis2000-09-191-0/+9
* Don't print specific Node instances unless running verbosely.Martin v. Löwis2000-09-191-2/+2
* Test output that goes with updated test_minidom.Paul Prescod2000-09-181-0/+44
* fix bug #110661 (PR#356) -- accept either & or ; as separator for CGIJeremy Hylton2000-09-151-0/+5
* Fix Bug #114293:Jeremy Hylton2000-09-152-0/+16
* Add test cases to make sure we get the right SyntaxError message forFred Drake2000-09-081-0/+10