aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/InternalDocs
Commit message (Expand)AuthorAge
* gh-119786: Fix _PyExecutorObject link at jit.md file (#131382)Nybblista2025-03-17
* gh-119786: add `JUMP_BACKWARD` macro to the Jumps section (#131213)Nybblista2025-03-16
* gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)Tomas R.2025-03-16
* gh-131170: fix duplicated sections in frames.md file (#131177)Nybblista2025-03-13
* Replace non-breaking spaces with normal spaces (#130116)AN Long2025-02-16
* GH-126599: Remove the PyOptimizer API (GH-129194)Brandt Bucher2025-01-28
* gh-119786: Fix small typo in AST to CFG to bytecode section in compiler.md (#...Sergey Miryanov2025-01-27
* Fix typo in doc (#128917)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2025-01-16
* gh-119786: added InternalDocs/generators.md (#128524)Irit Katriel2025-01-16
* gh-119786: Fix typos in `InternalDocs/parser.md` (#128314)Yan Yanchii2024-12-28
* gh-119786: Fix typos in `InternalDocs/frames.md` (#128275)Yan Yanchii2024-12-26
* gh-119786: Fix typos in `InternalDocs/interpreter.md` (#128174)Yan Yanchii2024-12-22
* gh-126491: Revert "GH-126491: Lower heap size limit with faster marking (GH-1...Petr Viktorin2024-12-10
* gh-119786: fix typo in `InternalDocs/garbage_collector.md` (#127687)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)2024-12-07
* gh-119786: Add jit.md. Move adaptive.md to a section of interpreter.md. (#127...Irit Katriel2024-12-06
* GH-126491: Lower heap size limit with faster marking (GH-127519)Mark Shannon2024-12-06
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-12-02
* gh-119786: cleanup internal docs and fix internal links (#127485)Bénédikt Tran2024-12-01
* gh-119786: improve internal docs on `co_linetable` (#123198)Bénédikt Tran2024-11-30
* gh-126882: Fix indentation in code sample block (#126887)Topher Fischer2024-11-27
* gh-113993: InternalDocs: Add String Interning to README (#127250)Petr Viktorin2024-11-26
* gh-119786: add code object doc, inline locations.md into it (#126832)Irit Katriel2024-11-22
* GH-127010: Don't lazily track and untrack dicts (GH-127027)Mark Shannon2024-11-20
* Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...Hugo van Kemenade2024-11-19
* GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...Mark Shannon2024-11-18
* GH-117759: Update GC docs for incremental collection (GH-126695)Mark Shannon2024-11-14
* gh-126529: Update devguide links to relative filenames in InternalDocs (#126530)Valerii2024-11-07
* gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#...Valerii2024-11-06
* Fix typo in garbage_collector.md (#125556)Marat Sharafutdinov2024-10-23
* gh-119786: move 'changing grammar' checklist from devguide to InternalDocs (#...Irit Katriel2024-10-23
* gh-119786: [doc] more consistent syntax in InternalDocs (#125815)Irit Katriel2024-10-21
* gh-119786: move interpreter doc from devguide to InternalDocs (#125715)Irit Katriel2024-10-21
* gh-125644: Update `locations.md` reference (#125645)Emmanuel Ferdman2024-10-17
* gh-119786: fix typo in compiler.md (#125456)Mikhail Efimov2024-10-15
* gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125...Mikhail Efimov2024-10-14
* gh-119786: Move garbage collection doc from devguide to InternalDocs (#125282)Irit Katriel2024-10-11
* gh-119786: Move parser doc from devguide to InternalDocs (#125119)Irit Katriel2024-10-09
* gh-119786: Replace a Sphinx role with a link to `Python/errors.c` (#124990)Adam Turner2024-10-05
* gh-119786: move a few more details on exception handling from devguide to Int...Irit Katriel2024-10-05
* gh-124962: Convert leftover rst to markup in `InternalDocs/compiler.md` (#124...isaacjones992024-10-04
* Fix typo in InternalDocs/string_interning.md (GH-124699)Petr Viktorin2024-09-27
* InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs...Francisco Kurucz2024-08-08
* gh-122188: Move magic number to its own file (#122243)Michael Droettboom2024-07-30
* gh-122291: Intern latin-1 one-byte strings at startup (GH-122303)Petr Viktorin2024-07-27
* gh-119786: fix broken links in docs and comment (#121601)Irit Katriel2024-07-10
* gh-119786: move frames documentation to InternalDocs and add details (#121009)Irit Katriel2024-06-26
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-21
* gh-119786: move locations doc to InternalDocs (#120445)Irit Katriel2024-06-19
* Fix typos in documentation (#120338)Xie Yanbo2024-06-12
* gh-119786: copy compiler doc from devguide to InternalDocs and convert to mar...Irit Katriel2024-06-10