Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
fried
/
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
All time
Commit history
Commits on Sep 24, 2024
GH-87358: Add clarification about nargs and default argparse behaviour (#124094)
savannahostrowski
authored
20ccda0
Copy full SHA for 20ccda0
gh-124402: Require cpu resource in test_free_threading (#124438)
Show description for 38a5beb
vstinner
authored
38a5beb
Copy full SHA for 38a5beb
gh-113008: Correct argparse usage output for required, mutually exclusive groups (GH-113085)
paytonward6
authored
d21b0b5
Copy full SHA for d21b0b5
gh-59317: Improve parsing optional positional arguments in argparse (GH-124303)
Show description for 4a5e4aa
serhiy-storchaka
authored
4a5e4aa
Copy full SHA for 4a5e4aa
gh-65169: Clarify prog default in argparse (GH-31602)
slateny
authored
e69ff34
Copy full SHA for e69ff34
gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116)
serhiy-storchaka
authored
e670a11
Copy full SHA for e670a11
gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)
Show description for e2f7107
serhiy-storchaka
authored
e2f7107
Copy full SHA for e2f7107
gh-72795: Make positional arguments with nargs='*' or REMAINDER non-required (GH-124306)
Show description for 3c83f99
serhiy-storchaka
authored
3c83f99
Copy full SHA for 3c83f99
gh-53780: Ignore the first "--" (double dash) between an option and command in argparse (GH-124275)
serhiy-storchaka
authored
c578271
Copy full SHA for c578271
gh-63143: Fix parsing mutually exclusive arguments in argparse (GH-124307)
Show description for 3094cd1
serhiy-storchaka
authored
3094cd1
Copy full SHA for 3094cd1
gh-124120: Document `Annotated.__origin__` (#124125)
Show description for faef3fa
3 people
authored
faef3fa
Copy full SHA for faef3fa
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
vstinner
authored
9d344fa
Copy full SHA for 9d344fa
gh-124130: Increase test coverage for \b and \B in regular expressions (GH-124330)
serhiy-storchaka
authored
b82f076
Copy full SHA for b82f076
Fix typos (#124409)
xyb
authored
536bc8a
Copy full SHA for 536bc8a
gh-119180: Add discussion of annotations to the 3.14 What's New (#124393)
Show description for d56faf2
JelleZijlstra
and
AlexWaygood
authored
d56faf2
Copy full SHA for d56faf2
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Show description for d87482b
fried
and
erlend-aasland
authored
d87482b
Copy full SHA for d87482b
gh-123990: Good bye WITH_FREELISTS macro (gh-124358)
corona10
authored
ad7c778
Copy full SHA for ad7c778
gh-100980: ctypes: Test, document, and fix finalizing _fields_ (GH-124292)
Show description for be76e3f
encukou
and
ZeroIntensity
authored
be76e3f
Copy full SHA for be76e3f
Commits on Sep 23, 2024
Lint and format Tools/build/check-warnings.py (#124382)
hugovk
authored
e256a75
Copy full SHA for e256a75
gh-119004: fix a crash in equality testing between `OrderedDict` (#121329)
picnixz
authored
38a887d
Copy full SHA for 38a887d
gh-116622: Complete Android documentation (#124259)
Show description for e80dd30
4 people
authored
e80dd30
Copy full SHA for e80dd30
gh-124102: Update internal PCbuild docs to accurately list build dependencies (GH-124103)
Wulian233
authored
27a62e7
Copy full SHA for 27a62e7
Bump Ruff to 0.6.7 (#124384)
AlexWaygood
authored
8a2baed
Copy full SHA for 8a2baed
Doc: Add ``make dist-no-html`` (#124383)
Show description for 0060486
AA-Turner
and
hugovk
authored
0060486
Copy full SHA for 0060486
GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)
Show description for 67201ad
brettcannon
authored
67201ad
Copy full SHA for 67201ad
gh-99108: Disable HACL SIMD code on older versions of Android (#124304)
Show description for 41e7992
mhsmith
authored
41e7992
Copy full SHA for 41e7992
GH-87041: Fix incorrect indentation in argparse help (GH-124230)
Show description for 7ee9921
savannahostrowski
and
DiPaolo
authored
7ee9921
Copy full SHA for 7ee9921
GH-109975: Copyedit 3.13 What's New: Trivia (#124348)
AA-Turner
authored
9e55a02
Copy full SHA for 9e55a02
gh-124344: Make `_PyObject_IS_GC()` use underscored `PyType_IS_GC()` (#124349)
Show description for d9d5b3d
neonene
authored
d9d5b3d
Copy full SHA for d9d5b3d
gh-119180: Fix annotationlib.ForwardRef.evaluate with no globals (#124326)
Show description for 2e0d445
JelleZijlstra
and
AlexWaygood
authored
2e0d445
Copy full SHA for 2e0d445
GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending removal (#124336)
AA-Turner
authored
e7d465a
Copy full SHA for e7d465a
GH-109975: Copyedit 3.13 What's New: Build Changes (#124343)
Show description for f3b2c36
AA-Turner
and
mhsmith
authored
f3b2c36
Copy full SHA for f3b2c36
GH-124321: Fix argparse negative number parsing to capture -.5(GH-124322)
Show description for dc48312
savannahostrowski
and
AA-Turner
authored
dc48312
Copy full SHA for dc48312
GH-109975: Copyedit 3.13 What's New: Porting to Python 3.13 (#124341)
Show description for 2f6d410
AA-Turner
authored
2f6d410
Copy full SHA for 2f6d410
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
markshannon
authored
c87b0e4
Copy full SHA for c87b0e4
Previous
Next
You can’t perform that action at this time.