Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-uncompyle6 | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 3.7.4 | Vendor: openSUSE |
Release: bp154.1.22 | Build date: Mon May 9 11:28:22 2022 |
Group: Development/Languages/Python | Build host: goat03 |
Size: 3094980 | Source RPM: python-uncompyle6-3.7.4-bp154.1.22.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/rocky/python-uncompyle6/ | |
Summary: Python cross-version byte-code decompiler |
A native Python cross-version decompiler and fragment decompiler. The successor to decompyle, uncompyle, and uncompyle2.
GPL-3.0-only
* Thu Dec 31 2020 olaf@aepfle.de - 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 * Thu Jul 23 2020 Marketa Calabkova <mcalabkova@suse.com> - 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 * Mon Jun 08 2020 Dirk Mueller <dmueller@suse.com> - 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 * Mon May 18 2020 Petr Gajdos <pgajdos@suse.com> - %python3_only -> %python_alternative * Fri Apr 17 2020 pgajdos@suse.com - 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 * Tue Mar 10 2020 pgajdos@suse.com - 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. * Fri Feb 07 2020 Marketa Calabkova <mcalabkova@suse.com> - 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 * Tue Sep 10 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 3.4.0: * The main change is to add a tree-transformation phase * Various bugfixes * Mon Jul 22 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 3.3.5: * No upstream changelog * Fri Jun 28 2019 Andreas Färber <afaerber@suse.de> - Initial (v3.3.4)
/etc/alternatives/pydisassemble /etc/alternatives/uncompyle6 /usr/bin/pydisassemble /usr/bin/pydisassemble-3.6 /usr/bin/uncompyle6 /usr/bin/uncompyle6-3.6 /usr/lib/python3.6/site-packages/uncompyle6 /usr/lib/python3.6/site-packages/uncompyle6-3.7.4-py3.6.egg-info /usr/lib/python3.6/site-packages/uncompyle6-3.7.4-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/uncompyle6-3.7.4-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/uncompyle6-3.7.4-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/uncompyle6-3.7.4-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/uncompyle6-3.7.4-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/uncompyle6-3.7.4-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/uncompyle6-3.7.4-py3.6.egg-info/zip-safe /usr/lib/python3.6/site-packages/uncompyle6/__init__.py /usr/lib/python3.6/site-packages/uncompyle6/__pycache__ /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/disas.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/disas.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/linenumbers.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/linenumbers.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/main.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/main.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/parser.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/parser.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/scanner.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/scanner.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/show.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/show.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/util.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/util.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/verify.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/verify.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/version.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/__pycache__/version.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/bin /usr/lib/python3.6/site-packages/uncompyle6/bin/__init__.py /usr/lib/python3.6/site-packages/uncompyle6/bin/__pycache__ /usr/lib/python3.6/site-packages/uncompyle6/bin/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/bin/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/bin/__pycache__/pydisassemble.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/bin/__pycache__/pydisassemble.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/bin/__pycache__/uncompile.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/bin/__pycache__/uncompile.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/bin/pydisassemble.py /usr/lib/python3.6/site-packages/uncompyle6/bin/uncompile.py /usr/lib/python3.6/site-packages/uncompyle6/disas.py /usr/lib/python3.6/site-packages/uncompyle6/linenumbers.py /usr/lib/python3.6/site-packages/uncompyle6/main.py /usr/lib/python3.6/site-packages/uncompyle6/parser.py /usr/lib/python3.6/site-packages/uncompyle6/parsers /usr/lib/python3.6/site-packages/uncompyle6/parsers/__init__.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__ /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse10.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse10.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse11.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse11.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse12.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse12.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse13.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse13.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse14.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse14.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse15.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse15.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse16.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse16.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse2.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse2.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse21.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse21.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse22.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse22.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse23.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse23.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse24.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse24.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse25.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse25.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse26.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse26.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse27.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse27.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse3.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse3.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse30.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse30.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse31.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse31.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse32.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse32.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse33.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse33.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse34.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse34.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse35.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse35.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse36.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse36.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse37.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse37.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse37base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse37base.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse38.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/parse38.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/treenode.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/__pycache__/treenode.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse10.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse11.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse12.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse13.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse14.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse15.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse16.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse2.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse21.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse22.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse23.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse24.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse25.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse26.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse27.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse3.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse30.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse31.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse32.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse33.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse34.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse35.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse36.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse37.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse37base.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/parse38.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__init__.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__ /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/and_check.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/and_check.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/and_not_check.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/and_not_check.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/aug_assign.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/aug_assign.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/except_handler.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/except_handler.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/except_handler_else.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/except_handler_else.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/ifelsestmt.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/ifelsestmt.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/iflaststmt.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/iflaststmt.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/ifstmt.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/ifstmt.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/ifstmts_jump.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/ifstmts_jump.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/or_check.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/or_check.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/testtrue.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/testtrue.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/tryelsestmt.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/tryelsestmt.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/tryelsestmtl3.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/tryelsestmtl3.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/tryexcept.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/tryexcept.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/while1elsestmt.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/while1elsestmt.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/while1stmt.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/__pycache__/while1stmt.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/and_check.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/and_not_check.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/aug_assign.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/except_handler.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/except_handler_else.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/ifelsestmt.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/iflaststmt.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/ifstmt.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/ifstmts_jump.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/or_check.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/testtrue.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/tryelsestmt.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/tryelsestmtl3.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/tryexcept.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/while1elsestmt.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/reducecheck/while1stmt.py /usr/lib/python3.6/site-packages/uncompyle6/parsers/treenode.py /usr/lib/python3.6/site-packages/uncompyle6/scanner.py /usr/lib/python3.6/site-packages/uncompyle6/scanners /usr/lib/python3.6/site-packages/uncompyle6/scanners/__init__.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__ /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy27.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy27.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy32.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy32.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy33.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy33.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy35.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy35.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy36.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/pypy36.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner10.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner10.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner11.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner11.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner12.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner12.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner13.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner13.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner14.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner14.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner15.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner15.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner16.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner16.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner2.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner2.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner21.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner21.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner22.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner22.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner23.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner23.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner24.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner24.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner25.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner25.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner26.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner26.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner27.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner27.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner3.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner3.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner30.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner30.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner31.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner31.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner32.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner32.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner33.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner33.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner34.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner34.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner35.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner35.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner36.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner36.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner37.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner37.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner37base.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner37base.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner38.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner38.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner39.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/scanner39.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/tok.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/__pycache__/tok.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/scanners/pypy27.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/pypy32.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/pypy33.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/pypy35.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/pypy36.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner10.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner11.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner12.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner13.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner14.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner15.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner16.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner2.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner21.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner22.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner23.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner24.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner25.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner26.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner27.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner3.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner30.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner31.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner32.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner33.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner34.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner35.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner36.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner37.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner37base.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner38.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/scanner39.py /usr/lib/python3.6/site-packages/uncompyle6/scanners/tok.py /usr/lib/python3.6/site-packages/uncompyle6/semantics /usr/lib/python3.6/site-packages/uncompyle6/semantics/__init__.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__ /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/aligner.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/aligner.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/check_ast.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/check_ast.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/consts.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/consts.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize25.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize25.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize26_27.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize26_27.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize3.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize3.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize35.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize35.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize36.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize36.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize37.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize37.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize38.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/customize38.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/fragments.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/fragments.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/helper.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/helper.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/linemap.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/linemap.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/make_function2.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/make_function2.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/make_function3.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/make_function3.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/make_function36.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/make_function36.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/parser_error.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/parser_error.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/pysource.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/pysource.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/transform.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/__pycache__/transform.cpython-36.pyc /usr/lib/python3.6/site-packages/uncompyle6/semantics/aligner.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/check_ast.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/consts.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/customize.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/customize25.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/customize26_27.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/customize3.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/customize35.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/customize36.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/customize37.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/customize38.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/fragments.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/helper.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/linemap.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/make_function2.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/make_function3.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/make_function36.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/parser_error.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/pysource.py /usr/lib/python3.6/site-packages/uncompyle6/semantics/transform.py /usr/lib/python3.6/site-packages/uncompyle6/show.py /usr/lib/python3.6/site-packages/uncompyle6/util.py /usr/lib/python3.6/site-packages/uncompyle6/verify.py /usr/lib/python3.6/site-packages/uncompyle6/version.py /usr/share/doc/packages/python3-uncompyle6 /usr/share/doc/packages/python3-uncompyle6/ChangeLog /usr/share/doc/packages/python3-uncompyle6/README /usr/share/doc/packages/python3-uncompyle6/README.rst /usr/share/licenses/python3-uncompyle6 /usr/share/licenses/python3-uncompyle6/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 15:53:55 2024