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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 (socket.__all__)
Victor Stinner
2016-08-17
1
-0/+1
|
\
|
*
Issue #27698: Add socketpair to socket.__all__ on Windows
Victor Stinner
2016-08-17
1
-0/+1
*
|
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
*
|
Minor readability tweak
Raymond Hettinger
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
2
-1/+13
*
|
Issue #26750: use inspect.isdatadescriptor instead of our own
Gregory P. Smith
2016-08-16
1
-7/+1
|
\
\
|
|
/
|
*
Issue #26750: use inspect.isdatadescriptor instead of our own
Gregory P. Smith
2016-08-16
1
-7/+1
*
|
Merge with 3.5
Terry Jan Reedy
2016-08-16
1
-3/+4
|
\
\
|
|
/
|
*
Issue #27611: Don't import volatile attribute.
Terry Jan Reedy
2016-08-16
1
-3/+4
*
|
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
2
-11/+13
*
|
|
Update pydoc topics for 3.6.0a4
Ned Deily
2016-08-15
1
-27/+105
*
|
|
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
2
-0/+154
*
|
|
merge 3.5
Donald Stufft
2016-08-14
3
-2/+2
|
\
\
\
|
|
/
/
|
*
|
merge 3.4
Donald Stufft
2016-08-14
3
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Update setuptools/pip to 25.2.0/8.1.2
Donald Stufft
2016-08-14
3
-2/+2
*
|
|
Issue27573 code.interact prints a message when exiting.
Steven D'Aprano
2016-08-14
2
-2/+11
*
|
|
Issue6422 add autorange method to timeit.Timer
Steven D'Aprano
2016-08-14
2
-11/+52
*
|
|
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
*
|
|
merge
Raymond Hettinger
2016-08-13
1
-6/+25
|
\
\
\
|
|
/
/
|
*
|
Issue #27720: Fix error in eng_to_decimal docs and add examples from the spec...
Raymond Hettinger
2016-08-13
1
-6/+25
*
|
|
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 #27714: text_textview now passes when re-run in the same process
Terry Jan Reedy
2016-08-10
1
-2/+1
*
|
|
Issue #24773: Fix and speed-up ZoneInfoCompleteTest.
Alexander Belopolsky
2016-08-11
1
-13/+13
*
|
|
Issue #27732: Silence test_idle with dummy bell functions.
Terry Jan Reedy
2016-08-11
10
-23/+32
*
|
|
Issue #27714: text_textview now passes when re-run in the same process
Terry Jan Reedy
2016-08-10
2
-3/+3
*
|
|
Issue #27380: For test_query on Mac, adjust one expected result.
Terry Jan Reedy
2016-08-10
1
-1/+3
*
|
|
Issue #27621: Put query response validation error messages in query box
Terry Jan Reedy
2016-08-10
2
-194/+165
*
|
|
Merge ISO-8859 fixes from 3.5
Martin Panter
2016-08-10
3
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Correct misspellings of ISO-8859
Martin Panter
2016-08-10
3
-4/+4
|
*
|
Closes #21999: Handled empty strings correctly when in POSIX mode.
Vinay Sajip
2016-08-09
2
-1/+13
*
|
|
Issue27181 add geometric mean.
Steven D'Aprano
2016-08-09
2
-0/+552
*
|
|
Tighten up test of harmonic mean on a single value.
Steven D'Aprano
2016-08-09
1
-4/+1
[next]