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
...
*
|
|
|
(Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError if
Victor Stinner
2014-07-07
1
-0/+16
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't
Victor Stinner
2014-07-07
1
-0/+16
*
|
|
|
Issue #21707: Merge with 3.4.
Berker Peksag
2014-07-07
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21707: Fix tests on Windows.
Berker Peksag
2014-07-07
1
-1/+1
|
*
|
|
Merge heads
Serhiy Storchaka
2014-07-07
1
-4/+12
|
|
\
\
\
*
|
\
\
\
Merge heads
Serhiy Storchaka
2014-07-07
1
-4/+12
|
\
\
\
\
\
|
*
\
\
\
\
Issue #21707: Merge with 3.4.
Berker Peksag
2014-07-07
1
-4/+12
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_pa...
Berker Peksag
2014-07-07
1
-4/+12
*
|
|
|
|
|
Issue #21881: Just omit tests for platform-specific NaN representation in tes...
Serhiy Storchaka
2014-07-07
1
-6/+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
/
/
/
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Issue #21881: Just omit tests for platform-specific NaN representation in tes...
Serhiy Storchaka
2014-07-07
1
-6/+2
|
|
/
/
/
*
|
|
|
Issue #19593: Use specific asserts in importlib tests.
Serhiy Storchaka
2014-07-07
5
-7/+7
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19593: Use specific asserts in importlib tests.
Serhiy Storchaka
2014-07-07
5
-7/+7
|
*
|
|
Merge heads
Serhiy Storchaka
2014-07-07
4
-0/+76
|
|
\
\
\
*
|
\
\
\
Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
Serhiy Storchaka
2014-07-07
1
-6/+6
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
Serhiy Storchaka
2014-07-07
1
-6/+6
*
|
|
|
|
for some reason, you don't get the right checksum from an incremental build
Benjamin Peterson
2014-07-07
1
-2/+3
*
|
|
|
|
Merge pathlib fixes
Antoine Pitrou
2014-07-07
1
-0/+14
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Issue #20639: calling Path.with_suffix('') allows removing the suffix again.
Antoine Pitrou
2014-07-07
1
-0/+6
|
*
|
|
|
Issue #21714: Disallow the construction of invalid paths using Path.with_name...
Antoine Pitrou
2014-07-07
1
-0/+8
*
|
|
|
|
upgrade to unicode 7.0.0
Benjamin Peterson
2014-07-06
1
-2/+2
*
|
|
|
|
Issue #9554: Use modern unittest features in test_argparse.
Berker Peksag
2014-07-06
1
-71/+31
*
|
|
|
|
(Merge 3.4) Closes #21886, #21447: Fix a race condition in asyncio when setting
Victor Stinner
2014-07-05
2
-0/+10
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Closes #21886, #21447: Fix a race condition in asyncio when setting the result
Victor Stinner
2014-07-05
2
-0/+10
*
|
|
|
|
Issue #21897: Fix a crash with the f_locals attribute with closure variables ...
Antoine Pitrou
2014-07-05
1
-0/+52
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #21897: Fix a crash with the f_locals attribute with closure variables ...
Antoine Pitrou
2014-07-05
1
-0/+52
|
|
/
/
/
*
|
|
|
#15014: Add 'auth' command to implement auth mechanisms and use it in login.
R David Murray
2014-07-03
1
-22/+38
*
|
|
|
Closes #21151: Merge with 3.4
Zachary Ware
2014-07-03
1
-1/+14
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21151: Fixed a segfault in the winreg module.
Zachary Ware
2014-07-03
1
-1/+14
*
|
|
|
Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests when
Berker Peksag
2014-07-03
1
-66/+78
*
|
|
|
(Merge 3.4) asyncio: sync with Tulip
Victor Stinner
2014-07-02
1
-0/+11
|
\
\
\
\
|
|
/
/
/
|
*
|
|
asyncio: sync with Tulip
Victor Stinner
2014-07-02
1
-0/+11
*
|
|
|
Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.
Berker Peksag
2014-07-02
1
-3/+3
*
|
|
|
Issue #18258: Fix test discovery for test_codecmaps_*.
Zachary Ware
2014-07-02
6
-22/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #18258: Fix test discovery for test_codecmaps_*.
Zachary Ware
2014-07-02
6
-22/+6
*
|
|
|
(Merge 3.4) asyncio: Fix test_sleep_cancel(): call_later() mock has no self p...
Victor Stinner
2014-07-01
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameter
Victor Stinner
2014-07-01
1
-2/+2
*
|
|
|
asyncio: sync with Tulip
Victor Stinner
2014-06-30
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
asyncio: sync with Tulip
Victor Stinner
2014-06-30
1
-0/+1
*
|
|
|
Issue #21645: asyncio: add a watchdog in test_read_all_from_pipe_reader() for
Victor Stinner
2014-06-30
1
-0/+6
*
|
|
|
Issue #14235: Merge from 3.4.
Berker Peksag
2014-06-30
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #14235: Use importlib.reload() in test_cmd.test_coverage.
Berker Peksag
2014-06-30
1
-1/+1
*
|
|
|
Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohus...
Antoine Pitrou
2014-06-30
1
-1/+10
*
|
|
|
Fixes #10541: regrtest -T is broken
Alexander Belopolsky
2014-06-29
1
-1/+5
*
|
|
|
Issue #20753: Merge with 3.4.
Berker Peksag
2014-06-29
1
-1/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without...
Berker Peksag
2014-06-29
1
-1/+5
*
|
|
|
(Merge 3.4) asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-28
1
-17/+17
|
\
\
\
\
|
|
/
/
/
|
*
|
|
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-28
1
-17/+17
*
|
|
|
MERGE: Closes #11279: test_posix and lack of "id -G" support - less noise req...
Jesus Cea
2014-06-28
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Closes #11279: test_posix and lack of "id -G" support - less noise required? ...
Jesus Cea
2014-06-28
1
-1/+1
*
|
|
|
Issue #21863: cProfile now displays the module name of C extension functions,...
Antoine Pitrou
2014-06-28
1
-5/+5
[prev]
[next]