summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-111019: Align expected and actual titles in test output (GH-111020)...Miss Islington (bot)2023-10-181-7/+7
* [3.12] gh-110938: More syntax tests for PEP695 funcs and classes (GH-110986) ...Miss Islington (bot)2023-10-181-0/+15
* [3.12] gh-110938: Fix error messages for indented blocks with functio… (#11...Jelle Zijlstra2023-10-181-0/+10
* [3.12] gh-110995: Fix test_gdb check_usable_gdb() (GH-110998) (#111003)Miss Islington (bot)2023-10-171-6/+11
* [3.12] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#...Miss Islington (bot)2023-10-171-2/+2
* [3.12] gh-107450: Check for overflow in the tokenizer and fix overflow test (...Lysandros Nikolaou2023-10-161-4/+12
* [3.12] Enable ruff on several more files in `Lib/test` (#110929) (#110934)Alex Waygood2023-10-166-21/+16
* [3.12] regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363) (#110925)Miss Islington (bot)2023-10-162-7/+11
* [3.12] Lint: Include test_monitoring.py for Ruff (GH-110898) (#110899)Miss Islington (bot)2023-10-151-2/+0
* [3.12] gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-10...Hugo van Kemenade2023-10-151-7/+7
* [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-11...Serhiy Storchaka2023-10-151-7/+118
* [3.12] gh-110715: Add missing import in zipfile (gh-110822) (gh-110861)Miss Islington (bot)2023-10-141-7/+18
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-141-0/+366
* [3.12] gh-107705: Fix file leak in test_tkinter in the C locale (GH-110507) (...Miss Islington (bot)2023-10-141-5/+10
* [3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109...Miss Islington (bot)2023-10-141-0/+23
* [3.12] gh-110392: Fix tty functions (GH-110642) (GH-110853)Miss Islington (bot)2023-10-141-2/+6
* [3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...Nikita Sobolev2023-10-1310-7/+14
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...Miss Islington (bot)2023-10-131-5/+31
* [3.12] gh-107450: Fix parser column offset overflow test on Windows (GH-11076...Miss Islington (bot)2023-10-131-2/+4
* [3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH...Miss Islington (bot)2023-10-121-0/+6
* [3.12] gh-110756: Sync regrtest with main branch (#110779)Victor Stinner2023-10-124-1228/+61
* [3.12] gh-110756: Sync regrtest with main branch (#110758)Victor Stinner2023-10-1223-980/+3372
* [3.12] gh-110696: Fix incorrect syntax error message for incorrect argument u...Pablo Galindo Salgado2023-10-121-0/+11
* [3.12] gh-107450: Raise OverflowError when parser column offset overflows (GH...Miss Islington (bot)2023-10-121-0/+4
* [3.12] gh-110673: test_pty raises on short write (GH-110677) (#110742)Miss Islington (bot)2023-10-121-5/+14
* [3.12] gh-65052: Prevent pdb from crashing when trying to display objects (GH...Miss Islington (bot)2023-10-111-0/+47
* [3.12] gh-76106: Remove the cleanup lock in test_socket (GH-110539) (GH-110699)Miss Islington (bot)2023-10-111-24/+2
* [3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)Miss Islington (bot)2023-10-111-0/+80
* [3.12] GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (GH-...Barney Gale2023-10-111-4/+10
* [3.12] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-1...Miss Islington (bot)2023-10-111-1/+1
* [3.12] gh-110666: Fix multiprocessing test_terminate() elapsed (GH-110667) (#...Miss Islington (bot)2023-10-111-20/+15
* [3.12] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-...Miss Islington (bot)2023-10-114-10/+15
* [3.12] gh-110647: Fix signal test_stress_modifying_handlers() (GH-110650) (#1...Miss Islington (bot)2023-10-111-2/+2
* [3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (...Miss Islington (bot)2023-10-1041-28/+30
* [3.12] gh-110388: Add tests for tty (GH-110394) (#110621)Miss Islington (bot)2023-10-101-0/+80
* [3.12] gh-81002: Add tests for termios (GH-110386) (GH-110619)Miss Islington (bot)2023-10-101-0/+220
* [3.12] gh-110378: Fix test_async_gen_propagates_generator_exit in test_contex...Miss Islington (bot)2023-10-101-9/+5
* [3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH...Miss Islington (bot)2023-10-101-0/+3
* [3.12] gh-110558: Enable ruff's pyupgrade rules when running on Argument Clin...Miss Islington (bot)2023-10-101-3/+3
* [3.12] gh-110378: Close invalid generators in contextmanager and asynccontext...Miss Islington (bot)2023-10-102-3/+24
* [3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598)Alex Waygood2023-10-102-2/+2
* [3.12] gh-110519: Improve deprecation warning in the gettext module (GH-11052...Miss Islington (bot)2023-10-091-48/+130
* [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...Nikita Sobolev2023-10-091-0/+215
* [3.12] gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524) (#110541)Miss Islington (bot)2023-10-091-0/+19
* [3.12] gh-109848: Make test_rot13_func in test_codecs independent (GH-109850)...Miss Islington (bot)2023-10-071-1/+2
* [3.12] gh-109864: Make test_gettext tests order independent (GH-109866) (GH-1...Miss Islington (bot)2023-10-071-2/+13
* [3.12] gh-110184: Fix subprocess test_pipesize_default() (GH-110465) (#110471)Miss Islington (bot)2023-10-061-18/+23
* [3.12] Add support.MS_WINDOWS constant (#110446) (#110452)Victor Stinner2023-10-0610-23/+27
* [3.12] gh-109888: Fix test_os _kill_with_event() on Windows (GH-110421) (#110...Miss Islington (bot)2023-10-051-23/+27
* [3.12] gh-110393: Remove watchdog with hardcoded timeout (GH-110400) (#110445)Miss Islington (bot)2023-10-052-9/+0