index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ResourceWarning about unclosed file
Brian Curtin
2010-10-30
1
-1/+0
*
close files correctly
Benjamin Peterson
2010-10-30
1
-11/+12
*
close open file from find_module()
Benjamin Peterson
2010-10-30
1
-0/+1
*
condense
Benjamin Peterson
2010-10-30
1
-5/+1
*
kill pointless function imports
Benjamin Peterson
2010-10-30
1
-1/+0
*
remove useless assignment
Benjamin Peterson
2010-10-30
1
-1/+1
*
close files properly
Benjamin Peterson
2010-10-30
1
-0/+2
*
Fix #10258 - clean up resource warning
Brian Curtin
2010-10-30
1
-2/+4
*
Fix #10257. Clear resource warnings by using os.popen's context manager.
Brian Curtin
2010-10-30
1
-8/+10
*
Fix #10256 - resource warning
Brian Curtin
2010-10-30
1
-1/+1
*
Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian...
Antoine Pitrou
2010-10-30
1
-0/+1
*
Issue #10253: FileIO leaks a file descriptor when trying to open a file
Antoine Pitrou
2010-10-30
1
-0/+1
*
Fix test_mailbox by supporting context manager protocol for get_file() returns.
Georg Brandl
2010-10-30
1
-0/+14
*
Fix resource warning in test_unicodedata. Patch by Brian Brazil.
Antoine Pitrou
2010-10-30
1
-0/+1
*
Fix resource warning in test_file. Patch by Brian Brazil.
Antoine Pitrou
2010-10-30
1
-0/+2
*
Issue #10246: uu.encode didn't close file objects explicitly when filenames
Antoine Pitrou
2010-10-30
1
-31/+38
*
Remove ResourceWarnings caused by files left open.
Vinay Sajip
2010-10-30
1
-2/+7
*
#10198: fix duplicate header when writeframes() is called with an empty string.
Georg Brandl
2010-10-30
1
-1/+5
*
issue 10237
Kristján Valur Jónsson
2010-10-30
1
-1/+1
*
Silence ResourceWarnings in modulefinder by using file context managers.
Brett Cannon
2010-10-30
1
-9/+13
*
Properly close a file in test_minidom.
Brett Cannon
2010-10-30
1
-3/+4
*
Silence some ResourceWarning in test_mailbox by using file context managers.
Brett Cannon
2010-10-30
1
-2/+6
*
Windows can't remove a file before it is closed
Antoine Pitrou
2010-10-29
1
-1/+1
*
Move test_linecache over to file context managers.
Brett Cannon
2010-10-29
1
-4/+6
*
Use a file context manager for test_ioctl.
Brett Cannon
2010-10-29
1
-4/+4
*
Silence ResourceWarning when testing that the file destructor closes the file.
Brett Cannon
2010-10-29
1
-7/+8
*
Issue #10233: Close file objects in a timely manner in the tarfile module
Antoine Pitrou
2010-10-29
2
-36/+55
*
Move test_imp over to file context managers.
Brett Cannon
2010-10-29
1
-23/+23
*
Move test_httpservers over to file context managers.
Brett Cannon
2010-10-29
1
-12/+11
*
Clean up socket closing in test_ssl and test.ssl_servers
Antoine Pitrou
2010-10-29
2
-24/+35
*
Move test_httplib over to file context managers.
Brett Cannon
2010-10-29
1
-27/+25
*
Fix file closing in test_http_cookiejar.
Brett Cannon
2010-10-29
1
-5/+5
*
Clean up socket closing in test_ftplib.
Brett Cannon
2010-10-29
1
-35/+34
*
Properly close files used by test_email.
Brett Cannon
2010-10-29
1
-3/+4
*
Properly close a temporary TextIOWrapper in 'email'.
Brett Cannon
2010-10-29
1
-1/+2
*
Properly close files in test_dbm_dumb.
Brett Cannon
2010-10-29
1
-2/+4
*
Properly close a test file in test_cprofile.
Brett Cannon
2010-10-29
1
-9/+10
*
have test_asyncore properly close files.
Brett Cannon
2010-10-29
1
-2/+4
*
Have pkgutil properly close files.
Brett Cannon
2010-10-29
1
-1/+2
*
Have distutils.sysconfig close a file to remove ResourceWarnings coming up
Brett Cannon
2010-10-29
1
-1/+2
*
set literals and unions are our friends
Benjamin Peterson
2010-10-29
1
-4/+3
*
make gdb skip expected
Benjamin Peterson
2010-10-29
3
-11/+19
*
Fix typo
Antoine Pitrou
2010-10-29
1
-1/+1
*
Make a GC run before trying to clean up files left over by
Antoine Pitrou
2010-10-29
1
-0/+6
*
Issue #7547: fix transient failures due to network glitches in test_timeout.
Antoine Pitrou
2010-10-29
1
-9/+11
*
Issue 7061: Explained 'gon'
Alexander Belopolsky
2010-10-29
1
-1/+4
*
Actually restore the original asyncore socket map by making a copy of the dict
Antoine Pitrou
2010-10-29
1
-3/+6
*
Make check_warnings error messages more informative
Antoine Pitrou
2010-10-29
1
-7/+7
*
test___all__ ignores ResourceWarning as well
Antoine Pitrou
2010-10-29
1
-2/+4
*
Fix ResourceWarning in Lib/test/threaded_import_hangers.py
Antoine Pitrou
2010-10-29
1
-1/+1
[next]