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
*
[3.12] Fix variable name in dis documentation example (GH-109343) (#109364)
Miss Islington (bot)
2023-09-13
1
-1/+1
*
[3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546)
Miss Islington (bot)
2023-08-27
1
-9/+11
*
[3.12] gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429) (gh-1...
Miss Islington (bot)
2023-07-30
1
-2/+3
*
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
[3.12] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189) (#...
Miss Islington (bot)
2023-06-16
1
-2/+5
*
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot)
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
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-0/+7
*
gh-101454: fix documentation for END_ASYNC_FOR (#101455)
Irit Katriel
2023-02-01
1
-4/+3
*
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...
Mark Shannon
2023-01-24
1
-1/+4
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
1
-0/+9
*
gh-96461: Improve docs for bytecode instructions (GH-96462)
Matthieu Dartiailh
2023-01-12
1
-123/+236
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
1
-19/+3
*
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon
2023-01-05
1
-23/+16
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
1
-0/+9
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
1
-1/+12
*
gh-97937: dis docs: add adaptive=False (#97939)
Jelle Zijlstra
2022-10-25
1
-13/+29
*
gh-71316: Update dis documentation to include changes to jump arguments (GH-9...
Christopher Chianelli
2022-10-07
1
-0/+4
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel
2022-09-01
1
-36/+20
*
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher
2022-08-19
1
-3/+18
*
GH-90997: Document CACHEs (GH-95694)
Brandt Bucher
2022-08-05
1
-0/+18
*
no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)
Alex Hedges
2022-08-01
1
-1/+1
*
Remove out of date reference to YIELD_FROM from docs. (#94966)
Mark Shannon
2022-07-18
1
-6/+0
*
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
Irit Katriel
2022-07-01
1
-2/+80
*
gh-89038: [doc] update dis.findlinestarts documentation for changes related t...
Irit Katriel
2022-06-30
1
-4/+6
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
1
-5/+21
*
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Irit Katriel
2022-06-25
1
-2/+2
*
[docs] Fix LOAD_ATTR version changed (GH-93816)
Ken Jin
2022-06-14
1
-1/+1
*
GH-93429: Document `LOAD_METHOD` removal (GH-93803)
Ken Jin
2022-06-14
1
-13/+14
*
Document LOAD_FAST_CHECK opcode (#93498)
Dennis Sweeney
2022-06-05
1
-0/+11
*
gh-93433: Fix dis doc example output (GH-93434)
Ken Jin
2022-06-03
1
-10/+18
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
1
-0/+2
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
1
-14/+3
*
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative (GH-32215)
Irit Katriel
2022-04-15
1
-4/+9
*
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel
2022-04-11
1
-10/+38
*
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
Irit Katriel
2022-04-05
1
-8/+8
*
bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309)
Irit Katriel
2022-04-05
1
-23/+22
*
bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231)
Irit Katriel
2022-04-01
1
-12/+6
*
bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH...
Irit Katriel
2022-03-31
1
-5/+7
*
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an addi...
Mark Shannon
2022-03-17
1
-2/+5
[next]