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
Accelerator
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.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
fe6adde
User selector
All users
All time
Commit history
Commits on Sep 30, 2024
Update Objects/unicodeobject.c
Show description for fe6adde
nascheme
and
ericsnowcurrently
authored
fe6adde
View commit details
Copy full SHA for fe6adde
Browse repository at this point
gh-124785: re-work fix so tracerefs test passes
nascheme
committed
d8bf7d9
View commit details
Copy full SHA for d8bf7d9
Browse repository at this point
Minor edit for code clarification in annotationlib. (#124805)
larryhastings
authored
626d706
View commit details
Copy full SHA for 626d706
Browse repository at this point
gh-116810: fix memory leak in ssl module (GH-123249)
Show description for 7e7223e
5 people
authored
7e7223e
View commit details
Copy full SHA for 7e7223e
Browse repository at this point
gh-115142: Skip some test cases in ``Lib/test/test_compile`` if ``_testinternalcapi`` is not available (#124474)
Show description for 1c0bd8b
Eclips4
authored
1c0bd8b
View commit details
Copy full SHA for 1c0bd8b
Browse repository at this point
gh-124613, regrtest: Detect JIT in build info (#124793)
vstinner
authored
e44eebf
View commit details
Copy full SHA for e44eebf
Browse repository at this point
gh-124613: Don't run perf tests in JIT builds (#124792)
Show description for 35541c4
pablogsal
and
vstinner
authored
35541c4
View commit details
Copy full SHA for 35541c4
Browse repository at this point
gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)
zooba
authored
fac5e7a
View commit details
Copy full SHA for fac5e7a
Browse repository at this point
gh-124642: Dictionaries aren't marking objects as weakref'd (#124643)
Show description for 077e7ef
DinoV
authored
077e7ef
View commit details
Copy full SHA for 077e7ef
Browse repository at this point
Doc: Run HTML and non-HTML daily builds separately (#124493)
AA-Turner
authored
cce1125
View commit details
Copy full SHA for cce1125
Browse repository at this point
gh-124722: Fix leak in `test_detach_materialized_dict_no_memory` (GH-124769)
sobolevn
authored
6f4d64b
View commit details
Copy full SHA for 6f4d64b
Browse repository at this point
Commits on Sep 29, 2024
gh-124400: Use the normal command path for breakpoint commands (#124401)
Show description for b577460
gaogaotiantian
and
iritkatriel
authored
b577460
View commit details
Copy full SHA for b577460
Browse repository at this point
gh-124720: Update "Using Python on a Mac" document (#124721)
Show description for 4b83c03
ned-deily
authored
4b83c03
View commit details
Copy full SHA for 4b83c03
Browse repository at this point
gh-111495: Add tests for `PyCodec_*` C API (#123343)
picnixz
authored
6d0d26e
View commit details
Copy full SHA for 6d0d26e
Browse repository at this point
gh-123961: Add a global state to _curses (#124729)
picnixz
authored
4d8e7c4
View commit details
Copy full SHA for 4d8e7c4
Browse repository at this point
gh-123290: Fix decref in _curses update_lines_cols() (#124767)
picnixz
authored
12417a9
View commit details
Copy full SHA for 12417a9
Browse repository at this point
functools: Give up on lazy-importing types (#124736)
Show description for 95581b3
JelleZijlstra
authored
95581b3
View commit details
Copy full SHA for 95581b3
Browse repository at this point
Docs: improve generic `typing.NamedTuple` example (#124739)
CBerJun
authored
76fbee6
View commit details
Copy full SHA for 76fbee6
Browse repository at this point
gh-58573: Fix conflicts between abbreviated long options in the parent parser and subparsers in argparse (GH-124631)
Show description for 3f27153
serhiy-storchaka
authored
3f27153
View commit details
Copy full SHA for 3f27153
Browse repository at this point
gh-116850: Fix argparse for namespaces with not directly writable dict (GH-124667)
Show description for 95e92ef
serhiy-storchaka
authored
95e92ef
View commit details
Copy full SHA for 95e92ef
Browse repository at this point
gh-61181: Fix support of choices with string value in argparse (GH-124578)
Show description for f1a2417
serhiy-storchaka
authored
f1a2417
View commit details
Copy full SHA for f1a2417
Browse repository at this point
gh-53834: Fix support of arguments with choices in argparse (GH-124495)
Show description for dac4ec5
serhiy-storchaka
authored
dac4ec5
View commit details
Copy full SHA for dac4ec5
Browse repository at this point
gh-124345: Support abbreviated single-dash long options with = in argparse (GH-124428)
serhiy-storchaka
authored
6118044
View commit details
Copy full SHA for 6118044
Browse repository at this point
gh-80259: Fix conflict between type and default=SUPPRESS in argparse (GH-124519)
Show description for 9bcadf5
serhiy-storchaka
authored
9bcadf5
View commit details
Copy full SHA for 9bcadf5
Browse repository at this point
gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124340)
serhiy-storchaka
authored
49e105f
View commit details
Copy full SHA for 49e105f
Browse repository at this point
gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Show description for d08c788
serhiy-storchaka
authored
d08c788
View commit details
Copy full SHA for d08c788
Browse repository at this point
GH-124639: add back loop param to staggered_race (#124700)
kumaraditya303
authored
e0a41a5
View commit details
Copy full SHA for e0a41a5
Browse repository at this point
gh-124665: Add `_PyCodec_UnregisterError` and `_codecs._unregister_error` (#124677)
picnixz
authored
c00964e
View commit details
Copy full SHA for c00964e
Browse repository at this point
Commits on Sep 28, 2024
gh-124442: make `__static_attributes__` deterministic by sorting (#124492)
Show description for 04c837d
3 people
authored
04c837d
View commit details
Copy full SHA for 04c837d
Browse repository at this point
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in classes (GH-123613)
Show description for 69a4063
serhiy-storchaka
authored
69a4063
View commit details
Copy full SHA for 69a4063
Browse repository at this point
gh-124688: _decimal: Get module state from ctx for performance (#124691)
Show description for dc12237
neonene
authored
dc12237
View commit details
Copy full SHA for dc12237
Browse repository at this point
docs: improve venv docs (#124540)
Show description for c976d78
JelleZijlstra
authored
c976d78
View commit details
Copy full SHA for c976d78
Browse repository at this point
Doc: Fix default ``latex_elements['papersize']`` (#124525)
Show description for fae5058
jfbu
authored
fae5058
View commit details
Copy full SHA for fae5058
Browse repository at this point
Sorting techniques edits (#124701)
rhettinger
authored
165ed68
View commit details
Copy full SHA for 165ed68
Browse repository at this point
Commits on Sep 27, 2024
gh-107954: Fix configuration type for the perf profiler (#124636)
pablogsal
authored
02b49c5
View commit details
Copy full SHA for 02b49c5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.