summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-118216: Don't consider dotted `__future__` imports (#118267)Crowthebird2024-05-025-2/+26
* GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...Mark Shannon2024-05-0210-174/+137
* gdb/libpython.py: Update PyLongObjectPtr docstring (GH-118438)Andrej2024-05-021-6/+10
* docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)Andrew Zipperer2024-05-025-7/+7
* gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit...Guido van Rossum2024-05-022-4/+5
* gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery ...Eric Snow2024-05-013-66/+324
* gh-118335: Make REGEN_JIT_COMMAND empty if tier2 interpreter enabled (#118493)Guido van Rossum2024-05-013-18/+31
* GH-118174: specify the type for the path argument of shutil.whichFilipe LaĆ­ns2024-05-011-2/+3
* gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds ...Sam Gross2024-05-011-0/+1
* gh-117607: Speedup os.path.relpath() (GH-117608)Nice Zombies2024-05-013-12/+16
* GH-113464: Display a warning when building the JIT (GH-118481)Brandt Bucher2024-05-016-26/+38
* GH-118095: Make sure that progress is made if there are pending calls being h...Mark Shannon2024-05-012-12/+11
* gh-118433: Temporarily skip `test_interrupt_main_subthread` in free-threaded ...mpage2024-05-011-1/+2
* gh-118272: set stacktop to 0 before freeing contents, to avoid access to inva...Irit Katriel2024-05-011-2/+3
* build(deps-dev): bump types-psutil from 5.9.5.20240316 to 5.9.5.20240423 in /...dependabot[bot]2024-05-011-1/+1
* gh-117225: Move colorize functionality to own internal module (#118283)Hugo van Kemenade2024-05-018-180/+218
* gh-117225: Document colour use in `doctest` (#118268)Hugo van Kemenade2024-05-012-3/+25
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-017-35/+189
* Expand the 'Extending' docs with an example. (#113187)Jason R. Coombs2024-05-011-0/+78
* gh-116622: Android sysconfig updates (#118352)Malcolm Smith2024-05-016-5/+53
* Bump types-setuptools from 69.2.0.20240317 to 69.5.0.20240423 in /Tools (#118...dependabot[bot]2024-05-011-1/+1
* Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461)dependabot[bot]2024-05-011-1/+1
* gh-99730: urllib.request: Keep HEAD method on redirect (GH-99731)Harmen Stoppels2024-05-013-0/+11