summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* 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
* Charles G. Waldman <cgq@fnal.gov>:Fred Drake2000-08-241-1/+1
* test case output for dospath regr testSkip Montanaro2000-08-231-0/+2
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-0/+1
* Don't reference a module named test.test_support. Always use plainGuido van Rossum2000-08-211-6/+0
* Add a minimal test suite for the parser module.Fred Drake2000-08-211-0/+36
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-0/+4
* Remove the winreg module from the project. I don't believe anyTim Peters2000-08-211-77/+0
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-201-0/+7
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-191-0/+15
* Test case for Cookie.pyAndrew M. Kuchling2000-08-191-0/+7
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-0/+7
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-171-0/+101
* Update test output to reflect change in SyntaxError formatting.Fred Drake2000-08-151-1/+1
* Check in the correct output - even though the module itself may not survive!Mark Hammond2000-08-141-0/+76
* list comprehensions. seeSkip Montanaro2000-08-121-0/+7
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-111-0/+1
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-101-1/+0