AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 3.7.4 * Fragment parsing was borked. This means deparsing in trepan2/trepan3k was broken * 3.7+: narrow precedence for call tatement * del_stmt -> delete to better match Python AST * 3.8+ Add another forelsestmt (found only in a loop) * 3.8+ Add precedence on walrus operator * More files blackened * bump min xdis version * __doc__ = DocDescr() from test_descr.py was getting confused as a docstring. * detect 2.7 exchandler range better * Add reduce check for 2.7 augmented assign * Add VERSION in a pydoc-friendly way
- update to 3.7.2 * Use newer xdis * Docstrings (again) which were broken again on earlier Python * Fix 2.6 and 2.7 decompilation bug in handling "list if" comprehensions * Handle 3.7+ "else" branch removal adAs seen in `_cmp()` of `python3.8/distutils/version.py` with optimization `-O2` * 3.6+ "with" and "with .. as" grammar improvements * ast-check for "for" loop was missing some grammar rules
- update to 3.7.0 * The main impetus for this release is to pull in the recent changes from xdis. We simplify imports using xdis 4.6.0. * There were some bugfixes to Python 3.4-3.8. See the ChangeLog for details
- %python3_only -> %python_alternative
- version update to 3.6.5 * Handle nested async for in for... and better async comprehension detection via xdis. Still more work is needed. * include token number in listings when -g and there is a parser error * remove unneeded Makefiles now that remake 4.3+1.5dbg is a thing that has -c * Bug in finding annotations in functions with docstrings * Fix bug found by 2.4 sre_parse.py testing * Fix transform module's ifelseif bugs * Fix bug in 3.0 name module detection * Fix docstring detection
- version update to 3.6.4 * The main focus in this release was fix some of the more glaring problems creapt in from the last release due to that refactor. * See ChangeLog for details.
- update to 3.6.3 * Fix fragment bugs * Preliminary support for decompiling Python 1.0, 1.1, 1.2, and 1.6 * Pypy 3.3, 3.5, 3.6, and 3.6.9 support * Improve 3.0 decompilation * Fix unmarshal incompletness detected in Pypy 3.6 * more accurate decompilation especially for 3.7 and 3.8. * runing in 3.9-dev is tolerated * Numerous bugs around handling lambda with keyword-only fixed. * binary_expr and unary_expr have been renamed to bin_op and unary_op * TL;DR, but nothing important
- Update to 3.4.0: * The main change is to add a tree-transformation phase * Various bugfixes
- Update to 3.3.5: * No upstream changelog
- Initial (v3.3.4)