summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-2403...Miss Islington (bot)2021-01-011-0/+2
* bpo-41944: No longer call eval() on content received via HTTP in the CJK code...Miss Skeleton (bot)2020-10-201-0/+1
* 3.6.9rc1v3.6.9rc1Ned Deily2019-06-184-4/+0
* [3.6] bpo-35925: Skip SSL tests that fail due to weak external certs or old T...Gregory P. Smith2019-05-281-0/+1
* bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612)Victor Stinner2019-05-281-0/+1
* [3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13...Gregory P. Smith2019-05-081-0/+1
* bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...Miss Islington (bot)2019-02-241-0/+1
* 3.6.8rc1v3.6.8rc1Ned Deily2018-12-115-13/+0
* bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)Miss Islington (bot)2018-12-081-0/+2
* bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...Victor Stinner2018-11-301-0/+1
* [3.7] bpo-34279: Synchronize regrtest with master (GH-10800)Miss Islington (bot)2018-11-291-0/+3
* bpo-35317: Fix mktime() error in test_email (GH-10721)Miss Islington (bot)2018-11-271-0/+3
* bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...Miss Islington (bot)2018-11-041-0/+4
* 3.6.7rc2v3.6.7rc2Ned Deily2018-10-131-1/+0
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Miss Islington (bot)2018-10-091-0/+1
* 3.6.7rc1v3.6.7rc1Ned Deily2018-09-2611-22/+0
* [3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396)Christian Heimes2018-09-201-0/+1
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Miss Islington (bot)2018-09-171-0/+5
* closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)Miss Islington (bot)2018-09-131-0/+1
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Miss Islington (bot)2018-09-121-0/+3
* [3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096)Zackery Spytz2018-09-071-0/+1
* [3.6] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (#8790)Miss Islington (bot)2018-08-161-0/+1
* [3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764)Christian Heimes2018-08-151-0/+1
* bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8470)Miss Islington (bot)2018-07-261-0/+2
* bpo-33873: Backport regrtest from master to 3.7 (GH-7935) (GH-7937)Victor Stinner2018-06-271-0/+4
* bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)Miss Islington (bot)2018-06-201-0/+1
* bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)Miss Islington (bot)2018-06-191-0/+2
* Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...Victor Stinner2018-06-151-1/+0
* bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7710) (GH-7...Victor Stinner2018-06-151-0/+1
* 3.6.6rc1v3.6.6rc1Ned Deily2018-06-122-3/+0
* bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)Miss Islington (bot)2018-05-261-0/+2
* Merge tag 'v3.6.5' into 3.6Ned Deily2018-03-281-1/+0
|\
| * 3.6.5finalv3.6.5Ned Deily2018-03-281-1/+0
| * bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...Miss Islington (bot)2018-03-281-0/+1
* | bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...Miss Islington (bot)2018-03-281-0/+1
* | bpo-19417: Add test_bdb.py (GH-5217)xdegaye2018-03-191-0/+1
|/
* 3.6.5rc1v3.6.5rc1Ned Deily2018-03-134-8/+0
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)Nathan Henrie2018-03-091-0/+2
* bpo-31518: Change TLS protocol for Debian (#3660)Christian Heimes2018-02-251-0/+3
* closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) ...Miss Islington (bot)2018-01-291-0/+1
* bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)Miss Islington (bot)2017-12-111-0/+2
* Update NEWS and pydoc topics.Ned Deily2017-12-054-9/+0
* [3.6] bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (GH-47...Miss Islington (bot)2017-12-051-0/+1
* Skip test_socket.test_sha256() on linux < 4.5 (GH-4643) (#4645)Miss Islington (bot)2017-11-301-0/+3
* bpo-31174: Fix test_tools.test_unparse (GH-4102) (#4104)Miss Islington (bot)2017-10-241-0/+3
* [3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083)Miss Islington (bot)2017-10-231-0/+2
* Update pydoc topics and NEWS blurbs for 3.6.3rc1Ned Deily2017-09-184-9/+0
* [3.6] bpo-31320: No traceback to sys.stderr in test_ssl (GH-3360) (GH-3369)Miss Islington (bot)2017-09-051-0/+1
* [3.6] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3300)Christian Heimes2017-09-041-0/+1
* [3.6] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3093)Christian Heimes2017-08-151-0/+2