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-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
*
bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)
Victor Stinner
2019-06-26
1
-0/+1
*
bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
Victor Stinner
2019-06-26
1
-0/+2
*
bpo-37400: Fix test_os.test_chown() (GH-14374)
Victor Stinner
2019-06-25
1
-0/+2
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
Victor Stinner
2019-06-24
1
-0/+4
*
bpo-37362: test_gdb now ignores stderr (GH-14287)
Victor Stinner
2019-06-21
1
-0/+3
*
bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
Joannah Nanjekye
2019-06-21
1
-0/+1
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Michael Felt
2019-06-15
1
-0/+3
*
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...
Andrew Svetlov
2019-06-14
1
-0/+1
*
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Victor Stinner
2019-06-14
1
-0/+2
*
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Victor Stinner
2019-06-13
1
-0/+3
*
bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
Victor Stinner
2019-06-12
1
-0/+7
*
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Victor Stinner
2019-06-07
1
-0/+1
*
Merge tag 'v3.8.0b1'
Łukasz Langa
2019-06-04
10
-17/+0
|
\
|
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
10
-17/+0
*
|
bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816)
Victor Stinner
2019-06-04
1
-0/+2
|
/
*
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Christian Heimes
2019-06-03
1
-0/+1
*
bpo-37069: tests use catch_unraisable_exception() (GH-13762)
Victor Stinner
2019-06-03
1
-0/+3
*
bpo-36342: Fix test_multiprocessing in test_venv (GH-12513)
xdegaye
2019-05-30
1
-0/+1
*
bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677)
Christian Heimes
2019-05-30
1
-0/+1
[next]