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
*
Merge 3.5 (test_eintr)
Victor Stinner
2015-10-12
1
-5/+5
|
\
|
*
Issue #25277: Use a longer sleep in test_eintr to reduce the risk of race
Victor Stinner
2015-10-12
1
-5/+5
*
|
Issue #24164: Fix test_pyclbr
Victor Stinner
2015-10-12
1
-1/+1
*
|
Merge with 3.5
Terry Jan Reedy
2015-10-12
2
-20/+33
|
\
\
|
|
/
|
*
Merge with 3.4
Terry Jan Reedy
2015-10-12
2
-20/+33
|
|
\
|
|
*
Issue #22726: Re-activate config dialog help button with some content about
Terry Jan Reedy
2015-10-12
2
-20/+33
*
|
|
Issue #24164: Fixed test_descr: __getnewargs_ex__ now is supported in protoco...
Serhiy Storchaka
2015-10-11
1
-8/+1
*
|
|
No longer skip tests for classes with __getnewargs_ex__. The copy module
Serhiy Storchaka
2015-10-11
1
-4/+0
|
\
\
\
|
|
/
/
|
*
|
No longer skip tests for classes with __getnewargs_ex__. The copy module
Serhiy Storchaka
2015-10-11
1
-4/+0
*
|
|
Cleanup test_descr: remove C8 that is the same as C3.
Serhiy Storchaka
2015-10-11
1
-8/+0
|
\
\
\
|
|
/
/
|
*
|
Cleanup test_descr: remove C8 that is the same as C3.
Serhiy Storchaka
2015-10-11
1
-8/+0
|
|
\
\
|
|
|
/
|
|
*
Cleanup test_descr: remove C8 that is the same as C3.
Serhiy Storchaka
2015-10-11
1
-8/+0
*
|
|
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Victor Stinner
2015-10-11
2
-2/+11
*
|
|
Merge 3.5 (test_coroutines)
Victor Stinner
2015-10-11
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Close #25367: Fix test_coroutines()
Victor Stinner
2015-10-11
1
-1/+1
|
*
|
lose #25373: Fix regrtest --slow with interrupted test
Victor Stinner
2015-10-11
1
-1/+2
*
|
|
Close #25373: Fix regrtest --slow with interrupted test
Victor Stinner
2015-10-11
2
-6/+49
*
|
|
Merge 3.5 (test_coroutines, issue #25367)
Victor Stinner
2015-10-11
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Close #25367: Fix test_coroutines with no thread support
Victor Stinner
2015-10-11
1
-1/+3
*
|
|
test_regrtest: catch stderr in test_nowindows()
Victor Stinner
2015-10-11
1
-1/+5
*
|
|
Close #25369: Fix test_regrtest without thread support
Victor Stinner
2015-10-11
1
-1/+4
*
|
|
Close #25368: Fix test_eintr when Python is compiled without thread support
Victor Stinner
2015-10-11
1
-2/+4
*
|
|
merge 3.5 (#25362)
Benjamin Peterson
2015-10-11
1
-12/+3
|
\
\
\
|
|
/
/
|
*
|
merge 3.4 (#25362)
Benjamin Peterson
2015-10-11
1
-12/+3
|
|
\
\
|
|
|
/
|
|
*
use the with statement for locking the internal condition (closes #25362)
Benjamin Peterson
2015-10-11
1
-12/+3
|
|
*
Issue #25099: Skip relevant tests in test_compileall when an entry on
Brett Cannon
2015-10-09
1
-4/+32
*
|
|
Issue #24164: Objects that need calling ``__new__`` with keyword arguments,
Serhiy Storchaka
2015-10-10
2
-9/+14
*
|
|
Issue #25365: test_pickle now works in threads disabled builds.
Serhiy Storchaka
2015-10-10
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #25365: test_pickle now works in threads disabled builds.
Serhiy Storchaka
2015-10-10
1
-2/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #25365: test_pickle now works in threads disabled builds.
Serhiy Storchaka
2015-10-10
1
-2/+3
*
|
|
Issue #25364: zipfile now works in threads disabled builds.
Serhiy Storchaka
2015-10-10
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #25364: zipfile now works in threads disabled builds.
Serhiy Storchaka
2015-10-10
1
-1/+4
*
|
|
Issue #25322: Merge contextlib.suppress test fix from 3.5
Martin Panter
2015-10-10
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5
Martin Panter
2015-10-10
1
-1/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #25322: Fix test for nested contextlib.suppress
Martin Panter
2015-10-10
1
-1/+3
*
|
|
Issue #24402: Merge potential test fix from 3.5
Martin Panter
2015-10-10
1
-45/+48
|
\
\
\
|
|
/
/
|
*
|
Issue #24402: Merge potential test fix from 3.4 into 3.5
Martin Panter
2015-10-10
1
-45/+48
|
|
\
\
|
|
|
/
|
|
*
Issue #24402: Factor out PtyTests.run_child() in input() tests
Martin Panter
2015-10-10
1
-45/+48
*
|
|
Issue #24402: Merge input() fix from 3.5
Martin Panter
2015-10-10
1
-76/+110
|
\
\
\
|
|
/
/
|
*
|
Issue #24402: Merge input() fix from 3.4 into 3.5
Martin Panter
2015-10-10
1
-76/+110
|
|
\
\
|
|
|
/
|
|
*
Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun
Martin Panter
2015-10-10
1
-76/+110
*
|
|
Merge for issue #25099
Brett Cannon
2015-10-09
1
-4/+32
|
\
\
\
|
|
/
/
|
*
|
Issue #25099: Skip relevant tests in test_compileall when an entry on
Brett Cannon
2015-10-09
1
-4/+32
*
|
|
Issue #25349: Add fast path for b'%c' % int
Victor Stinner
2015-10-09
1
-0/+2
*
|
|
Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check.
R David Murray
2015-10-09
2
-2/+8
|
\
\
\
|
|
/
/
|
*
|
#25328: add missing raise keyword in decode_data+SMTPUTF8 check.
R David Murray
2015-10-09
2
-2/+8
|
*
|
Issue #23919: Prevents assert dialogs appearing in the test suite.
Steve Dower
2015-10-08
1
-2/+11
*
|
|
Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer).
Raymond Hettinger
2015-10-09
1
-0/+12
*
|
|
Issue #25318: Avoid sprintf() in backslashreplace()
Victor Stinner
2015-10-09
1
-2/+4
*
|
|
Fix missing import in libregrtest.
Steve Dower
2015-10-08
1
-0/+1
[next]