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
/
Lib
/
dis.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46422: use `dis.Positions` in `dis.Instruction` (GH-30716)
Nikita Sobolev
2022-01-24
1
-4/+1
*
bpo-45636: Merge all numeric operators (GH-29482)
Brandt Bucher
2021-11-11
1
-0/+4
*
bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG befo...
Irit Katriel
2021-11-09
1
-0/+1
*
bpo-45152: refactor the dis module to make handling of hasconst opcodes more ...
Irit Katriel
2021-09-15
1
-19/+35
*
bpo-45168: change dis output to omit missing values rather than replacing the...
Irit Katriel
2021-09-14
1
-9/+16
*
bpo-45017: move opcode-related logic from modulefinder to dis (GH-28246)
Irit Katriel
2021-09-09
1
-0/+36
*
bpo-43950: support positions for dis.Instructions created through dis.Bytecod...
Batuhan Taskaya
2021-09-03
1
-1/+2
*
bpo-43950: include position in dis.Instruction (GH-27015)
Batuhan Taskaya
2021-07-04
1
-9/+44
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-26/+27
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-27/+26
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
1
-4/+1
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-24/+28
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-7/+49
*
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna...
Mark Shannon
2021-04-01
1
-3/+6
*
bpo-42562: Fix issue when dis failed to parse function that has no line numbe...
Yurii Karabas
2020-12-04
1
-1/+1
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-25/+8
*
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
Konge
2020-08-08
1
-1/+1
*
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079)
T. Wouters
2019-09-28
1
-0/+5
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-0/+1
*
bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937)
Serhiy Storchaka
2018-03-11
1
-2/+14
*
bpo-31183: `dis` now handles coroutines & async generators (GH-3077)
syncosmic
2017-08-18
1
-12/+30
*
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
Serhiy Storchaka
2017-06-11
1
-6/+17
*
bpo-22352: Adjust widths in the output of dis.dis() for large line numbers an...
Serhiy Storchaka
2017-04-19
1
-7/+23
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-1/+1
*
Issue #28317: The disassembler now decodes FORMAT_VALUE argument.
Serhiy Storchaka
2016-10-08
1
-0/+9
*
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
1
-2/+0
*
Rework CALL_FUNCTION* opcodes
Victor Stinner
2016-09-09
1
-1/+1
*
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-0/+1
*
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
1
-22/+13
*
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka
2016-05-08
1
-29/+26
|
\
|
*
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka
2016-05-08
1
-29/+26
*
|
Issue #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
1
-1/+2
|
\
\
|
|
/
|
*
Issue #26733: Disassembling a class now disassembles class and static methods.
Serhiy Storchaka
2016-04-23
1
-1/+2
*
|
co_lnotab supports negative line number delta
Victor Stinner
2016-01-20
1
-2/+5
*
|
Issue #24878: Add docstrings to selected namedtuples
Raymond Hettinger
2015-08-18
1
-0/+9
|
/
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-0/+2
*
Issue #21947: handle generator-iterator objects in dis
Nick Coghlan
2014-07-25
1
-2/+6
*
Close #17916: dis.Bytecode based replacement for distb
Nick Coghlan
2013-11-22
1
-2/+15
*
Close #19378: address flaws in the new dis module APIs
Nick Coghlan
2013-11-06
1
-30/+42
*
Close #18538: ``python -m dis`` now uses argparse.
Nick Coghlan
2013-08-24
1
-19/+8
*
#18796: improve documentation of the file argument of dis.show_code. Initial...
Ezio Melotti
2013-08-23
1
-1/+4
*
Issue #11816: multiple improvements to the dis module
Nick Coghlan
2013-05-06
1
-97/+238
*
Issue #11823: disassembly now shows argument counts on calls with keyword args
Alexander Belopolsky
2012-06-07
1
-0/+6
*
As per python-dev discussion with Eli, properly document and publish dis.show...
Nick Coghlan
2010-09-10
1
-6/+2
*
Leave show_code out of __all__ and make it clear that its lack of documentati...
Nick Coghlan
2010-09-10
1
-1/+5
*
Fix dis.__all__ for new additions to module in 3.2(spotted by Eli Bendersky)
Nick Coghlan
2010-09-10
1
-2/+2
*
Address XXX comment in dis.py: inspect.py now attempts to reuse the dis.py co...
Nick Coghlan
2010-08-17
1
-4/+5
*
Issue 9147: Add dis.code_info()
Nick Coghlan
2010-08-17
1
-28/+44
*
Issue 6507: accept source strings directly in dis.dis(). Original patch by Da...
Nick Coghlan
2010-07-03
1
-2/+24
*
factor out constant
Benjamin Peterson
2010-04-04
1
-2/+3
[next]