summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...Lysandros Nikolaou2018-11-041-0/+4
* bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)Stéphane Wirtel2018-10-121-0/+1
* bpo-23596: Use argparse for the command line of gzip (GH-9781)Stéphane Wirtel2018-10-091-0/+1
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Victor Stinner2018-10-091-0/+1
* bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)Elvis Pranskevichus2018-09-221-0/+2
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Victor Stinner2018-09-171-0/+5
* bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)Michael Felt2018-09-151-0/+2
* Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...Michael Felt2018-09-131-0/+2
* closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)Benjamin Peterson2018-09-131-0/+1
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Gregory P. Smith2018-09-131-0/+3
* closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)Zackery Spytz2018-09-061-0/+1
* bpo-34542: Update test certs and keys (GH-8997)Christian Heimes2018-08-301-0/+1
* bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)Michael Felt2018-08-271-0/+1
* Remove AIX workaround test_subprocess (GH-8939)Michael Felt2018-08-261-0/+1
* Improve error message when mock.assert_has_calls fails (GH-8205)davidair2018-08-171-0/+1
* bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)Christian Heimes2018-08-161-0/+1
* bpo-34399: 2048 bits RSA keys and DH params (#8762)Christian Heimes2018-08-141-0/+1
* bpo-32663 Make SMTPUTF8SimTests run (#5314)chason2018-07-251-0/+2
* bpo-33873: Fix bug in `runtest.py` and add checks for invalid `-R` parameters...Pablo Galindo2018-06-261-0/+4
* bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)Victor Stinner2018-06-201-0/+1
* bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)Victor Stinner2018-06-191-4/+2
* bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)Victor Stinner2018-06-191-0/+4
* Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...Victor Stinner2018-06-151-1/+0
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Marcel Plch2018-06-151-0/+1
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-021-0/+2
* bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)Ned Deily2018-05-261-0/+2
* bpo-33358: Fix test_embed.test_pre_initialization_sys_options (GH-6612)Pablo Galindo2018-04-271-0/+2
* bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)Ned Deily2018-03-281-0/+1
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) (GH-6...Ned Deily2018-03-271-0/+2
* bpo-19417: Add test_bdb.py (GH-5217)xdegaye2018-03-181-0/+1
* bpo-31809: test secp ECDH curves (#4036)Christian Heimes2018-02-251-0/+1
* Update NEWS, docs, and patchlevel for 3.7.0b1Ned Deily2018-01-315-10/+0
* closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441)Benjamin Peterson2018-01-301-0/+1
* bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...Eric Snow2018-01-301-0/+4
* bpo-28414: ssl module idna test (#5395)Christian Heimes2018-01-291-0/+3
* bpo-32602: Test ECDSA certs (#5247)Christian Heimes2018-01-201-0/+1
* bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)Christian Heimes2018-01-161-0/+1
* Update docs for 3.7.0a4Ned Deily2018-01-092-4/+0
* bpo-32002: Refactor C locale coercion tests (GH-4369)Nick Coghlan2017-12-161-0/+2
* bpo-32252: Fix faulthandler_suppress_crash_report() (#4794)Victor Stinner2017-12-111-0/+2
* Update NEWS and pydoc topics.Ned Deily2017-12-057-17/+0
* bpo-31380: Skip test_httpservers test_undecodable_file on macOS. (#4720)Ned Deily2017-12-051-0/+1
* bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560)xdegaye2017-12-011-0/+3
* Skip test_socket.test_sha256() on linux < 4.5 (#4643)Victor Stinner2017-11-301-0/+3
* bpo-32138: Skip on Android test_faulthandler tests that raise SIGSEGV (GH-4604)xdegaye2017-11-291-0/+2
* bpo-32136: Separate embedding tests from C API tests (GH-4567)Nick Coghlan2017-11-271-0/+3
* bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)xdegaye2017-11-261-0/+2
* bpo-31174: Fix test_tools.test_unparse (#4102)Victor Stinner2017-10-241-0/+3
* Update PyDoc topics and NEWS blurbs for 3.7.0a1Ned Deily2017-09-1919-37/+0
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-151-0/+1