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.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
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
All time
Commit history
Commits on Aug 14, 2026
gh-155194: Fix not raising on non-module import (#155189)
Show description for dffac61
DinoV
authored
dffac61
View commit details
Copy full SHA for dffac61
Browse repository at this point
gh-155787: Harmonize parameter names in the time module documentation and docstrings (#155790)
Show description for bc6749c
serhiy-storchaka
and
StanFromIreland
authored
bc6749c
View commit details
Copy full SHA for bc6749c
Browse repository at this point
gh-155742: Use PyBytesWriter in Python/assemble.c (#155747)
Show description for 09b6317
vstinner
authored
09b6317
View commit details
Copy full SHA for 09b6317
Browse repository at this point
gh-155621: Fix unrepresentable defaults in socket.sendmsg() signature (#155623)
lpyu001
authored
e5556cd
View commit details
Copy full SHA for e5556cd
Browse repository at this point
gh-135736: call exception handler for all BaseExceptions in asyncio.TaskGroup (#154538)
sreehariannam
authored
a7b2e1f
View commit details
Copy full SHA for a7b2e1f
Browse repository at this point
Fix typo in `annotationlib` documentation (#155776)
Viicos
authored
6611f4d
View commit details
Copy full SHA for 6611f4d
Browse repository at this point
improve test_copy_reduce and test_deepcopy_reduce coverage (#154182)
Show description for 4af81d9
dslavicek
and
tomasr8
authored
4af81d9
View commit details
Copy full SHA for 4af81d9
Browse repository at this point
gh-155742: Test PyBytesWriter_FinishWithSize() with negative size (#155783)
Show description for b8e23da
vstinner
authored
b8e23da
View commit details
Copy full SHA for b8e23da
Browse repository at this point
gh-155742: Get PyBytes_AS_STRING() as `const char*` (#155751)
Show description for 079dd5e
vstinner
authored
079dd5e
View commit details
Copy full SHA for 079dd5e
Browse repository at this point
gh-155742: Use PyBytesWriter in _zstd.train_dict() (#155745)
Show description for a0e77f2
vstinner
authored
a0e77f2
View commit details
Copy full SHA for a0e77f2
Browse repository at this point
gh-153521: Preserve bytes message sets in imaplib (GH-153907)
Show description for 0d87a0b
cuishuang
authored
0d87a0b
View commit details
Copy full SHA for 0d87a0b
Browse repository at this point
gh-139314: Add support for linking against `zlib-rs` and `libbzip2-rs` (#155119)
StanFromIreland
authored
5d91cf6
View commit details
Copy full SHA for 5d91cf6
Browse repository at this point
gh-154753: Update references to moved files in the docs (#155553)
Show description for 58a620a
BHUVANSH855
and
StanFromIreland
authored
58a620a
View commit details
Copy full SHA for 58a620a
Browse repository at this point
gh-150449: Support negative steps in sqlite3.Blob slices (GH-150450)
Show description for c72ea53
ever0de
and
serhiy-storchaka
authored
c72ea53
View commit details
Copy full SHA for c72ea53
Browse repository at this point
gh-111331: Allow closing BytesIO with exported buffers (GH-155383)
Show description for 7385f48
serhiy-storchaka
authored
7385f48
View commit details
Copy full SHA for 7385f48
Browse repository at this point
gh-155752: Do not crash when GenericAlias parameters change during substitution (#155761)
Show description for c0006fa
dariushoule
authored
c0006fa
View commit details
Copy full SHA for c0006fa
Browse repository at this point
gh-155727: Ignore internal imports in test_attribute_completion (GH-155730)
Show description for 94c6066
serhiy-storchaka
authored
94c6066
View commit details
Copy full SHA for 94c6066
Browse repository at this point
gh-155732: Join the terminated process in test_repr_lock (GH-155734)
Show description for 3c414a5
serhiy-storchaka
authored
3c414a5
View commit details
Copy full SHA for 3c414a5
Browse repository at this point
gh-155726: Restore the sysconfig prefix cache in test_sysconfig (GH-155729)
Show description for b42025d
serhiy-storchaka
authored
b42025d
View commit details
Copy full SHA for b42025d
Browse repository at this point
gh-155702: Fix sqlite3.Blob slice assignment with a step (GH-155703)
Show description for b758ff4
serhiy-storchaka
authored
b758ff4
View commit details
Copy full SHA for b758ff4
Browse repository at this point
Correct decompression exception in zstd documentation (#154864)
cuishuang
authored
1bb7995
View commit details
Copy full SHA for 1bb7995
Browse repository at this point
Commits on Aug 13, 2026
gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (#154567)
Show description for 46c355f
PhysicistJohn
and
vstinner
authored
46c355f
View commit details
Copy full SHA for 46c355f
Browse repository at this point
gh-152563, test_math: Enable fma test on musl 1.2.6 (#152564)
weixlu
authored
5ea3935
View commit details
Copy full SHA for 5ea3935
Browse repository at this point
gh-155731: Clean up files left by test_import (GH-155735)
Show description for b0ba60e
serhiy-storchaka
authored
b0ba60e
View commit details
Copy full SHA for b0ba60e
Browse repository at this point
gh-109817: Do not copy all test cases into the worker process (GH-155713)
Show description for dd1194e
serhiy-storchaka
authored
dd1194e
View commit details
Copy full SHA for dd1194e
Browse repository at this point
Do not break long test names in the regrtest output (GH-155714)
Show description for ceb3518
serhiy-storchaka
authored
ceb3518
View commit details
Copy full SHA for ceb3518
Browse repository at this point
idlelib tests: Fix refleak testing of test_zzdummy (GH-155393)
Show description for fa90680
zware
authored
fa90680
View commit details
Copy full SHA for fa90680
Browse repository at this point
gh-141174: Test `type_repr()` of `Template` with invalid syntax in `Interpolation` (#155661)
Show description for 5cc9e46
dr-carlos
authored
5cc9e46
View commit details
Copy full SHA for 5cc9e46
Browse repository at this point
gh-141174: Test `get_annotations()` on wrapped cyclical `functools.partial` (#155663)
Show description for 5d3f02a
dr-carlos
authored
5d3f02a
View commit details
Copy full SHA for 5d3f02a
Browse repository at this point
gh-141174: Test re-stringifying a `ForwardRef` (#155689)
Show description for 5dab490
dr-carlos
authored
5dab490
View commit details
Copy full SHA for 5dab490
Browse repository at this point
gh-135748: Use Argument Clinic for more socket functions (GH-155257)
Show description for 9f87800
serhiy-storchaka
authored
9f87800
View commit details
Copy full SHA for 9f87800
Browse repository at this point
gh-154916: Fix data races in GenericAlias using critical sections (#155634)
kumaraditya303
authored
8123ed1
View commit details
Copy full SHA for 8123ed1
Browse repository at this point
gh-153400: Add syscall fallbacks for copy_file_range/memfd_create (#155520)
Show description for 6e079e5
daandemeyer
authored
6e079e5
View commit details
Copy full SHA for 6e079e5
Browse repository at this point
gh-155515: Use GC tracking for HAMT iterators (#155517)
nascheme
authored
f056212
View commit details
Copy full SHA for f056212
Browse repository at this point
gh-155486: Allow non-compact integers in `TO_BOOL_INT` (GH-155531)
marinelay
authored
cd98657
View commit details
Copy full SHA for cd98657
Browse repository at this point
Previous
Next
You can’t perform that action at this time.