summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-109120: Fix syntax error in handlinh of incorrect star expressionsâ...Grigoriev Semyon2024-04-041-7/+19
* [3.12] gh-117467: Add preserving of mailbox owner on flush (GH-117510) (GH-11...Miss Islington (bot)2024-04-041-0/+42
* [3.12] gh-117166: Ignore empty and temporary dirs in `test_makefile` (GH-1171...Miss Islington (bot)2024-04-031-2/+10
* [3.12] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)Miss Islington (bot)2024-04-021-1/+2
* [3.12] gh-117347: Fix test_clinic side effects (#117363) (#117365)Victor Stinner2024-03-291-0/+18
* [3.12] Fix reversed assertRegex checks in test_ssl. (GH-117351) (#117359)Miss Islington (bot)2024-03-291-2/+2
* [3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...Miss Islington (bot)2024-03-291-0/+20
* [3.12] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (GH-11732...Miss Islington (bot)2024-03-281-1/+5
* [3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179...Miss Islington (bot)2024-03-281-0/+18
* [3.12] gh-104242: Enable test_is_char_device_true in pathlib test on all plat...AN Long2024-03-271-5/+5
* [3.12] gh-115538: Use isolate mode when running venv test_multiproces… (#11...AN Long2024-03-261-1/+1
* [3.12] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117256)Miss Islington (bot)2024-03-262-8/+34
* [3.12] gh-83845: Add tests for operator module (GH-115883) (#117253)Miss Islington (bot)2024-03-261-0/+47
* [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (#11...Victor Stinner2024-03-268-43/+242
* [3.12] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117244)Miss Islington (bot)2024-03-262-9/+8
* [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Miss Islington (bot)2024-03-252-0/+155
* [3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...Serhiy Storchaka2024-03-222-0/+16
* [3.12] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-...Miss Islington (bot)2024-03-221-0/+9
* [3.12] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-221-0/+66
* [3.12] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126...Miss Islington (bot)2024-03-211-1/+10
* [3.12] gh-116333: Relax error string text expectations in SSL-related tests (...Miss Islington (bot)2024-03-213-38/+93
* [3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)jkriegshauser2024-03-201-5/+45
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-201-0/+23
* [3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit...Sam Gross2024-03-193-21/+47
* [3.12] gh-116957: configparser: Do post-process values after DuplicateOptionE...David Röthlisberger2024-03-191-0/+15
* [3.12] gh-116735: Use `MISSING` for `CALL` event if argument is absen… (#11...Tian Gao2024-03-191-1/+4
* [3.12] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (...Victor Stinner2024-03-191-0/+16
* [3.12] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...Miss Islington (bot)2024-03-191-0/+11
* [3.12] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...Miss Islington (bot)2024-03-181-34/+166
* [3.12] gh-115874: Don't use module state in teedataobject tp_dealloc (GH-1162...Miss Islington (bot)2024-03-181-1/+9
* [3.12] gh-112536: Add TSAN build on Github Actions (GH-116872)Antoine Pitrou2024-03-182-0/+8
* [3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...Antoine Pitrou2024-03-185-2/+57
* [3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)Antoine Pitrou2024-03-173-10/+25
* [3.12] gh-116780: Fix `test_inspect` in `-OO` mode (GH-116788) (#116799)Nikita Sobolev2024-03-171-0/+1
* [3.12] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...Miss Islington (bot)2024-03-161-1/+21
* [3.12] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...Miss Islington (bot)2024-03-161-0/+24
* [3.12] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH...Nikita Sobolev2024-03-161-0/+9
* [3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...Miss Islington (bot)2024-03-151-0/+19
* [3.12] gh-112795: Move the test for ZipFile into the core tests for zipfile. ...Miss Islington (bot)2024-03-142-12/+11
* [3.12] gh-116731: libregrtest: Clear inspect & importlib.metadata caches in c...Miss Islington (bot)2024-03-141-0/+9
* [3.12] gh-116626: Emit `CALL` events for all `INSTRUMENTED_CALL_FUNCTION_EX (...Tian Gao2024-03-141-0/+15
* [3.12] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116794)Miss Islington (bot)2024-03-141-5/+5
* [3.12] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...Miss Islington (bot)2024-03-137-28/+44
* [3.12] gh-100746: Improve `test_named_expressions.py` (GH-116713) (#116747)Miss Islington (bot)2024-03-131-2/+68
* [3.12] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718)...Miss Islington (bot)2024-03-132-1/+10
* [3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...Serhiy Storchaka2024-03-133-4/+107
* [3.12] gh-116491: Improve `test_win32_ver` (GH-116506) (#116708)Miss Islington (bot)2024-03-131-1/+29
* [3.12] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116707)Miss Islington (bot)2024-03-131-3/+12
* [3.12] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-1...Miss Islington (bot)2024-03-131-1/+3
* [3.12] gh-116604: Correctly honor the gc status when calling _Py_RunGC (GH-11...Pablo Galindo Salgado2024-03-121-0/+25