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
/
Doc
/
library
/
dis.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon
2024-07-25
1
-9/+0
*
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)
Kirill Podoprigora
2024-07-19
1
-1/+1
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
1
-22/+11
*
gh-120178: Documentation typo corrections (#120179)
David Lowry-Duda
2024-06-06
1
-1/+1
*
gh-114616: Improve docs regarding changes to caches representation in dis (#1...
Irit Katriel
2024-06-04
1
-3/+4
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
1
-4/+5
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
Fix several typos in documentation (GH-118625)
Xie Yanbo
2024-05-07
1
-1/+1
*
gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)
Christopher Chianelli
2024-03-28
1
-1/+1
*
docs: use consistent .append() in dis.rst (#115434)
Ned Batchelder
2024-02-15
1
-4/+4
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
1
-2/+2
*
Docs: Fix typo in code snippet (GH-114421)
Kirill Podoprigora
2024-01-22
1
-1/+1
*
Document the `co_lines` method on code objects (#113682)
Alex Waygood
2024-01-03
1
-4/+5
*
fix bullet-list in `LOAD_SUPER_ATTR` documentation on `dis` page (#113461)
denballakh
2023-12-24
1
-3/+4
*
gh-112962: in dis module, put cache information in the Instruction instead of...
Irit Katriel
2023-12-13
1
-3/+15
*
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood
2023-12-06
1
-9/+10
*
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood
2023-12-05
1
-2/+2
*
gh-112137: change dis output to display labels instead of offsets (#112138)
Irit Katriel
2023-11-22
1
-9/+27
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
1
-1/+2
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
1
-2/+11
*
gh-107457: update dis documentation with changes in 3.12 (#108900)
Matthieu Dartiailh
2023-10-17
1
-16/+43
*
gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...
Radislav Chugunov
2023-10-10
1
-0/+26
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
1
-25/+33
*
Fix variable name in dis documentation example (GH-109343)
Oleksandr Kravets
2023-09-13
1
-1/+1
*
gh-109319: deprecate dis.HAVE_ARGUMENT (#109320)
Irit Katriel
2023-09-12
1
-0/+2
*
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel
2023-09-12
1
-2/+2
*
Docs: Resolve Sphinx warnings in dis.rst (#108476)
Erlend E. Aasland
2023-08-25
1
-9/+11
*
gh-107932: Fix dis module for bytecode that does not have an associated sourc...
Corvin
2023-08-25
1
-2/+13
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
1
-1/+1
*
gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429)
Dong-hee Na
2023-07-30
1
-2/+3
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-2/+2
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
1
-7/+21
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
1
-1/+22
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
1
-12/+11
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
1
-0/+6
*
gh-105678: document SET_FUNCTION_ATTRIBUTE (#105843)
Carl Meyer
2023-06-16
1
-9/+20
*
bpo-44530: Document the change in MAKE_FUNCTION behavior (#93189)
Alex Doe
2023-06-16
1
-2/+5
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
1
-16/+37
*
gh-102676: Add more convenience properties to `dis.Instruction` (#103969)
Tomas R
2023-06-11
1
-0/+42
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
2023-05-26
1
-20/+91
*
docs: fix wrong indentation causing rendering error in dis page (#104661)
Nyakku Shigure
2023-05-19
1
-2/+2
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
1
-0/+8
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
1
-1/+1
*
Various small fixes to dis docs (#103923)
Jelle Zijlstra
2023-04-29
1
-78/+79
*
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer
2023-04-24
1
-0/+18
*
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher
2023-04-05
1
-1/+1
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
1
-9/+0
*
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel
2023-03-22
1
-24/+0
*
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher
2023-03-11
1
-3/+3
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
1
-11/+15
[next]