aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/dis.py
Commit message (Expand)AuthorAge
...
* gh-90997: bpo-46841: Disassembly of quickened code (GH-32099)penguin_wwy2022-04-19
* gh-91276: make space for longer opcodes in dis output (GH-91444)Irit Katriel2022-04-12
* bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)Irit Katriel2022-04-11
* bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD (GH...Irit Katriel2022-03-31
* Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an addi...Mark Shannon2022-03-17
* bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)Brandt Bucher2022-02-25
* bpo-46724: Fix dis support for overflow args (GH-31285)Saul Shanabrook2022-02-18
* bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)Nikita Sobolev2022-01-24
* bpo-45636: Merge all numeric operators (GH-29482)Brandt Bucher2021-11-10
* bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG befo...Irit Katriel2021-11-09
* bpo-45152: refactor the dis module to make handling of hasconst opcodes more ...Irit Katriel2021-09-15
* bpo-45168: change dis output to omit missing values rather than replacing the...Irit Katriel2021-09-14
* bpo-45017: move opcode-related logic from modulefinder to dis (GH-28246)Irit Katriel2021-09-09
* bpo-43950: support positions for dis.Instructions created through dis.Bytecod...Batuhan Taskaya2021-09-03
* bpo-43950: include position in dis.Instruction (GH-27015)Batuhan Taskaya2021-07-04
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-07
* bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...Pablo Galindo2021-06-04
* bpo-43693: Compute deref offsets in compiler (gh-25152)Mark Shannon2021-06-03
* bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...Eric Snow2021-06-03
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-07
* bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna...Mark Shannon2021-04-01
* bpo-42562: Fix issue when dis failed to parse function that has no line numbe...Yurii Karabas2020-12-04
* bpo-42246: Partial implementation of PEP 626. (GH-23113)Mark Shannon2020-11-12
* bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)Konge2020-08-08
* bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)T. Wouters2019-09-28
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-29
* bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937)Serhiy Storchaka2018-03-11
* bpo-31183: `dis` now handles coroutines & async generators (GH-3077)syncosmic2017-08-18
* bpo-11822: Improve disassembly to show embedded code objects. (#1844)Serhiy Storchaka2017-06-11
* bpo-22352: Adjust widths in the output of dis.dis() for large line numbers an...Serhiy Storchaka2017-04-19
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-05
* Issue #28317: The disassembler now decodes FORMAT_VALUE argument.Serhiy Storchaka2016-10-08
* Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-12
* Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-09
* Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-08
* Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-24
* Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-08
|\
| * Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-08
* | Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-23
|\|
| * Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-23
* | co_lnotab supports negative line number deltaVictor Stinner2016-01-20
* | Issue #24878: Add docstrings to selected namedtuplesRaymond Hettinger2015-08-17
|/
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-11
* Issue #21947: handle generator-iterator objects in disNick Coghlan2014-07-25
* Close #17916: dis.Bytecode based replacement for distbNick Coghlan2013-11-23
* Close #19378: address flaws in the new dis module APIsNick Coghlan2013-11-06
* Close #18538: ``python -m dis`` now uses argparse.Nick Coghlan2013-08-25
* #18796: improve documentation of the file argument of dis.show_code. Initial...Ezio Melotti2013-08-23
* Issue #11816: multiple improvements to the dis moduleNick Coghlan2013-05-06
* Issue #11823: disassembly now shows argument counts on calls with keyword argsAlexander Belopolsky2012-06-07