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.3k
Star
75k
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 29, 2026
gh-156466: fix cleanup on error in codegen_function_body (#156511)
iritkatriel
authored
d94c4ad
View commit details
Copy full SHA for d94c4ad
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
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
Browse repository at this point
gh-156353: Fix configparser space delimiter parsing (#156382)
Show description for f973bd9
sundeep8967
and
encukou
authored
f973bd9
View commit details
Copy full SHA for f973bd9
Browse repository at this point
gh-156408: Fix asyncio.print_call_graph() on a finished task (#156410)
deadlovelll
authored
6c425f1
View commit details
Copy full SHA for 6c425f1
Browse repository at this point
gh-156523: Fix asyncio.as_completed() not recording the awaiting task (#156527)
deadlovelll
authored
b0c9fc3
View commit details
Copy full SHA for b0c9fc3
Browse repository at this point
gh-148085: `datetime` cache `time` module lookups (#148088)
Show description for a11ab09
maurycy
and
StanFromIreland
authored
a11ab09
View commit details
Copy full SHA for a11ab09
Browse repository at this point
gh-156537: Optimize codec.decode by inlining the per-character write in CJK decoders (gh-156538)
brittanyrey
authored
d915492
View commit details
Copy full SHA for d915492
Browse repository at this point
gh-153772: Make abc isinstance() tolerate instances without __class__ (#154149)
Show description for 3e245fa
fedonman
authored
3e245fa
View commit details
Copy full SHA for 3e245fa
Browse repository at this point
Do not recurse into `Literal` arguments during type evaluation (#156534)
Show description for de2ea9a
Viicos
authored
de2ea9a
View commit details
Copy full SHA for de2ea9a
Browse repository at this point
Commits on Aug 28, 2026
gh-143768: Replace a dangling interpreter symlink when creating a venv (#150985)
Show description for 71cb9e8
claydugo
and
brettcannon
authored
71cb9e8
View commit details
Copy full SHA for 71cb9e8
Browse repository at this point
gh-156466: fix cleanup on error in codegen_class_body (#156507)
iritkatriel
authored
683ef40
View commit details
Copy full SHA for 683ef40
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
Browse repository at this point
gh-156369: Update Windows builds to OpenSSL 3.5.8 (GH-156528)
zware
authored
b7ce9c3
View commit details
Copy full SHA for b7ce9c3
Browse repository at this point
gh-153569: Unify tokenizer input readers (#156472)
pablogsal
authored
f5dbcba
View commit details
Copy full SHA for f5dbcba
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
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
Browse repository at this point
gh-125763: Remove the broken spacebar quit binding in `turtledemo.sorting_animate` (#126583)
Show description for ed1aa1f
3 people
authored
ed1aa1f
View commit details
Copy full SHA for ed1aa1f
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
Browse repository at this point
gh-156476: Ignore timeout in `_PySimpleQueue.get()` when block is false (#156477)
Show description for 45e5b1b
aisk
and
StanFromIreland
authored
45e5b1b
View commit details
Copy full SHA for 45e5b1b
Browse repository at this point
gh-111735: Skip `turtle` doctests when `_tkinter` is not available (#156417)
StanFromIreland
authored
eb08902
View commit details
Copy full SHA for eb08902
Browse repository at this point
gh-155468: Distinguish empty quoted tokens from EOF in netrc (GH-155471)
lpyu001
authored
2a37d67
View commit details
Copy full SHA for 2a37d67
Browse repository at this point
gh-156444: Fix a negated character set with IGNORECASE and LOCALE (GH-156445)
Show description for 6671d27
serhiy-storchaka
and
claude
authored
6671d27
View commit details
Copy full SHA for 6671d27
Browse repository at this point
Docs: remove __path__ discussion from tutorial (#156426)
Show description for 79f41dd
nedbat
authored
79f41dd
View commit details
Copy full SHA for 79f41dd
Browse repository at this point
gh-156369: Update macOS installer to use OpenSSL 3.5.8. (#156447)
ned-deily
authored
b8bf99c
View commit details
Copy full SHA for b8bf99c
Browse repository at this point
gh-152023: Update macOS installer builds to SQLite 3.53.4. (#156446)
ned-deily
authored
2a03912
View commit details
Copy full SHA for 2a03912
Browse repository at this point
Commits on Aug 26, 2026
gh-156369: Bump OpenSSL versions for iOS and Android (#156432)
zware
authored
fe3a26f
View commit details
Copy full SHA for fe3a26f
Browse repository at this point
gh-156404: Restore the 'fullname' variable for .pth import lines (#156406)
Show description for 7f3d09b
arcivanov
and
warsaw
authored
7f3d09b
View commit details
Copy full SHA for 7f3d09b
Browse repository at this point
gh-156395: Report frozen objects on free-threaded GC build (#156396)
Show description for 9036982
DinoV
authored
9036982
View commit details
Copy full SHA for 9036982
Browse repository at this point
gh-153569: Add tokenizer source and cursor primitives (#153587)
pablogsal
authored
f54fd2a
View commit details
Copy full SHA for f54fd2a
Browse repository at this point
gh-154060: Preserve replay duration and rate (#154101)
pablogsal
authored
7f0ccd6
View commit details
Copy full SHA for 7f0ccd6
Browse repository at this point
Commits on Aug 25, 2026
gh-149985: Remove future annotations and if TYPE_CHECKING in pyrepl (#149992)
Show description for e2118b0
JelleZijlstra
authored
e2118b0
View commit details
Copy full SHA for e2118b0
Browse repository at this point
gh-156369: Update OpenSSL error ID data (GH-156380)
zware
authored
7cc3334
View commit details
Copy full SHA for 7cc3334
Browse repository at this point
gh-156369: Update CI to use latest SSL library versions (#156381)
zware
authored
369f04a
View commit details
Copy full SHA for 369f04a
Browse repository at this point
gh-154089: Hide unavailable replay efficiency (#154092)
pablogsal
authored
cf7e910
View commit details
Copy full SHA for cf7e910
Browse repository at this point
Previous
Next
You can’t perform that action at this time.