summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-301-2/+0
* Fixed test and converted to unittest format.Raymond Hettinger2003-07-151-1/+0
* Reworked test_warnings.py:Raymond Hettinger2003-07-131-10/+0
* This test failed on WindowsME because the full file path did not getRaymond Hettinger2003-07-131-4/+4
* Change warnings to avoid importing re module during startup.Jeremy Hylton2003-07-111-0/+10
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-081-0/+2
* SF patch #736962. Converted test_compile to unittest format.Raymond Hettinger2003-06-231-7/+0
* test_posixpath.py now uses unittest. The output file is no longer needed.Raymond Hettinger2003-06-171-2/+0
* Test script changed.Greg Ward2003-05-291-6/+5
* Port test_mimetools.py to PyUnit and add various tests.Walter Dörwald2003-05-221-5/+0
* Fix for SF [ 734869 ] Lambda functions in list comprehensionsJeremy Hylton2003-05-211-0/+1
* Port test_array and test_winsound to PyUnit. Enhance tests for arrayWalter Dörwald2003-05-181-2/+0
* Port test_richcmp.py to PyUnit. From SF patch #662807 which additionalWalter Dörwald2003-04-291-187/+0
* New version from Vinaj, should solve the threading problems (hopefully).Guido van Rossum2003-04-251-2/+2
* test_re is no longer neededGuido van Rossum2003-04-251-2/+0
* Port test_pwd.py to PyUnit. Check that getpwall() andWalter Dörwald2003-04-151-7/+0
* Port test_ucn and test_unicodedata to PyUnit. Add a few tests for errorWalter Dörwald2003-02-262-14/+0
* Port all string tests to PyUnit and share as much testsWalter Dörwald2003-02-211-3/+0
* SF patch #687683, Patches to logging (updates from Vinay)Neal Norwitz2003-02-181-10/+10
* Port test_charmapcodec to PyUnit. From SF patch #662807Walter Dörwald2003-02-141-16/+0
* - Thanks to Scott David Daniels, a subtle bug in how the zlibGuido van Rossum2003-02-031-14/+0
* Port test_pow.py to PyUnit. From SF patch #662807Walter Dörwald2003-02-031-25/+0
* Fix for SF bug 661340: test_httplib fails on the mac.Jeremy Hylton2003-01-231-0/+1
* Fix from Vinaj for the "writing to closed file" errors. SF 670390.Guido van Rossum2003-01-211-1/+0
* Port test_unicode.py to PyUnit and add tests for errorWalter Dörwald2003-01-191-21/+0
* Combine test_b1.py and test_b2.py into test_builtin.py,Walter Dörwald2003-01-191-53/+0
* Enable building and testing of ossaudiodev for Linux.Guido van Rossum2003-01-081-0/+7
* Remove bastion test outputGuido van Rossum2003-01-061-10/+0
* SF #660795Neal Norwitz2003-01-021-0/+516
* Match new sequence behavior. User defined types now behave better as andNeil Schemenauer2002-12-301-2/+2
* Regenerate from Unicode 3.2.0 to include all First/Last ranges.Martin v. Löwis2002-11-241-1/+1
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-231-2/+3
* Add test cases for Hangul syllables. Update output.Martin v. Löwis2002-11-231-1/+2
* Patch #633547: Support plural forms. Do TODOs in test suite.Martin v. Löwis2002-11-211-46/+0
* Remove unnecessary output file.Fred Drake2002-10-281-42/+0
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-261-1/+4
* Remove useless output file.Fred Drake2002-10-251-9/+0
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-182-3/+3
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-1/+1
* Tests for pep277 - Unicode file names on Windows NT.Mark Hammond2002-10-031-0/+4
* SF bug # 585792, Invalid mmap crashes Python interpreterNeal Norwitz2002-09-051-0/+1
* Add a custom __str__ method to KeyError that applies repr() to theGuido van Rossum2002-09-031-1/+1
* Undo Barry's change. This file is not imported, it's fed as input toGuido van Rossum2002-08-291-12/+12
* The test_tokenize output has changed slightly, by the addition of someBarry Warsaw2002-08-291-12/+12
* Follow PyXML: Remove all prints from successful tests. This means we canFred Drake2002-07-191-220/+0
* The atexit module effectively turned itself off if sys.exitfunc alreadyTim Peters2002-07-161-4/+0
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-071-0/+3
* Implement the encoding argument for toxml and toprettyxml.Martin v. Löwis2002-06-301-0/+3
* Suppress the variable verbose output from test.xmltests; the inclusion ofFred Drake2002-06-261-15/+0
* Add convenience module to run all the XML tests.Fred Drake2002-06-251-0/+379