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
Lib
on
main
User selector
All users
All time
Commit history
Commits on Aug 15, 2026
gh-155430: fix `hmac.digest` bigmem test (#155431)
picnixz
authored
948fd7e
View commit details
Copy full SHA for 948fd7e
View code at this point
Browse repository at this point
gh-155319: Fix the source line of a warning issued with module_globals (GH-155320)
Show description for c92e2fd
serhiy-storchaka
authored
c92e2fd
View commit details
Copy full SHA for c92e2fd
View code at this point
Browse repository at this point
gh-155519: fix data-race for Context.ctx_vars (#155522)
nascheme
authored
9ee248c
View commit details
Copy full SHA for 9ee248c
View code at this point
Browse repository at this point
gh-155400: Fix deadlock with type_lock_prevent_release() (#155401)
nascheme
authored
50fcb91
View commit details
Copy full SHA for 50fcb91
View code at this point
Browse repository at this point
gh-155143: Fix asyncio.shield() leaking tasks via await-graph (#155144)
pteromys
authored
fbd2e01
View commit details
Copy full SHA for fbd2e01
View code at this point
Browse repository at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
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-155503: Check Py_TPFLAGS_IMMUTABLETYPE in check_immutable_type() (#155620)
Show description for 76f2903
vstinner
authored
76f2903
View commit details
Copy full SHA for 76f2903
View code at this point
Browse repository at this point
gh-75008: Detect the lineterminator in csv.Sniffer.sniff() (GH-155061)
Show description for 3157786
serhiy-storchaka
authored
3157786
View commit details
Copy full SHA for 3157786
View code at this point
Browse repository at this point
gh-155040: Support copy.replace() for tarfile.TarInfo (GH-155046)
Show description for e75ef6a
serhiy-storchaka
and
claude
authored
e75ef6a
View commit details
Copy full SHA for e75ef6a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.