summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5 (test_eintr)Victor Stinner2015-10-121-5/+5
|\
| * Issue #25277: Use a longer sleep in test_eintr to reduce the risk of raceVictor Stinner2015-10-121-5/+5
* | Issue #24164: Fix test_pyclbrVictor Stinner2015-10-121-1/+1
* | Merge with 3.5Terry Jan Reedy2015-10-122-20/+33
|\ \ | |/
| * Merge with 3.4Terry Jan Reedy2015-10-122-20/+33
| |\
| | * Issue #22726: Re-activate config dialog help button with some content aboutTerry Jan Reedy2015-10-122-20/+33
* | | Issue #24164: Fixed test_descr: __getnewargs_ex__ now is supported in protoco...Serhiy Storchaka2015-10-111-8/+1
* | | No longer skip tests for classes with __getnewargs_ex__. The copy moduleSerhiy Storchaka2015-10-111-4/+0
|\ \ \ | |/ /
| * | No longer skip tests for classes with __getnewargs_ex__. The copy moduleSerhiy Storchaka2015-10-111-4/+0
* | | Cleanup test_descr: remove C8 that is the same as C3.Serhiy Storchaka2015-10-111-8/+0
|\ \ \ | |/ /
| * | Cleanup test_descr: remove C8 that is the same as C3.Serhiy Storchaka2015-10-111-8/+0
| |\ \ | | |/
| | * Cleanup test_descr: remove C8 that is the same as C3.Serhiy Storchaka2015-10-111-8/+0
* | | Issue #25357: Add an optional newline paramer to binascii.b2a_base64().Victor Stinner2015-10-112-2/+11
* | | Merge 3.5 (test_coroutines)Victor Stinner2015-10-111-1/+1
|\ \ \ | |/ /
| * | Close #25367: Fix test_coroutines()Victor Stinner2015-10-111-1/+1
| * | lose #25373: Fix regrtest --slow with interrupted testVictor Stinner2015-10-111-1/+2
* | | Close #25373: Fix regrtest --slow with interrupted testVictor Stinner2015-10-112-6/+49
* | | Merge 3.5 (test_coroutines, issue #25367)Victor Stinner2015-10-111-1/+3
|\ \ \ | |/ /
| * | Close #25367: Fix test_coroutines with no thread supportVictor Stinner2015-10-111-1/+3
* | | test_regrtest: catch stderr in test_nowindows()Victor Stinner2015-10-111-1/+5
* | | Close #25369: Fix test_regrtest without thread supportVictor Stinner2015-10-111-1/+4
* | | Close #25368: Fix test_eintr when Python is compiled without thread supportVictor Stinner2015-10-111-2/+4
* | | merge 3.5 (#25362)Benjamin Peterson2015-10-111-12/+3
|\ \ \ | |/ /
| * | merge 3.4 (#25362)Benjamin Peterson2015-10-111-12/+3
| |\ \ | | |/
| | * use the with statement for locking the internal condition (closes #25362)Benjamin Peterson2015-10-111-12/+3
| | * Issue #25099: Skip relevant tests in test_compileall when an entry onBrett Cannon2015-10-091-4/+32
* | | Issue #24164: Objects that need calling ``__new__`` with keyword arguments,Serhiy Storchaka2015-10-102-9/+14
* | | Issue #25365: test_pickle now works in threads disabled builds.Serhiy Storchaka2015-10-101-2/+3
|\ \ \ | |/ /
| * | Issue #25365: test_pickle now works in threads disabled builds.Serhiy Storchaka2015-10-101-2/+3
| |\ \ | | |/
| | * Issue #25365: test_pickle now works in threads disabled builds.Serhiy Storchaka2015-10-101-2/+3
* | | Issue #25364: zipfile now works in threads disabled builds.Serhiy Storchaka2015-10-101-1/+4
|\ \ \ | |/ /
| * | Issue #25364: zipfile now works in threads disabled builds.Serhiy Storchaka2015-10-101-1/+4
* | | Issue #25322: Merge contextlib.suppress test fix from 3.5Martin Panter2015-10-101-1/+3
|\ \ \ | |/ /
| * | Issue #25322: Merge contextlib.suppress test fix from 3.4 into 3.5Martin Panter2015-10-101-1/+3
| |\ \ | | |/
| | * Issue #25322: Fix test for nested contextlib.suppressMartin Panter2015-10-101-1/+3
* | | Issue #24402: Merge potential test fix from 3.5Martin Panter2015-10-101-45/+48
|\ \ \ | |/ /
| * | Issue #24402: Merge potential test fix from 3.4 into 3.5Martin Panter2015-10-101-45/+48
| |\ \ | | |/
| | * Issue #24402: Factor out PtyTests.run_child() in input() testsMartin Panter2015-10-101-45/+48
* | | Issue #24402: Merge input() fix from 3.5Martin Panter2015-10-101-76/+110
|\ \ \ | |/ /
| * | Issue #24402: Merge input() fix from 3.4 into 3.5Martin Panter2015-10-101-76/+110
| |\ \ | | |/
| | * Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by EryksunMartin Panter2015-10-101-76/+110
* | | Merge for issue #25099Brett Cannon2015-10-091-4/+32
|\ \ \ | |/ /
| * | Issue #25099: Skip relevant tests in test_compileall when an entry onBrett Cannon2015-10-091-4/+32
* | | Issue #25349: Add fast path for b'%c' % intVictor Stinner2015-10-091-0/+2
* | | Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check.R David Murray2015-10-092-2/+8
|\ \ \ | |/ /
| * | #25328: add missing raise keyword in decode_data+SMTPUTF8 check.R David Murray2015-10-092-2/+8
| * | Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-081-2/+11
* | | Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer).Raymond Hettinger2015-10-091-0/+12
* | | Issue #25318: Avoid sprintf() in backslashreplace()Victor Stinner2015-10-091-2/+4
* | | Fix missing import in libregrtest.Steve Dower2015-10-081-0/+1