summaryrefslogtreecommitdiff
path: root/Doc/library/dis.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)Zackery Spytz2019-08-251-0/+8
* bpo-37540: vectorcall: keyword names must be strings (GH-14682)Jeroen Demeyer2019-08-161-2/+4
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Jörn Heissler2019-06-221-1/+3
* bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)Yao Zuo2019-06-121-4/+4
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-031-1/+1
* bpo-19184: Update the documentation of dis module. (GH-13652)Michele Angrisano2019-06-021-3/+7
* bpo-34906: Doc: Fix typos (GH-9712)Stéphane Wirtel2018-10-051-1/+1
* bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)Serhiy Storchaka2018-09-181-1/+10
* bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)Serhiy Storchaka2018-09-171-26/+34
* bpo-33041: Rework compiling an "async for" loop. (#6142)Serhiy Storchaka2018-03-231-0/+11
* bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka2018-03-181-2/+2
* bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...Serhiy Storchaka2018-02-221-43/+77
* bpo-32565: Add missed versionadded directives for all new opcodes. (#5199)Serhiy Storchaka2018-02-011-0/+31
* bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)Mark Shannon2018-01-291-7/+0
* [Doc] Update opcode for var-positional arguments (#4446)Moses Koledoye2017-11-191-1/+1
* bpo-31709: Update importlib magic (#3906)Yury Selivanov2017-10-061-2/+5
* bpo-31183: `dis` now handles coroutines & async generators (GH-3077)syncosmic2017-08-181-9/+21
* bpo-11822: Improve disassembly to show embedded code objects. (#1844)Serhiy Storchaka2017-06-111-2/+11
* bpo-28810: Document remaining bytecode changes in 3.6 (GH-651)Ivan Levkivskyi2017-03-241-2/+16
* bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250)Ivan Levkivskyi2017-03-101-31/+40
* bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239)Ivan Levkivskyi2017-03-101-4/+15
* bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238)Ivan Levkivskyi2017-03-031-2/+53
* Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode.INADA Naoki2017-01-161-0/+22
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-5/+5
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-5/+5
* | Issue #28394: More typo fixes for 3.6+Martin Panter2016-10-101-1/+1
* | Add missing versionadded directivesBerker Peksag2016-09-121-0/+4
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+11
* | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-061-0/+8
* | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-17/+6
* | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-121-0/+9
* | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-5/+4
* | Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-231-5/+5
|\ \ | |/
| * Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-231-5/+5
* | Merge typo fixes from 3.5Martin Panter2016-04-051-1/+1
|\ \ | |/
| * Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
* | For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is ...Eric V. Smith2015-11-041-1/+2
* | Issue 25483: Fix doc typo and added versionadded. Thanks, Berker Peksag.Eric V. Smith2015-11-031-1/+3
* | Issue 25483: Update dis.rst with FORMAT_VALUE opcode description.Eric V. Smith2015-11-031-0/+19
|/
* Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
|\
| * Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
* | Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-241-3/+5
* | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-0/+8
* | remove STORE_MAP, since it's unusedBenjamin Peterson2015-05-281-4/+0
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-2/+40
* | Add versionadded directives for the matmul operator.Berker Peksag2015-03-121-0/+4
* | merge 3.4 (#23561)Benjamin Peterson2015-03-021-100/+100
|\ \ | |/
| * wrap everything at 80 charsBenjamin Peterson2015-03-021-98/+97
| * link to the correct dis method or function (closes #23561)Benjamin Peterson2015-03-021-3/+3
* | Issue #20521: Change ``TOS`` to TOS in dis documentation.Berker Peksag2015-03-021-4/+4
|\ \ | |/