Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
PC
on
main
User selector
All users
All time
Commit history
Commits on Aug 13, 2026
gh-64660: Do not hardcode the name of the returned variable (GH-155268)
Show description for 99b8847
serhiy-storchaka
authored
99b8847
View commit details
Copy full SHA for 99b8847
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
gh-69573: Check the return value of msvcrt._putch() and _putwch() (GH-154364)
gianghungtien
authored
0ca0107
View commit details
Copy full SHA for 0ca0107
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
gh-153511: Removes Tools/msi, Tools/nuget, and legacy py.exe launcher sources (GH-153512)
zooba
authored
bd31583
View commit details
Copy full SHA for bd31583
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
gh-152433: Windows: enable mmapmodule for UWP (#152473)
thexai
authored
a5be0d8
View commit details
Copy full SHA for a5be0d8
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
Silence experimental coroutine deprecation warnings (#150788)
Show description for 7241db1
hugovk
and
zware
authored
7241db1
View commit details
Copy full SHA for 7241db1
View code at this point
Browse repository at this point
Commits on May 25, 2026
gh-150285: Fix too long docstrings in _wmi.exec_query (GH-150373)
serhiy-storchaka
authored
fbeafc0
View commit details
Copy full SHA for fbeafc0
View code at this point
Browse repository at this point
Commits on May 15, 2026
gh-149786: Fixes venvlauncher builds on Windows free-threaded (GH-149847)
zooba
authored
1c5fe21
View commit details
Copy full SHA for 1c5fe21
View code at this point
Browse repository at this point
gh-138489: Add build-details.json generation to PC/layout (GH-149153)
zooba
authored
4aa296f
View commit details
Copy full SHA for 4aa296f
View code at this point
Browse repository at this point
Commits on May 13, 2026
gh-140550: Update xxlimited with 3.15 limited API (GH-142827)
encukou
authored
fa81cd9
View commit details
Copy full SHA for fa81cd9
View code at this point
Browse repository at this point
Commits on May 7, 2026
gh-149499: Fixes for 3.16 bump (GH-149500)
Show description for 9d07159
3 people
authored
9d07159
View commit details
Copy full SHA for 9d07159
View code at this point
Browse repository at this point
Commits on May 6, 2026
gh-149101: Implement PEP 788 (GH-149116)
Show description for 2b7c28a
3 people
authored
2b7c28a
View commit details
Copy full SHA for 2b7c28a
View code at this point
Browse repository at this point
Commits on May 5, 2026
gh-149044: Implement PEP 820 – PySlot: Unified slot system for the C API (GH-149055)
Show description for 508b498
encukou
and
ZeroIntensity
authored
508b498
View commit details
Copy full SHA for 508b498
View code at this point
Browse repository at this point
Commits on May 4, 2026
gh-148690: Build Windows freethreaded binaries into separate directory and include python3t.dll on GIL-enabled (GH-149218)
Show description for 10f950c
zooba
and
encukou
authored
10f950c
View commit details
Copy full SHA for 10f950c
View code at this point
Browse repository at this point
gh-149225: Expose Py_CriticalSection in Stable ABI (GH-149227)
encukou
authored
6ca5cdb
View commit details
Copy full SHA for 6ca5cdb
View code at this point
Browse repository at this point
gh-146063: Add PyObject_CallFinalizerFromDealloc() to the limited C API (#146172)
Show description for ce51c18
vstinner
and
encukou
authored
ce51c18
View commit details
Copy full SHA for ce51c18
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
Show description for 8923ca4
3 people
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
3 people
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
Previous
Next
You can’t perform that action at this time.