summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
* Move test_logging over to doctest.Brett Cannon2008-02-171-525/+0
* * Use the same code to profile for test_profile and test_cprofile.Georg Brandl2008-02-051-84/+0
* Rewrite test_cprofile as unittest (and rename the file to be consistentGeorg Brandl2008-02-021-79/+0
* Fixed #1624: Remove output comparison for test_pep277Christian Heimes2007-12-151-3/+0
* Port test_class to unittest. Patch #1671298.Georg Brandl2007-08-241-101/+0
* Convert test_pkg to use unittest.Collin Winter2007-08-241-45/+0
* Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os...Georg Brandl2007-08-241-7/+0
* Remove output file for test_ossaudiodev, also properly close the dsp object.Georg Brandl2007-08-241-2/+0
* Remove test_rgbimg output file, there is no test_rgbimg.py.Georg Brandl2007-08-241-2/+0
* Port test_frozen to unittest.Georg Brandl2007-08-241-4/+0
* Patch #1008: port test_signal to unittest.Georg Brandl2007-08-241-2/+0
* Patch #1006: port test_winreg to unittest.Georg Brandl2007-08-241-3/+0
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-211-6/+9
* Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML...Collin Winter2007-03-282-474/+0
* Remove test/output/test_popen2 (missed in r54417).Collin Winter2007-03-161-9/+0
* Patch #1670993: Refactor test_threadedtempfile.py to use unittest.Collin Winter2007-03-121-5/+0
* Patch #1678088: convert test_operations to use unittest, fold the result into...Collin Winter2007-03-121-21/+0
* Patch #1675471: convert test_pty to unittest.Georg Brandl2007-03-071-3/+0
* Port test_popen.py to unittest.Walter Dörwald2007-01-241-3/+0
* Port test_new.py to unittest.Walter Dörwald2007-01-201-7/+0
* Port test_resource.py to unittest.Walter Dörwald2007-01-201-2/+0
* Move xdrlib tests from the module into a separate test script,Walter Dörwald2006-12-011-19/+0
* Remove leftover test output file.Georg Brandl2006-10-291-29/+0
* Convert test_openpty to unittest.Georg Brandl2006-10-291-2/+0
* Convert test_MimeWriter to unittest.Georg Brandl2006-10-291-110/+0
* Completely convert test_httplib to unittest.Georg Brandl2006-10-291-13/+0
* Convert test_cgi to unittest.Georg Brandl2006-10-291-42/+0
* Convert test_cookie to unittest.Georg Brandl2006-10-291-32/+0
* Convert test_types to unittest.Georg Brandl2006-10-291-15/+0
* Convert test_nis to unittest.Georg Brandl2006-10-291-2/+0
* Convert test_poll to unittest.Georg Brandl2006-10-291-19/+0
* Convert test_mmap to unittest.Georg Brandl2006-10-291-38/+0
* Convert test_opcodes to unittest.Georg Brandl2006-10-281-6/+0
* Convert test_math to unittest.Georg Brandl2006-10-281-28/+0
* Convert test_global, test_scope and test_grammar to unittest.Georg Brandl2006-10-283-98/+0
* Bug fixes large and small for tokenize.Jeremy Hylton2006-08-231-25/+50
* Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.Guido van Rossum2006-08-101-0/+2
* Be a lot smarter about whether this test passes: instead of assumingGreg Ward2006-07-231-2/+1
* Increase the small thread stack size to get the testAndrew MacIntyre2006-06-131-2/+2
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-131-0/+12
* Revert revisions:Tim Peters2006-06-041-8/+0
* Patch #1454481: Make thread stack size runtime tunable.Andrew MacIntyre2006-06-041-0/+8
* [ 1497053 ] Let dicts propagate the exceptions in user __eq__().Armin Rigo2006-06-011-2/+17
* Convert test_exceptions to unittest.Georg Brandl2006-05-301-52/+0
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-3/+3
* Convert test_compare to use unittest. Hopefully we can find outNeal Norwitz2006-04-091-101/+0
* Make test_augassign pass with -Qnew and convert to unittest.Georg Brandl2006-03-281-51/+0
* Make test_coercion pass with -Qnew. Converted to unittest on the occasion.Georg Brandl2006-03-281-1054/+0
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-3/+3
* Test case to cover subscription bug from SF 1333982Jeremy Hylton2006-02-281-0/+1