summary refs log tree commit diff stats
AgeCommit message (Expand)Author
36 min.gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st... HEAD mainSerhiy Storchaka
3 hoursgh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)Tian Gao
5 hoursgh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado
7 hoursgh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)Tim Peters
8 hoursgh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)Davide Rizzo
9 hoursgh-117953: Track Extra Details in Global Extensions Cache (gh-118532)Eric Snow
14 hoursgh-117139: Fix missing semicolon (GH-118573)Ken Jin
15 hoursgh-118569: Add a test for dynamic PEP695 classes (#118570)Nikita Sobolev
15 hoursGH-111744: Support opcode events in bdb (GH-111834)Tian Gao
16 hoursbuild(deps): bump hypothesis from 6.100.0 to 6.100.2 in /Tools (#118462)dependabot[bot]
16 hoursfix comment typo in importlib (#118567)wim glenn
19 hoursgh-74929: Implement PEP 667 (GH-115153)Tian Gao
19 hoursGH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon
19 hoursgh-113081: Print colorized exception just like built-in traceback in pdb (#11...Tian Gao
22 hoursgh-111997: C-API for signalling monitoring events (#116413)Irit Katriel
22 hoursGH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)Mark Shannon
22 hoursgh-110850: Use _PyDeadline_Get() in EnterNonRecursiveMutex() (#118556)Victor Stinner
26 hoursgh-115532 Add kde_random() to the statistic module (#118210)Raymond Hettinger
30 hoursGH-113464: Generate a more efficient JIT (GH-118512)Brandt Bucher
31 hoursGH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)Brandt Bucher
32 hoursgh-118527: Intern filename, name, and qualname in code objects. (#118558)Sam Gross
32 hoursgh-118534: Fix load of `gil->locked` (#118553)Sam Gross
32 hoursMinor improvements to the itertools recipes (#118563)Raymond Hettinger
33 hoursGH-116380: Move pathlib globbing implementation into `pathlib._glob` (#118562)Barney Gale
34 hoursgh-117657: Disable the function/code cache in free-threaded builds (#118301)mpage
35 hoursGH-118251: Skip fewer test in emulated JIT CI (GH-118536)Savannah Ostrowski
35 hoursgh-107674: Improve performance of `sys.settrace` (GH-117133)Tian Gao
35 hoursgh-83856: Honor atexit for all multiprocessing start methods (GH-114279)Tian Gao
36 hoursGH-118487: Add Black to `.pre-commit-config.yaml` for JIT files (GH-118537)Savannah Ostrowski
37 hoursgh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382)Erlend E. Aasland
38 hoursgh-115119: Update Windows installer to mpdecimal 4.0.0 (#118506)Erlend E. Aasland
38 hoursdocs: clarify csv.DictReader's treatment of the first data row (#118549)Ned Batchelder
38 hoursgh-118527: Use deferred reference counting for C functions on modules (#118529)Sam Gross
38 hoursgh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers
39 hoursgh-118495: Skip test using threads after forking when running with TSAN (#118...mpage
39 hoursgh-117514: Add `sys._is_gil_enabled()` function (#118514)Sam Gross
39 hoursgh-118527: Use `_Py_ID(__main__)` for main module name (#118528)Sam Gross
40 hoursgh-118513: Fix sibling comprehensions with a name bound in one and global in ...Carl Meyer
40 hoursgh-101732: Modules/_ssl.c: use Y2038 compatible openssl function when availab...Alexander Kanavin
41 hoursgh-116126: Implement PEP 696 (#116129)Jelle Zijlstra
41 hoursgh-117492: Clarify documentation of `typing.Never` (#117678)Nice Zombies
2 daysgh-117953: Other Cleanups in the Extensions Machinery (gh-118206)Eric Snow
2 daysgh-116738: Make `_codecs` module thread-safe (#117530)Brett Simmers
2 daysgh-118500: Add pdb support for zipapp (#118501)Tian Gao
2 daysgh-118519: Fix empty weakref list check (#118520)Dino Viehland
2 daysgh-117657: Fix TSAN list set failure (#118260)Dino Viehland
2 daysgh-118486: Switch mkdir(mode=0o700) on Windows to use OWNER RIGHTS instead of...Steve Dower
3 daysRemove stray `__cplusplus` guard in sysmodule.c (#118511)Sam Gross
3 daysgh-118413: Fix test_release_task_refs on free-threaded build (#118494)Sam Gross
3 daysgh-90848: Fixed create_autospec ignoring configure_mock style kwargs (#118163)infohash