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
Type
/
to 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
.
Python-Repository-Hub
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
4
Star
42
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
faq
on
4f05f15
User selector
All users
All time
Commit history
Commits on Sep 22, 2021
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Show description for 36122e1
serhiy-storchaka
and
pxeger
authored
36122e1
View commit details
Copy full SHA for 36122e1
View code at this point
Browse repository at this point
Commits on Aug 22, 2021
bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)
rhettinger
authored
eec340e
View commit details
Copy full SHA for eec340e
View code at this point
Browse repository at this point
Commits on Aug 17, 2021
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
quantumgc
authored
6a358bb
View commit details
Copy full SHA for 6a358bb
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Show description for 11749e2
felixxm
and
ambv
authored
11749e2
View commit details
Copy full SHA for 11749e2
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Show description for 29987f7
encukou
and
Fidget-Spinner
authored
29987f7
View commit details
Copy full SHA for 29987f7
View code at this point
Browse repository at this point
Commits on Jun 21, 2021
bpo-13814: Explain why generators are not context managers (GH-26835)
Show description for 51f45d0
terryjreedy
authored
51f45d0
View commit details
Copy full SHA for 51f45d0
View code at this point
Browse repository at this point
Commits on Jun 19, 2021
Remove dubious suggestion (GH-26789)
Show description for e5c7ee1
rhettinger
authored
e5c7ee1
View commit details
Copy full SHA for e5c7ee1
View code at this point
Browse repository at this point
Commits on Jun 17, 2021
bpo-44310: Add a FAQ entry for caching method calls (GH-26731)
rhettinger
authored
7f01f77
View commit details
Copy full SHA for 7f01f77
View code at this point
Browse repository at this point
Commits on May 25, 2021
Point to recent link to PyFLTK (GH-26315)
mark-summerfield
authored
ee3d78e
View commit details
Copy full SHA for ee3d78e
View code at this point
Browse repository at this point
Commits on May 22, 2021
bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309)
Show description for 2a1e669
3 people
authored
2a1e669
View commit details
Copy full SHA for 2a1e669
View code at this point
Browse repository at this point
Remove effbot urls (GH-26308)
E-Paine
authored
e9f66ae
View commit details
Copy full SHA for e9f66ae
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
[doc] Do some polishing in IDEs section (GH-22070)
andresdelfino
authored
08a4803
View commit details
Copy full SHA for 08a4803
View code at this point
Browse repository at this point
Commits on Apr 26, 2021
Fix broken links and improve stand-alone tools list in FAQ GH-22124
andresdelfino
authored
d28b346
View commit details
Copy full SHA for d28b346
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
Doc: Try to enhance wording on circular imports. (GH-24705)
JulienPalard
authored
fd79af7
View commit details
Copy full SHA for fd79af7
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
bpo-43723: Deprecate camelCase aliases from threading (GH-25174)
Show description for 9825bdf
JelleZijlstra
authored
9825bdf
View commit details
Copy full SHA for 9825bdf
View code at this point
Browse repository at this point
Commits on Apr 5, 2021
bpo-20503: Show how isinstance() works with ABC registered classes. (GH-25175)
rhettinger
authored
7bc25ec
View commit details
Copy full SHA for 7bc25ec
View code at this point
Browse repository at this point
Commits on Apr 4, 2021
bpo-43325: Add FAQ entry for identity tests (GH-25168)
rhettinger
authored
f8775e4
View commit details
Copy full SHA for f8775e4
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
Fix typo in the word "spaghetti" (GH-24866)
Show description for 93d33b4
heckad
authored
93d33b4
View commit details
Copy full SHA for 93d33b4
View code at this point
Browse repository at this point
Commits on Mar 14, 2021
bpo-43199: Briefly explain why no goto (GH-24852)
Show description for 5e29021
terryjreedy
authored
5e29021
View commit details
Copy full SHA for 5e29021
View code at this point
Browse repository at this point
Commits on Mar 1, 2021
bpo-42128: Add documentation for pattern matching (PEP 634) (#24664)
Show description for a22bca6
6 people
authored
a22bca6
View commit details
Copy full SHA for a22bca6
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)
andresdelfino
authored
fb2e946
View commit details
Copy full SHA for fb2e946
View code at this point
Browse repository at this point
Doc: Do not encourage using a base class name in a derived class (GH-22177)
andresdelfino
authored
4642ccd
View commit details
Copy full SHA for 4642ccd
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
stardust85
authored
33242a9
View commit details
Copy full SHA for 33242a9
View code at this point
Browse repository at this point
Link to the msvcrt module from the Windows FAQ (#22268)
abdnh
authored
5d9e657
View commit details
Copy full SHA for 5d9e657
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH-22726)
ZackerySpytz
authored
a22a19f
View commit details
Copy full SHA for a22a19f
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
bpo-41774: Tweak new programming FAQ entry (GH-22562)
Show description for 060937d
terryjreedy
authored
060937d
View commit details
Copy full SHA for 060937d
View code at this point
Browse repository at this point
Commits on Oct 1, 2020
[doc] Update references to NumPy (GH-22458)
Show description for c8bb241
andresdelfino
authored
c8bb241
View commit details
Copy full SHA for c8bb241
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
bpo-41774: Add programming FAQ entry (GH-22402)
Show description for 5b0181d
terryjreedy
authored
5b0181d
View commit details
Copy full SHA for 5b0181d
View code at this point
Browse repository at this point
Commits on Sep 27, 2020
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Show description for e8a2076
andresdelfino
authored
e8a2076
View commit details
Copy full SHA for e8a2076
View code at this point
Browse repository at this point
Commits on Sep 20, 2020
[doc] Teach 0-args form of super in Programming FAQ (GH-22176)
andresdelfino
authored
778ad92
View commit details
Copy full SHA for 778ad92
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
Fix all Python Cookbook links (#22205)
andresdelfino
authored
ac0333e
View commit details
Copy full SHA for ac0333e
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Remove reference to Boa Constructor. (GH-22012)
andresdelfino
authored
1d25f5b
View commit details
Copy full SHA for 1d25f5b
View code at this point
Browse repository at this point
[doc] Remove references to PyChecker. (GH-22011)
andresdelfino
authored
dea82b6
View commit details
Copy full SHA for dea82b6
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
bpo-41573: Update release versions in General FAQ (GH-21915)
wyz23x2
authored
7173fc8
View commit details
Copy full SHA for 7173fc8
View code at this point
Browse repository at this point
Commits on Aug 8, 2020
Doc: Add output to example code in programming FAQ (GH-21346)
Show description for 67acf74
zhongjiajie
authored
67acf74
View commit details
Copy full SHA for 67acf74
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.