summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.0b4v3.9.0b4Łukasz Langa2020-07-028-18/+0
* [3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii chara...Serhiy Storchaka2020-06-251-0/+2
* [3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947)Christian Heimes2020-06-251-0/+2
* bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)Miss Islington (bot)2020-06-231-0/+2
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...Victor Stinner2020-06-181-0/+4
* bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945)Victor Stinner2020-06-171-0/+3
* bpo-40964: disable remote IMAP tests (GH-20836)Christian Heimes2020-06-121-0/+2
* bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)Miss Islington (bot)2020-06-111-0/+1
* bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789)Victor Stinner2020-06-101-0/+2
* Python 3.9.0b2v3.9.0b2Łukasz Langa2020-06-081-1/+0
* bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)Miss Islington (bot)2020-06-041-0/+1
* Python 3.9.0b1v3.9.0b1Łukasz Langa2020-05-182-4/+0
* bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)Victor Stinner2020-05-151-0/+3
* bpo-40436: Fix code parsing gdb version (GH-19792)Victor Stinner2020-04-291-0/+1
* Python 3.9.0a6v3.9.0a6Łukasz Langa2020-04-278-13/+0
* bpo-39793: use the same domain on make_msgid tests (#18698)Batuhan Taşkaya2020-04-161-0/+1
* bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048)Sebastian Pedersen2020-04-131-0/+3
* bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448)pxinwr2020-04-091-0/+1
* bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)Victor Stinner2020-04-031-0/+1
* bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)Victor Stinner2020-04-021-0/+1
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-311-0/+1
* bpo-40003: test.bisect_cmd copies Python options (GH-19246)Victor Stinner2020-03-311-0/+3
* bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...Peter Donis2020-03-261-0/+2
* Python 3.9.0a5v3.9.0a5Łukasz Langa2020-03-234-8/+0
* bpo-40019: Skip test_gdb if Python was optimized (GH-19081)Victor Stinner2020-03-201-0/+2
* bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)Victor Stinner2020-03-181-0/+2
* bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#...Matthias Braun2020-03-171-0/+1
* bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781)Victor Stinner2020-03-051-0/+3
* Python 3.9.0a4v3.9.0a4Łukasz Langa2020-02-252-3/+0
* bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448)Victor Stinner2020-02-101-0/+1
* bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX (GH-18282)Victor Stinner2020-01-301-0/+2
* Python 3.9.0a2v3.9.0a2Łukasz Langa2019-12-1813-34/+0
* bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)Victor Stinner2019-12-181-0/+3
* bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)Victor Stinner2019-12-171-0/+2
* bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)Victor Stinner2019-12-111-2/+5
* bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner2019-12-101-0/+3
* bpo-38992: avoid fsum test failure from constant-folding (GH-17513)Mark Dickinson2019-12-091-0/+1
* bpo-38547: Fix test_pty if the process is the session leader (GH-17519)Victor Stinner2019-12-091-0/+3
* bpo-38669: patch.object now raises a helpful error (GH17034)Elena Oat2019-12-081-0/+1
* bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)Victor Stinner2019-12-081-0/+5
* bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)Victor Stinner2019-12-041-0/+3
* bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)Victor Stinner2019-11-211-0/+3
* bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)Victor Stinner2019-11-211-0/+1
* bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...xdegaye2019-11-201-0/+2
* Merge tag 'v3.9.0a1'Łukasz Langa2019-11-2048-115/+0
|\
| * Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-1948-115/+0
* | bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...Pablo Galindo2019-11-191-0/+3
* | bpo-38839: Fix some unused functions in tests (GH-17189)Adam Johnson2019-11-191-0/+1
|/
* bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)Victor Stinner2019-10-301-0/+2
* bpo-38614: Add timeout constants to test.support (GH-16964)Victor Stinner2019-10-301-0/+4