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 }}
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.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
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 17, 2026
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
gh-91398: Remove the border around the IDLE Shell sidebar (GH-32363)
Show description for 82952e3
BA-24
and
terryjreedy
authored
82952e3
View commit details
Copy full SHA for 82952e3
Browse repository at this point
gh-157517: Don't copy HTML sources and fix sidebar sources links in docs builds (#157522)
Show description for 5601e1e
m-aciek
and
StanFromIreland
authored
5601e1e
View commit details
Copy full SHA for 5601e1e
Browse repository at this point
gh-144133: Add warning about untrusted input to the `idna` codec (GH-155475)
StanFromIreland
authored
37452c7
View commit details
Copy full SHA for 37452c7
Browse repository at this point
gh-140550: Enable limited C API tests on Free Threading in test_cext (#157493)
Show description for fb123c8
vstinner
authored
fb123c8
View commit details
Copy full SHA for fb123c8
Browse repository at this point
gh-156939: Clear newly allocated bytes in PyBytesWriter_Resize() (#157455)
Show description for 3b1057d
vstinner
authored
3b1057d
View commit details
Copy full SHA for 3b1057d
Browse repository at this point
gh-156939: Detect buffer overflow in bytes and bytearray (#157529)
Show description for 2d1007f
vstinner
authored
2d1007f
View commit details
Copy full SHA for 2d1007f
Browse repository at this point
gh-148603: Update docs now UTF-8 is default (PEP 686) (#157372)
hugovk
authored
d95f295
View commit details
Copy full SHA for d95f295
Browse repository at this point
gh-140550: Fix PyABIInfo_VAR macro: avoid ";" (#157539)
Show description for cbb43b8
encukou
and
vstinner
authored
cbb43b8
View commit details
Copy full SHA for cbb43b8
Browse repository at this point
gh-156939: Document that PyBytesObject ends with a NUL byte (#157236)
Show description for 2fcb0e2
vstinner
and
encukou
authored
2fcb0e2
View commit details
Copy full SHA for 2fcb0e2
Browse repository at this point
gh-155742: Use PyBytesWriter in CJK codecs (#157535)
Show description for 237e1dd
vstinner
authored
237e1dd
View commit details
Copy full SHA for 237e1dd
Browse repository at this point
gh-155875: Fix use-after-free in curses after new_prescr() (GH-155914)
Show description for 0fc5ebc
BHUVANSH855
authored
0fc5ebc
View commit details
Copy full SHA for 0fc5ebc
Browse repository at this point
gh-156946: Unlink a curses panel before dropping its user pointer (GH-156947)
Show description for df02e26
fedonman
authored
df02e26
View commit details
Copy full SHA for df02e26
Browse repository at this point
gh-156909: Fix `AST.__repr__` call getting the `_fields` attribute (GH-157490)
johnslavik
authored
1bfcc3c
View commit details
Copy full SHA for 1bfcc3c
Browse repository at this point
gh-154470: Fix spurious ^J in pdb's colorized list command (#154473)
ambv
authored
c68ce16
View commit details
Copy full SHA for c68ce16
Browse repository at this point
gh-153568: Skip prefix tests when peg_generator is unavailable (#157534)
pablogsal
authored
e03ed46
View commit details
Copy full SHA for e03ed46
Browse repository at this point
gh-153568: Reuse shared prefixes in generated parser rules (#157465)
pablogsal
authored
89fe985
View commit details
Copy full SHA for 89fe985
Browse repository at this point
Previous
Next
You can’t perform that action at this time.