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
.
https-github-com-nzysoft
/
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 Oct 25, 2023
Docs: Add `restart_events()` and positional arg semantics for `sys.monitoring` (#111291)
Show description for 3f84a19
gaogaotiantian
and
AlexWaygood
authored
3f84a19
View commit details
Copy full SHA for 3f84a19
View code at this point
Browse repository at this point
gh-110679: Improved markup in enum.rst (GH-110747)
khlmood
authored
14f52e1
View commit details
Copy full SHA for 14f52e1
View code at this point
Browse repository at this point
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#108699)
Show description for 1262e41
6 people
authored
1262e41
View commit details
Copy full SHA for 1262e41
View code at this point
Browse repository at this point
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#111188)
hugovk
authored
81ed80d
View commit details
Copy full SHA for 81ed80d
View code at this point
Browse repository at this point
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Show description for f6a45a0
serhiy-storchaka
authored
f6a45a0
View commit details
Copy full SHA for f6a45a0
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Fix first parameter name in `tool` functions from `sys.monitoring` (#111286)
lancelote
authored
8b44f3c
View commit details
Copy full SHA for 8b44f3c
View code at this point
Browse repository at this point
GH-111182: Update EnumType.__contains__ docs (GH-111184)
InSyncWithFoo
authored
c0ea67d
View commit details
Copy full SHA for c0ea67d
View code at this point
Browse repository at this point
Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271)
Show description for c7d68f9
zware
authored
c7d68f9
View commit details
Copy full SHA for c7d68f9
View code at this point
Browse repository at this point
gh-111151: Convert monospaced directives to :ref: (#111152)
InSyncWithFoo
authored
1198076
View commit details
Copy full SHA for 1198076
View code at this point
Browse repository at this point
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Show description for b8c20f9
serhiy-storchaka
authored
b8c20f9
View commit details
Copy full SHA for b8c20f9
View code at this point
Browse repository at this point
Fix typo in sys docs (#111196)
Show description for 6b9babf
aragilar
and
hugovk
authored
6b9babf
View commit details
Copy full SHA for 6b9babf
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
hugovk
authored
96cbd1e
View commit details
Copy full SHA for 96cbd1e
View code at this point
Browse repository at this point
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)
tonybaloney
authored
be551a7
View commit details
Copy full SHA for be551a7
View code at this point
Browse repository at this point
typo: missing line of output in pull parser example (#111068)
don-patterson
authored
94c2ddf
View commit details
Copy full SHA for 94c2ddf
View code at this point
Browse repository at this point
Fix typo in 3.13's whatsnew (#111215)
pablogamboa
authored
46cea34
View commit details
Copy full SHA for 46cea34
View code at this point
Browse repository at this point
gh-110383: Italicize variable name (#111206)
Nikki1993
authored
c84b039
View commit details
Copy full SHA for c84b039
View code at this point
Browse repository at this point
gh-110383: Added explanation about simplest regex use case for quantifiers. (#111110)
Show description for 1172d02
Nikki1993
and
hugovk
authored
1172d02
View commit details
Copy full SHA for 1172d02
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
gh-109975: What's new in 3.13: Add module headers to removals and sort (#110994)
hugovk
authored
b845a9e
View commit details
Copy full SHA for b845a9e
View code at this point
Browse repository at this point
gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179)
Show description for 8c689c9
sobolevn
and
willingc
authored
8c689c9
View commit details
Copy full SHA for 8c689c9
View code at this point
Browse repository at this point
gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173)
m-aciek
authored
663cf51
View commit details
Copy full SHA for 663cf51
View code at this point
Browse repository at this point
gh-109975: What's new in 3.13: Add PEP 594 to release highlights (#110993)
hugovk
authored
c9c4a87
View commit details
Copy full SHA for c9c4a87
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
gh-111123: symtable should visit exception handlers before the else block (#111142)
iritkatriel
authored
b578e51
View commit details
Copy full SHA for b578e51
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
gh-106310 - document the __signature__ attribute (#106311)
Show description for b07f232
Gouvernathor
and
AlexWaygood
authored
b07f232
View commit details
Copy full SHA for b07f232
View code at this point
Browse repository at this point
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Show description for f1e751e
vstinner
authored
f1e751e
View commit details
Copy full SHA for f1e751e
View code at this point
Browse repository at this point
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Show description for d8f32be
vstinner
authored
d8f32be
View commit details
Copy full SHA for d8f32be
View code at this point
Browse repository at this point
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Show description for d731579
vstinner
and
serhiy-storchaka
authored
d731579
View commit details
Copy full SHA for d731579
View code at this point
Browse repository at this point
gh-101100: Fix Sphinx warnings in `library/tty.rst` (#111079)
Show description for c42c68a
hugovk
authored
c42c68a
View commit details
Copy full SHA for c42c68a
View code at this point
Browse repository at this point
Commits on Oct 19, 2023
gh-85283: Build posixshmem extension with Limited C API (#111087)
Show description for 8d234cd
vstinner
authored
8d234cd
View commit details
Copy full SHA for 8d234cd
View code at this point
Browse repository at this point
gh-109510: Clearly explain "Which Docstrings Are Examined" (#109696)
Show description for bcc941b
5 people
authored
bcc941b
View commit details
Copy full SHA for bcc941b
View code at this point
Browse repository at this point
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
AA-Turner
authored
63acf78
View commit details
Copy full SHA for 63acf78
View code at this point
Browse repository at this point
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
AA-Turner
authored
da99133
View commit details
Copy full SHA for da99133
View code at this point
Browse repository at this point
gh-101100: Fix sphinx warnings in `library/getpass.rst` (#110461)
sobolevn
authored
d144749
View commit details
Copy full SHA for d144749
View code at this point
Browse repository at this point
gh-101100: Fix sphinx warnings in `library/codecs.rst` (#110979)
sobolevn
authored
a89708a
View commit details
Copy full SHA for a89708a
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
GH-103082: Clean up the sys.monitoring docs (GH-110532)
gaogaotiantian
authored
1991694
View commit details
Copy full SHA for 1991694
View code at this point
Browse repository at this point
GH-104232: Fix statement about trace return values (GH-110516)
gaogaotiantian
authored
d9246c7
View commit details
Copy full SHA for d9246c7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.