Thanks to visit codestin.com
Credit goes to github.com
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 }}
zero-context
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 29, 2026
gh-153531: fix thread safety of setting func.__doc__ and func.__module__ (#154851)
kumaraditya303
authored
9ccd5bb
View commit details
Copy full SHA for 9ccd5bb
Browse repository at this point
gh-154781: Fix garbage from curses window.in_wstr() (GH-154782)
Show description for 9c91fd9
fedonman
authored
9c91fd9
View commit details
Copy full SHA for 9c91fd9
Browse repository at this point
gh-154788: Make curses window.getparent() unconditional (GH-154789)
Show description for 6af6165
fedonman
authored
6af6165
View commit details
Copy full SHA for 6af6165
Browse repository at this point
Commits on Jul 28, 2026
gh-154271: Enable socket ancillary data and forkserver on illumos (GH-154273)
Show description for 8b048eb
serhiy-storchaka
and
claude
authored
8b048eb
View commit details
Copy full SHA for 8b048eb
Browse repository at this point
gh-154324: Fix os.sendfile() error reporting on illumos (GH-154327)
Show description for e3634bb
serhiy-storchaka
and
claude
authored
e3634bb
View commit details
Copy full SHA for e3634bb
Browse repository at this point
gh-154821: fix data races on function attributes (#154826)
kumaraditya303
authored
4f3e856
View commit details
Copy full SHA for 4f3e856
Browse repository at this point
gh-154822: Fix racy assertion during finalization (GH-154824)
ZeroIntensity
authored
cb0f028
View commit details
Copy full SHA for cb0f028
Browse repository at this point
gh-152674: Avoid quadratic behavior in xml.etree.ElementPath index predicates (GH-152676)
Show description for 2ffab08
3 people
authored
2ffab08
View commit details
Copy full SHA for 2ffab08
Browse repository at this point
gh-132604: Track deprecation related to runtime-checkable protocols (3.20) (#154790)
Show description for b4db948
johnslavik
authored
b4db948
View commit details
Copy full SHA for b4db948
Browse repository at this point
gh-142349: Clarify lazy import filters have positional-only parameters (GH-144856)
johnslavik
authored
66eb823
View commit details
Copy full SHA for 66eb823
Browse repository at this point
gh-154661: Reorganize difflib documentation (GH-154662)
Show description for 1a40b7b
encukou
and
hugovk
authored
1a40b7b
View commit details
Copy full SHA for 1a40b7b
Browse repository at this point
gh-154775: Don't accept duplicate plus sign when matching complex number (GH-154776)
Show description for a85830c
encukou
and
johnslavik
authored
a85830c
View commit details
Copy full SHA for a85830c
Browse repository at this point
gh-150866: Fix asyncio shutdown_asyncgens to report BaseException (#150867)
deadlovelll
authored
353e6d3
View commit details
Copy full SHA for 353e6d3
Browse repository at this point
gh-154786: Fix crashes on a screen without a terminal (GH-154787)
Show description for c8eb79d
serhiy-storchaka
authored
c8eb79d
View commit details
Copy full SHA for c8eb79d
Browse repository at this point
gh-154746: Update docstring for `collections.Counter` (GH-154792)
Show description for 22a123f
brass75
authored
22a123f
View commit details
Copy full SHA for 22a123f
Browse repository at this point
Commits on Jul 27, 2026
gh-154467: Fix empty (Pdb) prompt when attaching to a process with pdb -p (#154469)
Show description for 1ec5607
ambv
and
claude
authored
1ec5607
View commit details
Copy full SHA for 1ec5607
Browse repository at this point
gh-154675: reorganize some imports in importlib (#154657)
brettcannon
authored
0284ce8
View commit details
Copy full SHA for 0284ce8
Browse repository at this point
gh-152912: Fix audit hook exception check in sys.addaudithook() (GH-152913)
k00shi
authored
85c8bce
View commit details
Copy full SHA for 85c8bce
Browse repository at this point
gh-152548: Add a test.support.isolation.runInSubprocess() decorator (GH-152551)
Show description for bde526d
serhiy-storchaka
and
claude
authored
bde526d
View commit details
Copy full SHA for bde526d
Browse repository at this point
gh-154749: Reject a terminal-less screen in curses.set_term() (GH-154750)
Show description for b099df5
fedonman
authored
b099df5
View commit details
Copy full SHA for b099df5
Browse repository at this point
gh-154751: Fix use-after-free in curses.initscr() after newterm() (GH-154752)
Show description for 92efaff
fedonman
authored
92efaff
View commit details
Copy full SHA for 92efaff
Browse repository at this point
gh-154744: Improve detection of skipinitialspace in csv.Sniffer (GH-154745)
Show description for b8862ae
serhiy-storchaka
authored
b8862ae
View commit details
Copy full SHA for b8862ae
Browse repository at this point
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
Browse repository at this point
gh-122931: Allow stable abi3 API extensions to include a multiarch tuple in the filename (GH-152461)
Show description for 7961bbf
3 people
authored
7961bbf
View commit details
Copy full SHA for 7961bbf
Browse repository at this point
Update mypy to 2.3 (#154764)
sobolevn
authored
58d9c78
View commit details
Copy full SHA for 58d9c78
Browse repository at this point
gh-154070: Build the curses module wide by capability, not by name (GH-154071)
Show description for 2db8ca7
serhiy-storchaka
and
claude
authored
2db8ca7
View commit details
Copy full SHA for 2db8ca7
Browse repository at this point
Commits on Jul 26, 2026
gh-145177: Upgrade to Emscripten 6.0.4 (#154743)
Show description for 993a0c6
hoodmane
authored
993a0c6
View commit details
Copy full SHA for 993a0c6
Browse repository at this point
gh-93251: Decode localized socket error messages from the locale encoding (GH-154683)
Show description for 5afbb60
serhiy-storchaka
and
claude
authored
5afbb60
View commit details
Copy full SHA for 5afbb60
Browse repository at this point
gh-148736: Use ag_frame when walking async generators in asyncio.graph (#148737)
rajkripal
authored
306a35c
View commit details
Copy full SHA for 306a35c
Browse repository at this point
gh-153862: Fix spurious color pair in curses window.inch() on a wide build (GH-154703)
Show description for b618874
serhiy-storchaka
and
claude
authored
b618874
View commit details
Copy full SHA for b618874
Browse repository at this point
gh-154695: fix asyncio.Task eager_start=True with no explicit loop (#154697)
deadlovelll
authored
f5f5059
View commit details
Copy full SHA for f5f5059
Browse repository at this point
Commits on Jul 25, 2026
Fix a stale link to the `math.integer.isqrt()` correctness proof (#154685)
mdickinson
authored
b86a41c
View commit details
Copy full SHA for b86a41c
Browse repository at this point
Add the free-threaded Windows build output dirs to `.gitignore` (#154641)
gianghungtien
authored
587d0d1
View commit details
Copy full SHA for 587d0d1
Browse repository at this point
gh-154199: Soft-deprecate `ctypes.util.find_msvcrt` (GH-154553)
ZeroIntensity
authored
ada9da9
View commit details
Copy full SHA for ada9da9
Browse repository at this point
gh-150621: avoid quadratic bytes slicing in `asyncio.protocols._feed_data_to_buffered_proto` (#150622)
deadlovelll
authored
2f4cca5
View commit details
Copy full SHA for 2f4cca5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.