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 }}
aaronsgithub
/
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
All time
Commit history
Commits on Oct 30, 2022
gh-97966: Update uname docs to clarify the special nature of the platform attribute and to indicate when it became late-bound. (#97972)
jaraco
authored
018b248
View commit details
Copy full SHA for 018b248
View code at this point
Browse repository at this point
Commits on Oct 29, 2022
glossary.rst: Fix typo in package definition (GH-98865)
Show description for fc94d55
abousselmi
authored
fc94d55
View commit details
Copy full SHA for fc94d55
View code at this point
Browse repository at this point
Fix typo in docs (GH-98863)
yuvipanda
authored
bfecff5
View commit details
Copy full SHA for bfecff5
View code at this point
Browse repository at this point
gh-93358: Fix python-config docs for how to embed Python (#98649)
erlend-aasland
authored
e063c23
View commit details
Copy full SHA for e063c23
View code at this point
Browse repository at this point
dataclasses docs: consistent indentation (4 spaces) in examples (#98855)
obfusk
authored
d10c2b9
View commit details
Copy full SHA for d10c2b9
View code at this point
Browse repository at this point
Commits on Oct 28, 2022
gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
mateka
authored
0023f51
View commit details
Copy full SHA for 0023f51
View code at this point
Browse repository at this point
gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813)
Show description for e089f23
domragusa
authored
e089f23
View commit details
Copy full SHA for e089f23
View code at this point
Browse repository at this point
Fix typo in contextvars docs (#98823)
cburroughs
authored
72fa57a
View commit details
Copy full SHA for 72fa57a
View code at this point
Browse repository at this point
`argparse` docs: normalize constant references (#98765)
smontanaro
authored
b27b57c
View commit details
Copy full SHA for b27b57c
View code at this point
Browse repository at this point
gh-98657: [docs] `array.typecodes` is a module-level attribute (#98729)
Show description for c144e57
sobolevn
authored
c144e57
View commit details
Copy full SHA for c144e57
View code at this point
Browse repository at this point
gh-65002: Make note that null bytes are used to pad bytes (#98635)
slateny
authored
8cd21c2
View commit details
Copy full SHA for 8cd21c2
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
gh-96143: Improve perf profiler docs (#96445)
erlend-aasland
authored
723ebe7
View commit details
Copy full SHA for 723ebe7
View code at this point
Browse repository at this point
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Show description for 22863df
markshannon
authored
22863df
View commit details
Copy full SHA for 22863df
View code at this point
Browse repository at this point
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Show description for e60892f
wjakob
authored
e60892f
View commit details
Copy full SHA for e60892f
View code at this point
Browse repository at this point
Python documents state elsewhere that a comma is not an operator, so … (GH-98736)
Show description for d578aae
Gerardwx
authored
d578aae
View commit details
Copy full SHA for d578aae
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-98609)
Show description for f323694
ericsnowcurrently
authored
f323694
View commit details
Copy full SHA for f323694
View code at this point
Browse repository at this point
gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720)
erlend-aasland
authored
365852a
View commit details
Copy full SHA for 365852a
View code at this point
Browse repository at this point
gh-98644: point people to tomllib from configparser’s docs (#98645)
Show description for 5e74bad
flying-sheep
and
JelleZijlstra
authored
5e74bad
View commit details
Copy full SHA for 5e74bad
View code at this point
Browse repository at this point
gh-98348: Mention ReferenceError in weakref.proxy documentation (#98355)
fancidev
authored
216f45e
View commit details
Copy full SHA for 216f45e
View code at this point
Browse repository at this point
docs: Change links to label refs (#98454)
Show description for 268129a
slateny
and
CAM-Gerlach
authored
268129a
View commit details
Copy full SHA for 268129a
View code at this point
Browse repository at this point
gh-77753: Add example for values that compare equal in stdtypes (#98497)
Show description for 0ca6a4d
slateny
and
JelleZijlstra
authored
0ca6a4d
View commit details
Copy full SHA for 0ca6a4d
View code at this point
Browse repository at this point
gh-84747: Add `async for` comment for StreamReader (#98633)
slateny
authored
4196ee5
View commit details
Copy full SHA for 4196ee5
View code at this point
Browse repository at this point
Commits on Oct 25, 2022
fix a typo in whatsnew/3.11 (#98603)
tifv
authored
4564490
View commit details
Copy full SHA for 4564490
View code at this point
Browse repository at this point
Fix typos in deprecation section of 3.11 What's New (#98628)
jacobtylerwalls
authored
faea6a1
View commit details
Copy full SHA for faea6a1
View code at this point
Browse repository at this point
gh-97937: dis docs: add adaptive=False (#97939)
Show description for 5d8bf2b
3 people
authored
5d8bf2b
View commit details
Copy full SHA for 5d8bf2b
View code at this point
Browse repository at this point
gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple example (#98605)
Eclips4
authored
be0cf82
View commit details
Copy full SHA for be0cf82
View code at this point
Browse repository at this point
gh-98623: Fix base classes in `typing.rst` (#98626)
sobolevn
authored
5076108
View commit details
Copy full SHA for 5076108
View code at this point
Browse repository at this point
gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (#98631)
Show description for dd13b23
CAM-Gerlach
authored
dd13b23
View commit details
Copy full SHA for dd13b23
View code at this point
Browse repository at this point
Commits on Oct 24, 2022
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting" (#98508)
sobolevn
authored
e3b9dd8
View commit details
Copy full SHA for e3b9dd8
View code at this point
Browse repository at this point
GH-91635: clarify docs about closing of transport in asyncio (#98563)
kumaraditya303
authored
2fdcc6f
View commit details
Copy full SHA for 2fdcc6f
View code at this point
Browse repository at this point
gh-98500: Fix typing docs for `*View` classes (#98511)
sobolevn
authored
1a217f9
View commit details
Copy full SHA for 1a217f9
View code at this point
Browse repository at this point
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (#98604)
Show description for c5a9d3f
JelleZijlstra
authored
c5a9d3f
View commit details
Copy full SHA for c5a9d3f
View code at this point
Browse repository at this point
gh-97909: Mark up members of PyMemberDef (GH-98473)
Show description for c237076
Johnny11502
and
kwsp
authored
c237076
View commit details
Copy full SHA for c237076
View code at this point
Browse repository at this point
gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)
Show description for e19c2b9
3 people
authored
e19c2b9
View commit details
Copy full SHA for e19c2b9
View code at this point
Browse repository at this point
gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (#98312)
CAM-Gerlach
authored
f3f8b6f
View commit details
Copy full SHA for f3f8b6f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.