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
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 }}
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.7k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
af49df9
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 18, 2026
gh-152433: Fix errors in sys.getwindowsversion() for UWP build (GH-152604)
thexai
authored
af49df9
View commit details
Copy full SHA for af49df9
Browse repository at this point
gh-64595: Touch the source file if the generated file was changed (GH-155265)
Show description for c5168ea
serhiy-storchaka
authored
c5168ea
View commit details
Copy full SHA for c5168ea
Browse repository at this point
PC/pyconfig.h: Improve readability of implicit .lib linking (GH-155995)
Andrej730
authored
c612fd4
View commit details
Copy full SHA for c612fd4
Browse repository at this point
gh-155941: Close the transport when client_connected_cb raises in asyncio (#155942)
danielKim614
authored
95e32ba
View commit details
Copy full SHA for 95e32ba
Browse repository at this point
gh-155894: Fix asyncio.wait_for() docs claiming a coroutine is wrapped in a Task (#155895)
deadlovelll
authored
05ab13e
View commit details
Copy full SHA for 05ab13e
Browse repository at this point
gh-75876: Run bigmem tests in a subprocess (GH-155302)
Show description for 66d7c89
serhiy-storchaka
and
claude
authored
66d7c89
View commit details
Copy full SHA for 66d7c89
Browse repository at this point
gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778)
Show description for 915970c
serhiy-storchaka
authored
915970c
View commit details
Copy full SHA for 915970c
Browse repository at this point
gh-153578: Fix out-of-bounds write in bytearray.extend() with a reentrant __buffer__ (GH-153579)
Show description for e675e37
tonghuaroot
authored
e675e37
View commit details
Copy full SHA for e675e37
Browse repository at this point
gh-155997: Fix list_all() if an interpreter is destroyed during the call (GH-155998)
Show description for 60dff5a
serhiy-storchaka
authored
60dff5a
View commit details
Copy full SHA for 60dff5a
Browse repository at this point
gh-155292: Don't consider Unicode codepoint attributes outside RFC 3454 (GH-155293)
Show description for 7e109d0
3 people
authored
7e109d0
View commit details
Copy full SHA for 7e109d0
Browse repository at this point
gh-123011: Fix warn_explicit() with the globals of the __main__ module (GH-155318)
Show description for f2eaf17
serhiy-storchaka
authored
f2eaf17
View commit details
Copy full SHA for f2eaf17
Browse repository at this point
gh-132581: Report why the execution environment was altered (GH-155294)
Show description for 350fc64
serhiy-storchaka
authored
350fc64
View commit details
Copy full SHA for 350fc64
Browse repository at this point
gh-155978: Fix leak in update_slot_after_setattr() (#155979)
nascheme
authored
f381d16
View commit details
Copy full SHA for f381d16
Browse repository at this point
Commits on Aug 17, 2026
gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (#155696)
Show description for a7bb524
lkk7
authored
a7bb524
View commit details
Copy full SHA for a7bb524
Browse repository at this point
gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156)
Show description for b94b9c8
fedonman
authored
b94b9c8
View commit details
Copy full SHA for b94b9c8
Browse repository at this point
gh-67217: Test both warnings implementations in environment variable tests (GH-155234)
Show description for bf2c053
serhiy-storchaka
and
claude
authored
bf2c053
View commit details
Copy full SHA for bf2c053
Browse repository at this point
gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540)
Show description for fa0ec86
tonghuaroot
authored
fa0ec86
View commit details
Copy full SHA for fa0ec86
Browse repository at this point
gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604)
Show description for f40043e
tonghuaroot
authored
f40043e
View commit details
Copy full SHA for f40043e
Browse repository at this point
gh-155852: Do not cancel remaining Executor.map calls on a callable's TimeoutError (GH-155853)
Show description for a8e1d25
tonghuaroot
authored
a8e1d25
View commit details
Copy full SHA for a8e1d25
Browse repository at this point
gh-155315: Fix marshal round-trip of shared frozendict references (GH-155316)
Show description for b6c11fe
tonghuaroot
authored
b6c11fe
View commit details
Copy full SHA for b6c11fe
Browse repository at this point
gh-150942: Speed up re.split result building (gh-155940)
snurf198
authored
cbe3a7f
View commit details
Copy full SHA for cbe3a7f
Browse repository at this point
gh-141510: Document frozendict support in json (gh-155929)
fregataa
authored
c3df37c
View commit details
Copy full SHA for c3df37c
Browse repository at this point
gh-153158: Remove the erroneous width argument of HTMLCalendar.formatmonthpage (#153159)
Show description for 1ad63cc
tonghuaroot
and
serhiy-storchaka
authored
1ad63cc
View commit details
Copy full SHA for 1ad63cc
Browse repository at this point
gh-150942: Optimize stringlib split/splitlines with _PyList_AppendTakeRef (gh-155922)
Show description for 07a9427
danielKim614
and
corona10
authored
07a9427
View commit details
Copy full SHA for 07a9427
Browse repository at this point
gh-155917: Narrow bare except in email._header_value_parser.get_parameter (gh-155916)
cmw0213
authored
e391052
View commit details
Copy full SHA for e391052
Browse repository at this point
gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (#155919)
Show description for e13c3d6
fregataa
and
claude
authored
e13c3d6
View commit details
Copy full SHA for e13c3d6
Browse repository at this point
Commits on Aug 16, 2026
gh-154842: Reject repack() while a reading handle is open (GH-154843)
Show description for 7a845ce
fedonman
authored
7a845ce
View commit details
Copy full SHA for 7a845ce
Browse repository at this point
gh-151895: Fix marshal.loads() crash on dict reference-tracking failure (GH-151896)
Show description for 5b96d39
tonghuaroot
authored
5b96d39
View commit details
Copy full SHA for 5b96d39
Browse repository at this point
gh-155477: Fix multiprocessing.Pool deadlock on close() with a buffersize imap (GH-155478)
Show description for 70fdc96
tonghuaroot
authored
70fdc96
View commit details
Copy full SHA for 70fdc96
Browse repository at this point
Fix various typos in `Doc/library/stdtypes.rst` (#155879)
Show description for fbbd94e
hu-jeff
and
StanFromIreland
authored
fbbd94e
View commit details
Copy full SHA for fbbd94e
Browse repository at this point
gh-154196: Improve `AttributeError` messages from unresolved lazy imports (#154688)
johnslavik
authored
125ca26
View commit details
Copy full SHA for 125ca26
Browse repository at this point
gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (#149016)
Show description for 084230e
Eclips4
and
iritkatriel
authored
084230e
View commit details
Copy full SHA for 084230e
Browse repository at this point
gh-155717: skip `TMPDIR` writeability test if process user is root (#155891)
picnixz
authored
4dd8f0b
View commit details
Copy full SHA for 4dd8f0b
Browse repository at this point
gh-155888: Fix asyncio writelines() hanging on an empty chunk (#155889)
deadlovelll
authored
b2c2993
View commit details
Copy full SHA for b2c2993
Browse repository at this point
gh-155717: use `spawn` as the default start method for read-only filesystems (#155827)
Show description for c144799
picnixz
authored
c144799
View commit details
Copy full SHA for c144799
Browse repository at this point
Previous
Next
You can’t perform that action at this time.