FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/cpython - faster-cpython/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
cpython
on
main
User selector
Datepicker
Commit history
Commits on Apr 8, 2026
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Show description for 8923ca4
authored
8923ca4
View commit details
Copy full SHA for 8923ca4
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
gh-146636: abi3t: Define Py_GIL_DISABLED but do not use it (GH-148142)
Show description for fbc1a5b
encukou
authored
fbc1a5b
View commit details
Copy full SHA for fbc1a5b
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
gh-146073: Revert "gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-147966)" (#148082)
Show description for 328da67
Fidget-Spinner
authored
328da67
View commit details
Copy full SHA for 328da67
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-147966)
cocolato
authored
198b04b
View commit details
Copy full SHA for 198b04b
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
gh-147988: Initialize digits in long_alloc() in debug mode (#147989)
Show description for c1a4112
vstinner
and
serhiy-storchaka
authored
c1a4112
View commit details
Copy full SHA for c1a4112
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95
befeleme
and
vstinner
authored
1887a95
View commit details
Copy full SHA for 1887a95
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
gh-146227: Fix wrong type in _Py_atomic_load_uint16 in pyatomic_std.h (gh-146229)
Show description for 1eff27f
colesbury
authored
1eff27f
View commit details
Copy full SHA for 1eff27f
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
gh-146143: Fix the PyUnicodeWriter_WriteUCS4() signature (GH-146144)
Show description for becd7a9
serhiy-storchaka
authored
becd7a9
View commit details
Copy full SHA for becd7a9
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
gh-142183: Cache one datachunk per tstate to prevent alloc/dealloc thrashing (#145789)
Show description for 706fd4e
Yhg1s
and
blurb-it[bot]
authored
706fd4e
View commit details
Copy full SHA for 706fd4e
View code at this point
Browse repository at this point
Commits on Mar 6, 2026
gh-144175: Add PyArg_ParseArray() function (#144283)
Show description for 9159287
vstinner
and
picnixz
authored
9159287
View commit details
Copy full SHA for 9159287
View code at this point
Browse repository at this point
gh-141510: Change marshal version to 6 (#145551)
Show description for 4fce98a
vstinner
authored
4fce98a
View commit details
Copy full SHA for 4fce98a
View code at this point
Browse repository at this point
Commits on Mar 4, 2026
gh-142417: Restore private _Py_InitializeMain() function (#145472)
Show description for 31343cf
vstinner
and
encukou
authored
31343cf
View commit details
Copy full SHA for 31343cf
View code at this point
Browse repository at this point
Commits on Mar 2, 2026
gh-144569: Avoid creating temporary objects in `BINARY_SLICE` for list, tuple, and unicode (GH-144590)
Show description for 107863e
cocolato
authored
107863e
View commit details
Copy full SHA for 107863e
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
gh-141510, PEP 814: Add built-in frozendict type (#144757)
Show description for 696cdfc
authored
696cdfc
View commit details
Copy full SHA for 696cdfc
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Show description for 46d5106
authored
46d5106
View commit details
Copy full SHA for 46d5106
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
gh-143300: implement `PyUnstable_SetImmortal` for marking objects as immortal (#144543)
kumaraditya303
authored
347d359
View commit details
Copy full SHA for 347d359
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Show description for 96e4cd6
pablogsal
authored
96e4cd6
View commit details
Copy full SHA for 96e4cd6
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
gh-143869: Add PEP 757 functions to the limited API (#143906)
Show description for 4c7ec78
skirpichev
and
encukou
authored
4c7ec78
View commit details
Copy full SHA for 4c7ec78
View code at this point
Browse repository at this point
Commits on Jan 16, 2026
gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)
ZeroIntensity
authored
19e64af
View commit details
Copy full SHA for 19e64af
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)
Show description for 08bc03f
colesbury
authored
08bc03f
View commit details
Copy full SHA for 08bc03f
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
gh-142217: Deprecate the private _Py_Identifier C API (#142221)
Show description for 7aa353c
vstinner
authored
7aa353c
View commit details
Copy full SHA for 7aa353c
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
gh-142534: Avoid TSan warnings in dictobject.c (gh-142544)
Show description for 0a62f82
colesbury
authored
0a62f82
View commit details
Copy full SHA for 0a62f82
View code at this point
Browse repository at this point
GH-135379: Top of stack caching for the JIT. (GH-135465)
Show description for 469f191
markshannon
authored
469f191
View commit details
Copy full SHA for 469f191
View code at this point
Browse repository at this point
Commits on Dec 10, 2025
gh-141976: Protect against non-progressing specializations in tracing JIT (GH-141989)
Fidget-Spinner
authored
ebf3427
View commit details
Copy full SHA for ebf3427
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
gh-141732: Fix `ExceptionGroup` repr changing when original exception sequence is mutated (#141736)
dr-carlos
authored
ff2577f
View commit details
Copy full SHA for ff2577f
View code at this point
Browse repository at this point
gh-138122: Don't sample partial frame chains (#141912)
pablogsal
authored
d6d850d
View commit details
Copy full SHA for d6d850d
View code at this point
Browse repository at this point
Commits on Dec 6, 2025
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (#142137)
Show description for 572c780
pablogsal
authored
572c780
View commit details
Copy full SHA for 572c780
View code at this point
Browse repository at this point
Commits on Nov 27, 2025
gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)
Show description for 7fe1a18
vstinner
authored
7fe1a18
View commit details
Copy full SHA for 7fe1a18
View code at this point
Browse repository at this point
Commits on Nov 19, 2025
gh-141726: Add PyDict_SetDefaultRef() to the Stable ABI (#141727)
Show description for afa0bad
da-woods
and
StanFromIreland
authored
afa0bad
View commit details
Copy full SHA for afa0bad
View code at this point
Browse repository at this point
Commits on Nov 18, 2025
gh-141070: Add PyUnstable_Object_Dump() function (#141072)
Show description for 600f3fe
authored
600f3fe
View commit details
Copy full SHA for 600f3fe
View code at this point
Browse repository at this point
Commits on Nov 17, 2025
gh-135953: Add GIL contention markers to sampling profiler Gecko format (#139485)
Show description for 89a914c
pablogsal
authored
89a914c
View commit details
Copy full SHA for 89a914c
View code at this point
Browse repository at this point
fix memory order of `_Py_atomic_store_uint_release` (#141562)
SubbaraoGarlapati
authored
7800b78
View commit details
Copy full SHA for 7800b78
View code at this point
Browse repository at this point
Commits on Nov 14, 2025
gh-131510: Use PyUnstable_Unicode_GET_CACHED_HASH() (GH-141520)
Show description for 3bacae5
vstinner
authored
3bacae5
View commit details
Copy full SHA for 3bacae5
View code at this point
Browse repository at this point
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Show description for 1e4e59b
authored
1e4e59b
View commit details
Copy full SHA for 1e4e59b
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Show description for 4fa80ce
Fidget-Spinner
authored
4fa80ce
View commit details
Copy full SHA for 4fa80ce
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL