summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* 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
* test_mmap wrote null bytes into its expected-output file; this caused me toTim Peters2000-09-041-0/+0
* -- tightened up parsing of octal numbersFredrik Lundh2000-09-021-1/+0
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-011-5/+5
* Test case to exercise fix for error propogation bug in dictionarys.Fred Drake2000-08-311-1/+4
* fixes bug #111951Jeremy Hylton2000-08-311-0/+1
* Expand the test suite to test both the GNU gettext and translationBarry Warsaw2000-08-301-5/+26
* Added tests of "print >> None"Barry Warsaw2000-08-291-0/+1
* Added os.popen2() and os.popen3() for non-Windows platforms.Fred Drake2000-08-281-0/+5
* Tim Peters:Moshe Zadka2000-08-261-26/+0
* Update the parser module to support augmented assignment.Fred Drake2000-08-251-21/+38
* Output of the new testMarc-André Lemburg2000-08-251-0/+1
* updated test outputBarry Warsaw2000-08-251-3/+24
* output from test_gettext.py test suiteBarry Warsaw2000-08-251-0/+4
* Test suite for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-251-0/+43
* Support for augmented assignment in the UserList, UserDict, UserString andThomas Wouters2000-08-241-0/+48
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-241-0/+5