index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
InternalDocs
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-138122: Allow tachyon to write and read binary output (#142730)
Pablo Galindo Salgado
2025-12-22
1
-0/+489
*
gh-119786: Remove mention of `_PyThreadState_BumpFramePointer` from `Internal...
Mikhail Efimov
2025-12-16
1
-4/+5
*
gh-142472: Clean-up _PyStackRef functions (gh-142479)
Sam Gross
2025-12-15
1
-1/+0
*
Move doc on structure from devguide to `InternalDocs` (GH-142237)
Stan Ulbrych
2025-12-15
2
-0/+45
*
Link listsort.txt in InternalDocs/README.md (#142619)
Petr Viktorin
2025-12-12
1
-2/+8
*
gh-124379: Document _PyStackRef (gh-142321)
Sam Gross
2025-12-08
2
-0/+82
*
gh-138122: Don't sample partial frame chains (#141912)
Pablo Galindo Salgado
2025-12-07
1
-0/+29
*
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...
Pablo Galindo Salgado
2025-12-06
1
-0/+20
*
GH-139653: Only raise an exception (or fatal error) when the stack pointer is...
Mark Shannon
2025-11-19
1
-1/+8
*
gh-137959: Fix `TIER1_TO_TIER2` macro name in JIT InternalDocs (GH-141496)
Mikhail Efimov
2025-11-13
1
-1/+1
*
fix some typos (#138977)
AN Long
2025-09-16
1
-1/+1
*
Fix typo in stack_protection.md (GH-138876)
Bartosz Sławecki
2025-09-15
1
-1/+1
*
gh-138081: fix some dead links in InternalDocs (#138082)
yihong
2025-09-11
3
-3/+3
*
Add internal doc describing the stack protection mechanism (GH137663)
Mark Shannon
2025-08-13
2
-0/+63
*
GH-135552: Make the GC clear weakrefs later (GH-136189)
Neil Schemenauer
2025-08-07
1
-10/+16
*
Doc: fix duplicated words (#136086)
Weilin Du
2025-06-29
1
-1/+1
*
gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
Neil Schemenauer
2025-06-23
2
-1/+131
*
add async generators section to asyncio internal docs (#135674)
Kumar Aditya
2025-06-23
1
-4/+122
*
Initial internal asyncio docs (#135469)
Kumar Aditya
2025-06-17
2
-0/+216
*
Improve format of `InternalDocs/exception_handling.md` (#134969)
sobolevn
2025-05-31
1
-5/+5
*
Docs: Fix the `_PyGenObject_HEAD` reference in the `InternalDocs/generators.m...
Nybblista
2025-05-18
1
-2/+2
*
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...
Yan Yanchii
2025-05-04
1
-2/+2
*
Docs: fix typo in `InternalDocs/garbage_collector.md` (gh-133151)
Yongzi Li
2025-04-29
1
-1/+1
*
Add internal docs about the free-threaded GC. (gh-132562)
Neil Schemenauer
2025-04-28
1
-9/+181
*
Fix typo in the garbage_collector.md file (#132803)
Nybblista
2025-04-24
1
-1/+1
*
InternalDocs: Fix outdated struct references in frames.md (#132613)
Alper
2025-04-20
1
-3/+3
*
Fix some typos in various doc files (GH-132589)
Yongzi Li
2025-04-16
1
-1/+1
*
Docs: Fix typo in `InternalDocs/jit.md` (#132119)
Tomas R.
2025-04-05
1
-1/+1
*
gh-119786: Fix _PyExecutorObject link at jit.md file (#131382)
Nybblista
2025-03-17
1
-1/+1
*
gh-119786: add `JUMP_BACKWARD` macro to the Jumps section (#131213)
Nybblista
2025-03-16
1
-1/+1
*
gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)
Tomas R.
2025-03-16
1
-1/+1
*
gh-131170: fix duplicated sections in frames.md file (#131177)
Nybblista
2025-03-13
1
-2/+1
*
Replace non-breaking spaces with normal spaces (#130116)
AN Long
2025-02-16
1
-1/+1
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-29
1
-5/+1
*
gh-119786: Fix small typo in AST to CFG to bytecode section in compiler.md (#...
Sergey Miryanov
2025-01-27
1
-1/+1
*
Fix typo in doc (#128917)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-01-16
1
-1/+1
*
gh-119786: added InternalDocs/generators.md (#128524)
Irit Katriel
2025-01-16
2
-6/+104
*
gh-119786: Fix typos in `InternalDocs/parser.md` (#128314)
Yan Yanchii
2024-12-28
1
-5/+5
*
gh-119786: Fix typos in `InternalDocs/frames.md` (#128275)
Yan Yanchii
2024-12-26
1
-4/+4
*
gh-119786: Fix typos in `InternalDocs/interpreter.md` (#128174)
Yan Yanchii
2024-12-22
1
-4/+4
*
gh-126491: Revert "GH-126491: Lower heap size limit with faster marking (GH-1...
Petr Viktorin
2024-12-10
1
-45/+6
*
gh-119786: fix typo in `InternalDocs/garbage_collector.md` (#127687)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2024-12-07
1
-1/+1
*
gh-119786: Add jit.md. Move adaptive.md to a section of interpreter.md. (#127...
Irit Katriel
2024-12-06
6
-187/+322
*
GH-126491: Lower heap size limit with faster marking (GH-127519)
Mark Shannon
2024-12-06
1
-6/+44
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-12-02
1
-0/+39
*
gh-119786: cleanup internal docs and fix internal links (#127485)
Bénédikt Tran
2024-12-01
11
-148/+152
*
gh-119786: improve internal docs on `co_linetable` (#123198)
Bénédikt Tran
2024-11-30
1
-26/+61
*
gh-126882: Fix indentation in code sample block (#126887)
Topher Fischer
2024-11-27
1
-81/+75
*
gh-113993: InternalDocs: Add String Interning to README (#127250)
Petr Viktorin
2024-11-26
1
-0/+2
*
gh-119786: add code object doc, inline locations.md into it (#126832)
Irit Katriel
2024-11-22
5
-81/+142
[next]