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
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.5k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
InternalDocs
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 14, 2026
gh-154753: Update references to moved files in the docs (#155553)
Show description for 58a620a
BHUVANSH855
and
StanFromIreland
authored
58a620a
View commit details
Copy full SHA for 58a620a
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
Fix inconsistencies in `InternalDocs/parser.md` (GH-154917)
YangSiJun528
authored
2ac8900
View commit details
Copy full SHA for 2ac8900
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
gh-153511: Removes Tools/msi, Tools/nuget, and legacy py.exe launcher sources (GH-153512)
zooba
authored
bd31583
View commit details
Copy full SHA for bd31583
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
gh-151613: Fix remote debugging frame cache ABA (#151614)
Show description for 8cda6ae
pablogsal
authored
8cda6ae
View commit details
Copy full SHA for 8cda6ae
View code at this point
Browse repository at this point
Commits on May 29, 2026
Fix typos in InternalDocs/compiler.md (#149915)
zang-langyan
authored
13fee46
View commit details
Copy full SHA for 13fee46
View code at this point
Browse repository at this point
Commits on May 28, 2026
Update `qsbr.md` doc to be more accurate (#148537)
nascheme
authored
2531cd3
View commit details
Copy full SHA for 2531cd3
View code at this point
Browse repository at this point
Commits on May 1, 2026
gh-133560: Clarified `parser.md` doc for pegen parser issue in using the existing `Grammar/python.gram` file. (GH-139194)
Show description for f4f82f0
chemelnucfin
and
encukou
authored
f4f82f0
View commit details
Copy full SHA for f4f82f0
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
GH-148726: Forward-port generational GC. (GH-148746)
Show description for 1575a81
4 people
authored
1575a81
View commit details
Copy full SHA for 1575a81
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
gh-134690: Removed deprecated `codetype.co_lnotab` (#134691)
sobolevn
authored
85d3bcd
View commit details
Copy full SHA for 85d3bcd
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
InternalDocs: Correct struct path for latin1 singletons in `string_interning.md` (GH-148358)
StanFromIreland
authored
0274d83
View commit details
Copy full SHA for 0274d83
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
GH-139922: add interpreter types to InternalDocs/interpreter.md (GH-148035)
chris-eibl
authored
668c572
View commit details
Copy full SHA for 668c572
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
gh-139109: Document the trace recording interpreter in internaldocs (GH-146110)
Fidget-Spinner
authored
362145c
View commit details
Copy full SHA for 362145c
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-146041: Avoid lock in sys.intern() for already interned strings (gh-146072)
Show description for 6009309
colesbury
authored
6009309
View commit details
Copy full SHA for 6009309
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
gh-144888: Replace bloom filter linked lists with continuous arrays to optimize executor invalidating performance (GH-145873)
cocolato
authored
81ef1b7
View commit details
Copy full SHA for 81ef1b7
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
gh-144969: Document that the free threading GC can change ob_tid (#144972)
colesbury
authored
7ebe924
View commit details
Copy full SHA for 7ebe924
View code at this point
Browse repository at this point
Commits on Dec 24, 2025
gh-138122: Extend binary profiling format with full source location and opcode (#143088)
Show description for 7c44f37
pablogsal
and
StanFromIreland
authored
7c44f37
View commit details
Copy full SHA for 7c44f37
View code at this point
Browse repository at this point
Commits on Dec 22, 2025
gh-138122: Allow tachyon to write and read binary output (#142730)
pablogsal
authored
9e51301
View commit details
Copy full SHA for 9e51301
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `InternalDocs/interpreter.md` (#141816)
Show description for cf7a309
efimov-mikhail
and
iritkatriel
authored
cf7a309
View commit details
Copy full SHA for cf7a309
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
gh-142472: Clean-up _PyStackRef functions (gh-142479)
Show description for a882ae1
colesbury
authored
a882ae1
View commit details
Copy full SHA for a882ae1
View code at this point
Browse repository at this point
Move doc on structure from devguide to `InternalDocs` (GH-142237)
Show description for a7501f0
6 people
authored
a7501f0
View commit details
Copy full SHA for a7501f0
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
Link listsort.txt in InternalDocs/README.md (#142619)
encukou
authored
af2b3e9
View commit details
Copy full SHA for af2b3e9
View code at this point
Browse repository at this point
Commits on Dec 8, 2025
gh-124379: Document _PyStackRef (gh-142321)
colesbury
authored
f2fba4c
View commit details
Copy full SHA for f2fba4c
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
gh-138122: Don't sample partial frame chains (#141912)
pablogsal
authored
d6d850d
View commit details
Copy full SHA for d6d850d
View code at this point
Browse repository at this point
Commits on Dec 6, 2025
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (#142137)
Show description for 572c780
pablogsal
authored
572c780
View commit details
Copy full SHA for 572c780
View code at this point
Browse repository at this point
Commits on Nov 19, 2025
GH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711)
Show description for c25a070
markshannon
authored
c25a070
View commit details
Copy full SHA for c25a070
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
gh-137959: Fix `TIER1_TO_TIER2` macro name in JIT InternalDocs (GH-141496)
Show description for c2470b3
efimov-mikhail
authored
c2470b3
View commit details
Copy full SHA for c2470b3
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
fix some typos (#138977)
aisk
authored
6393068
View commit details
Copy full SHA for 6393068
View code at this point
Browse repository at this point
Commits on Sep 15, 2025
Fix typo in stack_protection.md (GH-138876)
johnslavik
authored
097fc12
View commit details
Copy full SHA for 097fc12
View code at this point
Browse repository at this point
Commits on Sep 11, 2025
gh-138081: fix some dead links in InternalDocs (#138082)
yihong0618
authored
a1707e4
View commit details
Copy full SHA for a1707e4
View code at this point
Browse repository at this point
Commits on Aug 13, 2025
Add internal doc describing the stack protection mechanism (GH137663)
markshannon
authored
923d686
View commit details
Copy full SHA for 923d686
View code at this point
Browse repository at this point
Commits on Aug 7, 2025
GH-135552: Make the GC clear weakrefs later (GH-136189)
Show description for 350c58b
nascheme
authored
350c58b
View commit details
Copy full SHA for 350c58b
View code at this point
Browse repository at this point
Commits on Jun 29, 2025
Doc: fix duplicated words (#136086)
Show description for 698bab5
LamentXU123
and
terryjreedy
authored
698bab5
View commit details
Copy full SHA for 698bab5
View code at this point
Browse repository at this point
Commits on Jun 23, 2025
gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
Show description for ceae4ed
nascheme
authored
ceae4ed
View commit details
Copy full SHA for ceae4ed
View code at this point
Browse repository at this point
add async generators section to asyncio internal docs (#135674)
kumaraditya303
authored
0d9d489
View commit details
Copy full SHA for 0d9d489
View code at this point
Browse repository at this point
Commits on Jun 17, 2025
Initial internal asyncio docs (#135469)
Show description for cb39410
kumaraditya303
authored
cb39410
View commit details
Copy full SHA for cb39410
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.