summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot to add the output file to 41388.Neal Norwitz2005-11-031-0/+2
* Merge ast-branch to headJeremy Hylton2005-10-202-1/+2
* *** empty log message ***Georg Brandl2005-08-261-11/+11
* Adapt output file to new Cookie JS output.Georg Brandl2005-06-271-4/+4
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-201-3/+0
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-071-4/+1
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-0/+2
* Patch #1049151: adding bool support to xdrlib.py.Martin v. Löwis2005-02-241-0/+19
* Stop printing listdir bytestring output, as the precise list of stringsMartin v. Löwis2004-11-071-1/+0
* Kill several problems at once: test_poll() failed sometimes for me.Tim Peters2004-10-131-2/+0
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-121-0/+2
* Remove test output for rotor, xreadlineAndrew M. Kuchling2004-08-312-9/+0
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-1/+2
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-1/+12
* Don't return spurious empty fields if 'keep_empty_values' is True.Neil Schemenauer2004-07-191-0/+11
* Using repr() generates entries that the current stats package can'tNicholas Bastin2004-07-121-3/+3
* Massive performance improvement for C extension and builtin tracing codeNicholas Bastin2004-06-251-3/+3
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-1/+1
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-1/+4
* 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