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 }}
devdanzin
/
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
howto
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2024
gh-120858: PyDict_Next should not lock the dict (#120859)
Show description for 375b723
colesbury
authored
375b723
View commit details
Copy full SHA for 375b723
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
gh-118820: Zero-valued flag enum has no name (GH-118848)
Show description for ed5ae6c
nineteendo
and
picnixz
authored
ed5ae6c
View commit details
Copy full SHA for ed5ae6c
View code at this point
Browse repository at this point
Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-120703)
encukou
authored
45d5cab
View commit details
Copy full SHA for 45d5cab
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
gh-119241: Add HOWTO for free-threaded C API extensions (#119877)
Show description for 02b272b
colesbury
and
ngoldbaum
authored
02b272b
View commit details
Copy full SHA for 02b272b
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
Update the documentation howto index page and group docs into 3 logical sections (GH-119366)
Show description for a26d27e
willingc
and
nedbat
authored
a26d27e
View commit details
Copy full SHA for a26d27e
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347)
Show description for 92c9c6a
serhiy-storchaka
authored
92c9c6a
View commit details
Copy full SHA for 92c9c6a
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-119057: Use better error messages for zero division (#119066)
sobolevn
authored
1d4c2e4
View commit details
Copy full SHA for 1d4c2e4
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-119779: Fix pyporting howto docs (#119785)
SweetyAngel
authored
6fb191b
View commit details
Copy full SHA for 6fb191b
View code at this point
Browse repository at this point
Commits on May 26, 2024
docs: fix a few typos identified by codespell (#119516)
nedbat
authored
d25954d
View commit details
Copy full SHA for d25954d
View code at this point
Browse repository at this point
Commits on May 8, 2024
gh-118671: Updated dead ActiveState links (#118730)
Show description for c4f9823
3 people
authored
c4f9823
View commit details
Copy full SHA for c4f9823
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-118518: Improve perf docs (#118708)
pablogsal
authored
b9caa09
View commit details
Copy full SHA for b9caa09
View code at this point
Browse repository at this point
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#118693)
hugovk
authored
0485922
View commit details
Copy full SHA for 0485922
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-118518: Allow perf to work without frame pointers (#112254)
pablogsal
authored
1b22d80
View commit details
Copy full SHA for 1b22d80
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
Fix typo in Doc/howto/timerfd.rst (GH-118376)
xyb
authored
0315521
View commit details
Copy full SHA for 0315521
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
Docs: add link roles with Sphinx extlinks (#117850)
Show description for 3375282
hugovk
and
AlexWaygood
authored
3375282
View commit details
Copy full SHA for 3375282
View code at this point
Browse repository at this point
Add 'The Python 2.3 Method Resolution Order' (#116435)
hugovk
authored
7d0be7a
View commit details
Copy full SHA for 7d0be7a
View code at this point
Browse repository at this point
Commits on Apr 4, 2024
[doc] Update logging documentation to improve grammar and elucidate an example. (GH-117541)
vsajip
authored
df912c9
View commit details
Copy full SHA for df912c9
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
[docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)
vsajip
authored
00baaa2
View commit details
Copy full SHA for 00baaa2
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
gh-98731: Improvements to the logging documentation (GH-101618)
Show description for 7f418fb
quicknir
and
vsajip
authored
7f418fb
View commit details
Copy full SHA for 7f418fb
View code at this point
Browse repository at this point
[doc]: Update cookbook recipe for Qt6. (GH-116719)
vsajip
authored
186af3c
View commit details
Copy full SHA for 186af3c
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
gh-89480: Document the gdb helpers (GH-115657)
Show description for 59057ce
18 people
authored
59057ce
View commit details
Copy full SHA for 59057ce
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
gh-101860: Expose __name__ on property (GH-101876)
Show description for c0b0c2f
eltoder
authored
c0b0c2f
View commit details
Copy full SHA for c0b0c2f
View code at this point
Browse repository at this point
gh-113157: Document and test __get__ for MethodType (gh-115492)
rhettinger
authored
acda175
View commit details
Copy full SHA for acda175
View code at this point
Browse repository at this point
Make the title match the content (GH-115702)
rhettinger
authored
2aaef56
View commit details
Copy full SHA for 2aaef56
View code at this point
Browse repository at this point
Modernize the Sorting HowTo guide (gh-115479)
rhettinger
authored
9f8a9e8
View commit details
Copy full SHA for 9f8a9e8
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Show description for 9182201
serhiy-storchaka
authored
9182201
View commit details
Copy full SHA for 9182201
View code at this point
Browse repository at this point
gh-114785: Remove content from `Porting from Python2` how-to (#114805)
Show description for 705c76d
sobolevn
and
hugovk
authored
705c76d
View commit details
Copy full SHA for 705c76d
View code at this point
Browse repository at this point
Commits on Feb 3, 2024
gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891)
Show description for 72d2d0f
3 people
authored
72d2d0f
View commit details
Copy full SHA for 72d2d0f
View code at this point
Browse repository at this point
Update LOGGING example taken from Django docs. (#114903)
Show description for 28bb296
felixxm
authored
28bb296
View commit details
Copy full SHA for 28bb296
View code at this point
Browse repository at this point
Commits on Feb 1, 2024
gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)
Show description for dc01b91
sobolevn
and
hugovk
authored
dc01b91
View commit details
Copy full SHA for dc01b91
View code at this point
Browse repository at this point
Commits on Jan 14, 2024
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (#114060)
hugovk
authored
c280843
View commit details
Copy full SHA for c280843
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894)
rhettinger
authored
901a971
View commit details
Copy full SHA for 901a971
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
gh-113350: Improve the wording of python logging docs to remove an ambiguity around use of the word "higher". (GH-113491)
Show description for 00cdd41
vaishnavi192
and
mattwang44
authored
00cdd41
View commit details
Copy full SHA for 00cdd41
View code at this point
Browse repository at this point
Commits on Dec 26, 2023
gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493)
hugovk
authored
4e67644
View commit details
Copy full SHA for 4e67644
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
gh-101100: Improve documentation on function attributes (#112933)
Show description for 4c5b9c1
AlexWaygood
and
hugovk
authored
4c5b9c1
View commit details
Copy full SHA for 4c5b9c1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.