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
Type
/
to 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.1k
Star
74.2k
Code
Issues
5k+
Pull requests
2.4k
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 4, 2026
gh-117807: Handle invalid UTF-8 in mimetypes map files (GH-151216)
harjothkhara
authored
30ac23e
View commit details
Copy full SHA for 30ac23e
Browse repository at this point
gh-154523: Fix data-race in `TextIOWrapper.detach()` (#154565)
brijkapadia
authored
8440a6a
View commit details
Copy full SHA for 8440a6a
Browse repository at this point
gh-152548: Report a subprocess of runInSubprocess() dying after the test (GH-155162)
Show description for ef0affb
serhiy-storchaka
and
claude
authored
ef0affb
View commit details
Copy full SHA for ef0affb
Browse repository at this point
gh-155109: Run tests exhausting the C stack with a limited C stack (GH-155120)
Show description for ce5ae29
serhiy-storchaka
and
claude
authored
ce5ae29
View commit details
Copy full SHA for ce5ae29
Browse repository at this point
gh-154044: Fix data race on descriptor __qualname__ in free-threading build (#154691)
deadlovelll
authored
2b91da7
View commit details
Copy full SHA for 2b91da7
Browse repository at this point
gh-155146: Do not depend on the exact number of allocations in test_class (GH-155150)
Show description for 416c346
serhiy-storchaka
and
claude
authored
416c346
View commit details
Copy full SHA for 416c346
Browse repository at this point
gh-154971: Split IocpProactor._poll() (#155142)
deadlovelll
authored
089b713
View commit details
Copy full SHA for 089b713
Browse repository at this point
gh-104091: Suggest TaskGroup for running background tasks in asyncio.create_task() docs (#155133)
kumaraditya303
authored
36250a9
View commit details
Copy full SHA for 36250a9
Browse repository at this point
gh-154863: Check the encoded bytes in the shift state flush test (GH-155128)
Show description for 679ff3a
serhiy-storchaka
authored
679ff3a
View commit details
Copy full SHA for 679ff3a
Browse repository at this point
Commits on Aug 3, 2026
gh-155063: Upgrade bundled pip to 26.2 (#155064)
Show description for fd9feab
ichard26
and
pfmoore
authored
fd9feab
View commit details
Copy full SHA for fd9feab
Browse repository at this point
gh-78959: Add order parameter to memoryview.cast() (GH-153663)
Show description for bd8b2fe
serhiy-storchaka
authored
bd8b2fe
View commit details
Copy full SHA for bd8b2fe
Browse repository at this point
gh-75279: Document that asyncio StreamWriter.drain() may not yield to the event loop (#155132)
kumaraditya303
authored
ab8c737
View commit details
Copy full SHA for ab8c737
Browse repository at this point
gh-94984: Add mode parameter to asyncio create_unix_server() (#155086)
Dreamsorcerer
authored
1617cbe
View commit details
Copy full SHA for 1617cbe
Browse repository at this point
gh-145030: Fix asyncio write pipe transport for named FIFOs on Solaris (#155110)
kulikjak
authored
910e584
View commit details
Copy full SHA for 910e584
Browse repository at this point
gh-151728: Clear the typing caches at interpreter shutdown (GH-155002)
Show description for c10c7e9
wjakob
authored
c10c7e9
View commit details
Copy full SHA for c10c7e9
Browse repository at this point
gh-154937: Fix `_thread._shutdown()` racing with `_thread.start_joinable_thread` on `ThreadHandle.ident` (#155085)
LindaSummer
authored
a4095ee
View commit details
Copy full SHA for a4095ee
Browse repository at this point
GH-138800: Fix variable substitution in python3.pc for Android (#144776)
Show description for 5918085
3 people
authored
5918085
View commit details
Copy full SHA for 5918085
Browse repository at this point
Commits on Aug 2, 2026
gh-155013: Fix a reference to "partial object" in the `functools.partial()` doc (#155036)
Show description for 204feba
sirosen
and
StanFromIreland
authored
204feba
View commit details
Copy full SHA for 204feba
Browse repository at this point
gh-155006: Encode an error handler's replacement strictly (GH-155008)
Show description for 685ad02
serhiy-storchaka
and
claude
authored
685ad02
View commit details
Copy full SHA for 685ad02
Browse repository at this point
gh-155052: Fix docstring of decimal.Context.copy (GH-155062)
BHUVANSH855
authored
04a1fcf
View commit details
Copy full SHA for 04a1fcf
Browse repository at this point
gh-79366: Fix a race condition when removing a logging handler (GH-154528)
Show description for 083e038
3 people
authored
083e038
View commit details
Copy full SHA for 083e038
Browse repository at this point
gh-155051: Reject None keyword arguments in decimal.localcontext() (GH-155054)
Show description for 96ebb20
serhiy-storchaka
and
claude
authored
96ebb20
View commit details
Copy full SHA for 96ebb20
Browse repository at this point
gh-155041: Support copy.replace() for decimal.Context (GH-155047)
Show description for 3f4ed1d
serhiy-storchaka
and
claude
authored
3f4ed1d
View commit details
Copy full SHA for 3f4ed1d
Browse repository at this point
Commits on Aug 1, 2026
gh-154892: Fix `PyLong_AsLong()` error checks in `_zoneinfo` (#154901)
Show description for 7b4165b
BHUVANSH855
and
StanFromIreland
authored
7b4165b
View commit details
Copy full SHA for 7b4165b
Browse repository at this point
Update Android Gradle plugin to version 9.3.1 (#155012)
mhsmith
authored
7ce7f0b
View commit details
Copy full SHA for 7ce7f0b
Browse repository at this point
gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (#154898)
BHUVANSH855
authored
afd10f0
View commit details
Copy full SHA for afd10f0
Browse repository at this point
Add comments about _Py_LOCK_DONT_DETACH usage. (#153817)
nascheme
authored
534b6b0
View commit details
Copy full SHA for 534b6b0
Browse repository at this point
gh-151627: fix thread safety of OrderedDict iterator creation (#151688)
pedramkarimii
authored
86dab7c
View commit details
Copy full SHA for 86dab7c
Browse repository at this point
Commits on Jul 31, 2026
gh-133879: Copyedit "What's New in Python 3.15" (#154978)
hugovk
authored
a646c99
View commit details
Copy full SHA for a646c99
Browse repository at this point
Fix inconsistencies in `InternalDocs/parser.md` (GH-154917)
YangSiJun528
authored
2ac8900
View commit details
Copy full SHA for 2ac8900
Browse repository at this point
gh-151728: Partially revert "Clear the typing caches at interpreter shutdown (GH-154858)" (GH-154992)
Show description for 6a139d6
encukou
authored
6a139d6
View commit details
Copy full SHA for 6a139d6
Browse repository at this point
gh-154791: Fix asyncio.Future losing traceback on repeated result() call (#154798)
iaroslavkrasikov
authored
93e2c77
View commit details
Copy full SHA for 93e2c77
Browse repository at this point
gh-154726: Fix `shutil.copyfile()` for symlinks to special files with `follow_symlinks=False` (GH-154728)
lkk7
authored
f5afa89
View commit details
Copy full SHA for f5afa89
Browse repository at this point
gh-154738: Propagate reparse-deferral setting to pyexpat subparsers (GH-154739)
tonghuaroot
authored
7d76013
View commit details
Copy full SHA for 7d76013
Browse repository at this point
gh-154863: Fix iconv encoding of ISO-2022-CN-EXT returning empty bytes (GH-154899)
Show description for d2ace0c
fedonman
authored
d2ace0c
View commit details
Copy full SHA for d2ace0c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.