issues
search
MatthieuDartiailh
/
bytecode
Python module to modify bytecode
https://bytecode.readthedocs.io/
MIT License
302
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add Compare to __all__
#53
Wooza
closed
4 years ago
2
Allow to copy and slice Bytecode
#52
MatthieuDartiailh
closed
4 years ago
6
treating `const_key` of a code object as mutable one
#51
thautwarm
closed
4 years ago
4
Update documentation for Python 3.8
#50
MatthieuDartiailh
closed
4 years ago
1
Update doc example
#49
laike9m
closed
5 years ago
4
Is there any way to get the bytecode offsets along with the line number ?
#48
azadsalam
opened
5 years ago
23
Add Python 3.8 testing
#47
MatthieuDartiailh
closed
5 years ago
9
When will v0.8 be released?
#46
thautwarm
closed
5 years ago
3
Docs: update examples for Python 3.8
#45
MatthieuDartiailh
closed
4 years ago
1
Fix calculating the stack effect for opcodes with arguments.
#44
serhiy-storchaka
closed
6 years ago
2
Fix stack effect
#43
thautwarm
closed
6 years ago
2
Add syntax coloration for the Python snippet
#42
Naereen
closed
6 years ago
2
Support Python 3.8.
#41
serhiy-storchaka
closed
6 years ago
5
Do not depend on aenum on Python 3.6+.
#40
serhiy-storchaka
closed
6 years ago
2
Get rid of the dependency of aenum
#39
serhiy-storchaka
closed
6 years ago
0
fails to load very big constant numbers
#38
thautwarm
closed
6 years ago
11
introduce a const_list to avoid the loss of readability when accessing constants from `_ConvertBytecodeToConcrete`
#36
thautwarm
closed
6 years ago
2
Python 3.7 testing
#35
MatthieuDartiailh
closed
6 years ago
1
Add support for general constants through a modified key_const function
#34
MatthieuDartiailh
closed
6 years ago
5
support general constants in code object.
#33
thautwarm
closed
6 years ago
3
Support general constants
#32
thautwarm
closed
6 years ago
10
cannot directly set argnames when creating a new code object from an existed one
#31
thautwarm
closed
6 years ago
4
bypass some temporary ControlFlowGraph objects
#30
SnoopyLane
closed
6 years ago
1
updates for handling Python3.7
#29
SnoopyLane
closed
6 years ago
5
Fix the handling EXTENDED_ARG 0
#28
MatthieuDartiailh
closed
6 years ago
4
better convergence of compute_jumps
#27
SnoopyLane
closed
6 years ago
17
remove useless EXTENDED_ARG 0
#26
SnoopyLane
closed
6 years ago
3
EXTENDED_ARG 0 retained from input raises ValueError
#25
SnoopyLane
closed
6 years ago
7
Do not delete `EXTENDED_ARG` instructions that have no arg
#24
localhuman
closed
6 years ago
8
Add support for flag handling using IntFlag from aenum
#23
MatthieuDartiailh
closed
7 years ago
9
Fix stack_effect computation of CALL_FUNCTION_EX on 3.6.0
#22
MatthieuDartiailh
closed
7 years ago
5
Re-implement bytecode on top of codetype
#21
ghost
closed
7 years ago
1
[WIP] Add a higher level handling of flags
#20
MatthieuDartiailh
closed
7 years ago
4
Discussion : Improving handling of co_flags
#19
MatthieuDartiailh
closed
7 years ago
14
tox : tests on 3.5 and 3.6
#18
MatthieuDartiailh
closed
7 years ago
4
Invalid operation name under python 3.6.0
#17
AlanCristhian
closed
7 years ago
3
Revert "Update README.rst"
#16
vstinner
closed
8 years ago
0
Update README.rst
#15
matrixise
closed
8 years ago
1
Fix PEP8 test on travis
#14
eric-wieser
closed
8 years ago
0
Travis fails (pep8) on master
#13
eric-wieser
closed
8 years ago
1
Enable code coverage
#12
eric-wieser
closed
7 years ago
9
Add an instructions argument to ConcreteBytecode, and validate its value
#11
eric-wieser
closed
7 years ago
3
Add ConcreteBytecode.{instr_at_code_offset, index_at_code_offset}
#10
eric-wieser
opened
8 years ago
5
Provide a way to convert frame.f_lasti into an instruction
#9
eric-wieser
opened
8 years ago
8
Stack depth computation based on cfg analysis
#8
MatthieuDartiailh
closed
7 years ago
22
[WIP] support for Python 2
#7
MatthieuDartiailh
closed
8 years ago
8
Add stack depth computation
#6
MatthieuDartiailh
closed
8 years ago
9
Support for Python 2
#5
MatthieuDartiailh
closed
8 years ago
4
Adding support for stack depth calculation
#4
MatthieuDartiailh
closed
7 years ago
3
Python 3.6 compatibility
#3
danilobellini
closed
8 years ago
5
Previous
Next