summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-044-17/+72
* build(deps): bump hypothesis from 6.100.0 to 6.100.2 in /Tools (#118462)dependabot[bot]2024-05-041-1/+1
* fix comment typo in importlib (#118567)wim glenn2024-05-041-1/+1
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-0419-257/+921
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-0419-448/+863
* gh-113081: Print colorized exception just like built-in traceback in pdb (#11...Tian Gao2024-05-043-2/+6
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-0420-37/+1442
* GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)Mark Shannon2024-05-046-53/+31
* gh-110850: Use _PyDeadline_Get() in EnterNonRecursiveMutex() (#118556)Victor Stinner2024-05-041-6/+7
* gh-115532 Add kde_random() to the statistic module (#118210)Raymond Hettinger2024-05-044-63/+207
* GH-113464: Generate a more efficient JIT (GH-118512)Brandt Bucher2024-05-033-392/+418
* GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)Brandt Bucher2024-05-031-1/+1
* gh-118527: Intern filename, name, and qualname in code objects. (#118558)Sam Gross2024-05-031-0/+5
* gh-118534: Fix load of `gil->locked` (#118553)Sam Gross2024-05-031-1/+1
* Minor improvements to the itertools recipes (#118563)Raymond Hettinger2024-05-031-24/+12
* GH-116380: Move pathlib globbing implementation into `pathlib._glob` (#118562)Barney Gale2024-05-034-309/+314
* gh-117657: Disable the function/code cache in free-threaded builds (#118301)mpage2024-05-034-1/+23
* GH-118251: Skip fewer test in emulated JIT CI (GH-118536)Savannah Ostrowski2024-05-032-8/+84
* gh-107674: Improve performance of `sys.settrace` (GH-117133)Tian Gao2024-05-037-52/+63
* gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)Tian Gao2024-05-035-5/+34
* GH-118487: Add Black to `.pre-commit-config.yaml` for JIT files (GH-118537)Savannah Ostrowski2024-05-032-2/+17
* gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382)Erlend E. Aasland2024-05-033-0/+13
* gh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506)Erlend E. Aasland2024-05-034-6/+7
* docs: clarify csv.DictReader's treatment of the first data row (#118549)Ned Batchelder2024-05-031-2/+4
* gh-118527: Use deferred reference counting for C functions on modules (#118529)Sam Gross2024-05-031-0/+1
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-03123-62/+376
* 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-035-1/+67
* gh-118527: Use `_Py_ID(__main__)` for main module name (#118528)Sam Gross2024-05-031-1/+1
* gh-118513: Fix sibling comprehensions with a name bound in one and global in ...Carl Meyer2024-05-033-39/+57
* gh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when availab...Alexander Kanavin2024-05-032-0/+5
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-0328-623/+1924
* gh-117492: Clarify documentation of `typing.Never` (#117678)Nice Zombies2024-05-031-24/+22
* gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)Eric Snow2024-05-033-102/+410
* gh-116738: Make `_codecs` module thread-safe (#117530)Brett Simmers2024-05-026-79/+120
* gh-118500: Add pdb support for zipapp (#118501)Tian Gao2024-05-025-4/+77
* gh-118519: Fix empty weakref list check (#118520)Dino Viehland2024-05-021-1/+1
* gh-117657: Fix TSAN list set failure (#118260)Dino Viehland2024-05-023-3/+90
* gh-118486: Switch mkdir(mode=0o700) on Windows to use OWNER RIGHTS instead of...Steve Dower2024-05-021-3/+16
* Remove stray `__cplusplus` guard in sysmodule.c (#118511)Sam Gross2024-05-021-4/+0
* 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-023-8/+26
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-0210-8/+207
* gh-105879: Add support for keyword arguments to eval and exec (#105885)Raphael Gaschignard2024-05-025-33/+98
* GH-118095: Unify the behavior of tier 2 FOR_ITER branch micro-ops (GH-118420)Mark Shannon2024-05-025-21/+56
* gh-82062: Fix support of parameter defaults on methods in extension modules (...Sergey B Kirpichev2024-05-024-0/+25
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-025-2/+212
* gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925)Serhiy Storchaka2024-05-021-2/+3
* gh-116180: Check the globals argument in PyRun_* C API (GH-116637)NGRsoftlab2024-05-022-21/+36