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
...
*
Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.
Antoine Pitrou
2010-10-31
1
-0/+11
*
close the source's byte stream
Benjamin Peterson
2010-10-31
1
-0/+3
*
fix ftplib resource warnings
Benjamin Peterson
2010-10-31
2
-0/+3
*
fix resource warnings in test_sax #10269
Benjamin Peterson
2010-10-31
1
-4/+7
*
wrap some things in with blocks
Benjamin Peterson
2010-10-31
1
-38/+33
*
more fun with string exceptions
Benjamin Peterson
2010-10-31
1
-1/+1
*
string exceptions; how quaint
Benjamin Peterson
2010-10-31
1
-4/+2
*
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...
Raymond Hettinger
2010-10-31
2
-5/+17
*
start banging on zipfile's file leakiness
Benjamin Peterson
2010-10-31
2
-10/+50
*
fix leaking sockets
Benjamin Peterson
2010-10-31
1
-0/+2
*
cleanup resources in test_smtplib #10264
Benjamin Peterson
2010-10-31
1
-0/+3
*
Issue #10266: uu.decode didn't close in_file explicitly when it was given
Antoine Pitrou
2010-10-31
2
-53/+74
*
Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.
Antoine Pitrou
2010-10-31
1
-3/+6
*
Added style argument to logging.basicConfig() and documented this change.
Vinay Sajip
2010-10-31
1
-1/+9
*
PY_CFLAGS doesn't exist under Windows
Antoine Pitrou
2010-10-31
1
-1/+1
*
Issue #5729: json.dumps to support using '\t' as an indent string
Raymond Hettinger
2010-10-31
2
-22/+29
*
Fix a ResourceWarning for an unclosed socket.
Brian Curtin
2010-10-31
1
-0/+1
*
issue 10237
Kristján Valur Jónsson
2010-10-31
1
-4/+7
*
close some more files
Benjamin Peterson
2010-10-31
1
-0/+7
*
context managerify
Benjamin Peterson
2010-10-31
1
-112/+111
*
close file properly
Benjamin Peterson
2010-10-31
1
-1/+2
*
use addCleanup
Benjamin Peterson
2010-10-31
1
-12/+12
*
patch up leaking fds
Benjamin Peterson
2010-10-31
1
-22/+21
*
this test manages the fds itself
Benjamin Peterson
2010-10-31
1
-0/+1
*
Fix ResourceWarning for unclosed files (from os.popen)
Brian Curtin
2010-10-31
1
-7/+7
*
Fix ResourceWarning for an unclosed socket.
Brian Curtin
2010-10-31
1
-0/+1
*
Fix ResourceWarning. Use context manager to properly close file.
Brian Curtin
2010-10-31
1
-11/+12
*
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
[prev]
[next]