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 }}
wrongnull
/
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
Breadcrumbs
History for
cpython
Doc
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2025
Fix docs for Queue.shutdown (gh-137028)
rhettinger
authored
2456715
View commit details
Copy full SHA for 2456715
View code at this point
Browse repository at this point
gh-136980: Remove unused C tracing code in bdb (#136981)
FredericDT
authored
dc27218
View commit details
Copy full SHA for dc27218
View code at this point
Browse repository at this point
Commits on Jul 23, 2025
gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942)
Show description for 777159f
4 people
authored
777159f
View commit details
Copy full SHA for 777159f
View code at this point
Browse repository at this point
gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (#137042)
crusaderky
authored
38b936c
View commit details
Copy full SHA for 38b936c
View code at this point
Browse repository at this point
Fix typos in Doc/extending/extending.rst and Doc/library/shelve.rst (GH-136890)
corneliusroemer
authored
80a7017
View commit details
Copy full SHA for 80a7017
View code at this point
Browse repository at this point
gh-136516: Mention installation artifacts as de-facto resources (GH-136419)
Show description for fac4964
encukou
authored
fac4964
View commit details
Copy full SHA for fac4964
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
gh-133296: Fix versionadded for C API functions that were backported (#137024)
ngoldbaum
authored
b13a5df
View commit details
Copy full SHA for b13a5df
View code at this point
Browse repository at this point
Fix tables in 'Using on Windows' for the text writer (#137012)
AA-Turner
authored
d6cf05b
View commit details
Copy full SHA for d6cf05b
View code at this point
Browse repository at this point
gh-136459: Add perf trampoline support for macOS (#136461)
canova
authored
a667800
View commit details
Copy full SHA for a667800
View code at this point
Browse repository at this point
Fix code example in `annotationlib` documentation (#136972)
Viicos
authored
c13cc4a
View commit details
Copy full SHA for c13cc4a
View code at this point
Browse repository at this point
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
serhiy-storchaka
authored
3a89dfe
View commit details
Copy full SHA for 3a89dfe
View code at this point
Browse repository at this point
gh-136437: Convert more ``os.path`` functions to positional-only in the docs (#136970)
sobolevn
authored
b31e5d6
View commit details
Copy full SHA for b31e5d6
View code at this point
Browse repository at this point
gh-132661: Document t-strings and `templatelib` (#135229)
Show description for 22c8658
5 people
authored
22c8658
View commit details
Copy full SHA for 22c8658
View code at this point
Browse repository at this point
Commits on Jul 21, 2025
gh-136170: Revert adding `ZipFile.data_offset` (GH-136950)
Show description for 6bf1c0a
emmatyping
and
gpshead
authored
6bf1c0a
View commit details
Copy full SHA for 6bf1c0a
View code at this point
Browse repository at this point
gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)
Show description for 89c220b
ngoldbaum
authored
89c220b
View commit details
Copy full SHA for 89c220b
View code at this point
Browse repository at this point
gh-136437: Document `os.path.dirname` as accepting only pos-only (#136946)
sobolevn
authored
3224429
View commit details
Copy full SHA for 3224429
View code at this point
Browse repository at this point
gh-136437: Document some `os.path` functions as requiring pos-only (#136812)
sobolevn
authored
b5428bb
View commit details
Copy full SHA for b5428bb
View code at this point
Browse repository at this point
GH-136874: `url2pathname()`: discard query and fragment components (#136875)
Show description for 80b2d60
barneygale
authored
80b2d60
View commit details
Copy full SHA for 80b2d60
View code at this point
Browse repository at this point
Pedantic rewording of why relative importing doesn't work in main modules (GH-136846)
Show description for 4b68289
thejcannon
authored
4b68289
View commit details
Copy full SHA for 4b68289
View code at this point
Browse repository at this point
gh-136859: Improve `StrEnum` docs (GH-136864)
Show description for 5f9e38f
3 people
authored
5f9e38f
View commit details
Copy full SHA for 5f9e38f
View code at this point
Browse repository at this point
gh-121028: Soft-deprecate sys.api_version (GH-136463)
encukou
authored
658599c
View commit details
Copy full SHA for 658599c
View code at this point
Browse repository at this point
gh-136882: Update stale link in the basic logging tutorial. (#136885)
Show description for 1e67293
vsajip
and
StanFromIreland
authored
1e67293
View commit details
Copy full SHA for 1e67293
View code at this point
Browse repository at this point
gh-136428: amend UUIDv8 performance improvements (#136903)
Show description for 5798348
picnixz
authored
5798348
View commit details
Copy full SHA for 5798348
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
GH-130645: Default to color help in argparse (#136809)
Show description for acbe896
4 people
authored
acbe896
View commit details
Copy full SHA for acbe896
View code at this point
Browse repository at this point
gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)
Show description for 8f59fbb
3 people
authored
8f59fbb
View commit details
Copy full SHA for 8f59fbb
View code at this point
Browse repository at this point
gh-91349: Adjust default compression level to 6 (down from 9) in gzip and tarfile (GH-131470)
Show description for e24c66d
3 people
authored
e24c66d
View commit details
Copy full SHA for e24c66d
View code at this point
Browse repository at this point
gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-136814)
Show description for 958657b
3 people
authored
958657b
View commit details
Copy full SHA for 958657b
View code at this point
Browse repository at this point
gh-86608: Improve and restructure tarfile examples (#121771)
Show description for cc81b4e
GovernmentPlates
and
AA-Turner
authored
cc81b4e
View commit details
Copy full SHA for cc81b4e
View code at this point
Browse repository at this point
gh-136854: Exit on error in `make venv` (#136856)
Show description for 9c2f91c
nachocab
and
Nacho Caballero
authored
9c2f91c
View commit details
Copy full SHA for 9c2f91c
View code at this point
Browse repository at this point
gh-108362: Retarget incremental GC changes to 3.14 (#125453)
hugovk
authored
dda9d00
View commit details
Copy full SHA for dda9d00
View code at this point
Browse repository at this point
Commits on Jul 19, 2025
gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)
sobolevn
authored
67036f1
View commit details
Copy full SHA for 67036f1
View code at this point
Browse repository at this point
gh-136793: Update the sampling rate in the documentation (#136829)
Slavaqq
authored
1ba2324
View commit details
Copy full SHA for 1ba2324
View code at this point
Browse repository at this point
gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (#136794)
Show description for 6293d8a
3 people
authored
6293d8a
View commit details
Copy full SHA for 6293d8a
View code at this point
Browse repository at this point
gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (#136797)
Show description for 57acd65
vgiane
and
AA-Turner
authored
57acd65
View commit details
Copy full SHA for 57acd65
View code at this point
Browse repository at this point
gh-54732: Make argparse error caused by empty rows in option files explicit (#136795)
Show description for 8ffc3ef
jdunter
and
AA-Turner
authored
8ffc3ef
View commit details
Copy full SHA for 8ffc3ef
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.