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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
3
-36/+58
*
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
*
plug refleak
Benjamin Peterson
2010-10-29
1
-0/+1
*
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
*
Make file handing in setup.py more robust by using context managers to properly
Brett Cannon
2010-10-29
1
-43/+45
*
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 #9377: Use Unicode API for gethostname on Windows.
Martin v. Löwis
2010-10-29
2
-0/+24
*
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
2
-2/+9
*
Fix issue 10214 by removing the out of date python-mode.el and replacing it w...
Barry Warsaw
2010-10-29
2
-3916/+32
*
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
*
test_tarfile: woops, remove +0.001 which was used to debug
Victor Stinner
2010-10-29
1
-1/+1
*
test_tarfile: dump mtime as hexadecimal on test_extractall failure
Victor Stinner
2010-10-29
1
-1/+11
*
Issue #10093: ResourceWarnings are now issued when files and sockets are
Antoine Pitrou
2010-10-29
10
-25/+189
*
Add read support for all missing variants of the GNU sparse
Lars Gustäbel
2010-10-29
5
-127/+180
*
(?:...) is a non-capturing, but still grouping construct.
Georg Brandl
2010-10-29
1
-1/+1
*
Fix markup error and update false positive entries from "make suspicious".
Georg Brandl
2010-10-29
2
-7/+7
*
Port suspicious markup builder and patchlevel.py so that they can be used wit...
Georg Brandl
2010-10-29
2
-17/+37
*
Re-add "debugger" label, it is used in pydoc-topics.
Georg Brandl
2010-10-29
1
-0/+2
*
send_bytes obviously needs bytes...
Georg Brandl
2010-10-29
1
-2/+2
*
#10222: fix for overzealous AIX compiler.
Georg Brandl
2010-10-29
1
-1/+1
*
decrement offset when it points to a newline (#10186 followup)
Benjamin Peterson
2010-10-29
2
-1/+7
*
What's New in Python 3.2: update Unicode section
Victor Stinner
2010-10-29
1
-10/+21
*
Issue #10210: os.get_exec_path() ignores BytesWarning warnings
Victor Stinner
2010-10-29
2
-3/+20
*
#10209, test_pep277: disable test_normalize and test_listdir on darwin
Victor Stinner
2010-10-28
1
-13/+9
*
test_pep277: disable filenames 11, 12, 13, 14 on darwin
Victor Stinner
2010-10-28
1
-5/+6
*
Issue #5437: A preallocated MemoryError instance should not hold traceback
Antoine Pitrou
2010-10-28
5
-34/+130
*
Fixed a typo in a comment.
Alexander Belopolsky
2010-10-28
1
-1/+1
*
Updated readme.txt about OpenSSL.
Hirokazu Yamamoto
2010-10-28
2
-7/+5
*
#10116: wrap transient_internet() around net access in test_urllib2net.
Georg Brandl
2010-10-28
1
-69/+85
[prev]
[next]