ChangeLog
HISTORY.md
MANIFEST.in
README.rst
__pkginfo__.py
setup.cfg
setup.py
bin/pydisassemble
bin/uncompyle6
pytest/test_deparse.py
pytest/test_disasm.py
pytest/test_load.py
test/add-test.py
test/dis-compare.py
test/simple-uncompyle-code-test.py
test/test_pythonlib.py
test/base_tests/python2.7/test_applyEquiv.py
test/base_tests/python2.7/test_augmentedAssign.py
test/base_tests/python2.7/test_class.py
test/base_tests/python2.7/test_del.py
test/base_tests/python2.7/test_divide_future.py
test/base_tests/python2.7/test_divide_no_future.py
test/base_tests/python2.7/test_docstring.py
test/base_tests/python2.7/test_empty.py
test/base_tests/python2.7/test_exceptions.py
test/base_tests/python2.7/test_exec.py
test/base_tests/python2.7/test_expressions.py
test/base_tests/python2.7/test_extendedImport.py
test/base_tests/python2.7/test_extendedPrint.py
test/base_tests/python2.7/test_functions.py
test/base_tests/python2.7/test_global.py
test/base_tests/python2.7/test_globals.py
test/base_tests/python2.7/test_import.py
test/base_tests/python2.7/test_import_as.py
test/base_tests/python2.7/test_integers.py
test/base_tests/python2.7/test_iterators.py
test/base_tests/python2.7/test_lambda.py
test/base_tests/python2.7/test_listComprehensions.py
test/base_tests/python2.7/test_loops.py
test/base_tests/python2.7/test_loops2.py
test/base_tests/python2.7/test_mine.py
test/base_tests/python2.7/test_misc.py
test/base_tests/python2.7/test_nested_elif.py
test/base_tests/python2.7/test_nested_scopes.py
test/base_tests/python2.7/test_prettyprint.py
test/base_tests/python2.7/test_print.py
test/base_tests/python2.7/test_print_to.py
test/base_tests/python2.7/test_single_stmt.py
test/base_tests/python2.7/test_slices.py
test/base_tests/python2.7/test_yield.py
test/base_tests/python3.4/__init__.py
test/base_tests/python3.4/blackboxtestcase.py
test/base_tests/python3.4/test_branching.py
test/base_tests/python3.4/test_call_arguments.py
test/base_tests/python3.4/test_class.py
test/base_tests/python3.4/test_class.pyc
test/base_tests/python3.4/test_looping.py
test/base_tests/python3.4/test_misc.py
test/base_tests/python3.4/test_op_binary.py
test/base_tests/python3.4/test_op_comparison.py
test/base_tests/python3.4/test_op_inplace.py
test/base_tests/python3.4/test_op_logic.py
test/base_tests/python3.4/test_op_unary.py
test/base_tests/python3.4/test_precedence.py
test/base_tests/python3.4/__pycache__/test_branching.cpython-34-PYTEST.pyc
test/base_tests/python3.4/__pycache__/test_call_arguments.cpython-34-PYTEST.pyc
test/base_tests/python3.4/__pycache__/test_class.cpython-34.pyc
test/base_tests/python3.4/__pycache__/test_looping.cpython-34-PYTEST.pyc
test/base_tests/python3.4/__pycache__/test_op_binary.cpython-34-PYTEST.pyc
test/base_tests/python3.4/__pycache__/test_op_comparison.cpython-34-PYTEST.pyc
test/base_tests/python3.4/__pycache__/test_op_inplace.cpython-34-PYTEST.pyc
test/base_tests/python3.4/__pycache__/test_op_logic.cpython-34-PYTEST.pyc
test/base_tests/python3.4/__pycache__/test_op_unary.cpython-34-PYTEST.pyc
test/base_tests/python3.4/__pycache__/test_precedence.cpython-34-PYTEST.pyc
test/bytecode_2.5/test_divide_future.pyc
test/bytecode_2.5/test_divide_no_future.pyc
test/bytecode_2.5/test_empty.pyc
test/bytecode_2.5/test_extendedPrint.pyc
test/bytecode_2.5/test_loops2.pyc
test/bytecode_2.5/test_nested_elif.pyc
test/bytecode_2.5/test_print.pyc
test/bytecode_2.5/test_print_to.pyc
test/bytecode_2.5/test_single_stmt.pyc
test/bytecode_2.6/if.pyc
test/bytecode_2.6/ifelse.pyc
test/bytecode_2.7/00_assign.pyc
test/bytecode_2.7/00_import.pyc
test/bytecode_2.7/00_pass.pyc
test/bytecode_2.7/01_class.pyc
test/bytecode_2.7/01_list_comprehension.pyc
test/bytecode_2.7/01_positional.pyc
test/bytecode_2.7/01_try_except.pyc
test/bytecode_2.7/05_if.pyc
test/bytecode_2.7/05_ifelse.pyc
test/bytecode_2.7/10_class.pyc
test/bytecode_2.7/10_keyword.pyc
test/bytecode_2.7/10_try_except.pyc
test/bytecode_2.7/15_assert.pyc
test/bytecode_2.7/20_try_except.pyc
test/bytecode_2.7/25_try_except.pyc
test/bytecode_2.7/def0.pyc
test/bytecode_2.7/def1.pyc
test/bytecode_2.7/left.pyc
test/bytecode_3.2/add.pyc
test/bytecode_3.2/and.pyc
test/bytecode_3.2/assign.pyc
test/bytecode_3.2/assign_none.pyc
test/bytecode_3.2/assign_none_str.pyc
test/bytecode_3.2/divide_floor.pyc
test/bytecode_3.2/divide_true.pyc
test/bytecode_3.2/for.pyc
test/bytecode_3.2/if.pyc
test/bytecode_3.2/ifelse.pyc
test/bytecode_3.2/keyword.pyc
test/bytecode_3.2/modulo.pyc
test/bytecode_3.2/multiply.pyc
test/bytecode_3.2/or.pyc
test/bytecode_3.2/positional.pyc
test/bytecode_3.2/power.pyc
test/bytecode_3.2/shift_left.pyc
test/bytecode_3.2/shift_right.pyc
test/bytecode_3.2/subscription.pyc
test/bytecode_3.2/subtract.pyc
test/bytecode_3.2/while.pyc
test/bytecode_3.2/xor.pyc
test/bytecode_3.4/00_assign.pyc
test/bytecode_3.4/00_import.pyc
test/bytecode_3.4/00_pass.pyc
test/bytecode_3.4/01_class.pyc
test/bytecode_3.4/01_list_comprehension.pyc
test/bytecode_3.4/01_slice.pyc
test/bytecode_3.4/01_try_except.pyc
test/bytecode_3.4/02_def.pyc
test/bytecode_3.4/02_slice.pyc
test/bytecode_3.4/05_if.pyc
test/bytecode_3.4/05_ifelse.pyc
test/bytecode_3.4/10_for.pyc
test/bytecode_3.4/10_keyword.pyc
test/bytecode_3.4/10_mixed_boolean.pyc
test/bytecode_3.4/15_assert.pyc
test/bytecode_3.4/20_try_except.pyc
test/bytecode_3.4/25_try_except.pyc
test/bytecode_3.4/complex_script1.pyc
test/bytecode_3.4/complex_script2.pyc
test/bytecode_3.4/def0.pyc
test/bytecode_3.4/def1.pyc
test/bytecode_3.4/divide_floor.pyc
test/bytecode_3.4/divide_true.pyc
test/bytecode_3.4/equal.pyc
test/bytecode_3.4/globals.pyc
test/bytecode_3.4/globals_locals.pyc
test/bytecode_3.4/greater.pyc
test/bytecode_3.4/greater_equal.pyc
test/bytecode_3.4/invert.pyc
test/bytecode_3.4/iter.pyc
test/bytecode_3.4/left.pyc
test/bytecode_3.4/less.pyc
test/bytecode_3.4/less_equal.pyc
test/bytecode_3.4/modulo.pyc
test/bytecode_3.4/multiply.pyc
test/bytecode_3.4/negative.pyc
test/bytecode_3.4/not.pyc
test/bytecode_3.4/notequal.pyc
test/bytecode_3.4/or.pyc
test/bytecode_3.4/positive.pyc
test/bytecode_3.4/power.pyc
test/bytecode_3.4/right.pyc
test/bytecode_3.4/shift_left.pyc
test/bytecode_3.4/shift_right.pyc
test/bytecode_3.4/structure.pyc
test/bytecode_3.4/subscription.pyc
test/bytecode_3.4/subtract.pyc
test/bytecode_3.4/while.pyc
test/bytecode_3.4/xor.pyc
test/ok_lib2.6/anydbm.py
test/ok_lib2.7/aifc.py
test/ok_lib2.7/aifc.pyc
test/ok_lib2.7/antigravity.py
test/ok_lib2.7/antigravity.pyc
test/ok_lib2.7/anydbm.py
test/ok_lib2.7/anydbm.pyc
test/ok_lib2.7/asynchat.py
test/ok_lib2.7/asynchat.pyc
test/ok_lib2.7/atexit.py
test/ok_lib2.7/atexit.pyc
test/ok_lib2.7/audiodev.py
test/ok_lib2.7/audiodev.pyc
test/ok_lib2.7/base64.py
test/ok_lib2.7/base64.pyc
test/ok_lib2.7/binhex.py
test/ok_lib2.7/binhex.pyc
test/ok_lib2.7/bisect.py
test/ok_lib2.7/bisect.pyc
test/ok_lib2.7/calendar.py
test/ok_lib2.7/calendar.pyc
test/ok_lib2.7/cgitb.py
test/ok_lib2.7/cgitb.pyc
test/ok_lib2.7/chunk.py
test/ok_lib2.7/chunk.pyc
test/ok_lib2.7/codeop.py
test/ok_lib2.7/codeop.pyc
test/ok_lib2.7/colorsys.py
test/ok_lib2.7/colorsys.pyc
test/ok_lib2.7/commands.py
test/ok_lib2.7/commands.pyc
test/ok_lib2.7/compileall.py
test/ok_lib2.7/compileall.pyc
test/ok_lib2.7/dircache.py
test/ok_lib2.7/dircache.pyc
test/ok_lib2.7/dis.py
test/ok_lib2.7/dis.pyc
test/ok_lib2.7/bsddb/__init__.py
test/ok_lib2.7/bsddb/__init__.pyc
test/ok_lib2.7/bsddb/db.py
test/ok_lib2.7/bsddb/db.pyc
test/ok_lib2.7/bsddb/dbobj.py
test/ok_lib2.7/bsddb/dbobj.pyc
test/ok_lib2.7/bsddb/dbrecio.py
test/ok_lib2.7/bsddb/dbrecio.pyc
test/ok_lib2.7/bsddb/dbshelve.py
test/ok_lib2.7/bsddb/dbshelve.pyc
test/ok_lib2.7/bsddb/dbutils.py
test/ok_lib2.7/bsddb/dbutils.pyc
test/ok_lib2.7/compiler/__init__.py
test/ok_lib2.7/compiler/__init__.pyc
test/ok_lib2.7/compiler/ast.py
test/ok_lib2.7/compiler/ast.pyc
test/ok_lib2.7/compiler/consts.py
test/ok_lib2.7/compiler/consts.pyc
test/ok_lib2.7/compiler/future.py
test/ok_lib2.7/compiler/future.pyc
test/ok_lib2.7/compiler/misc.py
test/ok_lib2.7/compiler/misc.pyc
test/ok_lib2.7/compiler/syntax.py
test/ok_lib2.7/compiler/syntax.pyc
test/ok_lib2.7/ctypes/_endian.py
test/ok_lib2.7/ctypes/_endian.pyc
test/ok_lib2.7/ctypes/util.py
test/ok_lib2.7/ctypes/util.pyc
test/ok_lib2.7/ctypes/wintypes.py
test/ok_lib2.7/ctypes/wintypes.pyc
test/ok_lib2.7/curses/__init__.py
test/ok_lib2.7/curses/__init__.pyc
test/ok_lib2.7/curses/ascii.py
test/ok_lib2.7/curses/ascii.pyc
test/ok_lib2.7/curses/has_key.py
test/ok_lib2.7/curses/has_key.pyc
test/ok_lib2.7/curses/panel.py
test/ok_lib2.7/curses/panel.pyc
test/ok_lib2.7/curses/wrapper.py
test/ok_lib2.7/curses/wrapper.pyc
test/ok_lib2.7_test/aifc.py
test/ok_lib2.7_test/aifc.pyc
test/simple_source/branching/05_if.py
test/simple_source/branching/05_ifelse.py
test/simple_source/call_arguments/01_positional.py
test/simple_source/call_arguments/10_keyword.py
test/simple_source/comprehension/01_list_comprehension.py
test/simple_source/comprehension/forelse.py
test/simple_source/def/01_class.py
test/simple_source/def/02_def.py
test/simple_source/def/10_class.py
test/simple_source/exception/01_try_except.py
test/simple_source/exception/05_try_except.py
test/simple_source/exception/20_try_except.py
test/simple_source/exception/25_try_except.py
test/simple_source/looping/10_for.py
test/simple_source/looping/while.py
test/simple_source/misc/complex_script1.cpython-32.pyc
test/simple_source/misc/complex_script1.py
test/simple_source/misc/complex_script2.cpython-32.pyc
test/simple_source/misc/complex_script2.py
test/simple_source/misc/globals.cpython-32.pyc
test/simple_source/misc/globals.py
test/simple_source/misc/globals_locals.cpython-32.pyc
test/simple_source/misc/globals_locals.py
test/simple_source/operation_binary/add.py
test/simple_source/operation_binary/and.py
test/simple_source/operation_binary/divide_floor.py
test/simple_source/operation_binary/divide_true.py
test/simple_source/operation_binary/modulo.py
test/simple_source/operation_binary/multiply.py
test/simple_source/operation_binary/or.py
test/simple_source/operation_binary/power.py
test/simple_source/operation_binary/shift_left.py
test/simple_source/operation_binary/shift_right.py
test/simple_source/operation_binary/subscription.py
test/simple_source/operation_binary/subtract.py
test/simple_source/operation_binary/xor.py
test/simple_source/operation_comparison/equal.cpython-32.pyc
test/simple_source/operation_comparison/equal.py
test/simple_source/operation_comparison/greater.cpython-32.pyc
test/simple_source/operation_comparison/greater.py
test/simple_source/operation_comparison/greater_equal.cpython-32.pyc
test/simple_source/operation_comparison/greater_equal.py
test/simple_source/operation_comparison/less.cpython-32.pyc
test/simple_source/operation_comparison/less.py
test/simple_source/operation_comparison/less_equal.cpython-32.pyc
test/simple_source/operation_comparison/less_equal.py
test/simple_source/operation_comparison/notequal.cpython-32.pyc
test/simple_source/operation_comparison/notequal.py
test/simple_source/operation_inplace/add.py
test/simple_source/operation_inplace/and.py
test/simple_source/operation_inplace/divide_floor.py
test/simple_source/operation_inplace/divide_true.py
test/simple_source/operation_inplace/modulo.py
test/simple_source/operation_inplace/multiply.py
test/simple_source/operation_inplace/or.py
test/simple_source/operation_inplace/power.py
test/simple_source/operation_inplace/shift_left.py
test/simple_source/operation_inplace/shift_right.py
test/simple_source/operation_inplace/subtract.py
test/simple_source/operation_inplace/xor.py
test/simple_source/operation_logic/01_boolean.py
test/simple_source/operation_logic/10_mixed_boolean.py
test/simple_source/operation_unary/invert.cpython-32.pyc
test/simple_source/operation_unary/invert.py
test/simple_source/operation_unary/iter.cpython-32.pyc
test/simple_source/operation_unary/iter.py
test/simple_source/operation_unary/negative.cpython-32.pyc
test/simple_source/operation_unary/negative.py
test/simple_source/operation_unary/not.cpython-32.pyc
test/simple_source/operation_unary/not.py
test/simple_source/operation_unary/positive.cpython-32.pyc
test/simple_source/operation_unary/positive.py
test/simple_source/precedence/left.cpython-32.pyc
test/simple_source/precedence/left.py
test/simple_source/precedence/right.cpython-32.pyc
test/simple_source/precedence/right.py
test/simple_source/precedence/structure.cpython-32.pyc
test/simple_source/precedence/structure.py
test/simple_source/simple_stmts/00_assign.py
test/simple_source/simple_stmts/00_import.py
test/simple_source/simple_stmts/00_pass.py
test/simple_source/simple_stmts/15_assert.py
test/simple_source/slice/02_slice.py
uncompyle6/__init__.py
uncompyle6/disas.py
uncompyle6/load.py
uncompyle6/magics.py
uncompyle6/main.py
uncompyle6/marsh.py
uncompyle6/parser.py
uncompyle6/scanner.py
uncompyle6/verify.py
uncompyle6.egg-info/PKG-INFO
uncompyle6.egg-info/SOURCES.txt
uncompyle6.egg-info/dependency_links.txt
uncompyle6.egg-info/top_level.txt
uncompyle6.egg-info/zip-safe
uncompyle6/opcodes/__init__.py
uncompyle6/opcodes/opcode_23.py
uncompyle6/opcodes/opcode_24.py
uncompyle6/opcodes/opcode_25.py
uncompyle6/opcodes/opcode_26.py
uncompyle6/opcodes/opcode_27.py
uncompyle6/opcodes/opcode_32.py
uncompyle6/opcodes/opcode_34.py
uncompyle6/parsers/__init__.py
uncompyle6/parsers/astnode.py
uncompyle6/parsers/parse2.py
uncompyle6/parsers/parse3.py
uncompyle6/parsers/spark.py
uncompyle6/scanners/__init__.py
uncompyle6/scanners/scanner25.py
uncompyle6/scanners/scanner26.py
uncompyle6/scanners/scanner27.py
uncompyle6/scanners/scanner32.py
uncompyle6/scanners/scanner34.py
uncompyle6/scanners/tok.py
uncompyle6/semantics/__init__.py
uncompyle6/semantics/fragments.py
uncompyle6/semantics/pysource.py