FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - alan99/cpython · GitHub
alan99
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
on
master
User selector
Datepicker
Commit history
Commits on Feb 26, 2026
gh-144316: Fix missing exception in _remote_debugging with debug=False (#144442)
taegyunkim
authored
c2d3d6b
View commit details
Copy full SHA for c2d3d6b
View code at this point
Browse repository at this point
Commits on Feb 25, 2026
gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (#145038)
Show description for 43fdb70
hoodmane
authored
43fdb70
View commit details
Copy full SHA for 43fdb70
View code at this point
Browse repository at this point
gh-145197: Fix JIT trace crash when recording function from cleared generator frame (GH-145220)
cocolato
authored
277a037
View commit details
Copy full SHA for 277a037
View code at this point
Browse repository at this point
Commits on Feb 24, 2026
gh-145187: Fix crash on invalid type parameter bound expression in conditional block (GH-145188)
Show description for 5e61a16
StanFromIreland
authored
5e61a16
View commit details
Copy full SHA for 5e61a16
View code at this point
Browse repository at this point
gh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUBSCR_DICT on frozendict (gh-145039)
corona10
authored
0f759f1
View commit details
Copy full SHA for 0f759f1
View code at this point
Browse repository at this point
Commits on Feb 23, 2026
gh-144015: Add portable SIMD optimization for bytes.hex() et. al. (GH-143991)
Show description for ad4ee7c
gpshead
authored
ad4ee7c
View commit details
Copy full SHA for ad4ee7c
View code at this point
Browse repository at this point
Commits on Feb 22, 2026
gh-145064: Fix JIT assertion failure during CALL_ALLOC_AND_ENTER_INIT side exit (GH-145100)
cocolato
authored
fd01372
View commit details
Copy full SHA for fd01372
View code at this point
Browse repository at this point
Fix warnings on main (GH-145104)
chris-eibl
authored
5944a53
View commit details
Copy full SHA for 5944a53
View code at this point
Browse repository at this point
gh-145092: Fix compiler warning for memchr() and wcschr() returning const pointer (GH-145093)
heitbaum
authored
faea32b
View commit details
Copy full SHA for faea32b
View code at this point
Browse repository at this point
Commits on Feb 21, 2026
gh-145076: Check globals type in __lazy_import__() (#145086)
vstinner
authored
2be2dd5
View commit details
Copy full SHA for 2be2dd5
View code at this point
Browse repository at this point
gh-145058: Add input validation to `_PyImport_LazyImportModuleLevelObject` (#145068)
StanFromIreland
authored
e1bd0cd
View commit details
Copy full SHA for e1bd0cd
View code at this point
Browse repository at this point
gh-141226: Deprecate PEP-456 support for embedders (#141287)
Show description for 34f4fa8
picnixz
authored
34f4fa8
View commit details
Copy full SHA for 34f4fa8
View code at this point
Browse repository at this point
Commits on Feb 20, 2026
gh-144981: Make PyUnstable_Code_SetExtra/GetExtra thread-safe (#144980)
Show description for a565327
yoney
authored
a565327
View commit details
Copy full SHA for a565327
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
gh-100239: Use ``PyFloat_AS_DOUBLE`` and `_PyLong_IsZero`` in the float / compactlong specializations (#144826)
chris-eibl
authored
b5c8e6e
View commit details
Copy full SHA for b5c8e6e
View code at this point
Browse repository at this point
gh-144702: Use standard terminology in class pattern error message (#144703)
sharkdp
authored
1d09916
View commit details
Copy full SHA for 1d09916
View code at this point
Browse repository at this point
GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
Show description for 3f37b94
markshannon
authored
3f37b94
View commit details
Copy full SHA for 3f37b94
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
gh-141510: Update specializer to support frozendict (gh-144949)
corona10
authored
3e2f5c1
View commit details
Copy full SHA for 3e2f5c1
View code at this point
Browse repository at this point
gh-144763: Don't detach the GIL in tracemalloc (#144779)
Show description for 83f4fff
vstinner
and
kumaraditya303
authored
83f4fff
View commit details
Copy full SHA for 83f4fff
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
gh-144438: Fix false sharing between QSBR and tlbc_index (gh-144554)
Show description for 6577d87
colesbury
authored
6577d87
View commit details
Copy full SHA for 6577d87
View code at this point
Browse repository at this point
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 14, 2026
gh-144822: remove redundant decref in `codegen.c` (#144823)
benediktjohannes
authored
645f5c4
View commit details
Copy full SHA for 645f5c4
View code at this point
Browse repository at this point
fix warnings in jit builds (GH-144817)
chris-eibl
authored
caac966
View commit details
Copy full SHA for caac966
View code at this point
Browse repository at this point
remove unused _PyFunction_LookupByVersion (GH-144814)
chris-eibl
authored
14cbd0e
View commit details
Copy full SHA for 14cbd0e
View code at this point
Browse repository at this point
gh-144766: Fix a crash in fork child process when perf support is enabled. (#144795)
yilei
authored
5922149
View commit details
Copy full SHA for 5922149
View code at this point
Browse repository at this point
gh-138912: Improve MATCH_CLASS opcode performance (GH-138915)
Show description for 75d4839
cdce8p
authored
75d4839
View commit details
Copy full SHA for 75d4839
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
gh-142349: Fix refcount corruption in lazy import specialization (#144733)
Show description for 072cd7c
pablogsal
authored
072cd7c
View commit details
Copy full SHA for 072cd7c
View code at this point
Browse repository at this point
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 10, 2026
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul0457
authored
6c8ca1c
View commit details
Copy full SHA for 6c8ca1c
View code at this point
Browse repository at this point
gh-143650: Fix importlib race condition on import failure (GH-143651)
Show description for ac8b5b6
gpshead
and
claude
authored
ac8b5b6
View commit details
Copy full SHA for ac8b5b6
View code at this point
Browse repository at this point
gh-144563: Fix remote debugging with duplicate libpython mappings from ctypes (#144595)
Show description for 2c1ca6b
pablogsal
authored
2c1ca6b
View commit details
Copy full SHA for 2c1ca6b
View code at this point
Browse repository at this point
gh-144278: Enable overriding sys.implementation's name and cache_tag when building sysmodule.c (GH-144293)
Show description for a9b6788
zooba
authored
a9b6788
View commit details
Copy full SHA for a9b6788
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
gh-144601: Avoid sharing exception objects raised in a `PyInit` function across multiple interpreters (GH-144602)
ZeroIntensity
authored
fd6b639
View commit details
Copy full SHA for fd6b639
View code at this point
Browse repository at this point
gh-144623: Fix missing output uops in optimizer debug output (GH-144617)
cocolato
authored
988286e
View commit details
Copy full SHA for 988286e
View code at this point
Browse repository at this point
Commits on Feb 8, 2026
GH-131798: Optimize `_GUARD_TOS_SLICE` (GH-144470)
Sacul0457
authored
cfeede8
View commit details
Copy full SHA for cfeede8
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)
Fidget-Spinner
authored
895e837
View commit details
Copy full SHA for 895e837
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL