summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Issue #10173: test_multiprocessing shouldn't pickle TestCase instancesAntoine Pitrou2010-11-021-24/+49
* Issue #10280: NNTP.nntp_version should reflect the highest versionAntoine Pitrou2010-11-021-3/+3
* Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...Phillip J. Eby2010-11-021-35/+12
* remove some things that are now testedBenjamin Peterson2010-11-021-8/+0
* Ditch some dead code in test_unicode_file.Brett Cannon2010-11-021-26/+0
* Fix bug 9340 - argparse parse_known_args didn't work with subparsersSteven Bethard2010-11-021-0/+22
* Clean up ResourceWarnings. Explictly close stdout from the subprocess.Brian Curtin2010-11-021-0/+1
* Clean up ResourceWarnings due to unclosed sockets.Brian Curtin2010-11-021-0/+20
* Remove extracted trees at the end of the test.Martin v. Löwis2010-11-011-8/+17
* Issue #10184: Touch directories only once when extracting a tarfile.Martin v. Löwis2010-11-011-0/+9
* Reverted inadvertent change from r86095Alexander Belopolsky2010-11-011-8/+0
* Issue #10199: Moved Demo/turtle under Lib/Alexander Belopolsky2010-11-011-0/+8
* Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes.Brian Curtin2010-11-011-0/+2
* Fix for issue 9355 where with multiple mutually exclusive arguments, some bra...Steven Bethard2010-11-011-0/+19
* Fix bug 9352 where characters were being lost in parsing some short optionsSteven Bethard2010-11-011-0/+24
* Get argparse.__all__ back up to date (issue 9353)Steven Bethard2010-11-011-0/+10
* Close subprocess pipes to clear ResourceWarning messages in debug mode.Brian Curtin2010-11-012-0/+3
* Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553)Steven Bethard2010-11-011-0/+9
* Fix some ResourceErrors.Brian Curtin2010-11-011-1/+5
* fix ftplib resource warningsBenjamin Peterson2010-10-311-0/+2
* fix resource warnings in test_sax #10269Benjamin Peterson2010-10-311-4/+7
* string exceptions; how quaintBenjamin Peterson2010-10-311-4/+2
* Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...Raymond Hettinger2010-10-311-0/+12
* start banging on zipfile's file leakinessBenjamin Peterson2010-10-311-9/+48
* fix leaking socketsBenjamin Peterson2010-10-311-0/+2
* cleanup resources in test_smtplib #10264Benjamin Peterson2010-10-311-0/+3
* Issue #10266: uu.decode didn't close in_file explicitly when it was givenAntoine Pitrou2010-10-311-0/+17
* Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.Antoine Pitrou2010-10-311-3/+6
* PY_CFLAGS doesn't exist under WindowsAntoine Pitrou2010-10-311-1/+1
* issue 10237Kristján Valur Jónsson2010-10-311-4/+7
* close some more filesBenjamin Peterson2010-10-311-0/+7
* context managerifyBenjamin Peterson2010-10-311-112/+111
* close file properlyBenjamin Peterson2010-10-311-1/+2
* use addCleanupBenjamin Peterson2010-10-311-12/+12
* patch up leaking fdsBenjamin Peterson2010-10-311-22/+21
* this test manages the fds itselfBenjamin Peterson2010-10-311-0/+1
* Fix ResourceWarning for an unclosed socket.Brian Curtin2010-10-311-0/+1
* Fix ResourceWarning. Use context manager to properly close file.Brian Curtin2010-10-311-11/+12
* Fix ResourceWarning about unclosed fileBrian Curtin2010-10-301-1/+0
* close open file from find_module()Benjamin Peterson2010-10-301-0/+1
* condenseBenjamin Peterson2010-10-301-5/+1
* kill pointless function importsBenjamin Peterson2010-10-301-1/+0
* remove useless assignmentBenjamin Peterson2010-10-301-1/+1
* close files properlyBenjamin Peterson2010-10-301-0/+2
* Fix #10258 - clean up resource warningBrian Curtin2010-10-301-2/+4
* Fix #10257. Clear resource warnings by using os.popen's context manager.Brian Curtin2010-10-301-8/+10
* Fix #10256 - resource warningBrian Curtin2010-10-301-1/+1
* Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian...Antoine Pitrou2010-10-301-0/+1
* Issue #10253: FileIO leaks a file descriptor when trying to open a fileAntoine Pitrou2010-10-301-0/+1
* Fix resource warning in test_unicodedata. Patch by Brian Brazil.Antoine Pitrou2010-10-301-0/+1