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
*
issue26981: add _order_ compatibility shim to enum.Enum
Ethan Furman
2016-08-20
1
-0/+62
*
Issue #27614: Merge test_docxmlrpc from 3.5
Martin Panter
2016-08-20
1
-30/+11
|
\
|
*
Issue #27614: Avoid race in test_docxmlrpc server setup
Martin Panter
2016-08-20
1
-30/+11
*
|
Issue #27787: Merge regrtest fixup from 3.5
Martin Panter
2016-08-20
1
-0/+1
|
\
\
|
|
/
|
*
Issue #27787: Clean up weak references before checking for dangling threads
Martin Panter
2016-08-20
1
-0/+1
*
|
Issue26988: remove AutoEnum
Ethan Furman
2016-08-20
1
-323/+1
*
|
regrtest: replace "Result:" with "Tests result:"
Victor Stinner
2016-08-19
2
-2/+2
*
|
Issue #27801: Merge from 3.5
Berker Peksag
2016-08-19
1
-0/+1
|
\
\
|
|
/
|
*
Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not ava...
Berker Peksag
2016-08-19
1
-0/+1
*
|
Issue #27157: Make only type() itself accept the one-argument form
Berker Peksag
2016-08-19
1
-0/+18
*
|
Merge: #2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-19
1
-0/+22
|
\
\
|
|
/
|
*
#2466: ismount now recognizes mount points user can't access.
R David Murray
2016-08-19
1
-2/+22
*
|
Closes #12713: Allowed abbreviation of subcommands in argparse.
Vinay Sajip
2016-08-18
1
-27/+65
*
|
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
9
-9/+219
*
|
Merge 3.5 (fix raise)
Victor Stinner
2016-08-18
1
-0/+18
|
\
\
|
|
/
|
*
Fix SystemError in "raise" statement
Victor Stinner
2016-08-18
1
-0/+18
*
|
Issue #16764: Move NEWS entry to correct section and remove too strict test.
Serhiy Storchaka
2016-08-18
1
-4/+0
*
|
Issue #24773: Include Tallinn 1999-10-31 transition in tests.
Alexander Belopolsky
2016-08-17
1
-3/+0
*
|
regrtest: add a summary of the summary, "Result: xxx"
Victor Stinner
2016-08-17
2
-4/+25
*
|
regrtest: set interrupted to True if re-run is interrupted
Victor Stinner
2016-08-17
1
-1/+2
*
|
regrtest: add newlines in output for readability
Victor Stinner
2016-08-17
1
-0/+3
*
|
Merge 3.5 (script_helper)
Victor Stinner
2016-08-17
1
-8/+8
|
\
\
|
|
/
|
*
script_helper: kill the subprocess on error
Victor Stinner
2016-08-17
1
-8/+8
*
|
regrtest: nicer output for durations
Victor Stinner
2016-08-17
2
-14/+21
*
|
regrtest: rename --slow option to --slowest
Victor Stinner
2016-08-17
2
-7/+7
*
|
Fix typo in test_time.py
Victor Stinner
2016-08-17
1
-1/+1
*
|
Issue #27181: Skip tests known to fail until a fix is found
Victor Stinner
2016-08-16
1
-0/+1
*
|
Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only.
Raymond Hettinger
2016-08-16
1
-0/+12
*
|
merge 3.5
Benjamin Peterson
2016-08-16
1
-0/+2
|
\
\
|
|
/
|
*
merge 3.4
Benjamin Peterson
2016-08-16
1
-0/+2
|
|
\
|
|
*
fail when negative values are passed to instr()
Benjamin Peterson
2016-08-16
1
-0/+2
*
|
|
Issue #27611, #24137: Only change tkinter when easily restored.
Terry Jan Reedy
2016-08-16
1
-9/+9
*
|
|
Issue #12345: Add mathemathcal constant tau to math and cmath.
Guido van Rossum
2016-08-15
1
-0/+1
*
|
|
Issue #16764: Support keyword arguments to zlib.decompress(). Patch by
Serhiy Storchaka
2016-08-15
1
-4/+29
*
|
|
Issue #26823: Abbreviate recursive tracebacks
Nick Coghlan
2016-08-15
1
-0/+131
*
|
|
Issue27573 code.interact prints a message when exiting.
Steven D'Aprano
2016-08-14
1
-2/+10
*
|
|
Issue6422 add autorange method to timeit.Timer
Steven D'Aprano
2016-08-14
1
-0/+22
*
|
|
merge 3.5
Benjamin Peterson
2016-08-14
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
merge 3.4
Benjamin Peterson
2016-08-14
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
do not allow reading negative values with getstr()
Benjamin Peterson
2016-08-14
1
-0/+3
*
|
|
Issue #24773: Skip system tests for transitions in year 2037 and later.
Alexander Belopolsky
2016-08-12
1
-3/+5
*
|
|
Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.
Brett Cannon
2016-08-12
1
-0/+1
*
|
|
Issue #26741: Merge ResourceWarning fixes from 3.5
Martin Panter
2016-08-12
2
-2/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #26741: Clean up subprocess.Popen object in test_poll
Martin Panter
2016-08-12
1
-1/+2
|
*
|
Close HTTP connections and responses in tests to avoid ResourceWarnings
Martin Panter
2016-08-12
1
-1/+11
*
|
|
Issue #24773: Fix and speed-up ZoneInfoCompleteTest.
Alexander Belopolsky
2016-08-11
1
-13/+13
*
|
|
Merge ISO-8859 fixes from 3.5
Martin Panter
2016-08-10
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Correct misspellings of ISO-8859
Martin Panter
2016-08-10
1
-2/+2
|
*
|
Closes #21999: Handled empty strings correctly when in POSIX mode.
Vinay Sajip
2016-08-09
1
-0/+12
*
|
|
Issue27181 add geometric mean.
Steven D'Aprano
2016-08-09
1
-0/+285
[next]