summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 unclosed files (from os.popen)Brian Curtin2010-10-311-7/+7
* Issues #7061, #10225: Fixed doctests in turtle manualAlexander Belopolsky2010-10-311-24/+21
* 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 files correctlyBenjamin Peterson2010-10-301-11/+12
* if FileIO.__init__ fails, close fdBenjamin Peterson2010-10-302-0/+4
* fix styleBenjamin Peterson2010-10-301-1/+1
* 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-303-1/+10
* Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah.Hirokazu Yamamoto2010-10-301-0/+3
* Fix test_mailbox by supporting context manager protocol for get_file() returns.Georg Brandl2010-10-303-3/+24
* 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-302-31/+41
* 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-302-1/+8
* Issue 10221: Improve error message for dict.pop().Raymond Hettinger2010-10-302-2/+4
* issue 10237Kristján Valur Jónsson2010-10-301-1/+1
* Silence ResourceWarnings in modulefinder by using file context managers.Brett Cannon2010-10-302-9/+15
* Add some missing entries related to the various ResourceWarning fixes I have ...Brett Cannon2010-10-301-0/+6
* 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-293-36/+58
* 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