Sitelet
https://github.com/python/cpython/commits/main
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
Accelerator
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
74.9k
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 25, 2026
gh-154089: Hide unavailable replay efficiency (#154092)
pablogsal
authored
cf7e910
View commit details
Copy full SHA for cf7e910
Browse repository at this point
gh-154088: Count elided stacks consistently (#154093)
pablogsal
authored
b22d175
View commit details
Copy full SHA for b22d175
Browse repository at this point
gh-154085: Avoid duplicating diff line values (#154099)
pablogsal
authored
53381bc
View commit details
Copy full SHA for 53381bc
Browse repository at this point
gh-156243: Indicate that emscripten_runtime depends on stringToNewUTF8 (#156335)
Show description for 05eac89
hoodmane
authored
05eac89
View commit details
Copy full SHA for 05eac89
Browse repository at this point
Docs(build): linklint is now called sphinx_linklint (#156373)
Show description for 98bd716
nedbat
and
StanFromIreland
authored
98bd716
View commit details
Copy full SHA for 98bd716
Browse repository at this point
Fix various issues in the 'Timer File Descriptors' documentation (#156027)
Show description for 13ab4c2
osandov
and
StanFromIreland
authored
13ab4c2
View commit details
Copy full SHA for 13ab4c2
Browse repository at this point
gh-155193: Fix the *canonical* decoder lists in the 3.15 What's New and NEWS (#156302)
advitrocks9
authored
5f31aee
View commit details
Copy full SHA for 5f31aee
Browse repository at this point
Notify Stan about Turtle related things (#156361)
StanFromIreland
authored
2736620
View commit details
Copy full SHA for 2736620
Browse repository at this point
Documentation on handling a corrupt nuget.config when installing packages from Nuget (GH-154039)
ukanuk
authored
223ee6d
View commit details
Copy full SHA for 223ee6d
Browse repository at this point
gh-152204: Validate date and time fields in `_pydatetime.date{time}.fromisoformat` (#152205)
Show description for e81960f
tonghuaroot
and
StanFromIreland
authored
e81960f
View commit details
Copy full SHA for e81960f
Browse repository at this point
gh-156348: Fix the value of curses.ERR (GH-156349)
Show description for a728080
serhiy-storchaka
authored
a728080
View commit details
Copy full SHA for a728080
Browse repository at this point
gh-156207: Fix curses Textbox.gather() for double-width characters (GH-156208)
Show description for fe8ace3
fedonman
authored
fe8ace3
View commit details
Copy full SHA for fe8ace3
Browse repository at this point
gh-145177: Upgrade to Emscripten 6.0.8 (#156334)
hoodmane
authored
8e3271d
View commit details
Copy full SHA for 8e3271d
Browse repository at this point
Commits on Aug 24, 2026
gh-148750: Unfreeze encodings module to avoid import errors with zipped stdlib (GH-156183)
Show description for ee521e8
zooba
authored
ee521e8
View commit details
Copy full SHA for ee521e8
Browse repository at this point
Add a page detailing the time complexity of operations on built-in types (#154363)
Show description for c3f7c33
5 people
authored
c3f7c33
View commit details
Copy full SHA for c3f7c33
Browse repository at this point
gh-152190: Fix memory checking failure in `test_zipfile64.py` (GH-152203)
Show description for e5ed2ad
danny0838
and
zware
authored
e5ed2ad
View commit details
Copy full SHA for e5ed2ad
Browse repository at this point
gh-155648: Fix IDLE tests that cannot fail (#156257)
Show description for ee1da7e
terryjreedy
authored
ee1da7e
View commit details
Copy full SHA for ee1da7e
Browse repository at this point
gh-156002: Bound zipfile decompression for bzip2/LZMA/Zstandard (GH-156003)
Show description for f897dbf
encukou
and
tonghuaroot
authored
f897dbf
View commit details
Copy full SHA for f897dbf
Browse repository at this point
gh-151138: Update Windows temp directory locations in tempfile.rst (#151210)
anthonycabreralara
authored
9cbd578
View commit details
Copy full SHA for 9cbd578
Browse repository at this point
Commits on Aug 23, 2026
gh-156244: Update `configure` for RISC-V support (#156277)
Show description for 53d2e14
StanFromIreland
and
emmatyping
authored
53d2e14
View commit details
Copy full SHA for 53d2e14
Browse repository at this point
gh-155373: Inline the parsing code of optional groups in Argument Clinic (GH-155374)
Show description for c1fc445
serhiy-storchaka
authored
c1fc445
View commit details
Copy full SHA for c1fc445
Browse repository at this point
gh-156226: Fix doubled-word typos in the `difflib` documetation (#156227)
Show description for e7468d1
zaveshaa
and
StanFromIreland
authored
e7468d1
View commit details
Copy full SHA for e7468d1
Browse repository at this point
gh-156230: Bound a curses window read by the window, not by 2047 (GH-156282)
Show description for ca79981
serhiy-storchaka
authored
ca79981
View commit details
Copy full SHA for ca79981
Browse repository at this point
gh-156261: Move converters used in several files to Argument Clinic (GH-156262)
Show description for 2c47c65
serhiy-storchaka
and
claude
authored
2c47c65
View commit details
Copy full SHA for 2c47c65
Browse repository at this point
gh-154855: Ask non-ncurses curses for one more character (GH-154870)
Show description for 43a1869
serhiy-storchaka
authored
43a1869
View commit details
Copy full SHA for 43a1869
Browse repository at this point
gh-156234: Fix and rewrite the curses documentation on reading (GH-156235)
Show description for be87bfa
serhiy-storchaka
authored
be87bfa
View commit details
Copy full SHA for be87bfa
Browse repository at this point
gh-155934: Fix socket leak and silent error for asyncio accepted connections (#155936)
danielKim614
authored
1461f04
View commit details
Copy full SHA for 1461f04
Browse repository at this point
gh-155433: Fix TaskGroup losing outside cancellation after cancel() (#155439)
deadlovelll
authored
ee23046
View commit details
Copy full SHA for ee23046
Browse repository at this point
gh-156173: Fix `zlib.Decompress.flush()` silently returning corrupted output instead of raising `zlib.error` (#156176)
StanFromIreland
authored
5442687
View commit details
Copy full SHA for 5442687
Browse repository at this point
gh-131885: Use real signatures in the `zlib` docs (#156179)
StanFromIreland
authored
d5e560e
View commit details
Copy full SHA for d5e560e
Browse repository at this point
gh-156126: Fix crash in -X importtime with unencodable module names (#156137)
Eclips4
authored
3a5aa68
View commit details
Copy full SHA for 3a5aa68
Browse repository at this point
gh-156246: Fix documented default of the asyncio limit argument (#156247)
deadlovelll
authored
526b2e0
View commit details
Copy full SHA for 526b2e0
Browse repository at this point
gh-155648: In IDLE tests, call unittest.main without exit arg (#156249)
Show description for c20318b
terryjreedy
authored
c20318b
View commit details
Copy full SHA for c20318b
Browse repository at this point
Commits on Aug 22, 2026
gh-156180: Reject a negative `len2` in `zlib.{adler32,crc32}_combine()` (#156181)
Show description for b062727
StanFromIreland
and
picnixz
authored
b062727
View commit details
Copy full SHA for b062727
Browse repository at this point
gh-156111: Clarify wording in glossary entry "expression" (#156198)
Aniketsy
authored
6f42535
View commit details
Copy full SHA for 6f42535
Browse repository at this point
Previous
Next
You can’t perform that action at this time.