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.4k
Star
77.2k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
fe44fc4
User selector
All users
Datepicker
All time
Commit history
Commits on May 3, 2025
gh-114713: Revert gh-114731 (#133330)
Show description for fe44fc4
Eclips4
authored
fe44fc4
View commit details
Copy full SHA for fe44fc4
Browse repository at this point
gh-133194: Fix regression with PEP 758 parsing on older `feature_version` (#133289)
Show description for ca0a96d
sobolevn
authored
ca0a96d
View commit details
Copy full SHA for ca0a96d
Browse repository at this point
gh-133037: Add test for shadowing __annotate__ (#133084)
JelleZijlstra
authored
345fdce
View commit details
Copy full SHA for 345fdce
Browse repository at this point
gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885)
Show description for 245cd6c
mhsmith
authored
245cd6c
View commit details
Copy full SHA for 245cd6c
Browse repository at this point
Commits on May 2, 2025
gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)
sergey-miryanov
authored
bd2ed7c
View commit details
Copy full SHA for bd2ed7c
Browse repository at this point
Lint: Use Ruff to format ``Tools/build/check_warnings.py`` (#133317)
AA-Turner
authored
49ea8a0
View commit details
Copy full SHA for 49ea8a0
Browse repository at this point
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Show description for fac41f5
3 people
authored
fac41f5
View commit details
Copy full SHA for fac41f5
Browse repository at this point
GH-113464: Get LLVM from cpython-bin-deps on Windows (GH-133278)
brandtbucher
authored
bfcbb28
View commit details
Copy full SHA for bfcbb28
Browse repository at this point
gh-100926: Move ctype's pointers cache from _pointer_type_cache to StgInfo (GH-131282)
Show description for a0bc0c4
4 people
authored
a0bc0c4
View commit details
Copy full SHA for a0bc0c4
Browse repository at this point
gh-112936: Fix IDLE: no Shell menu item in single-process mode (GH-126598)
Xiaokang2022
authored
7e7e49b
View commit details
Copy full SHA for 7e7e49b
Browse repository at this point
gh-132995: Upgrade bundled pip to 25.1.1 (gh-132997)
Show description for a512905
pfmoore
authored
a512905
View commit details
Copy full SHA for a512905
Browse repository at this point
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Fidget-Spinner
authored
ddac7ac
View commit details
Copy full SHA for ddac7ac
Browse repository at this point
gh-128972: Add `_Py_ALIGN_AS` and revert `PyASCIIObject` memory layout. (GH-133085)
Show description for 987e45e
encukou
authored
987e45e
View commit details
Copy full SHA for 987e45e
Browse repository at this point
gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249)
Show description for d78768e
skirpichev
authored
d78768e
View commit details
Copy full SHA for d78768e
Browse repository at this point
GH-133171: Prevent combinations of --disable-gil and --enable-experimental-jit... for now (GH-133179)
brandtbucher
authored
2da48e3
View commit details
Copy full SHA for 2da48e3
Browse repository at this point
gh-121249: unconditionally support `complex` types in `struct` (GH-132864)
Show description for f425509
3 people
authored
f425509
View commit details
Copy full SHA for f425509
Browse repository at this point
gh-133300: argparse: make `suggest_on_error` a keyword-only parameter (#133302)
hugovk
authored
e6c518d
View commit details
Copy full SHA for e6c518d
Browse repository at this point
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Show description for f237953
6 people
authored
f237953
View commit details
Copy full SHA for f237953
Browse repository at this point
gh-130645: Add color to `argparse` help (GH-132323)
hugovk
authored
4701ff9
View commit details
Copy full SHA for 4701ff9
Browse repository at this point
gh-133210: Fix `test_descr` in `--without-doc-strings` mode (#133294)
sobolevn
authored
ba16ba3
View commit details
Copy full SHA for ba16ba3
Browse repository at this point
gh-132385: Fix instance error suggestions trigger potential exceptions in `traceback` (#132387)
sobolevn
authored
641253c
View commit details
Copy full SHA for 641253c
Browse repository at this point
gh-133279: Assert with HAS_TARGET in the codegen_addop_j function (#133280)
nybblista
authored
20f8ed5
View commit details
Copy full SHA for 20f8ed5
Browse repository at this point
gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292)
encukou
authored
2590774
View commit details
Copy full SHA for 2590774
Browse repository at this point
Docs: delete title links in `turtle.rst` and `typing.rst` (#133283)
Show description for df8a02b
Yzi-Li
and
AlexWaygood
authored
df8a02b
View commit details
Copy full SHA for df8a02b
Browse repository at this point
gh-130482: Add ability to specify name for tkinter.OptionMenu and tkinter.ttk.OptionMenu (GH-130502)
Xiaokang2022
authored
e490c00
View commit details
Copy full SHA for e490c00
Browse repository at this point
gh-133197: Improve error message for incompatible string / bytes prefixes (#133242)
sobolevn
authored
1e9cc3d
View commit details
Copy full SHA for 1e9cc3d
Browse repository at this point
gh-133210: Fix `test_pydoc` in `--without-doc-strings` mode (#133271)
sobolevn
authored
4912b29
View commit details
Copy full SHA for 4912b29
Browse repository at this point
gh-123539: Improve SyntaxError msg for `import as` with not a name (#123629)
sobolevn
authored
a6ddd07
View commit details
Copy full SHA for a6ddd07
Browse repository at this point
gh-123299: Add missing pending removals (#133082)
Show description for 39afd29
hugovk
and
AA-Turner
authored
39afd29
View commit details
Copy full SHA for 39afd29
Browse repository at this point
Commits on May 1, 2025
gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting class signature with `inspect.signature` (#132055)
XuehaiPan
authored
b8633f9
View commit details
Copy full SHA for b8633f9
Browse repository at this point
gh-133259: Show path to python.sh script on successful build (#133268)
Show description for c141340
mdboom
authored
c141340
View commit details
Copy full SHA for c141340
Browse repository at this point
gh-133258: Fix crash in test_index (GH-133262)
iritkatriel
authored
a4be3bc
View commit details
Copy full SHA for a4be3bc
Browse repository at this point
gh-133261: Use __builtin_frame_address() on GCC 9 and older (#133269)
Show description for d10bd81
vstinner
authored
d10bd81
View commit details
Copy full SHA for d10bd81
Browse repository at this point
gh-130197: Test pygettext --output option (GH-133041)
StanFromIreland
authored
e5e51bd
View commit details
Copy full SHA for e5e51bd
Browse repository at this point
gh-133210: Fix `test_inspect` in `--without-doc-strings` mode (#133250)
sobolevn
authored
27e0114
View commit details
Copy full SHA for 27e0114
Browse repository at this point
Previous
Next
You can’t perform that action at this time.