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.8k
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
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 18, 2026
gh-56596: Make IDLE key bindings work with Caps Lock on (#157709)
Show description for 0b18efd
serhiy-storchaka
and
terryjreedy
authored
0b18efd
View commit details
Copy full SHA for 0b18efd
Browse repository at this point
gh-145856: Fix plistlib.dump() with skipkeys=True and sort_keys=True (GH-150109)
Show description for 7f7ff4c
4 people
authored
7f7ff4c
View commit details
Copy full SHA for 7f7ff4c
Browse repository at this point
gh-157688: Test `EXT_SUFFIX` platform triplet on RISC-V (#157690)
furkanonder
authored
659e262
View commit details
Copy full SHA for 659e262
Browse repository at this point
gh-157242: Add byteswriter_check_consistency() (#157723)
Show description for e2ff498
vstinner
authored
e2ff498
View commit details
Copy full SHA for e2ff498
Browse repository at this point
gh-157710: Detect overflow in PyUnicodeWriter_Finish() (#157715)
Show description for 2385254
vstinner
authored
2385254
View commit details
Copy full SHA for 2385254
Browse repository at this point
gh-157710: Add _PyUnicodeWriter_CanWrite() function (#157712)
Show description for 8542958
vstinner
authored
8542958
View commit details
Copy full SHA for 8542958
Browse repository at this point
Commits on Sep 17, 2026
gh-154594: Fix deepcopy memo lookup when __deepcopy__ returns None (#154595)
Show description for 5539c2a
tonghuaroot
and
eendebakpt
authored
5539c2a
View commit details
Copy full SHA for 5539c2a
Browse repository at this point
gh-151950: Fix Sphinx reference warnings in `Doc/library/importlib.rst` (GH-157610)
jang-hs
authored
a9e7895
View commit details
Copy full SHA for a9e7895
Browse repository at this point
gh-152433: Fix ctypes import error on Windows UWP builds (GH-154700)
Show description for 0f00aef
thexai
authored
0f00aef
View commit details
Copy full SHA for 0f00aef
Browse repository at this point
gh-155596: Fix pprint expand mode ignoring width for nested values (#155926)
cobed95
authored
8759666
View commit details
Copy full SHA for 8759666
Browse repository at this point
gh-157415: Fix data race in pthread wrapper (#157430)
Show description for d1878cc
vstinner
and
ngoldbaum
authored
d1878cc
View commit details
Copy full SHA for d1878cc
Browse repository at this point
gh-154137, regrtest: Check for Windows handle leaks (#154140)
vstinner
authored
86c1792
View commit details
Copy full SHA for 86c1792
Browse repository at this point
gh-155742: Check singletons consistency at Python exit (#157572)
Show description for 8bcbcf8
vstinner
and
encukou
authored
8bcbcf8
View commit details
Copy full SHA for 8bcbcf8
Browse repository at this point
gh-144712: Export _Py_jit_entry symbol via PyAPI_DATA (#145840)
ashm-dev
authored
e8c06d6
View commit details
Copy full SHA for e8c06d6
Browse repository at this point
gh-155742: Use PyMem_Malloc() in decode_unicode_with_escapes() (#157587)
Show description for 1e03154
vstinner
authored
1e03154
View commit details
Copy full SHA for 1e03154
Browse repository at this point
gh-142217: Add tests on the deprecated _Py_Identifier C API (#157638)
Show description for 21403af
vstinner
authored
21403af
View commit details
Copy full SHA for 21403af
Browse repository at this point
gh-69365: Show search pattern errors in the IDLE search dialogs (GH-157598)
Show description for 9ab004d
serhiy-storchaka
and
claude
authored
9ab004d
View commit details
Copy full SHA for 9ab004d
Browse repository at this point
gh-157451: Fix gettext.c2py() for unary "!" combined with a binary operator (GH-157453)
Show description for 01192a8
winklemad
and
serhiy-storchaka
authored
01192a8
View commit details
Copy full SHA for 01192a8
Browse repository at this point
gh-156402: Modernize annotation usage in libregrtest (#156403)
ashm-dev
authored
c39a329
View commit details
Copy full SHA for c39a329
Browse repository at this point
gh-157621: Clear weakrefs for ParamSpec attributes (#157622)
GruffElixir
authored
b215552
View commit details
Copy full SHA for b215552
Browse repository at this point
gh-105689: Parse only the current statement in the IDLE Shell (#157594)
Show description for b42dcf6
serhiy-storchaka
and
claude
authored
b42dcf6
View commit details
Copy full SHA for b42dcf6
Browse repository at this point
Commits on Sep 16, 2026
gh-153568: Reduce parser allocations (#157374)
pablogsal
authored
d8a1072
View commit details
Copy full SHA for d8a1072
Browse repository at this point
gh-68453: Fix IDLE -s together with -c, -r or - (#157592)
Show description for 9cc3547
serhiy-storchaka
and
claude
authored
9cc3547
View commit details
Copy full SHA for 9cc3547
Browse repository at this point
gh-154137: Add test.support.os_helper.handle_count() (#157637)
Show description for eb30805
vstinner
authored
eb30805
View commit details
Copy full SHA for eb30805
Browse repository at this point
fixes gh-157633: Update Unicode data to Unicode 18.0.0 (#157634)
Show description for 993fd8e
benjaminp
authored
993fd8e
View commit details
Copy full SHA for 993fd8e
Browse repository at this point
gh-157628: regrtest: Only report a leak if all runs leak one FD (#157629)
Show description for bba171e
vstinner
authored
bba171e
View commit details
Copy full SHA for bba171e
Browse repository at this point
gh-157495: Avoid Py_MIN()/Py_MAX() side effects (#157591)
Show description for ba91215
vstinner
authored
ba91215
View commit details
Copy full SHA for ba91215
Browse repository at this point
gh-60402: Fix Tab in a string in IDLE (#157593)
Show description for 699e802
3 people
authored
699e802
View commit details
Copy full SHA for 699e802
Browse repository at this point
gh-157361: Implement `anext()` in Python instead of C (#157362)
kumaraditya303
authored
0a6c1ed
View commit details
Copy full SHA for 0a6c1ed
Browse repository at this point
gh-157242: Fix typo in _PyBytes_Resize() (#157619)
Show description for 8df6f07
vstinner
authored
8df6f07
View commit details
Copy full SHA for 8df6f07
Browse repository at this point
gh-156920, gh-156698: fix ProactorEventLoop datagram transport hangs on close() and after write errors (#156921)
Show description for 7f52444
graingert
and
kumaraditya303
authored
7f52444
View commit details
Copy full SHA for 7f52444
Browse repository at this point
Fix comment formatting in dictobject.c (#157597)
cooper-roper
authored
e682b44
View commit details
Copy full SHA for e682b44
Browse repository at this point
gh-69004: Disable the IDLE Debugger menu item while user code runs (#157599)
Show description for 2f04bda
serhiy-storchaka
and
claude
authored
2f04bda
View commit details
Copy full SHA for 2f04bda
Browse repository at this point
Commits on Sep 15, 2026
gh-157242: Add support.inject_memory_error() function (#157431)
Show description for 9a1733d
vstinner
authored
9a1733d
View commit details
Copy full SHA for 9a1733d
Browse repository at this point
gh-157495: Implement Py_MIN/MAX/ABS using typeof() (#157496)
Show description for e2ca4dc
vstinner
authored
e2ca4dc
View commit details
Copy full SHA for e2ca4dc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.