summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-1/+37
* Issue #8047: Fix the xml.etree serializer to return bytes by default.Florent Xicluna2010-08-081-23/+23
* revert r83830, breaks tests on unixesBenjamin Peterson2010-08-081-42/+0
* Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.Florent Xicluna2010-08-081-1/+9
* Remove unused import.Mark Dickinson2010-08-081-1/+0
* Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608.Florent Xicluna2010-08-081-2/+22
* Issue #2304: Add additional quotes when using cmd shell on Windows. Original ...Tim Golden2010-08-081-0/+42
* Use unittest specific methods for some urllib test cases. And replace urllib...Florent Xicluna2010-08-083-37/+36
* Fix Issue8280 - urllib2's Request method will remove fragements in the url.Senthil Kumaran2010-08-082-0/+17
* Issue #9507: Named tuple repr will now automatically display the rightRaymond Hettinger2010-08-081-0/+10
* Issue #8433: Fix test_curses failure for platforms with recent versions of nc...Mark Dickinson2010-08-071-1/+1
* Issue #9425: skip tests if a filename is not encodableVictor Stinner2010-08-076-4/+29
* Fix an assertRaises situation and typo. Also pass all tests to run_unittestBrian Curtin2010-08-071-6/+6
* Fix #9324: Add parameter validation to signal.signal on Windows in orderBrian Curtin2010-08-061-5/+28
* Issue #3210: Ensure stdio handles are closed if CreateProcess failsTim Golden2010-08-061-0/+20
* Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-044-43/+38
* Issue #8814: function annotations (the `__annotations__` attribute)Antoine Pitrou2010-08-041-2/+6
* Try to fix issue #9415: skip some tests on broken Ubuntu OpenSSLAntoine Pitrou2010-08-041-0/+23
* In verbose mode, identify OpenSSL build and platform more preciselyAntoine Pitrou2010-08-041-0/+18
* Issue #9496: Provide a test suite for the rlcompleter module. Patch byAntoine Pitrou2010-08-042-1/+73
* fix test_smtplib/test_smtpd collision through pre-loaded reply data in mock_s...Richard Jones2010-08-043-4/+10
* Factor out stripping of interpreter debug output in test.support.strip_python...Antoine Pitrou2010-08-043-3/+13
* as per discussion with antoine revert changes made in 83708 as the user usein...Giampaolo Rodolà2010-08-041-30/+6
* fix issue #6822: ftplib's storline method doesn't work with text filesGiampaolo Rodolà2010-08-041-6/+30
* issue #8687: provides a test suite for sched.py moduleGiampaolo Rodolà2010-08-042-1/+80
* Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-0/+21
* improve smtpd module test coverageRichard Jones2010-08-041-5/+83
* That test was never run (since thread has been renamed to _thread in 3.x)Antoine Pitrou2010-08-041-14/+8
* In test_threading_local, test both the default _thread._local implementationAntoine Pitrou2010-08-031-16/+26
* #9444: use first of prefix_chars for help opt instead of raising errorR. David Murray2010-08-031-7/+72
* Fix regrtest -F.Georg Brandl2010-08-031-5/+6
* improvements to test_smtplib per issue2423Richard Jones2010-08-033-75/+188
* #8560: add progress indicator to regrtest.Georg Brandl2010-08-021-5/+12
* Move test_SimpleHTTPServer into test_httpservers.Georg Brandl2010-08-022-46/+33
* #7372: fix regression in pstats: a previous fix to handle cProfile data in ad...Georg Brandl2010-08-021-0/+6
* #3821: beginnings of a trace.py unittest.Georg Brandl2010-08-021-0/+47
* Fix Issue8572 - httplib getheader() throws error instead of defaultSenthil Kumaran2010-08-021-1/+38
* Issue #8397: Raise an error when attempting to mix iteration and regularAntoine Pitrou2010-08-011-0/+18
* test_getgroups as introduced with issue7900 failed on systemsRonald Oussoren2010-08-011-4/+4
* Fix Issue8123 - TypeError in urllib when trying to use HTTP authenticationSenthil Kumaran2010-08-011-0/+11
* Fix #8105. Add validation to mmap.mmap so invalid file descriptorsBrian Curtin2010-08-011-1/+12
* #8046: add context manager protocol support to mmap objects. Also add closed...Georg Brandl2010-08-011-0/+14
* Add test for memory leak reported in issue 9422.Mark Dickinson2010-08-011-1/+6
* Issue #9416: Fix some issues with complex formatting where theMark Dickinson2010-08-011-0/+10
* #8826: the "expires" attribute value is a date string with spaces, but appare...Georg Brandl2010-08-011-0/+10
* Ensure that test_site actually passes with a framework buildRonald Oussoren2010-08-011-5/+2
* #8230: make Lib/test/sortperf.py run on Python 3.Georg Brandl2010-08-011-4/+4
* #8768: name test method properly so that it gets executed.Georg Brandl2010-08-011-1/+1
* #8620: Cmd no longer truncates last character if stdin ends without newlineR. David Murray2010-08-011-1/+26
* #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ...Georg Brandl2010-07-311-0/+3