Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
321d0591473432046432959fc932de0c5149aeda
/
Lib
321d059
Remove the keyword only restriction for places and delta args in unittest.TestCase.assert[Not]AlmostEqual
by Michael Foord
· 14 years ago
fca2e8a
Fix bug 9340 - argparse parse_known_args didn't work with subparsers
by Steven Bethard
· 14 years ago
b68928b
Clean up ResourceWarnings. Explictly close stdout from the subprocess.
by Brian Curtin
· 14 years ago
21ebbb7
Clean up ResourceWarnings due to unclosed sockets.
by Brian Curtin
· 14 years ago
be647e2
Remove extracted trees at the end of the test.
by Martin v. Löwis
· 14 years ago
16f344d
Issue #10184: Touch directories only once when extracting a tarfile.
by Martin v. Löwis
· 14 years ago
bbea35f
Fix issue 9926. TestSuite subclasses that override __call__ are called correctly.
by Michael Foord
· 14 years ago
e6fa381
Translated German message into English.
by Alexander Belopolsky
· 14 years ago
f4b321b
Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory.
by Alexander Belopolsky
· 14 years ago
77d4dc0
Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory.
by Alexander Belopolsky
· 14 years ago
4f2eace
Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory.
by Alexander Belopolsky
· 14 years ago
3b87cca
Reverted inadvertent change from r86095
by Alexander Belopolsky
· 14 years ago
ea13d9d
Issue #10199: Moved Demo/turtle under Lib/
by Alexander Belopolsky
· 14 years ago
8291af2
Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes.
by Brian Curtin
· 14 years ago
49998ee
Fix for issue 9355 where with multiple mutually exclusive arguments, some brackets were being lost in the usage messages
by Steven Bethard
· 14 years ago
1ca45a5
Fix bug 9352 where characters were being lost in parsing some short options
by Steven Bethard
· 14 years ago
72c5538
Get argparse.__all__ back up to date (issue 9353)
by Steven Bethard
· 14 years ago
c4ac887
Close subprocess pipes to clear ResourceWarning messages in debug mode.
by Brian Curtin
· 14 years ago
1f1c247
Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553)
by Steven Bethard
· 14 years ago
50be1ca
Fix some ResourceErrors.
by Brian Curtin
· 14 years ago
4d98489
Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil.
by Antoine Pitrou
· 14 years ago
90b60a6
close the source's byte stream
by Benjamin Peterson
· 14 years ago
1bd93a7
fix ftplib resource warnings
by Benjamin Peterson
· 14 years ago
d5df36d
fix resource warnings in test_sax #10269
by Benjamin Peterson
· 14 years ago
a807137
wrap some things in with blocks
by Benjamin Peterson
· 14 years ago
2d8c917
more fun with string exceptions
by Benjamin Peterson
· 14 years ago
9595166
string exceptions; how quaint
by Benjamin Peterson
· 14 years ago
189316a
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced.
by Raymond Hettinger
· 14 years ago
d285bdb
start banging on zipfile's file leakiness
by Benjamin Peterson
· 14 years ago
d6868b4
fix leaking sockets
by Benjamin Peterson
· 14 years ago
d094efd
cleanup resources in test_smtplib #10264
by Benjamin Peterson
· 14 years ago
f569826
Issue #10266: uu.decode didn't close in_file explicitly when it was given
by Antoine Pitrou
· 14 years ago
e974571
Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.
by Antoine Pitrou
· 14 years ago
c5b2730
Added style argument to logging.basicConfig() and documented this change.
by Vinay Sajip
· 14 years ago
6447454
PY_CFLAGS doesn't exist under Windows
by Antoine Pitrou
· 14 years ago
b643ef8
Issue #5729: json.dumps to support using '\t' as an indent string
by Raymond Hettinger
· 14 years ago
6ff2a7d
Fix a ResourceWarning for an unclosed socket.
by Brian Curtin
· 14 years ago
f53a626
issue 10237
by Kristján Valur Jónsson
· 14 years ago
cc221b2
close some more files
by Benjamin Peterson
· 14 years ago
5dc8fab
context managerify
by Benjamin Peterson
· 14 years ago
aa7cec0
close file properly
by Benjamin Peterson
· 14 years ago
556c735
use addCleanup
by Benjamin Peterson
· 14 years ago
ebe5d8a
patch up leaking fds
by Benjamin Peterson
· 14 years ago
d8fc2e1
this test manages the fds itself
by Benjamin Peterson
· 14 years ago
bf07571
Fix ResourceWarning for unclosed files (from os.popen)
by Brian Curtin
· 14 years ago
61d0d60
Fix ResourceWarning for an unclosed socket.
by Brian Curtin
· 14 years ago
076623b
Fix ResourceWarning. Use context manager to properly close file.
by Brian Curtin
· 14 years ago
3ddcaaf
Fix ResourceWarning about unclosed file
by Brian Curtin
· 14 years ago
b2fda23
close files correctly
by Benjamin Peterson
· 14 years ago
e048797
close open file from find_module()
by Benjamin Peterson
· 14 years ago
1c87e29
condense
by Benjamin Peterson
· 14 years ago
0bbf9c9
kill pointless function imports
by Benjamin Peterson
· 14 years ago
1a7127f
remove useless assignment
by Benjamin Peterson
· 14 years ago
807a5a1
close files properly
by Benjamin Peterson
· 14 years ago
9f5f65c
Fix #10258 - clean up resource warning
by Brian Curtin
· 14 years ago
810921b
Fix #10257. Clear resource warnings by using os.popen's context manager.
by Brian Curtin
· 14 years ago
1d7878a
Fix #10256 - resource warning
by Brian Curtin
· 14 years ago
b6751dc
Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil.
by Antoine Pitrou
· 14 years ago
8d2b51b
Issue #10253: FileIO leaks a file descriptor when trying to open a file
by Antoine Pitrou
· 14 years ago
6ce29fa
Fix test_mailbox by supporting context manager protocol for get_file() returns.
by Georg Brandl
· 14 years ago
849e12b
Fix resource warning in test_unicodedata. Patch by Brian Brazil.
by Antoine Pitrou
· 14 years ago
a6e9502
Fix resource warning in test_file. Patch by Brian Brazil.
by Antoine Pitrou
· 14 years ago
bfa3470
Issue #10246: uu.encode didn't close file objects explicitly when filenames
by Antoine Pitrou
· 14 years ago
b046b80
Remove ResourceWarnings caused by files left open.
by Vinay Sajip
· 14 years ago
cc2adbc
#10198: fix duplicate header when writeframes() is called with an empty string.
by Georg Brandl
· 14 years ago
6b6dffd
issue 10237
by Kristján Valur Jónsson
· 14 years ago
028011f
Silence ResourceWarnings in modulefinder by using file context managers.
by Brett Cannon
· 14 years ago
c524692
Properly close a file in test_minidom.
by Brett Cannon
· 14 years ago
653238a
Silence some ResourceWarning in test_mailbox by using file context managers.
by Brett Cannon
· 14 years ago
d05f9ad
Windows can't remove a file before it is closed
by Antoine Pitrou
· 14 years ago
0174368
Move test_linecache over to file context managers.
by Brett Cannon
· 14 years ago
dff6985
Use a file context manager for test_ioctl.
by Brett Cannon
· 14 years ago
5a9e91b
Silence ResourceWarning when testing that the file destructor closes the file.
by Brett Cannon
· 14 years ago
e1eca4e
Issue #10233: Close file objects in a timely manner in the tarfile module
by Antoine Pitrou
· 14 years ago
749afa9
Move test_imp over to file context managers.
by Brett Cannon
· 14 years ago
105df5d
Move test_httpservers over to file context managers.
by Brett Cannon
· 14 years ago
d2eca37
Clean up socket closing in test_ssl and test.ssl_servers
by Antoine Pitrou
· 14 years ago
77b7de6
Move test_httplib over to file context managers.
by Brett Cannon
· 14 years ago
7f462fc
Fix file closing in test_http_cookiejar.
by Brett Cannon
· 14 years ago
918e2d4
Clean up socket closing in test_ftplib.
by Brett Cannon
· 14 years ago
384917a
Properly close files used by test_email.
by Brett Cannon
· 14 years ago
06407b3
Properly close a temporary TextIOWrapper in 'email'.
by Brett Cannon
· 14 years ago
c0eee31
Properly close files in test_dbm_dumb.
by Brett Cannon
· 14 years ago
5ede149
Properly close a test file in test_cprofile.
by Brett Cannon
· 14 years ago
2d562f8
have test_asyncore properly close files.
by Brett Cannon
· 14 years ago
1ab58df
Have pkgutil properly close files.
by Brett Cannon
· 14 years ago
5c035c0
Have distutils.sysconfig close a file to remove ResourceWarnings coming up
by Brett Cannon
· 14 years ago
54ad0be
set literals and unions are our friends
by Benjamin Peterson
· 14 years ago
65c66ab
make gdb skip expected
by Benjamin Peterson
· 14 years ago
2b40efd
Fix typo
by Antoine Pitrou
· 14 years ago
c14efc4
Make a GC run before trying to clean up files left over by the latest test run.
by Antoine Pitrou
· 14 years ago
83432ba
Issue #7547: fix transient failures due to network glitches in test_timeout.
by Antoine Pitrou
· 14 years ago
3cdfb12
Issue 7061: Explained 'gon'
by Alexander Belopolsky
· 14 years ago
aa87965
Actually restore the original asyncore socket map by making a copy of the dict
by Antoine Pitrou
· 14 years ago
31e08a4
Make check_warnings error messages more informative
by Antoine Pitrou
· 14 years ago
a0d2f4d
test___all__ ignores ResourceWarning as well
by Antoine Pitrou
· 14 years ago
5efe9d0
Fix ResourceWarning in Lib/test/threaded_import_hangers.py
by Antoine Pitrou
· 14 years ago
14d8fe7
test_tarfile: woops, remove +0.001 which was used to debug
by Victor Stinner
· 14 years ago
26bfb5a
test_tarfile: dump mtime as hexadecimal on test_extractall failure
by Victor Stinner
· 14 years ago
e033e06
Issue #10093: ResourceWarnings are now issued when files and sockets are
by Antoine Pitrou
· 14 years ago
Next »