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
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests...
Serhiy Storchaka
2018-03-03
1
-0/+18
*
[3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)
Anselm Kruis
2018-02-23
1
-1/+5
*
[3.6] Improves the ability to build in CI (GH-5730)
Steve Dower
2018-02-18
1
-1/+8
*
[3.6] bpo-31324: Optimize support._match_test() (#4523)
Victor Stinner
2017-11-23
1
-12/+57
*
[3.6] bpo-28759: Skip some tests on PermissionError raised by Android (GH-435...
xdegaye
2017-11-12
1
-2/+1
*
bpo-31629: Add support.SaveSignals (#4183) (#4187)
Victor Stinner
2017-10-31
1
-0/+39
*
bpo-30845: Enhance test_concurrent_futures cleanup (#2564) (#2880)
Victor Stinner
2017-07-26
1
-1/+2
*
[3.6] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2441)
Victor Stinner
2017-06-27
1
-14/+18
*
Synchronize libregrtest from master to 3.6 (#2244)
Victor Stinner
2017-06-16
1
-2/+8
*
[3.6] bpo-30197: Enhance functions swap_attr() and swap_item() in test.suppor...
Serhiy Storchaka
2017-04-28
1
-4/+12
*
bpo-30125: disable faulthandler in ctypes test_SEH (#1237) (#1343)
Victor Stinner
2017-04-28
1
-0/+16
*
bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) (#1335)
Victor Stinner
2017-04-28
1
-4/+9
*
Merge 3.5
Victor Stinner
2017-01-12
1
-7/+18
|
\
|
*
Fix script_helper.run_python_until_end(): copy SYSTEMROOT
Victor Stinner
2017-01-12
1
-7/+18
*
|
Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError
Xavier de Gaye
2016-12-14
1
-0/+10
*
|
Issue #28759: Fix the tests that fail with PermissionError when run as
Xavier de Gaye
2016-12-13
1
-1/+2
*
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-3/+10
|
\
\
|
|
/
|
*
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-3/+10
*
|
Issue #26939: Add the support.setswitchinterval() function to fix
Xavier de Gaye
2016-12-08
1
-0/+16
*
|
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Serhiy Storchaka
2016-12-07
1
-2/+2
|
\
\
|
|
/
|
*
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Serhiy Storchaka
2016-12-07
1
-3/+3
*
|
Issue #28666: Fix removing readonly directories on Windows.
Serhiy Storchaka
2016-11-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28666: Fix removing readonly directories on Windows.
Serhiy Storchaka
2016-11-20
1
-1/+1
*
|
Issue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-15/+16
|
\
\
|
|
/
|
*
Issue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-15/+16
*
|
Issue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-1/+31
|
\
\
|
|
/
|
*
Issue #28666: Now test.support.rmtree is able to remove unwritable or
Serhiy Storchaka
2016-11-20
1
-1/+31
*
|
Issue 26931: Skip the test_distutils tests using a compiler executable
Xavier de Gaye
2016-11-17
1
-1/+26
*
|
Issue 28668: Merge 3.5
Xavier de Gaye
2016-11-15
1
-1/+17
|
\
\
|
|
/
|
*
Issue 28668: Skip tests where instanciation of multiprocessing.Queue
Xavier de Gaye
2016-11-15
1
-0/+17
*
|
Issue #26934: Handle _ANDROID_API_LEVEL is None on Windows
Xavier de Gaye
2016-11-13
1
-1/+1
*
|
Fix test_faulthandler on Android where raise() exits with 0
Xavier de Gaye
2016-11-13
1
-2/+10
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1/+1
*
|
Adds test.support.PGO and skips tests that are not useful for PGO.
Steve Dower
2016-09-07
1
-1/+5
*
|
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
1
-1/+1
*
|
Merge with 3.5
Terry Jan Reedy
2016-09-05
1
-2/+3
|
\
\
|
|
/
|
*
Issue #27918# test.resource.is_gui_available no longer flashes tk window.
Terry Jan Reedy
2016-09-05
1
-2/+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
*
|
Issue #27472: Add test.support.unix_shell as the path to the default shell.
Xavier de Gaye
2016-07-22
1
-1/+6
*
|
Issue #27027: Added test.support.is_android that is True when this is an
Xavier de Gaye
2016-07-10
1
-1/+3
*
|
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-0/+3
*
|
Issue #18300: Merge from 3.5
Berker Peksag
2016-06-24
1
-0/+4
|
\
\
|
|
/
|
*
Issue #18300: Set TERM='' by default in assert_python_*
Berker Peksag
2016-06-24
1
-0/+4
*
|
Issue #27289: Merge from 3.5
Berker Peksag
2016-06-12
1
-1/+2
|
\
\
|
|
/
|
*
Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib
Berker Peksag
2016-06-12
1
-1/+2
*
|
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+19
|
\
\
|
|
/
|
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+19
*
|
support.temp_dir(): call support.rmtree() instead of shutil.rmtree()
Victor Stinner
2016-03-24
1
-1/+1
[next]