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.3k
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 30, 2026
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
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
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
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
Browse repository at this point
gh-115075: Fix info about initialization of mimetypes.MimeTypes attributes (GH-150691)
Show description for 19363f2
serhiy-storchaka
authored
19363f2
View commit details
Copy full SHA for 19363f2
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
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
Browse repository at this point
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
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
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
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
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
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
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
Browse repository at this point
gh-72353: Continue reading from the console after ignored Ctrl+C (GH-155434)
Show description for c922aa0
3 people
authored
c922aa0
View commit details
Copy full SHA for c922aa0
Browse repository at this point
gh-85470: Delay load ole32.dll in the _ctypes module (GH-155435)
Show description for 0e8100a
serhiy-storchaka
authored
0e8100a
View commit details
Copy full SHA for 0e8100a
Browse repository at this point
gh-151365: Revert temporary Git downgrade (#156584)
Show description for 3e9efe5
StanFromIreland
authored
3e9efe5
View commit details
Copy full SHA for 3e9efe5
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
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
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
Browse repository at this point
gh-155905: Fix error handling in _testcapi helpers (GH-155906)
Show description for a175da7
serhiy-storchaka
and
claude
authored
a175da7
View commit details
Copy full SHA for a175da7
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
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
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
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
Previous
Next
You can’t perform that action at this time.