summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* bpo-36816: Update the self-signed.pythontest.net cert (GH-13192)Gregory P. Smith2019-05-081-0/+1
* Merge tag 'v3.8.0a4'Łukasz Langa2019-05-0715-30/+0
|\
| * Python 3.8.0a4v3.8.0a4Łukasz Langa2019-05-0615-30/+0
* | bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)Gregory P. Smith2019-05-061-0/+1
|/
* bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)xdegaye2019-05-031-0/+2
* bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)Gordon P. Hemsley2019-04-282-0/+3
* bpo-36719: regrtest always detect uncollectable objects (GH-12951)Victor Stinner2019-04-261-0/+4
* bpo-36725: Refactor regrtest multiprocessing code (GH-12961)Victor Stinner2019-04-261-0/+3
* bpo-36454: Fix test_time.test_monotonic() (GH-12929)Victor Stinner2019-04-231-0/+3
* bpo-36635: Add _testinternalcapi module (GH-12841)Victor Stinner2019-04-181-0/+1
* bpo-31904: Port test_resource to VxWorks (GH-12719)Lihua Zhao2019-04-171-0/+1
* bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)Lihua Zhao2019-04-171-0/+1
* bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)Victor Stinner2019-04-151-0/+2
* bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)Victor Stinner2019-04-121-0/+2
* bpo-36560: Fix reference leak hunting in regrtest (GH-12744)Victor Stinner2019-04-091-0/+4
* bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)Victor Stinner2019-04-081-0/+2
* bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)hliu02019-03-271-0/+1
* bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)Victor Stinner2019-03-261-0/+1
* v3.8.0a3v3.8.0a3Łukasz Langa2019-03-253-6/+0
* bpo-36234: Add more tests to PosixUidGidTests (GH-12234)Victor Stinner2019-03-111-0/+2
* bpo-29571: Fix test_re.test_locale_flag() (GH-12099)Victor Stinner2019-02-281-0/+3
* bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...Joannah Nanjekye2019-02-261-0/+1
* v3.8.0a2v3.8.0a2Łukasz Langa2019-02-258-18/+0
* bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...Ned Deily2019-02-241-0/+1
* bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941)Stéphane Wirtel2019-02-221-0/+2
* bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)Victor Stinner2019-02-191-0/+3
* bpo-35798: Add test.support.check_syntax_warning(). (#11895)Serhiy Storchaka2019-02-191-0/+1
* bpo-35704: Include correct NEWS entry (GH-11914)Nick Coghlan2019-02-182-2/+4
* bpo-35704: Prevent test_shutil fail result when AIX is 32-bit and MAXDATA < 0...Michael Felt2019-02-181-0/+2
* bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)Michael Felt2019-02-171-0/+2
* bpo-35505: Skip test_imap4_host_default_value if localhost listens on IMAP po...Matěj Cepl2019-02-121-0/+2
* bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)Giampaolo Rodola2019-02-071-0/+3
* [blurb] v3.8.0a1Łukasz Langa2019-02-0349-105/+0
* bpo-35772: Fix test_tarfile on ppc64 (GH-11606)Victor Stinner2019-01-211-0/+6
* bpo-35045: Accept TLSv1 default in min max test (GH-11510)Christian Heimes2019-01-181-0/+2
* bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9...Michael Felt2019-01-111-0/+2
* bpo-33717: pythoninfo logs information of all clocks (GH-11460)Victor Stinner2019-01-081-0/+2
* bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)Victor Stinner2019-01-071-0/+3
* bpo-35488: Add tests for ** glob matching in pathlib (GH-11171)Anthony Shaw2019-01-061-0/+1
* bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709)Michael Felt2018-12-281-0/+2
* bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)Michael Felt2018-12-281-0/+3
* bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164)Michael Felt2018-12-261-0/+5
* bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954)Michael Felt2018-12-261-0/+4
* bpo-35424: Fix test_multiprocessing_main_handling (GH-11223)Victor Stinner2018-12-181-0/+2
* bpo-31731: Fix test_io.check_interrupted_write() (GH-11225)Victor Stinner2018-12-181-0/+4
* bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)Victor Stinner2018-12-171-0/+3
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Victor Stinner2018-12-171-0/+2
* bpo-34279: regrtest consider that skipped tests are ran (GH-11132)Victor Stinner2018-12-141-0/+3
* bpo-35412: Add testcase to test_future4 (GH-11131)Victor Stinner2018-12-121-0/+1
* Add test for double patching instance methods (#11085)Anthony Sottile2018-12-121-0/+2