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
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.4k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
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
Python
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 15, 2026
gh-156909: Fix `AST.__repr__` call getting the `_fields` attribute (GH-157490)
johnslavik
authored
1bfcc3c
View commit details
Copy full SHA for 1bfcc3c
View code at this point
Browse repository at this point
Commits on Sep 14, 2026
gh-155742: Use PyBytesWriter in Python/assemble.c (#157349)
Show description for ab5b147
vstinner
authored
ab5b147
View commit details
Copy full SHA for ab5b147
View code at this point
Browse repository at this point
gh-156021: Don't include `...` for empty AST node representations (GH-156022)
johnslavik
authored
b62380f
View commit details
Copy full SHA for b62380f
View code at this point
Browse repository at this point
Commits on Sep 13, 2026
gh-128509: Use bytes singletons in marshal (#157398)
Show description for 658612a
vstinner
authored
658612a
View commit details
Copy full SHA for 658612a
View code at this point
Browse repository at this point
Commits on Sep 12, 2026
gh-153569: hide tokenizer state behind token and source operations (#156654)
Show description for 7bfa97f
pablogsal
authored
7bfa97f
View commit details
Copy full SHA for 7bfa97f
View code at this point
Browse repository at this point
Commits on Sep 11, 2026
gh-157247: Block perf trampoline activation when the main interpreter's JIT is enabled (#157258)
cocolato
authored
4c9f267
View commit details
Copy full SHA for 4c9f267
View code at this point
Browse repository at this point
gh-152433: Windows: make ``dynload_win.c`` UWP compatible (#152797)
thexai
authored
5172fa4
View commit details
Copy full SHA for 5172fa4
View code at this point
Browse repository at this point
gh-152433: Windows: allow build ``ceval.c`` for UWP (#152689)
thexai
authored
1b1b9b3
View commit details
Copy full SHA for 1b1b9b3
View code at this point
Browse repository at this point
gh-156780: Emscripten: drop the trampoline's dependence on exports (#157238)
Show description for d0b2e07
clementperon
and
claude
authored
d0b2e07
View commit details
Copy full SHA for d0b2e07
View code at this point
Browse repository at this point
Commits on Sep 10, 2026
gh-153400: Support os.getrandom() on old glibc versions (#155762)
Show description for 4849a01
jjhelmus
authored
4849a01
View commit details
Copy full SHA for 4849a01
View code at this point
Browse repository at this point
Commits on Sep 8, 2026
gh-153569: centralize formatted-string state and source spans (#156484)
Show description for 2ddc218
pablogsal
authored
2ddc218
View commit details
Copy full SHA for 2ddc218
View code at this point
Browse repository at this point
gh-156780: Emscripten: add missing EM_JS_DEPS (#156798)
Show description for 0b3b154
clementperon
and
claude
authored
0b3b154
View commit details
Copy full SHA for 0b3b154
View code at this point
Browse repository at this point
Commits on Sep 6, 2026
gh-153569: return token spans and unify decoded source storage (#156482)
Show description for 09117bc
pablogsal
authored
09117bc
View commit details
Copy full SHA for 09117bc
View code at this point
Browse repository at this point
Commits on Sep 5, 2026
gh-156091: Fix crash compiling deeply nested inlined comprehensions (#156957)
iritkatriel
authored
14a93f4
View commit details
Copy full SHA for 14a93f4
View code at this point
Browse repository at this point
Commits on Sep 4, 2026
gh-143493: fix cleanup on errors in codegen_comprehension (#156374)
iritkatriel
authored
e56f86f
View commit details
Copy full SHA for e56f86f
View code at this point
Browse repository at this point
gh-155907: Fix error handling in the marshal C API (GH-155909)
Show description for aaae15c
serhiy-storchaka
and
claude
authored
aaae15c
View commit details
Copy full SHA for aaae15c
View code at this point
Browse repository at this point
Commits on Sep 3, 2026
gh-155141: Improve stack-use estimation for keyword calls (#155785)
cuishuang
authored
e13ecae
View commit details
Copy full SHA for e13ecae
View code at this point
Browse repository at this point
Commits on Sep 2, 2026
gh-144446: Fix thread safety of gi_frame, cr_frame and ag_frame in free-threading (#156037)
kumaraditya303
authored
db92901
View commit details
Copy full SHA for db92901
View code at this point
Browse repository at this point
Commits on Sep 1, 2026
gh-155742: Use PyBytesWriter in codecs (#155750)
Show description for 0f34848
vstinner
authored
0f34848
View commit details
Copy full SHA for 0f34848
View code at this point
Browse repository at this point
gh-64862: Add the stop_exception parameter in iter() and aiter() (GH-156298)
Show description for 1620e0f
serhiy-storchaka
and
claude
authored
1620e0f
View commit details
Copy full SHA for 1620e0f
View code at this point
Browse repository at this point
Commits on Aug 31, 2026
gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (#156697)
StanFromIreland
authored
d7f9c64
View commit details
Copy full SHA for d7f9c64
View code at this point
Browse repository at this point
Commits on Aug 30, 2026
gh-155725: Remove `PyGILState_Ensure` usage from `tracemalloc` (#156409)
kumaraditya303
authored
6b1b90f
View commit details
Copy full SHA for 6b1b90f
View code at this point
Browse repository at this point
Commits on Aug 29, 2026
gh-156466: fix cleanup on error after Enter in codegen_enter_scope (#156467)
iritkatriel
authored
41b3f0a
View commit details
Copy full SHA for 41b3f0a
View code at this point
Browse repository at this point
gh-86427: Use the console code page for the stdio encoding on Windows (GH-155415)
Show description for 0bb312a
serhiy-storchaka
authored
0bb312a
View commit details
Copy full SHA for 0bb312a
View code at this point
Browse repository at this point
gh-87587: Fix os.device_encoding() for any console on Windows (GH-155410)
Show description for b4aea41
serhiy-storchaka
authored
b4aea41
View commit details
Copy full SHA for b4aea41
View code at this point
Browse repository at this point
gh-148653: Forbid marshalling recursive tuples (GH-155903)
Show description for e1d969a
3 people
authored
e1d969a
View commit details
Copy full SHA for e1d969a
View code at this point
Browse repository at this point
gh-156466: fix cleanup on error in codegen_function_body (#156511)
iritkatriel
authored
d94c4ad
View commit details
Copy full SHA for d94c4ad
View code at this point
Browse repository at this point
gh-156459: Fix cleanup on error in compiler_set_qualname (#156462)
iritkatriel
authored
8b082aa
View commit details
Copy full SHA for 8b082aa
View code at this point
Browse repository at this point
gh-156466: Fix additional compiler scope cleanup errors (#156547)
JelleZijlstra
authored
f4874f3
View commit details
Copy full SHA for f4874f3
View code at this point
Browse repository at this point
Commits on Aug 28, 2026
gh-156466: fix cleanup on error in codegen_class_body (#156507)
iritkatriel
authored
683ef40
View commit details
Copy full SHA for 683ef40
View code at this point
Browse repository at this point
gh-156525: fix a few error path scope management bugs in symtable (#156526)
iritkatriel
authored
932822c
View commit details
Copy full SHA for 932822c
View code at this point
Browse repository at this point
gh-153569: Unify tokenizer input readers (#156472)
pablogsal
authored
f5dbcba
View commit details
Copy full SHA for f5dbcba
View code at this point
Browse repository at this point
gh-156466: fix cleanup on error in codegen_leave_annotations_scope (#156497)
iritkatriel
authored
8e0159b
View commit details
Copy full SHA for 8e0159b
View code at this point
Browse repository at this point
gh-156466: fix cleanup on error in codegen_function_annotations (#156502)
iritkatriel
authored
0e29768
View commit details
Copy full SHA for 0e29768
View code at this point
Browse repository at this point
Commits on Aug 27, 2026
gh-156466: fix cleanup on error in codegen_setup_annotations_scope (#156473)
iritkatriel
authored
24e5a55
View commit details
Copy full SHA for 24e5a55
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.