summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix ResourceWarning about unclosed fileBrian Curtin2010-10-301-1/+0
* close files correctlyBenjamin Peterson2010-10-301-11/+12
* 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 test_mailbox by supporting context manager protocol for get_file() returns.Georg Brandl2010-10-301-0/+14
* Fix resource warning in test_unicodedata. Patch by Brian Brazil.Antoine Pitrou2010-10-301-0/+1
* Fix resource warning in test_file. Patch by Brian Brazil.Antoine Pitrou2010-10-301-0/+2
* Issue #10246: uu.encode didn't close file objects explicitly when filenamesAntoine Pitrou2010-10-301-31/+38
* Remove ResourceWarnings caused by files left open.Vinay Sajip2010-10-301-2/+7
* #10198: fix duplicate header when writeframes() is called with an empty string.Georg Brandl2010-10-301-1/+5
* issue 10237Kristján Valur Jónsson2010-10-301-1/+1
* Silence ResourceWarnings in modulefinder by using file context managers.Brett Cannon2010-10-301-9/+13
* Properly close a file in test_minidom.Brett Cannon2010-10-301-3/+4
* Silence some ResourceWarning in test_mailbox by using file context managers.Brett Cannon2010-10-301-2/+6
* Windows can't remove a file before it is closedAntoine Pitrou2010-10-291-1/+1
* Move test_linecache over to file context managers.Brett Cannon2010-10-291-4/+6
* Use a file context manager for test_ioctl.Brett Cannon2010-10-291-4/+4
* Silence ResourceWarning when testing that the file destructor closes the file.Brett Cannon2010-10-291-7/+8
* Issue #10233: Close file objects in a timely manner in the tarfile moduleAntoine Pitrou2010-10-292-36/+55
* Move test_imp over to file context managers.Brett Cannon2010-10-291-23/+23
* Move test_httpservers over to file context managers.Brett Cannon2010-10-291-12/+11
* Clean up socket closing in test_ssl and test.ssl_serversAntoine Pitrou2010-10-292-24/+35
* Move test_httplib over to file context managers.Brett Cannon2010-10-291-27/+25
* Fix file closing in test_http_cookiejar.Brett Cannon2010-10-291-5/+5
* Clean up socket closing in test_ftplib.Brett Cannon2010-10-291-35/+34
* Properly close files used by test_email.Brett Cannon2010-10-291-3/+4
* Properly close a temporary TextIOWrapper in 'email'.Brett Cannon2010-10-291-1/+2
* Properly close files in test_dbm_dumb.Brett Cannon2010-10-291-2/+4
* Properly close a test file in test_cprofile.Brett Cannon2010-10-291-9/+10
* have test_asyncore properly close files.Brett Cannon2010-10-291-2/+4
* Have pkgutil properly close files.Brett Cannon2010-10-291-1/+2
* Have distutils.sysconfig close a file to remove ResourceWarnings coming upBrett Cannon2010-10-291-1/+2
* set literals and unions are our friendsBenjamin Peterson2010-10-291-4/+3
* make gdb skip expectedBenjamin Peterson2010-10-293-11/+19
* Fix typoAntoine Pitrou2010-10-291-1/+1
* Make a GC run before trying to clean up files left over byAntoine Pitrou2010-10-291-0/+6
* Issue #7547: fix transient failures due to network glitches in test_timeout.Antoine Pitrou2010-10-291-9/+11
* Issue 7061: Explained 'gon'Alexander Belopolsky2010-10-291-1/+4
* Actually restore the original asyncore socket map by making a copy of the dictAntoine Pitrou2010-10-291-3/+6
* Make check_warnings error messages more informativeAntoine Pitrou2010-10-291-7/+7
* test___all__ ignores ResourceWarning as wellAntoine Pitrou2010-10-291-2/+4
* Fix ResourceWarning in Lib/test/threaded_import_hangers.pyAntoine Pitrou2010-10-291-1/+1