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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15096: Drop support for the ur string prefix
Christian Heimes
2012-06-20
2
-20/+11
*
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
3
-0/+53
|
\
|
*
Fix GzipFile's handling of filenames given as bytes objects.
Nadeem Vawda
2012-06-19
1
-0/+14
*
|
Fix #14772: Return the destination from some shutil functions.
Brian Curtin
2012-06-18
1
-0/+41
*
|
Issue #15064: Make BaseManager.__enter__() start server if necessary.
Richard Oudkerk
2012-06-18
1
-6/+20
*
|
Issue #15064: Implement context manager protocol for multiprocessing types
Richard Oudkerk
2012-06-18
1
-0/+35
*
|
Fiddle with timeouts in barrier tests
Richard Oudkerk
2012-06-18
1
-6/+6
*
|
Prevent test_inspect from keeping alive a ton of frames and local variables b...
Antoine Pitrou
2012-06-17
1
-12/+15
*
|
Issue #14657: The frozen instance of importlib used for bootstrap is now also...
Antoine Pitrou
2012-06-17
1
-1/+19
*
|
Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib)
Nick Coghlan
2012-06-17
1
-1/+4
|
\
\
|
|
/
|
*
Ignore X-Antivirus headers in test_nntplib
Nick Coghlan
2012-06-17
1
-1/+4
*
|
Merge from 3.2 (Issue #15095: Use better assertions in test_imaplib)
Nick Coghlan
2012-06-17
1
-5/+5
|
\
\
|
|
/
|
*
Issue #15095: Use better assertions in test_imaplib
Nick Coghlan
2012-06-17
1
-5/+5
*
|
Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)
Nick Coghlan
2012-06-17
1
-0/+9
|
\
\
|
|
/
|
*
Issue #15043: skip test_gdb if the custom hooks can't be loaded
Nick Coghlan
2012-06-17
1
-0/+9
*
|
Disable test on Unix. Causes buildbots to fail. See Issue #15091
Jason R. Coombs
2012-06-17
1
-0/+4
*
|
White space normalization.
Martin v. Löwis
2012-06-17
1
-3/+3
*
|
Issue #14055: Add __sizeof__ support to _elementtree.
Martin v. Löwis
2012-06-17
1
-2/+37
*
|
Adding test from issue6727 demonstrating that symlink import issue does not o...
Jason R. Coombs
2012-06-17
1
-0/+53
*
|
Improve an internal ipaddress test, add a comment explaining why treating net...
Nick Coghlan
2012-06-17
1
-6/+21
*
|
Issue #15054: Fix incorrect tokenization of 'b' string literals.
Meador Inge
2012-06-17
1
-0/+76
*
|
Make the test more resilient to test-run order (closes #15075)
Eli Bendersky
2012-06-16
1
-8/+20
*
|
Fix "%f" format of str%args if the result is not an ASCII or latin1 string
Victor Stinner
2012-06-16
1
-0/+2
*
|
Issue #15006: Allow equality comparison between naive and aware time
Alexander Belopolsky
2012-06-16
1
-6/+6
*
|
Merge
Brett Cannon
2012-06-15
8
-170/+566
|
\
\
|
*
|
Fix _TestListener.ALLOWED_TYPES and add sanity check
Richard Oudkerk
2012-06-15
1
-1/+3
|
*
|
Increase timeout used when waiting for manager to shutdown cleanly
Richard Oudkerk
2012-06-15
1
-0/+5
|
*
|
Fix for 2d2f206d040e so that test_multiprocessing does not depend on ctypes
Richard Oudkerk
2012-06-15
1
-5/+9
|
*
|
#15036: Make a repeated changes and flushes work with single-file mailboxes
Petri Lehtinen
2012-06-15
1
-0/+11
|
|
\
\
|
|
|
/
|
|
*
#15036: Make a repeated changes and flushes work with single-file mailboxes
Petri Lehtinen
2012-06-15
1
-0/+11
|
*
|
Issue #14059: Implement multiprocessing.Barrier
Richard Oudkerk
2012-06-15
1
-3/+334
|
*
|
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ...
Nick Coghlan
2012-06-15
1
-21/+23
|
*
|
Skip XincludeTest entirely instead of just ignoring failures, because it may ...
Eli Bendersky
2012-06-15
1
-1/+1
|
*
|
Removed _SimpleElementPath and its flaky test. The test monkey-patches the mo...
Eli Bendersky
2012-06-15
1
-23/+0
|
*
|
mark problematic test as expected failure - investigating
Eli Bendersky
2012-06-15
1
-2/+6
|
*
|
Replace the iter/itertext methods of Element in _elementtree with true C impl...
Eli Bendersky
2012-06-15
2
-134/+141
|
*
|
Issue #13841: Make child processes exit using sys.exit() on Windows
Richard Oudkerk
2012-06-14
2
-1/+6
|
*
|
Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
Alexander Belopolsky
2012-06-14
2
-3/+55
|
*
|
Fix test_time for adjusted/adjustable changes
Victor Stinner
2012-06-12
1
-6/+2
|
*
|
PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result
Victor Stinner
2012-06-12
1
-6/+6
*
|
|
Make a test easier to read.
Brett Cannon
2012-06-11
1
-4/+3
|
/
/
*
|
Close #13857: Added textwrap.indent() function (initial patch by Ezra
Nick Coghlan
2012-06-11
1
-2/+138
*
|
Relax datetime.timestamp() test around DST change
Alexander Belopolsky
2012-06-08
1
-1/+1
*
|
Relax datetime.timestamp() test around DST change
Alexander Belopolsky
2012-06-08
1
-3/+3
*
|
Issue #2736: Added datetime.timestamp() method.
Alexander Belopolsky
2012-06-08
1
-0/+36
*
|
Merge fixes for #13854 and #12157.
Richard Oudkerk
2012-06-07
1
-3/+45
|
\
\
|
|
/
|
*
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Richard Oudkerk
2012-06-06
1
-0/+30
|
*
Issue #12157: pool.map() does not handle empty iterable correctly
Richard Oudkerk
2012-06-06
1
-3/+15
*
|
Issue #11823: disassembly now shows argument counts on calls with keyword args
Alexander Belopolsky
2012-06-07
1
-3/+3
*
|
Add test for multiprocessing.Conditon.wait() and changset 3baeb5e13dd2
Richard Oudkerk
2012-06-05
1
-0/+28
[next]