summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* when no module is given in a 'from' relative import, make ImportFrom.module NULLBenjamin Peterson2009-06-131-0/+4
* give a better error message when deleting ()Benjamin Peterson2009-06-131-0/+6
* allow importing from a module named None if it has an 'as' clauseBenjamin Peterson2009-06-131-0/+2
* prevent import statements from assigning to NoneBenjamin Peterson2009-06-131-0/+6
* keep the slice.step field as NULL if no step expression is givenBenjamin Peterson2009-06-131-0/+6
* Revert r73401 per Raymond Hettinger's request.Alexandre Vassalotti2009-06-121-2/+2
* Make pickling of OrderedDict instances more efficient.Alexandre Vassalotti2009-06-121-2/+2
* Re-enable testing of builtin open() in test_bufio in test_largefileAntoine Pitrou2009-06-122-4/+13
* Try to restore the old test_file and test_univnewlines as new, different filesAntoine Pitrou2009-06-124-95/+461
* Restore the old test_file.py (for the builtin file object) as a new file name...Antoine Pitrou2009-06-121-0/+344
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-128-972/+2077
* Missing import in test_curses, uncovered by some buildbots.Amaury Forgeot d'Arc2009-06-091-0/+1
* Restored a test that was erroneously removed. See issue 6198.Eric Smith2009-06-091-1/+1
* 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