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
*
bpo-45168: change dis output to omit missing values rather than replacing the...
Irit Katriel
2021-09-14
1
-2/+3
*
Add missing arg to DICT_MERGE opcode (GH-26859)
andrei kulakov
2021-06-27
1
-1/+1
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Brandt Bucher
2021-06-25
1
-5/+8
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
1
-0/+8
*
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...
Pablo Galindo
2021-06-08
1
-8/+0
*
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
1
-0/+8
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-7/+23
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-23/+7
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
1
-6/+23
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-3/+2
*
bpo-26110: Document `CALL_METHOD_KW` (GH-26159)
Ken Jin
2021-05-19
1
-0/+12
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-31/+27
*
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher
2021-05-02
1
-0/+9
*
bpo-43683: Handle generator entry in bytecode (GH-25138)
Mark Shannon
2021-04-06
1
-0/+8
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-0/+56
*
Fix typo in dis module doc (GH-24509)
Irit Katriel
2021-02-20
1
-1/+1
*
bpo-33387: update documentation for exception handling opcode changes (GH-24334)
Irit Katriel
2021-01-26
1
-1/+1
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
1
-1/+2
*
Fix dis markup (GH-23524)
Andre Delfino
2020-11-28
1
-6/+6
*
bpo-42202: Store func annotations as a tuple (GH-23316)
Yurii Karabas
2020-11-25
1
-1/+3
*
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
Xiang Zhang
2020-07-28
1
-1/+1
*
Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454)
laike9m
2020-04-13
1
-3/+3
*
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
laike9m
2020-04-03
1
-1/+1
*
Updated documentation for FOR_ITER (GH-19113)
laike9m
2020-03-24
1
-1/+1
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Taine Zhao
2020-03-14
1
-1/+1
*
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon
2020-01-27
1
-14/+7
*
bpo-39320: Handle unpacking of *values in compiler (GH-17984)
Mark Shannon
2020-01-23
1
-28/+9
*
improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079)
Carl Friedrich Bolz-Tereick
2020-01-21
1
-8/+10
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
1
-0/+21
*
Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (...
Mark Shannon
2019-11-21
1
-2/+2
*
Produce cleaner bytecode for 'with' and 'async with' by generating separate c...
Mark Shannon
2019-11-21
1
-76/+9
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
1
-0/+8
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-2/+4
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
1
-1/+3
*
bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)
Yao Zuo
2019-06-12
1
-4/+4
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
bpo-19184: Update the documentation of dis module. (GH-13652)
Michele Angrisano
2019-06-02
1
-3/+7
*
bpo-34906: Doc: Fix typos (GH-9712)
Stéphane Wirtel
2018-10-05
1
-1/+1
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
1
-1/+10
*
bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)
Serhiy Storchaka
2018-09-17
1
-26/+34
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+11
*
bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
1
-2/+2
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-43/+77
*
bpo-32565: Add missed versionadded directives for all new opcodes. (#5199)
Serhiy Storchaka
2018-02-01
1
-0/+31
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-7/+0
*
[Doc] Update opcode for var-positional arguments (#4446)
Moses Koledoye
2017-11-18
1
-1/+1
*
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
2017-10-06
1
-2/+5
*
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
syncosmic
2017-08-18
1
-9/+21
*
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
Serhiy Storchaka
2017-06-11
1
-2/+11
*
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651)
Ivan Levkivskyi
2017-03-24
1
-2/+16
[next]