summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)finefoot2021-07-021-0/+2
* bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)Victor Stinner2021-06-211-0/+4
* bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_poin...Miro HronĨok2021-06-181-0/+3
* bpo-44364:Add non integral tests for `sqrt()` (#26625)Ajith Ramachandran2021-06-101-0/+1
* bpo-44363: Get test_capi passing with address sanitizer (GH-26639)Mark Shannon2021-06-101-0/+2
* bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)Victor Stinner2021-06-031-0/+3
* bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)Victor Stinner2021-06-021-0/+2
* bpo-44131: Test Py_FrozenMain() (GH-26126)Victor Stinner2021-05-171-0/+2
* bpo-31904: Correct error string in test_file_not_exists() for VxWorks (GH-25965)pxinwr2021-05-081-0/+1
* Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)Ned Deily2021-05-085-15/+0
* bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)Alfred Perlstein2021-05-051-0/+2
* Add C-API tests (#25886)Ken Jin2021-05-041-0/+2
* bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)Victor Stinner2021-04-281-0/+2
* bpo-43843: libregrtest uses threading.excepthook (GH-25400)Victor Stinner2021-04-161-0/+5
* bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)Victor Stinner2021-04-161-0/+4
* bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360)Christian Heimes2021-04-131-0/+2
* bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)Christian Heimes2021-04-091-0/+2
* Python 3.10.0a7v3.10.0a7Pablo Galindo2021-04-052-3/+0
* bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110)Victor Stinner2021-03-311-0/+2
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Christian Heimes2021-03-181-0/+1
* Python 3.10.0a6Pablo Galindo2021-03-011-2/+0
* bpo-43288: Fix bug in test_importlib test. (GH-24612)Neil Schemenauer2021-02-211-0/+2
* Python 3.10.0a5Pablo Galindo2021-02-022-3/+0
* bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...Erlend Egeberg Aasland2021-01-071-0/+2
* Fix broken NEWS markup (GH-24110)Brandt Bucher2021-01-051-1/+1
* bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)Erlend Egeberg Aasland2021-01-041-0/+1
* Python 3.10.0a4v3.10.0a4Pablo Galindo2021-01-048-10/+0
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Dong-hee Na2021-01-011-0/+2
* bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031)Max Bernstein2020-12-181-0/+1
* bpo-31904: Skip some asyncio tests on VxWorks (#23815)pxinwr2020-12-171-0/+1
* bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on V...pxinwr2020-12-151-0/+1
* bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)pxinwr2020-12-151-0/+1
* bpo-42641: Enhance test_select.test_select() (GH-23782)Victor Stinner2020-12-151-0/+2
* bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-2...pxinwr2020-12-081-0/+1
* bpo-41443: Add more attribute checking in test_posix (GH-21688)pxinwr2020-12-081-0/+1
* Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-0712-16/+0
* bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)pxinwr2020-12-041-0/+1
* bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)Victor Stinner2020-12-041-0/+3
* bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)Victor Stinner2020-12-031-0/+3
* bpo-31904: Fix test_netrc for VxWorks RTOS (GH-21675)pxinwr2020-12-011-0/+1
* bpo-31904: Fix fifo test cases for VxWorks (GH-20254)pxinwr2020-12-011-0/+1
* bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)pxinwr2020-11-281-0/+1
* bpo-31904: add shell requirement for test_pipes (GH-23489)pxinwr2020-11-281-0/+1
* skip test_test of test_mailcap on VxWorks (GH-23507)pxinwr2020-11-281-0/+1
* skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid...pxinwr2020-11-281-0/+1
* bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256)pxinwr2020-11-281-0/+1
* bpo-41561: skip test_min_max_version_mismatch (GH-22308)Christian Heimes2020-11-181-0/+1
* bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)Steve Dower2020-11-131-0/+1
* Python 3.10.0a2v3.10.0a2Pablo Galindo2020-11-034-6/+0
* bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)Victor Stinner2020-10-111-0/+2