AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- %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)