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
Breadcrumbs
History for
cpython
Include
on
main
User selector
All users
All time
Commit history
Commits on Aug 14, 2026
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
View code at this point
Browse repository at this point
Commits on Aug 13, 2026
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
View code at this point
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
View code at this point
Browse repository at this point
gh-154701: prevent executor self-links in JIT cold exits (GH-155323)
Show description for 716cbae
cocolato
and
blurb-it[bot]
authored
716cbae
View commit details
Copy full SHA for 716cbae
View code at this point
Browse repository at this point
gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497)
corona10
authored
ee4fe00
View commit details
Copy full SHA for ee4fe00
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
gh-155503: Add more PyType C API tests (#155505)
Show description for 29837a9
vstinner
authored
29837a9
View commit details
Copy full SHA for 29837a9
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
gh-155363: Fix QSBR slot leak on thread state creation failure (gh-155365)
Show description for 44e92d4
nascheme
authored
44e92d4
View commit details
Copy full SHA for 44e92d4
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
gh-152105: Remove PyUnstable_ExecutableKinds and related macros (GH-155244)
encukou
authored
fe3a123
View commit details
Copy full SHA for fe3a123
View code at this point
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
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
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
View code at this point
Browse repository at this point
Commits on Aug 1, 2026
Add comments about _Py_LOCK_DONT_DETACH usage. (#153817)
nascheme
authored
534b6b0
View commit details
Copy full SHA for 534b6b0
View code at this point
Browse repository at this point
Commits on Jul 29, 2026
gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF opcode (GH-154778)
coroma01
authored
a528a24
View commit details
Copy full SHA for a528a24
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
gh-154431: Revert "gh-154431: Fix data race in `sys.audithook` (#154462)" (GH-154769)
Show description for c7b9a13
encukou
authored
c7b9a13
View commit details
Copy full SHA for c7b9a13
View code at this point
Browse repository at this point
Commits on Jul 22, 2026
gh-154431: Fix data race in `sys.audithook` (#154462)
sobolevn
authored
596cd5c
View commit details
Copy full SHA for 596cd5c
View code at this point
Browse repository at this point
Commits on Jul 21, 2026
gh-145685: per-type method cache implementation (#150160)
kumaraditya303
authored
daf09e1
View commit details
Copy full SHA for daf09e1
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
gh-153511: Removes Tools/msi, Tools/nuget, and legacy py.exe launcher sources (GH-153512)
zooba
authored
bd31583
View commit details
Copy full SHA for bd31583
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
gh-154055: Gate optional curses functions absent on old SVr4 curses (GH-154057)
Show description for 104c397
serhiy-storchaka
and
claude
authored
104c397
View commit details
Copy full SHA for 104c397
View code at this point
Browse repository at this point
Commits on Jul 18, 2026
gh-153236: Propagate lazy submodule import errors (#153237)
pablogsal
authored
0a09daf
View commit details
Copy full SHA for 0a09daf
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
gh-102960: Make frames weak-referenceable (#152838)
Show description for 6ae740c
ambv
and
claude
authored
6ae740c
View commit details
Copy full SHA for 6ae740c
View code at this point
Browse repository at this point
gh-152433: Allow posixmodule.c to build for Windows UWP (GH-152998)
thexai
authored
ba28946
View commit details
Copy full SHA for ba28946
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
gh-152132: Test Py_CompileString() in test_capi.test_run (#153470)
Show description for d83d267
vstinner
authored
d83d267
View commit details
Copy full SHA for d83d267
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
gh-152132: Enhance Py_RunMain() and fix bugs (#153461)
Show description for 1b41c7b
vstinner
authored
1b41c7b
View commit details
Copy full SHA for 1b41c7b
View code at this point
Browse repository at this point
Use enums for pycore_uop_ids.h. (gh-153351)
Show description for 87e5aac
nascheme
authored
87e5aac
View commit details
Copy full SHA for 87e5aac
View code at this point
Browse repository at this point
gh-152132: Fix Py_RunMain() to return an exit code (#153446)
Show description for fac72f1
vstinner
authored
fac72f1
View commit details
Copy full SHA for fac72f1
View code at this point
Browse repository at this point
gh-152997: Support system locale encodings via an iconv-based codec (GH-153001)
Show description for 3ce7a12
serhiy-storchaka
and
claude
authored
3ce7a12
View commit details
Copy full SHA for 3ce7a12
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
gh-153083: Defer GC tracking of an array to the end of construction. (gh-153284)
corona10
authored
8615062
View commit details
Copy full SHA for 8615062
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)
Show description for 2092192
DinoV
authored
2092192
View commit details
Copy full SHA for 2092192
View code at this point
Browse repository at this point
gh-145855: Remove the DELETE_ATTR bytecode (GH-146216)
aisk
authored
8bee2a3
View commit details
Copy full SHA for 8bee2a3
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
gh-150459: Fix `SyntaxError` message for `from x lazy import y` (#150877)
sobolevn
authored
ec5f154
View commit details
Copy full SHA for ec5f154
View code at this point
Browse repository at this point
gh-153009: Fix compilation of `curses` on platforms that define the `stdscr` macro (#153010)
picnixz
authored
cfe3e07
View commit details
Copy full SHA for cfe3e07
View code at this point
Browse repository at this point
gh-151646: Fix data race between gc.get_stats() and GC in free-threading builds (gh-151766)
Show description for 8b1dbb1
zangjiucheng
and
claude
authored
8b1dbb1
View commit details
Copy full SHA for 8b1dbb1
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
gh-152066: Merge `_GUARD_DORV_VALUES_INST_ATTR_FROM_DICT` into `_CHECK_MANAGED_OBJECT_HAS_VALUES` (GH-152231)
Aniketsy
authored
87120d3
View commit details
Copy full SHA for 87120d3
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
gh-152502: Detect the curses mouse interface and is_* methods portably (GH-152705)
Show description for 7bbea4f
serhiy-storchaka
and
claude
authored
7bbea4f
View commit details
Copy full SHA for 7bbea4f
View code at this point
Browse repository at this point
gh-145857: Replace `DELETE_GLOBAL` with `PUSH_NULL; STORE_GLOBAL` (GH-146314)
brijkapadia
authored
a3dc784
View commit details
Copy full SHA for a3dc784
View code at this point
Browse repository at this point
gh-145854: Replace `DELETE_NAME` with `PUSH_NULL; STORE_NAME` (GH-146006)
brijkapadia
authored
c393ab6
View commit details
Copy full SHA for c393ab6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.