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.2k
Star
74.2k
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 7, 2026
gh-105499: Avoid using `functools.reduce()` to reconstruct `Union` objects (#155280)
Viicos
authored
cfcbfe4
View commit details
Copy full SHA for cfcbfe4
Browse repository at this point
Commits on Aug 6, 2026
gh-75876: Use functools.wraps() in test.support test decorators (GH-155262)
Show description for c3aefdb
serhiy-storchaka
and
claude
authored
c3aefdb
View commit details
Copy full SHA for c3aefdb
Browse repository at this point
gh-109861: Fix a doctest in Lib/_pydecimal.py which was failing when running its doctests directly (GH-125479)
Show description for 5965f08
mbyrnepr2
and
skirpichev
authored
5965f08
View commit details
Copy full SHA for 5965f08
Browse repository at this point
gh-150693: Combine docs sections for external resources (#150694)
miameows
authored
9cbb9e5
View commit details
Copy full SHA for 9cbb9e5
Browse repository at this point
gh-152105: Remove PyUnstable_ExecutableKinds and related macros (GH-155244)
encukou
authored
fe3a123
View commit details
Copy full SHA for fe3a123
Browse repository at this point
gh-155009: Fix argparse test on non-UTF-8 locales like Raspbian (#155227)
hugovk
authored
297eb1b
View commit details
Copy full SHA for 297eb1b
Browse repository at this point
gh-155266: Fix Argument Clinic for a lone optional group (GH-155267)
Show description for 4130af1
serhiy-storchaka
authored
4130af1
View commit details
Copy full SHA for 4130af1
Browse repository at this point
gh-145685: Remove `_PySeqLock` that is not used anymore (gh-155243)
maurycy
authored
d2f4649
View commit details
Copy full SHA for d2f4649
Browse repository at this point
gh-145177: Upgrade to Emscripten 6.0.6 (#155260)
Show description for 2dcb32b
hoodmane
authored
2dcb32b
View commit details
Copy full SHA for 2dcb32b
Browse repository at this point
Commits on Aug 5, 2026
Add a `wasi package` command (#154510)
brettcannon
authored
e12ee02
View commit details
Copy full SHA for e12ee02
Browse repository at this point
gh-151925: Clarify ast.DictComp.value for dict unpacking (GH-152463)
AkhilByju
authored
4bbc20b
View commit details
Copy full SHA for 4bbc20b
Browse repository at this point
gh-155043: Support copy.replace() for argparse.Namespace (#155049)
serhiy-storchaka
authored
9dc11d8
View commit details
Copy full SHA for 9dc11d8
Browse repository at this point
gh-154902: Add an intrinsic for conditional annotations (#155026)
Show description for dd5a285
deadlovelll
and
sobolevn
authored
dd5a285
View commit details
Copy full SHA for dd5a285
Browse repository at this point
gh-152105: Remove docs snippet that uses internal C API (GH-155122)
Show description for c5d4946
encukou
and
StanFromIreland
authored
c5d4946
View commit details
Copy full SHA for c5d4946
Browse repository at this point
gh-64502: Convert curses methods with optional groups to Argument Clinic (GH-155229)
Show description for ea85e8f
serhiy-storchaka
and
claude
authored
ea85e8f
View commit details
Copy full SHA for ea85e8f
Browse repository at this point
gh-152548: Add options, env and timeout parameters to runInSubprocess() (GH-155163)
Show description for 1d90627
serhiy-storchaka
and
claude
authored
1d90627
View commit details
Copy full SHA for 1d90627
Browse repository at this point
gh-64502: Support several optional groups on the same level in Argument Clinic (GH-155210)
Show description for 7763c98
serhiy-storchaka
and
claude
authored
7763c98
View commit details
Copy full SHA for 7763c98
Browse repository at this point
gh-155212: List the converters defined in a C file (GH-155221)
Show description for 2d9a693
serhiy-storchaka
and
claude
authored
2d9a693
View commit details
Copy full SHA for 2d9a693
Browse repository at this point
gh-155218: Generate the option group flags in a stable order (GH-155219)
Show description for 7aec160
serhiy-storchaka
and
claude
authored
7aec160
View commit details
Copy full SHA for 7aec160
Browse repository at this point
gh-155207: Add --dry-run and --diff options to Argument Clinic (GH-155208)
Show description for 3874ad1
serhiy-storchaka
and
claude
authored
3874ad1
View commit details
Copy full SHA for 3874ad1
Browse repository at this point
gh-64502: Fix Argument Clinic support of optional groups with defaults (GH-155191)
Show description for caac927
serhiy-storchaka
and
claude
authored
caac927
View commit details
Copy full SHA for caac927
Browse repository at this point
gh-155063: Upgrade bundled pip to 26.2.1 (#155196)
ichard26
authored
b7cd0ab
View commit details
Copy full SHA for b7cd0ab
Browse repository at this point
gh-153711: Add runtime guards for dup3 & pipe2 (#155174)
Show description for f33a5f5
3 people
authored
f33a5f5
View commit details
Copy full SHA for f33a5f5
Browse repository at this point
GH-155009: Preserve argparse prog for programmatic module-as-main execution (#155199)
savannahostrowski
authored
ca4518b
View commit details
Copy full SHA for ca4518b
Browse repository at this point
Commits on Aug 4, 2026
gh-145177: Upgrade to Emscripten 6.0.5 (#155179)
Show description for 83b3354
hoodmane
authored
83b3354
View commit details
Copy full SHA for 83b3354
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.