summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-221-6/+6
* Port test_binascii.py to PyUnit and enhance tests.Walter Dörwald2004-03-151-29/+0
* Make test_coercion.py less sensitive to platform fp quirks. ClosesNeil Schemenauer2004-03-101-329/+329
* adding passing test. testing for g(*Nothing()) where Nothing is a user-define...Samuele Pedroni2004-02-211-0/+1
* SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...Neal Norwitz2003-12-131-8/+0
* Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.Walter Dörwald2003-12-111-9/+0
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-081-3/+2
* Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work withMark Hammond2003-12-031-2/+0
* 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