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
75.6k
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 Sep 1, 2026
Add tests for async comprehensions in different scopes (#156412)
iritkatriel
authored
42de93a
View commit details
Copy full SHA for 42de93a
Browse repository at this point
gh-149578: Fix tarfile.open failing on PAX archives with only global headers (GH-149647)
Show description for 3ccb1f8
ShadiBahaa
and
ethanfurman
authored
3ccb1f8
View commit details
Copy full SHA for 3ccb1f8
Browse repository at this point
Fix typos in the `concurrent.interpreters` docs (#156485)
grayjk
authored
76fefef
View commit details
Copy full SHA for 76fefef
Browse repository at this point
gh-156371: Fix missing PyRefTracer_DESTROY events for trashcan objects (gh-156372)
corona10
authored
3dfa574
View commit details
Copy full SHA for 3dfa574
Browse repository at this point
gh-89499: Support the standalone document declaration in ElementTree (GH-156730)
Show description for 532b9db
serhiy-storchaka
authored
532b9db
View commit details
Copy full SHA for 532b9db
Browse repository at this point
gh-155742: Use PyBytesWriter in CJK codecs (#155746)
Show description for 374851f
vstinner
authored
374851f
View commit details
Copy full SHA for 374851f
Browse repository at this point
gh-155742: Use PyBytesWriter in codecs (#155750)
Show description for 0f34848
vstinner
authored
0f34848
View commit details
Copy full SHA for 0f34848
Browse repository at this point
gh-83895: Accept input larger than 2 GiB in the C implementation of ElementTree (GH-156746)
Show description for 9259e8b
serhiy-storchaka
authored
9259e8b
View commit details
Copy full SHA for 9259e8b
Browse repository at this point
gh-153740: Optimize PyFloat_Pack/Unpack2 using native _Float16 (#154796)
Show description for e7ef46a
3 people
authored
e7ef46a
View commit details
Copy full SHA for e7ef46a
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
Browse repository at this point
gh-156703: Set LD_LIBRARY_PATH in SystemTap trace commands (GH-156424)
Show description for faf4e52
stratakis
authored
faf4e52
View commit details
Copy full SHA for faf4e52
Browse repository at this point
gh-156745: Inline CJK replacement writer call (gh-156744)
brittanyrey
authored
eb087d4
View commit details
Copy full SHA for eb087d4
Browse repository at this point
Commits on Aug 31, 2026
gh-155981: Store refleak deltas in arrays (gh-55982)
Show description for b38e073
nascheme
authored
b38e073
View commit details
Copy full SHA for b38e073
Browse repository at this point
gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734)
Show description for c83013c
serhiy-storchaka
authored
c83013c
View commit details
Copy full SHA for c83013c
Browse repository at this point
gh-121291: Respect mixin bitwise-operator overrides on Flag subclasses (GH-155862)
Show description for 486b000
SomSamantray
authored
486b000
View commit details
Copy full SHA for 486b000
Browse repository at this point
gh-155418: Fix TaskGroup hang when a task cancels it before suspending (#155421)
deadlovelll
authored
8e92bf5
View commit details
Copy full SHA for 8e92bf5
Browse repository at this point
gh-156723: Update bundled libexpat to version 2.8.4 (#156724)
StanFromIreland
authored
287b7cf
View commit details
Copy full SHA for 287b7cf
Browse repository at this point
gh-155358: Use named attributes with urllib.parse module (#155364)
Show description for 1855c6c
vstinner
authored
1855c6c
View commit details
Copy full SHA for 1855c6c
Browse repository at this point
gh-156101: Don't set the result in error in PyLong_AsInt32() (#156727)
Show description for 63f6626
vstinner
authored
63f6626
View commit details
Copy full SHA for 63f6626
Browse repository at this point
gh-155742: Get singleton in PyBytesWriter_FinishWithSize() (#155795)
Show description for 5ef7fa1
vstinner
authored
5ef7fa1
View commit details
Copy full SHA for 5ef7fa1
Browse repository at this point
gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710)
Show description for d87ee27
serhiy-storchaka
authored
d87ee27
View commit details
Copy full SHA for d87ee27
Browse repository at this point
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
Browse repository at this point
Commits on Aug 30, 2026
gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684)
Show description for 03503dc
saioffl
authored
03503dc
View commit details
Copy full SHA for 03503dc
Browse repository at this point
gh-151914: Copyedit "What's new in Python 3.16" (#156678)
hugovk
authored
e50e41f
View commit details
Copy full SHA for e50e41f
Browse repository at this point
gh-156614: Fix the parameter list grammar in the language reference (#156622)
challenge456
authored
852381e
View commit details
Copy full SHA for 852381e
Browse repository at this point
gh-123299: What's New: Link to compression and compression.zstd (#156661)
hugovk
authored
aad4288
View commit details
Copy full SHA for aad4288
Browse repository at this point
gh-156662: Note that TaskGroup.create_task() raises RuntimeError (#156663)
deadlovelll
authored
26d9b25
View commit details
Copy full SHA for 26d9b25
Browse repository at this point
gh-156500: Reject non-positional parameters in `ctypes.util.wrap_dll_function` (GH-156501)
Show description for b3ddde4
fedonman
authored
b3ddde4
View commit details
Copy full SHA for b3ddde4
Browse repository at this point
Enable linting of lazy import tests (#156624)
auscompgeek
authored
d59d4e7
View commit details
Copy full SHA for d59d4e7
Browse repository at this point
gh-57952: Clarify that xml.dom documents DOM interfaces (GH-156647)
Show description for ae93e42
serhiy-storchaka
authored
ae93e42
View commit details
Copy full SHA for ae93e42
Browse repository at this point
gh-156517: Clarify that `site.getsitepackages()` doesn't check for existance (#156524)
Show description for ee4bd4a
StanFromIreland
and
warsaw
authored
ee4bd4a
View commit details
Copy full SHA for ee4bd4a
Browse repository at this point
Fix a dangling pointer and reference leak in `local_timezone_from_timestamp` (#156598)
StanFromIreland
authored
fcf0a98
View commit details
Copy full SHA for fcf0a98
Browse repository at this point
gh-44871: Improve DOM Level 1 conformance of xml.dom.minidom (#155641)
Show description for d636e3c
serhiy-storchaka
and
jorendorff
authored
d636e3c
View commit details
Copy full SHA for d636e3c
Browse repository at this point
gh-156635: Fix the exceptions in the xml.dom documentation (GH-156636)
Show description for 74b944a
serhiy-storchaka
authored
74b944a
View commit details
Copy full SHA for 74b944a
Browse repository at this point
gh-151943: Document the CharacterData interface and other DOM members (GH-155632)
Show description for 922c866
serhiy-storchaka
authored
922c866
View commit details
Copy full SHA for 922c866
Browse repository at this point
Previous
Next
You can’t perform that action at this time.