Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ae4836df6d0ea92d778ef30bd37417d048fc37fc
/
Lib
/
test
18c3373
Fixed unit test failure on Windows
by Alexander Belopolsky
· 15 years ago
ea510eb
Fix memory consumption advertised by some test cases
by Antoine Pitrou
· 15 years ago
d7ae299
Fix test_hashlib with the bigmem option
by Antoine Pitrou
· 15 years ago
6672ea9
Streamlined code in trace.Ignore and added unit tests.
by Alexander Belopolsky
· 15 years ago
7dff9e0
#10321: Add support for sending binary DATA and Message objects to smtplib
by R. David Murray
· 15 years ago
d95c7b5
Issue #10347: ignore leading test count ("[ 1/340]") when using the -f option to regrtest.
by Antoine Pitrou
· 15 years ago
a837aa6
Update assertComplexIdentical to handle nans correctly.
by Mark Dickinson
· 15 years ago
be3da38
Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh()
by Victor Stinner
· 15 years ago
baa0f05
Add a dtoa.c test value that triggered a bug in recent versions of
by Mark Dickinson
· 15 years ago
2e598fa
test_concurrent_futures: remove temporary hack
by Victor Stinner
· 15 years ago
72f6620
Removed unused test classes from test_format_map().
by Eric Smith
· 15 years ago
7322fcf
test_concurrent_futures: dump ulimit -a to check a failure on x86 FreeBSD 7.2 3.x, buildbot
by Victor Stinner
· 15 years ago
7fa886d
Prevent ResourceWarnings in test_gettext
by Éric Araujo
· 15 years ago
37a8933
Fix caching error found by regrtest -R (#10229)
by Éric Araujo
· 15 years ago
1c50549
Fix one omission in r78359
by Éric Araujo
· 15 years ago
ecd34cb
Clear up ResourceWarnings
by Brian Curtin
· 15 years ago
243757e
Issue #10180: Pickling file objects is now explicitly forbidden, since
by Antoine Pitrou
· 15 years ago
4a5f967
Output served URL when running ssl_servers
by Antoine Pitrou
· 15 years ago
66c95c7
Fix test_httplib when built without threads
by Antoine Pitrou
· 15 years ago
a078115
Issue #10282: Add a `nntp_implementation` attribute to NNTP objects.
by Antoine Pitrou
· 15 years ago
de11b18
Close subprocess pipes to clean up ResourceWarnings
by Brian Curtin
· 15 years ago
19a5379
Fix a number of ResourceWarnings on Windows due to open pipes.
by Brian Curtin
· 15 years ago
5ad0bd6
Add socket cleanup for ResourceWarning and update test to use skip decorator
by Brian Curtin
· 15 years ago
ab747a7
Fix ResourceWarning from subprocess pipes being left open.
by Brian Curtin
· 15 years ago
994ad6c
Fix ResourceWarning from subprocess pipe.
by Brian Curtin
· 15 years ago
43ec577
Close subprocess pipes in _kill. Fixes a number of ResourceWarnings.
by Brian Curtin
· 15 years ago
3c6a951
Add cleanups to stdout/stderr pipes to remove ResourceWarnings.
by Brian Curtin
· 15 years ago
08eeada
Issue #10283: Add a `group_pattern` argument to NNTP.list().
by Antoine Pitrou
· 15 years ago
99c4830
Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings
by Antoine Pitrou
· 15 years ago
aeb6cee
Issue #10293: Remove obsolete field in the PyMemoryView structure,
by Antoine Pitrou
· 15 years ago
27bbca6
Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict.
by Eric Smith
· 15 years ago
3cdd5cb
Issue #5391: mmap.read_byte() should return unsigned value [0, 255]
by Hirokazu Yamamoto
· 15 years ago
3beb38f
Fix three ResourceWarnings.
by Brian Curtin
· 15 years ago
b6d4a8e
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
by Phillip J. Eby
· 15 years ago
4103bc0
Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER
by Antoine Pitrou
· 15 years ago
0eee1f5
Disabling SNI test; server admin would not like us to use it for automated tests.
by Antoine Pitrou
· 15 years ago
0d1b38c
Issue #10173: test_multiprocessing shouldn't pickle TestCase instances
by Antoine Pitrou
· 15 years ago
f80b3f7
Issue #10280: NNTP.nntp_version should reflect the highest version
by Antoine Pitrou
· 15 years ago
e159422
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance().
by Phillip J. Eby
· 15 years ago
5a43f72
remove some things that are now tested
by Benjamin Peterson
· 15 years ago
ed82ca1
Ditch some dead code in test_unicode_file.
by Brett Cannon
· 15 years ago
fca2e8a
Fix bug 9340 - argparse parse_known_args didn't work with subparsers
by Steven Bethard
· 15 years ago
b68928b
Clean up ResourceWarnings. Explictly close stdout from the subprocess.
by Brian Curtin
· 15 years ago
21ebbb7
Clean up ResourceWarnings due to unclosed sockets.
by Brian Curtin
· 15 years ago
be647e2
Remove extracted trees at the end of the test.
by Martin v. Löwis
· 15 years ago
16f344d
Issue #10184: Touch directories only once when extracting a tarfile.
by Martin v. Löwis
· 15 years ago
3b87cca
Reverted inadvertent change from r86095
by Alexander Belopolsky
· 15 years ago
ea13d9d
Issue #10199: Moved Demo/turtle under Lib/
by Alexander Belopolsky
· 15 years ago
8291af2
Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes.
by Brian Curtin
· 15 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
· 15 years ago
1ca45a5
Fix bug 9352 where characters were being lost in parsing some short options
by Steven Bethard
· 15 years ago
72c5538
Get argparse.__all__ back up to date (issue 9353)
by Steven Bethard
· 15 years ago
c4ac887
Close subprocess pipes to clear ResourceWarning messages in debug mode.
by Brian Curtin
· 15 years ago
1f1c247
Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553)
by Steven Bethard
· 15 years ago
50be1ca
Fix some ResourceErrors.
by Brian Curtin
· 15 years ago
1bd93a7
fix ftplib resource warnings
by Benjamin Peterson
· 15 years ago
d5df36d
fix resource warnings in test_sax #10269
by Benjamin Peterson
· 15 years ago
9595166
string exceptions; how quaint
by Benjamin Peterson
· 15 years ago
189316a
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced.
by Raymond Hettinger
· 15 years ago
d285bdb
start banging on zipfile's file leakiness
by Benjamin Peterson
· 15 years ago
d6868b4
fix leaking sockets
by Benjamin Peterson
· 15 years ago
d094efd
cleanup resources in test_smtplib #10264
by Benjamin Peterson
· 15 years ago
f569826
Issue #10266: uu.decode didn't close in_file explicitly when it was given
by Antoine Pitrou
· 15 years ago
e974571
Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.
by Antoine Pitrou
· 15 years ago
6447454
PY_CFLAGS doesn't exist under Windows
by Antoine Pitrou
· 15 years ago
f53a626
issue 10237
by Kristján Valur Jónsson
· 15 years ago
cc221b2
close some more files
by Benjamin Peterson
· 15 years ago
5dc8fab
context managerify
by Benjamin Peterson
· 15 years ago
aa7cec0
close file properly
by Benjamin Peterson
· 15 years ago
556c735
use addCleanup
by Benjamin Peterson
· 15 years ago
ebe5d8a
patch up leaking fds
by Benjamin Peterson
· 15 years ago
d8fc2e1
this test manages the fds itself
by Benjamin Peterson
· 15 years ago
61d0d60
Fix ResourceWarning for an unclosed socket.
by Brian Curtin
· 15 years ago
076623b
Fix ResourceWarning. Use context manager to properly close file.
by Brian Curtin
· 15 years ago
3ddcaaf
Fix ResourceWarning about unclosed file
by Brian Curtin
· 15 years ago
e048797
close open file from find_module()
by Benjamin Peterson
· 15 years ago
1c87e29
condense
by Benjamin Peterson
· 15 years ago
0bbf9c9
kill pointless function imports
by Benjamin Peterson
· 15 years ago
1a7127f
remove useless assignment
by Benjamin Peterson
· 15 years ago
807a5a1
close files properly
by Benjamin Peterson
· 15 years ago
9f5f65c
Fix #10258 - clean up resource warning
by Brian Curtin
· 15 years ago
810921b
Fix #10257. Clear resource warnings by using os.popen's context manager.
by Brian Curtin
· 15 years ago
1d7878a
Fix #10256 - resource warning
by Brian Curtin
· 15 years ago
b6751dc
Issue #10250: fix resource warnings in test_urllib2_localnet. Patch by Brian Brazil.
by Antoine Pitrou
· 15 years ago
8d2b51b
Issue #10253: FileIO leaks a file descriptor when trying to open a file
by Antoine Pitrou
· 15 years ago
849e12b
Fix resource warning in test_unicodedata. Patch by Brian Brazil.
by Antoine Pitrou
· 15 years ago
a6e9502
Fix resource warning in test_file. Patch by Brian Brazil.
by Antoine Pitrou
· 15 years ago
b046b80
Remove ResourceWarnings caused by files left open.
by Vinay Sajip
· 15 years ago
6b6dffd
issue 10237
by Kristján Valur Jónsson
· 15 years ago
c524692
Properly close a file in test_minidom.
by Brett Cannon
· 15 years ago
653238a
Silence some ResourceWarning in test_mailbox by using file context managers.
by Brett Cannon
· 15 years ago
d05f9ad
Windows can't remove a file before it is closed
by Antoine Pitrou
· 15 years ago
0174368
Move test_linecache over to file context managers.
by Brett Cannon
· 15 years ago
dff6985
Use a file context manager for test_ioctl.
by Brett Cannon
· 15 years ago
5a9e91b
Silence ResourceWarning when testing that the file destructor closes the file.
by Brett Cannon
· 15 years ago
e1eca4e
Issue #10233: Close file objects in a timely manner in the tarfile module
by Antoine Pitrou
· 15 years ago
749afa9
Move test_imp over to file context managers.
by Brett Cannon
· 15 years ago
105df5d
Move test_httpservers over to file context managers.
by Brett Cannon
· 15 years ago
d2eca37
Clean up socket closing in test_ssl and test.ssl_servers
by Antoine Pitrou
· 15 years ago
77b7de6
Move test_httplib over to file context managers.
by Brett Cannon
· 15 years ago
Next »