summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* remove error checks already done in set_context()Benjamin Peterson2009-06-083-5/+5
* backport r73273Benjamin Peterson2009-06-071-0/+21
* #6206: fix test__locale.Georg Brandl2009-06-061-2/+1
* Fix unittest discovery tests for Windows. Issue 6199Michael Foord2009-06-051-1/+3
* Removed tests so that test_float pass on Windows. See issue 6198.Eric Smith2009-06-051-21/+21
* Fix test__locale on windows (Backport of r72365)Hirokazu Yamamoto2009-06-051-4/+18
* Add test for #3684.Georg Brandl2009-06-041-0/+9
* Better name for "Ctor".Georg Brandl2009-06-041-2/+2
* Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.Georg Brandl2009-06-031-2/+2
* Restore default testRunner argument in unittest.main to None. Issue 6177Michael Foord2009-06-021-0/+8
* Fixes issue6169: it was possible for two ipaddr network addresses to compareGregory P. Smith2009-06-021-12/+15
* #4547: When debugging a very large function, it was not alwaysAmaury Forgeot d'Arc2009-06-011-0/+17
* Issue 3848: document the fact that epoll register raises an IOError ifR. David Murray2009-05-311-0/+28
* remove function importBenjamin Peterson2009-05-311-1/+1
* Issue #6152: New option '-j'/'--multiprocess' for regrtest allows runningAntoine Pitrou2009-05-312-59/+144
* The test for #5330 wasn't correct.Antoine Pitrou2009-05-301-1/+1
* Issue #5330: C functions called with keyword arguments were not reported byAntoine Pitrou2009-05-302-0/+21
* add with statementsBenjamin Peterson2009-05-291-0/+20
* Add test discovery to unittest. Issue 6001.Michael Foord2009-05-291-1/+296
* Refactor test parameterization to resolve update timing problem.R. David Murray2009-05-291-14/+13
* Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.Raymond Hettinger2009-05-291-1/+14
* Deprecate contextlib.nested(). The with-statement now provides this function...Raymond Hettinger2009-05-291-1/+4
* Backport smtplib auth tests from r72990.R. David Murray2009-05-281-22/+75
* explicitly close filesPhilip Jenvey2009-05-283-30/+29
* fix issue #6121 by stripping spaces from the argument in the 'help'R. David Murray2009-05-271-0/+8
* correctly handle descrs with __missing__Benjamin Peterson2009-05-271-2/+12
* Fix field name conflicts for named tuples.Raymond Hettinger2009-05-271-0/+40
* Issue 5794: fix cPickle's unpickling of recursive tuples.Collin Winter2009-05-262-0/+15
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-253-1/+99
* add a SETUP_WITH opcodeBenjamin Peterson2009-05-251-5/+3
* handle errors from _PyObject_LookupSpecial when __get__ failsBenjamin Peterson2009-05-251-1/+17
* make class skipping decorators the same as skipping every test of the classBenjamin Peterson2009-05-251-8/+9
* Issue #6050: Don't fail extracting a directory from a zipfile ifMartin v. Löwis2009-05-241-0/+5
* Issue #1309352: fcntl now converts its third arguments to a C `long` ratherAntoine Pitrou2009-05-241-1/+16
* Fixed Issue1424152, urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-05-241-0/+15
* Add smtplib test from issue 5259.R. David Murray2009-05-231-0/+20
* Issue #3877: skip a test_fileio subtest on all BSDs, not only FreeBSDAntoine Pitrou2009-05-231-1/+1
* Issue 6089: str.format raises SystemError.Eric Smith2009-05-232-0/+8
* Fix spelling left over from testing.R. David Murray2009-05-231-1/+1
* Don't be so wordy in requires('network') in case other testsR. David Murray2009-05-231-5/+2
* Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returnsR. David Murray2009-05-231-0/+26
* don't use subprocess.call with PIPEs as the child can fill the pipe buf andPhilip Jenvey2009-05-221-2/+4
* Rename TestCase._result to _resultForDoCleanups to avoid potential clashes in...Michael Foord2009-05-211-1/+1
* Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...Mark Dickinson2009-05-201-0/+7
* Fix issue #1689458 by teaching frame_setlineno how to jump to the first line ofJeffrey Yasskin2009-05-201-0/+21
* Issue 6032: fix refleaks in test_urllib2_localnet.Collin Winter2009-05-181-17/+21
* While I was modifying test_trace, it threw an exception when I accidentallyJeffrey Yasskin2009-05-181-1/+1
* completely ignore old-style stuff for type checking overloadingBenjamin Peterson2009-05-161-9/+12
* properly lookup __instancecheck__ and __subclasscheck__Benjamin Peterson2009-05-161-6/+17
* use skipTest()Benjamin Peterson2009-05-161-4/+1