summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 1764407 - the -i switch now does the right thing when using the -m sw...Nick Coghlan2007-08-252-26/+42
* Revert misguided attempt at fixing incompatibility between -m and -i switches...Nick Coghlan2007-08-251-29/+21
* Make test_structmembers pass when run with regrtests's -R flag.Collin Winter2007-08-241-6/+9
* Port test_class to unittest. Patch #1671298.Georg Brandl2007-08-242-387/+497
* Catch the correct errors.Georg Brandl2007-08-242-2/+2
* Convert test_pkg to use unittest.Collin Winter2007-08-242-285/+251
* Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os...Georg Brandl2007-08-243-76/+78
* Remove output file for test_ossaudiodev, also properly close the dsp object.Georg Brandl2007-08-242-5/+3
* 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-243-27/+52
* Patch #1008: port test_signal to unittest.Georg Brandl2007-08-242-163/+171
* Patch #1006: port test_winreg to unittest.Georg Brandl2007-08-242-133/+149
* Fix silly typo in test name.Guido van Rossum2007-08-241-1/+1
* Fix bug 1725856.Gregory P. Smith2007-08-241-0/+16
* Make test_runpy re-entrant.Brett Cannon2007-08-231-1/+2
* Fix compile.c so that it records 0.0 and -0.0 as separate constants in a codeAlex Martelli2007-08-221-0/+15
* Added test for behavior of operations on an unconnected SMTP object,Facundo Batista2007-08-211-11/+192
* Revert accidental checkins from last commit.Georg Brandl2007-08-211-16/+1
* Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.Georg Brandl2007-08-211-1/+16
* Catch ProtocolError exceptions and include the header information inFacundo Batista2007-08-211-25/+52
* Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.Hye-Shik Chang2007-08-203-4/+39
* Make test_warnings re-entrant.Brett Cannon2007-08-171-0/+5
* Added a flag (_send_traceback_header) to the SimpleXMLRPCServer classFacundo Batista2007-08-171-8/+91
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-172-2/+138
* Fix a missed instance of test.test_support.guard_warnings_filter (which wasBrett Cannon2007-08-141-1/+1
* Added tests for simple function calls and introspection that are runFacundo Batista2007-08-141-2/+102
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-149-26/+18
* Fix a minor typo in a docstring.Brett Cannon2007-08-141-1/+1
* Revert the fix for #1548891, it broke backwards compatibility with arbitrary ...Georg Brandl2007-08-081-22/+0
* Fix gb18030 codec's bug that doesn't map two-byte characters onHye-Shik Chang2007-08-042-1/+22
* Allow the OS to select a free port for each test server. ForFacundo Batista2007-08-011-30/+99
* When running asynchat tests on OS X (darwin), the test client nowFacundo Batista2007-07-311-8/+14
* Added tests for asynchat classes simple_producer & fifo, and theFacundo Batista2007-07-291-26/+179
* Moved all of the capture_server socket setup code into the try blockFacundo Batista2007-07-281-9/+26
* Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannotMartin v. Löwis2007-07-281-0/+3
* Bug #978833: Close https sockets by releasing the _ssl object.Martin v. Löwis2007-07-271-0/+19
* Make test_math error messages more meaningful for small discrepancies in resultsNick Coghlan2007-07-271-1/+5
* Add explicit test for a misbehaving math.floorNick Coghlan2007-07-262-6/+7
* Add a temporary diagnostic message before a strange failure on the alpha Debi...Nick Coghlan2007-07-251-0/+6
* More buildbot cleanup - let the OS assign the port for test_urllib2_localnetNick Coghlan2007-07-251-29/+11
* New tests for basic behavior of smtplib.SMTP andFacundo Batista2007-07-241-10/+121
* Try to get rid of spurious failure in test_resource on the Debian buildbots b...Nick Coghlan2007-07-241-9/+16
* Fix an incompatibility between the -i and -m command line switches as reporte...Nick Coghlan2007-07-241-21/+29
* Tweak runpy test to do a better job of confirming that sys has been manipulat...Nick Coghlan2007-07-241-3/+5
* Correctly cleanup sys.modules after executing runpy relative importNick Coghlan2007-07-231-6/+6
* Add explicit relative import tests for runpy.run_moduleNick Coghlan2007-07-221-5/+66
* Selectively enable tests for asyncore.readwrite based on the presenceFacundo Batista2007-07-221-81/+77
* Added a select.select call in the test server loop to make sure theFacundo Batista2007-07-191-5/+7
* Fix failing unicode test caused by change to ast.c at r56441Kurt B. Kaiser2007-07-181-3/+3
* SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors.Guido van Rossum2007-07-181-0/+6