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
Python 3.11 support
#103
fabioz
closed
1 year ago
5
fix: exclude IS, IS_NOT, IN, NOT_IN from Compare enum in Python>=3.9
#102
P403n1x87
closed
2 years ago
7
The `Compare` enum is broken starting from Python 3.9
#101
P403n1x87
closed
2 years ago
0
drop support for Python 3.6 and 3.7
#100
MatthieuDartiailh
closed
2 years ago
0
Move to a src layout
#99
MatthieuDartiailh
closed
2 years ago
1
run isort on the project
#98
MatthieuDartiailh
closed
2 years ago
1
add a pyproject.toml configuration to make install PEP517 conformant
#97
MatthieuDartiailh
closed
2 years ago
1
Labels don't seem to be handled correctly with Python<3.9
#96
P403n1x87
closed
2 years ago
5
Update pre_and_post_stack_effect
#95
MatthieuDartiailh
closed
2 years ago
1
fix: exclude EXC_MATCH from Compare enum in Python>=3.9
#94
P403n1x87
closed
2 years ago
6
Remove `Compare.EXC_MATCH` on Python>=3.9
#93
P403n1x87
closed
2 years ago
1
Make test imports relative to tests package
#92
juliangilbey
closed
2 years ago
7
Change Copyright to: Contributors to the bytecode project
#91
vstinner
closed
2 years ago
4
Please clarify the copyright
#90
juliangilbey
closed
2 years ago
4
Errors in compute stacksize on 3.10
#89
frmdstryr
closed
2 years ago
7
doc: fix typos
#88
jwilk
closed
2 years ago
1
Fix markup syntax in README
#87
jwilk
closed
2 years ago
0
Cis docs
#86
MatthieuDartiailh
closed
2 years ago
1
Pack linetable properly for Python 3.10. Fixes #84
#85
fabioz
closed
3 years ago
7
Bytecode doesn't properly set linenumbers (in corner case in Python 3.10rc1)
#84
fabioz
closed
3 years ago
2
cis: use the new version of codecov action
#83
MatthieuDartiailh
closed
3 years ago
1
start testing on Python 3.10..0-rc.1
#82
MatthieuDartiailh
closed
3 years ago
1
Test on Python 3.10.b.4
#81
MatthieuDartiailh
closed
3 years ago
1
Start testing with latest Python 3.10 beta
#80
MatthieuDartiailh
closed
3 years ago
1
cis: start testing on python 3.10.b1
#79
MatthieuDartiailh
closed
3 years ago
1
Update jump address handling for 3.10
#78
MatthieuDartiailh
closed
3 years ago
1
cis: use latest alpha
#77
MatthieuDartiailh
closed
3 years ago
1
chore: add Python support updates to the README
#76
P403n1x87
closed
3 years ago
2
feat: add Python 2 support
#75
P403n1x87
closed
3 years ago
1
Missing tag on 0.12.0 release
#74
P403n1x87
closed
3 years ago
1
Creating functions through bytecode
#73
kwrooijen
opened
3 years ago
3
Py310 line encoding
#72
MatthieuDartiailh
closed
3 years ago
1
Extended line offsets fix
#71
MatthieuDartiailh
closed
3 years ago
0
cis: run tests on 3.9
#70
MatthieuDartiailh
closed
4 years ago
1
quick and dirty way of checking pre and post stack effect
#69
Z-Shang
closed
3 years ago
13
Stack size computation issue
#68
Z-Shang
closed
4 years ago
2
Why are extended line offsets -127 and 126, and not -128 and 127?
#67
RNavega
closed
3 years ago
2
Question: how stable is it to round-trip code?
#66
fabioz
closed
4 years ago
3
Prevent EXTENDED_ARG to propagate past ConcreteBytecode
#65
MatthieuDartiailh
closed
4 years ago
3
(Slightly) improve support for EXTENDED_ARG
#64
IPSW1
closed
4 years ago
2
Stack size with EXTENDED_ARG
#63
IPSW1
closed
4 years ago
10
stack size calculation issue
#62
jimy-byerley
closed
3 years ago
5
Fixed flake8 ambiguous variable name error
#61
laike9m
closed
4 years ago
2
Black formatting and doc building test
#60
MatthieuDartiailh
closed
4 years ago
1
Use GitHub actions and format the code using black
#59
MatthieuDartiailh
closed
4 years ago
1
Support for large scale basic blocks
#58
thautwarm
closed
4 years ago
7
Using special optimization to get rid of recursion limitations when compiling really huge code
#57
thautwarm
closed
4 years ago
1
flags: fix the flag inference mechanism
#56
MatthieuDartiailh
closed
4 years ago
1
Flag inference is too agressive in determining generator
#55
MatthieuDartiailh
closed
4 years ago
1
Simplifying and enhancing const_key
#54
thautwarm
closed
4 years ago
6
Previous
Next