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
Breadcrumbs
History for
cpython
Lib
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 1, 2026
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
View code at this point
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
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
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Enable linting of lazy import tests (#156624)
auscompgeek
authored
d59d4e7
View commit details
Copy full SHA for d59d4e7
View code at this point
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
View code at this point
Browse repository at this point
gh-84419: Fix the execute permissions in os.stat() on Windows (GH-155392)
Show description for b7daede
serhiy-storchaka
authored
b7daede
View commit details
Copy full SHA for b7daede
View code at this point
Browse repository at this point
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
gh-148442: Eliminate race condition in list rich comparison (GH-148531)
KowalskiThomas
authored
ec8a420
View commit details
Copy full SHA for ec8a420
View code at this point
Browse repository at this point
gh-142414: Isolate reloading modules in test_interpreters (#144096)
Show description for f81c03a
Allactaga
and
ncoghlan
authored
f81c03a
View commit details
Copy full SHA for f81c03a
View code at this point
Browse repository at this point
Commits on Aug 29, 2026
gh-69371: Fix pydoc for modules whose path contains undecodable bytes (GH-155239)
Show description for c8ca336
serhiy-storchaka
and
claude
authored
c8ca336
View commit details
Copy full SHA for c8ca336
View code at this point
Browse repository at this point
gh-69370: Fix "python -m inspect --details" for unencodable paths (GH-155246)
Show description for abf7a18
serhiy-storchaka
and
claude
authored
abf7a18
View commit details
Copy full SHA for abf7a18
View code at this point
Browse repository at this point
gh-89760: Fix os.path.realpath() for volume GUID paths on Windows (GH-155396)
Show description for e48b1eb
serhiy-storchaka
authored
e48b1eb
View commit details
Copy full SHA for e48b1eb
View code at this point
Browse repository at this point
gh-108885: Report the examples of a doctest run by unittest (GH-155377)
Show description for 55eef52
serhiy-storchaka
and
claude
authored
55eef52
View commit details
Copy full SHA for 55eef52
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-102475: Fix os.path.realpath() for names which look like a drive (GH-155399)
Show description for 0c38e05
serhiy-storchaka
authored
0c38e05
View commit details
Copy full SHA for 0c38e05
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-83371: Fix deadlock when a Pool callback raises an exception (GH-155777)
Show description for 72a88d7
3 people
authored
72a88d7
View commit details
Copy full SHA for 72a88d7
View code at this point
Browse repository at this point
gh-155775: Do not consume the CAPABILITY response in imaplib (GH-155789)
Show description for 9111820
serhiy-storchaka
and
claude
authored
9111820
View commit details
Copy full SHA for 9111820
View code at this point
Browse repository at this point
gh-156327: Fix asyncio.print_call_graph() reporting its own frame (#156329)
deadlovelll
authored
b0da7c7
View commit details
Copy full SHA for b0da7c7
View code at this point
Browse repository at this point
gh-154200: Use sysconfig.get_platform() in test_importlib.test_windows (#154210)
Show description for 5cb7c39
SynaptSea
authored
5cb7c39
View commit details
Copy full SHA for 5cb7c39
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-156353: Fix configparser space delimiter parsing (#156382)
Show description for f973bd9
sundeep8967
and
encukou
authored
f973bd9
View commit details
Copy full SHA for f973bd9
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.