FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for PC - 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
PC
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 Mar 4, 2026
gh-122941: Fix test_launcher sporadic failures via py.ini isolation (GH-145090)
Show description for 6cdbd7b
itamaro
authored
6cdbd7b
View commit details
Copy full SHA for 6cdbd7b
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 Dec 11, 2025
gh-142579: Remove the self converter hack in winreg.c (GH-142580)
aisk
authored
ffc7172
View commit details
Copy full SHA for ffc7172
View code at this point
Browse repository at this point
Commits on Dec 9, 2025
gh-142282 Fix winreg.QueryValueEx() under race condition (GH-142283)
youknowone
authored
3ec941b
View commit details
Copy full SHA for 3ec941b
View code at this point
Browse repository at this point
Commits on Nov 25, 2025
gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ABI (GH-139166)
Show description for 226011b
encukou
authored
226011b
View commit details
Copy full SHA for 226011b
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 10, 2025
gh-141341: Rename COMPILER macro to _Py_COMPILER on Windows (#141342)
vstinner
authored
68266c1
View commit details
Copy full SHA for 68266c1
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
gh-140826: Update winreg's docstring (GH-141050)
aisk
authored
bea0d3d
View commit details
Copy full SHA for bea0d3d
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
gh-140916: Remove unused codes in winreg.c (#140934)
aisk
authored
11fc411
View commit details
Copy full SHA for 11fc411
View code at this point
Browse repository at this point
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Show description for 589a03a
authored
589a03a
View commit details
Copy full SHA for 589a03a
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
gh-140826: Compare winreg.HKEYType by the internal handle value (GH-140843)
aisk
authored
248ce9f
View commit details
Copy full SHA for 248ce9f
View code at this point
Browse repository at this point
Commits on Oct 31, 2025
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
serhiy-storchaka
authored
dcf3cc5
View commit details
Copy full SHA for dcf3cc5
View code at this point
Browse repository at this point
Commits on Oct 13, 2025
gh-139810: Always generate -dev tags for PyManager packages (GH-139814)
zooba
authored
c46265d
View commit details
Copy full SHA for c46265d
View code at this point
Browse repository at this point
Commits on Sep 12, 2025
gh-71648: Optimize PNG files (GH-138842)
Show description for 2e8f64c
StanFromIreland
authored
2e8f64c
View commit details
Copy full SHA for 2e8f64c
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
gh-137210: Move PYTHON_API_VERSION & PYTHON_ABI_VERSION to patchlevel.h (GH-138545)
Show description for 097c563
encukou
authored
097c563
View commit details
Copy full SHA for 097c563
View code at this point
Browse repository at this point
Commits on Sep 5, 2025
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
Show description for 0c74fc8
encukou
and
zooba
authored
0c74fc8
View commit details
Copy full SHA for 0c74fc8
View code at this point
Browse repository at this point
Commits on Sep 2, 2025
gh-138314: Add winreg.DeleteTree (GH-138388)
aisk
authored
b3e785c
View commit details
Copy full SHA for b3e785c
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Show description for 4f6ecd1
ZeroIntensity
authored
4f6ecd1
View commit details
Copy full SHA for 4f6ecd1
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
AA-Turner
authored
918e3ba
View commit details
Copy full SHA for 918e3ba
View code at this point
Browse repository at this point
Commits on Jul 28, 2025
gh-136586: Improve winreg's module docstring (GH-136587)
aisk
authored
d531991
View commit details
Copy full SHA for d531991
View code at this point
Browse repository at this point
Commits on Jul 13, 2025
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
Show description for e18829a
serhiy-storchaka
authored
e18829a
View commit details
Copy full SHA for e18829a
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461)
zooba
authored
afc5ab6
View commit details
Copy full SHA for afc5ab6
View code at this point
Browse repository at this point
Commits on May 28, 2025
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Show description for bac3fcb
serhiy-storchaka
authored
bac3fcb
View commit details
Copy full SHA for bac3fcb
View code at this point
Browse repository at this point
Commits on May 20, 2025
GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)
chris-eibl
authored
e4fbfb1
View commit details
Copy full SHA for e4fbfb1
View code at this point
Browse repository at this point
Commits on May 19, 2025
gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. (GH-133966)
Show description for 986c367
zooba
authored
986c367
View commit details
Copy full SHA for 986c367
View code at this point
Browse repository at this point
Commits on May 15, 2025
gh-130000: Release the GIL in winreg when doing Windows API calls (GH-130001)
aisk
authored
7a504b3
View commit details
Copy full SHA for 7a504b3
View code at this point
Browse repository at this point
Let PyUnicode_FromWideChar calculate the input length (GH-134045)
maxbachmann
authored
74c4e35
View commit details
Copy full SHA for 74c4e35
View code at this point
Browse repository at this point
Commits on May 8, 2025
gh-131942: Use the Python-specific `Py_DEBUG` macro rather than `_DEBUG` in Windows-related C code (GH-131944)
XuehaiPan
authored
f0f93ba
View commit details
Copy full SHA for f0f93ba
View code at this point
Browse repository at this point
Commits on May 7, 2025
Test fixes for 3.15 (GH-133599)
Show description for 74e2acd
zware
and
hugovk
authored
74e2acd
View commit details
Copy full SHA for 74e2acd
View code at this point
Browse repository at this point
Python 3.15.0a0
hugovk
committed
9748fb3
View commit details
Copy full SHA for 9748fb3
View code at this point
Browse repository at this point
Commits on May 1, 2025
gh-132930: Include IDLE path in registry for PyManager packages (GH-133246)
zooba
authored
ed039b8
View commit details
Copy full SHA for ed039b8
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
gh-132930: Fixes PEP 514 registration for PyManager packages on x64 (GH-133154)
zooba
authored
ae37f3d
View commit details
Copy full SHA for ae37f3d
View code at this point
Browse repository at this point
gh-132930: Fix use of ALIAS_WPREFIX in pymanager builds (GH-133120)
AA-Turner
authored
208d06f
View commit details
Copy full SHA for 208d06f
View code at this point
Browse repository at this point
GH-132930: Display 'free-threaded' in pymanager builds (GH-133119)
AA-Turner
authored
4d54e9c
View commit details
Copy full SHA for 4d54e9c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL