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
/
Misc
/
NEWS.d
/
next
/
Tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
1
-2/+5
*
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner
2019-12-10
1
-0/+3
*
bpo-38992: avoid fsum test failure from constant-folding (GH-17513)
Mark Dickinson
2019-12-09
1
-0/+1
*
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
Victor Stinner
2019-12-09
1
-0/+3
*
bpo-38669: patch.object now raises a helpful error (GH17034)
Elena Oat
2019-12-08
1
-0/+1
*
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
Victor Stinner
2019-12-08
1
-0/+5
*
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Victor Stinner
2019-12-04
1
-0/+3
*
bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)
Victor Stinner
2019-11-21
1
-0/+3
*
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
Victor Stinner
2019-11-21
1
-0/+1
*
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...
xdegaye
2019-11-20
1
-0/+2
*
Merge tag 'v3.9.0a1'
Łukasz Langa
2019-11-20
48
-115/+0
|
\
|
*
Python 3.9.0a1
v3.9.0a1
Łukasz Langa
2019-11-19
48
-115/+0
*
|
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...
Pablo Galindo
2019-11-19
1
-0/+3
*
|
bpo-38839: Fix some unused functions in tests (GH-17189)
Adam Johnson
2019-11-19
1
-0/+1
|
/
*
bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)
Victor Stinner
2019-10-30
1
-0/+2
*
bpo-38614: Add timeout constants to test.support (GH-16964)
Victor Stinner
2019-10-30
1
-0/+4
*
bpo-38502: regrtest uses process groups if available (GH-16829)
Victor Stinner
2019-10-18
1
-0/+3
*
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
Victor Stinner
2019-10-16
1
-0/+5
*
bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)
Victor Stinner
2019-10-15
1
-0/+3
*
bpo-37531: regrtest ignores output on timeout (GH-16659)
Victor Stinner
2019-10-08
1
-0/+5
*
bpo-38275: Skip ssl tests for disabled versions (GH-16386)
Christian Heimes
2019-09-26
1
-0/+4
*
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
Victor Stinner
2019-09-26
1
-0/+1
*
bpo-38271: encrypt private key test files with AES256 (GH-16385)
Christian Heimes
2019-09-25
1
-0/+4
*
bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)
Christian Heimes
2019-09-25
1
-0/+4
*
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
Victor Stinner
2019-09-24
1
-0/+4
*
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
Victor Stinner
2019-09-24
1
-0/+2
*
bpo-34001: Fix test_ssl with LibreSSL (GH-13783)
Christian Heimes
2019-09-11
1
-0/+2
*
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
Christian Heimes
2019-09-11
1
-0/+1
*
bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...
Pavel Koneski
2019-09-11
1
-0/+2
*
closes bpo-37252: Fix devpoll tests. (GH-14017)
Jakub Kulík
2019-09-11
1
-0/+2
*
bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)
Vinay Sharma
2019-09-09
1
-0/+1
*
bpo-37876: Tests for ROT-13 codec (GH-15314)
Zeth
2019-09-09
1
-0/+1
*
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)
Naitree Zhu
2019-09-09
1
-0/+2
*
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
Joannah Nanjekye
2019-08-29
1
-0/+2
*
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Dong-hee Na
2019-08-26
1
-0/+1
*
bpo-37531: Enhance regrtest multiprocess timeout (GH-15345)
Victor Stinner
2019-08-21
1
-0/+3
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
Jakub Kulík
2019-07-11
1
-0/+1
*
bpo-37526: Add support.catch_threading_exception() (GH-14664)
Victor Stinner
2019-07-09
1
-0/+2
*
bpo-37421: test_concurrent_futures stops ForkServer (GH-14643)
Victor Stinner
2019-07-08
1
-0/+2
*
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
Victor Stinner
2019-07-05
1
-0/+3
*
bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)
Kyle Stanley
2019-07-03
1
-0/+1
*
bpo-37421: Fix test_distutils.test_build_ext() (GH-14564)
Victor Stinner
2019-07-03
1
-0/+3
*
bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563)
Victor Stinner
2019-07-03
1
-0/+2
*
bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562)
Victor Stinner
2019-07-03
1
-0/+2
*
bpo-37421: urllib.request tests call urlcleanup() (GH-14529)
Victor Stinner
2019-07-02
1
-0/+4
*
bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)
Victor Stinner
2019-07-02
1
-0/+2
*
bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447)
Jakub Kulík
2019-07-02
1
-0/+1
*
bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516)
Victor Stinner
2019-07-01
1
-0/+1
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Zackery Spytz
2019-06-30
1
-0/+1
[next]