FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Tools - 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
Tools
on
main
User selector
Datepicker
Commit history
Commits on Apr 8, 2026
GH-115802: Remove no-plt for Linux AArch64 (#148238)
diegorusso
authored
e11315d
View commit details
Copy full SHA for e11315d
View code at this point
Browse repository at this point
gh-148211: decompose `_POP_TOP_LOAD_CONST_INLINE(_BORROW)` in JIT (GH-148230)
NekoAsakura
authored
d2fa4b2
View commit details
Copy full SHA for d2fa4b2
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
gh-95004: specialize access to enums and fix scaling on free-threading (#148184)
Show description for e371ce1
kumaraditya303
and
Fidget-Spinner
authored
e371ce1
View commit details
Copy full SHA for e371ce1
View code at this point
Browse repository at this point
GH-146128: Remove the buggy AArch64 "33rx" relocation (#146263)
brandtbucher
authored
6bb7b33
View commit details
Copy full SHA for 6bb7b33
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
gh-145000: Find correct merge base in `reusable-check-html-ids.yml` workflow (#147975)
StanFromIreland
authored
c43b490
View commit details
Copy full SHA for c43b490
View code at this point
Browse repository at this point
gh-145883: Fix two heap-buffer-overflows in `_zoneinfo` (#145885)
StanFromIreland
authored
fe9befc
View commit details
Copy full SHA for fe9befc
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
GH-146210: Fix building the jit stencils on Windows when the interpreter is built with a different clang version (#146338)
Show description for dea4083
chris-eibl
and
savannahostrowski
authored
dea4083
View commit details
Copy full SHA for dea4083
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
gh-146587: fix type slot assignment incase of multiple slots for same name (#146593)
kumaraditya303
authored
8e10bd7
View commit details
Copy full SHA for 8e10bd7
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
gh-126910: Verify that JIT stencils preserve frame pointer (GH-146524)
Fidget-Spinner
authored
1384f02
View commit details
Copy full SHA for 1384f02
View code at this point
Browse repository at this point
GH-126910: reserve FP on AArch64 when generating JIT stencils (GH-146520)
diegorusso
authored
6763d26
View commit details
Copy full SHA for 6763d26
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
gh-146207: Add support for OpenSSL 4.0.0 alpha1 (#146217)
Show description for 3364e7e
vstinner
and
picnixz
authored
3364e7e
View commit details
Copy full SHA for 3364e7e
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-146041: Avoid lock in sys.intern() for already interned strings (gh-146072)
Show description for 6009309
colesbury
authored
6009309
View commit details
Copy full SHA for 6009309
View code at this point
Browse repository at this point
GH-126910: Allow most native profilers and debuggers to unwind through JIT frames (GH-143548)
brandtbucher
authored
535b09c
View commit details
Copy full SHA for 535b09c
View code at this point
Browse repository at this point
gh-146306: JIT: Optimize float operations by mutating uniquely-referenced operands in place (GH-146307)
Show description for 951675c
eendebakpt
and
claude
authored
951675c
View commit details
Copy full SHA for 951675c
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
gh-146197: Add Emscripten to CI (#146198)
Show description for c94048b
hoodmane
and
hugovk
authored
c94048b
View commit details
Copy full SHA for c94048b
View code at this point
Browse repository at this point
gh-146175: Soft-deprecate outdated macros; convert internal usage (GH-146178)
Show description for 91cd2e5
encukou
and
vstinner
authored
91cd2e5
View commit details
Copy full SHA for 91cd2e5
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
gh-143414: Implement unique reference tracking for JIT, optimize unpacking of such tuples (GH-144300)
Show description for e36f8db
reidenong
and
Fidget-Spinner
authored
e36f8db
View commit details
Copy full SHA for e36f8db
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Show description for 879c85f
markshannon
authored
879c85f
View commit details
Copy full SHA for 879c85f
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
gh-145633: Refine notes on non-IEEE platforms (#145845)
Show description for 52c0186
authored
52c0186
View commit details
Copy full SHA for 52c0186
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
gh-145779: Improve classmethod/staticmethod scaling in free-threaded build (#145826)
Show description for e0f7c10
colesbury
authored
e0f7c10
View commit details
Copy full SHA for e0f7c10
View code at this point
Browse repository at this point
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
Show description for 99e2c5e
serhiy-storchaka
authored
99e2c5e
View commit details
Copy full SHA for 99e2c5e
View code at this point
Browse repository at this point
gh-145176 Move Emscripten files into Platforms/emscripten (#145806)
Show description for 1b11835
hoodmane
authored
1b11835
View commit details
Copy full SHA for 1b11835
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
build(deps): bump hypothesis from 6.135.26 to 6.151.9 in /Tools (#145948)
Show description for ae1b307
dependabot[bot]
authored
ae1b307
View commit details
Copy full SHA for ae1b307
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
Bump mypy to 1.19.1 (#145956)
brianschubert
authored
e167e06
View commit details
Copy full SHA for e167e06
View code at this point
Browse repository at this point
Commits on Mar 13, 2026
gh-145783: Propagate errors raised in `NEW_TYPE_COMMENT` (#145784)
StanFromIreland
authored
e1c2246
View commit details
Copy full SHA for e1c2246
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
gh-145685: Avoid contention on TYPE_LOCK in super() lookups (gh-145775)
colesbury
authored
bdf6de8
View commit details
Copy full SHA for bdf6de8
View code at this point
Browse repository at this point
gh-145219: Cache Emscripten build dependencies, add install-emscripten (#145664)
Show description for ebb150e
hoodmane
and
freakboy3742
authored
ebb150e
View commit details
Copy full SHA for ebb150e
View code at this point
Browse repository at this point
Commits on Mar 9, 2026
gh-145278: Revert "freeze encodings (partially) and linecache (#145279)" (#145689)
encukou
authored
07a39ca
View commit details
Copy full SHA for 07a39ca
View code at this point
Browse repository at this point
GH-145278: freeze encodings (partially) and linecache (#145279)
FFY00
authored
3a0c716
View commit details
Copy full SHA for 3a0c716
View code at this point
Browse repository at this point
Fix intermittent `test_ci_fuzz_stdlib` failures (GH-145641)
chris-eibl
authored
b446092
View commit details
Copy full SHA for b446092
View code at this point
Browse repository at this point
gh-145219: Add Emscripten cross-build and clean configurability (#145581)
Show description for 0156133
hoodmane
and
freakboy3742
authored
0156133
View commit details
Copy full SHA for 0156133
View code at this point
Browse repository at this point
Commits on Mar 6, 2026
gh-145177: Support multiple Emscripten versions for Emscripten buildbot (#145180)
Show description for c3fb0d9
hoodmane
authored
c3fb0d9
View commit details
Copy full SHA for c3fb0d9
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
gh-141510: Use frozendict in the _opcode_metadata (#144910)
Show description for c8aa8de
vstinner
and
corona10
authored
c8aa8de
View commit details
Copy full SHA for c8aa8de
View code at this point
Browse repository at this point
Commits on Mar 4, 2026
gh-141510: Add frozendict support to python-gdb.py (#145511)
vstinner
authored
72b3e37
View commit details
Copy full SHA for 72b3e37
View code at this point
Browse repository at this point
Fix bugs in `compute-changes.py` logic for CIFuzz (#145232)
StanFromIreland
authored
ae208d5
View commit details
Copy full SHA for ae208d5
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL