summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-66543: Add mimetypes.guess_file_type() (GH-117258)Serhiy Storchaka2024-05-061-22/+57
* gh-111201: Use a more common constant in completion tests in test_pyrepl (#11...Pablo Galindo Salgado2024-05-061-2/+7
* gh-111201: Fix event queue tests for pyrepl (#118635)Lysandros Nikolaou2024-05-061-14/+21
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-064-7/+29
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-052-2/+931
* gh-117389: Fix `test_compileall.EncodingTest` (#117390)Nikita Sobolev2024-05-051-8/+14
* Fix negative bandwidth test and add online code path test. (gh-118600)Raymond Hettinger2024-05-051-6/+22
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-052-65/+143
* gh-101137: Add `text/x-rst` to `mimetypes` (#118593)Nikita Sobolev2024-05-051-0/+1
* Minor edit: Simplify and tighten the distribution test (gh-118585)Raymond Hettinger2024-05-051-10/+11
* gh-118131: Command-line interface for the `random` module (#118132)Hugo van Kemenade2024-05-051-0/+43
* gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st...Serhiy Storchaka2024-05-051-10/+21
* gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)Tian Gao2024-05-051-0/+15
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-32/+114
* gh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)Tim Peters2024-05-041-1/+24
* gh-118569: Add a test for dynamic PEP695 classes (#118570)Nikita Sobolev2024-05-041-0/+25
* GH-111744: Support opcode events in bdb (GH-111834)Tian Gao2024-05-042-2/+14
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-045-30/+185
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-044-6/+15
* gh-113081: Print colorized exception just like built-in traceback in pdb (#11...Tian Gao2024-05-041-1/+3
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-2/+181
* gh-115532 Add kde_random() to the statistic module (#118210)Raymond Hettinger2024-05-041-0/+80
* gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)Tian Gao2024-05-031-0/+23
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-033-25/+59
* gh-118495: Skip test using threads after forking when running with TSAN (#118...mpage2024-05-031-3/+2
* gh-117514: Add `sys._is_gil_enabled()` function (#118514)Sam Gross2024-05-031-0/+6
* gh-118513: Fix sibling comprehensions with a name bound in one and global in ...Carl Meyer2024-05-031-0/+14
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-034-14/+374
* gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)Eric Snow2024-05-031-7/+109
* gh-118500: Add pdb support for zipapp (#118501)Tian Gao2024-05-022-1/+26
* gh-117657: Fix TSAN list set failure (#118260)Dino Viehland2024-05-021-0/+80
* gh-118413: Fix test_release_task_refs on free-threaded build (#118494)Sam Gross2024-05-021-2/+1
* gh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)infohash2024-05-021-0/+13
* gh-105879: Add support for keyword arguments to eval and exec (#105885)Raphael Gaschignard2024-05-021-0/+20
* gh-82062: Fix support of parameter defaults on methods in extension modules (...Sergey B Kirpichev2024-05-021-0/+7
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-022-0/+47
* gh-116180: Check the globals argument in PyRun_* C API (GH-116637)NGRsoftlab2024-05-021-12/+24
* gh-118216: Don't consider dotted `__future__` imports (#118267)Crowthebird2024-05-021-0/+19
* gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds ...Sam Gross2024-05-011-0/+1
* gh-118433: Temporarily skip `test_interrupt_main_subthread` in free-threaded ...mpage2024-05-011-1/+2
* gh-117225: Move colorize functionality to own internal module (#118283)Hugo van Kemenade2024-05-014-89/+110
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-011-8/+11
* gh-116622: Android sysconfig updates (#118352)Malcolm Smith2024-05-011-0/+20
* gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)Harmen Stoppels2024-05-011-0/+9
* GH-115802: Use the GHC calling convention in JIT code (GH-118287)Brandt Bucher2024-05-011-1/+1
* gh-99180: Remove traceback anchors in return and assign statements that cover...Pablo Galindo Salgado2024-05-011-28/+205
* gh-116767: fix crash on 'async with' with many context managers (GH-118348)Irit Katriel2024-05-011-4/+32
* Test syntax error on comma-less tuple-style sequence patterns (#115485)da-woods2024-05-011-0/+8
* GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)Thomas Grainger2024-05-011-2/+197
* gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)Russell Keith-Magee2024-05-012-1/+3