.editorconfig
.gitignore
.travis.yml
COPYING
ChangeLog
MANIFEST.in
Makefile
NEWS.md
README.rst
__pkginfo__.py
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
admin-tools/.gitignore
admin-tools/README.md
admin-tools/check-2.4-2.7-versions.sh
admin-tools/check-3.3-3.5-versions.sh
admin-tools/check-newest-versions.sh
admin-tools/make-dist-2.4-2.7.sh
admin-tools/make-dist-3.3-3.5.sh
admin-tools/pyenv-2.1-2.3-versions
admin-tools/pyenv-2.4-2.7-versions
admin-tools/pyenv-3.3-3.5-versions
admin-tools/pyenv-newest-versions
admin-tools/setup-master.sh
admin-tools/setup-python-2.4.sh
admin-tools/setup-python-3.3.sh
bin/pydisasm
doc/bytecode-history.md
doc/opcode-history.md
maynard-tool/.gitignore
maynard-tool/Makefile
maynard-tool/README.md
maynard-tool/header.h
maynard-tool/main.h
maynard-tool/opcode23.h
maynard-tool/opcode24.h
maynard-tool/opcode25.h
maynard-tool/opcode26.h
maynard-tool/opcode27.h
maynard-tool/opcode30.h
maynard-tool/opcode31.h
maynard-tool/opcode32.h
maynard-tool/opcode33.h
maynard-tool/se.py
maynard-tool/se25.c
maynard-tool/se26.c
maynard-tool/se27.c
maynard-tool/se30.c
maynard-tool/se31.c
maynard-tool/se32.c
maynard-tool/se33.c
pytest/.gitignore
pytest/test_bytecode.py
pytest/test_codetype.py
pytest/test_cross_dis.py
pytest/test_disasm.py
pytest/test_instructions.py
pytest/test_stack_effect.py
pytest/test_std.py
pytest/todo-test.py
pytest/stackeffect/se25.py
pytest/stackeffect/se26.py
pytest/stackeffect/se27.py
pytest/stackeffect/se30.py
pytest/stackeffect/se31.py
pytest/stackeffect/se32.py
pytest/stackeffect/se33.py
pytest/stackeffect/se34.py
pytest/stackeffect/se35.py
pytest/stackeffect/se36.py
pytest/stackeffect/se37.py
pytest/stackeffect/se38.py
pytest/stackeffect/se39.py
pytest/testdata/01_hexstring-2.7-for3x.right
pytest/testdata/01_hexstring-2.7.right
pytest/testdata/multi-fn-2.7.pyc
pytest/testdata/multi-fn-3.6.pyc
pytest/testdata/multi-fn.py
pytest/testdata/raise-3.0.right
test/.gitignore
test/Makefile
test/add-test.py
test/bytecompile-tests
test/test_pyenvlib.py
test/test_pyenvlib.pyc
test/test_pythonlib.py
test/test_pythonlib.pyc
test/bytecode_1.0/dis.pyc
test/bytecode_1.0/os.pyc
test/bytecode_1.0/posixpath.pyc
test/bytecode_1.0/simple_const.pyc
test/bytecode_1.0/stat.pyc
test/bytecode_1.0/string.pyc
test/bytecode_1.0/unpack_assign.pyc
test/bytecode_1.1/simple_const.1.1.pyc
test/bytecode_1.2/compileall.pyc
test/bytecode_1.2/dis.pyc
test/bytecode_1.2/simple_const.1.2.pyc
test/bytecode_1.3/simple_const.pyc
test/bytecode_1.3/test_builtin.pyc
test/bytecode_1.3/test_exceptions.pyc
test/bytecode_1.3/test_operations.pyc
test/bytecode_1.3/testall.pyc
test/bytecode_1.4/01_bit_and.pyc
test/bytecode_1.4/UserDict.pyc
test/bytecode_1.4/getopt.pyc
test/bytecode_1.4/os.pyc
test/bytecode_1.4/posixpath.pyc
test/bytecode_1.4/regsub.pyc
test/bytecode_1.4/stat.pyc
test/bytecode_1.4/string.pyc
test/bytecode_1.5/docstring.pyc
test/bytecode_1.5/exceptions.pyc
test/bytecode_1.5/exec.pyc
test/bytecode_1.5/expressions.pyc
test/bytecode_1.5/globals.pyc
test/bytecode_1.5/import.pyc
test/bytecode_1.5/lambda.pyc
test/bytecode_1.5/misc.pyc
test/bytecode_1.5/nested_elif.pyc
test/bytecode_1.5/print.pyc
test/bytecode_1.5/slices.pyc
test/bytecode_1.5/test_class.pyc
test/bytecode_1.5/test_class.pyo
test/bytecode_1.5/test_del.pyc
test/bytecode_1.5/test_del.pyo
test/bytecode_1.5/test_docstring.pyc
test/bytecode_1.5/test_docstring.pyo
test/bytecode_1.5/test_empty.pyc
test/bytecode_1.5/test_empty.pyo
test/bytecode_1.5/test_exceptions.pyc
test/bytecode_1.5/test_exceptions.pyo
test/bytecode_1.5/test_exec.pyc
test/bytecode_1.5/test_exec.pyo
test/bytecode_1.5/test_expressions.pyc
test/bytecode_1.5/test_expressions.pyo
test/bytecode_1.5/test_functions.pyc
test/bytecode_1.5/test_functions.pyo
test/bytecode_1.5/test_global.pyc
test/bytecode_1.5/test_global.pyo
test/bytecode_1.5/test_globals.pyc
test/bytecode_1.5/test_globals.pyo
test/bytecode_1.5/test_import.pyc
test/bytecode_1.5/test_import.pyo
test/bytecode_1.5/test_integers.pyc
test/bytecode_1.5/test_integers.pyo
test/bytecode_1.5/test_lambda.pyc
test/bytecode_1.5/test_lambda.pyo
test/bytecode_1.5/test_loops.pyc
test/bytecode_1.5/test_loops.pyo
test/bytecode_1.5/test_misc.pyc
test/bytecode_1.5/test_misc.pyo
test/bytecode_1.5/test_nested_elif.pyc
test/bytecode_1.5/test_nested_elif.pyo
test/bytecode_1.5/test_prettyprint.pyc
test/bytecode_1.5/test_prettyprint.pyo
test/bytecode_1.5/test_print.pyc
test/bytecode_1.5/test_print.pyo
test/bytecode_1.5/test_single_stmt.pyc
test/bytecode_1.5/test_single_stmt.pyo
test/bytecode_1.5/test_slices.pyc
test/bytecode_1.5/test_slices.pyo
test/bytecode_1.5/test_tuples.pyc
test/bytecode_1.5/test_tuples.pyo
test/bytecode_1.5/tuple_params.pyc
test/bytecode_1.6/simple_const.1.6.pyc
test/bytecode_2.1/applyEquiv.pyc
test/bytecode_2.1/augmentedAssign.pyc
test/bytecode_2.1/docstring.pyc
test/bytecode_2.1/exceptions.pyc
test/bytecode_2.1/exec.pyc
test/bytecode_2.1/expressions.pyc
test/bytecode_2.1/extendedImport.pyc
test/bytecode_2.1/extendedPrint.pyc
test/bytecode_2.1/globals.pyc
test/bytecode_2.1/import.pyc
test/bytecode_2.1/lambda.pyc
test/bytecode_2.1/listComprehensions.pyc
test/bytecode_2.1/misc.pyc
test/bytecode_2.1/nested_elif.pyc
test/bytecode_2.1/print.pyc
test/bytecode_2.1/slices.pyc
test/bytecode_2.1/test_applyEquiv.pyc
test/bytecode_2.1/test_applyEquiv.pyo
test/bytecode_2.1/test_augmentedAssign.pyc
test/bytecode_2.1/test_augmentedAssign.pyo
test/bytecode_2.1/test_class.pyc
test/bytecode_2.1/test_class.pyo
test/bytecode_2.1/test_del.pyc
test/bytecode_2.1/test_del.pyo
test/bytecode_2.1/test_docstring.pyc
test/bytecode_2.1/test_docstring.pyo
test/bytecode_2.1/test_empty.pyc
test/bytecode_2.1/test_empty.pyo
test/bytecode_2.1/test_exceptions.pyc
test/bytecode_2.1/test_exceptions.pyo
test/bytecode_2.1/test_exec.pyc
test/bytecode_2.1/test_exec.pyo
test/bytecode_2.1/test_expressions.pyc
test/bytecode_2.1/test_expressions.pyo
test/bytecode_2.1/test_extendedImport.pyc
test/bytecode_2.1/test_extendedImport.pyo
test/bytecode_2.1/test_extendedPrint.pyc
test/bytecode_2.1/test_extendedPrint.pyo
test/bytecode_2.1/test_functions.pyc
test/bytecode_2.1/test_functions.pyo
test/bytecode_2.1/test_global.pyc
test/bytecode_2.1/test_global.pyo
test/bytecode_2.1/test_globals.pyc
test/bytecode_2.1/test_globals.pyo
test/bytecode_2.1/test_import.pyc
test/bytecode_2.1/test_import.pyo
test/bytecode_2.1/test_import_as.pyc
test/bytecode_2.1/test_import_as.pyo
test/bytecode_2.1/test_integers.pyc
test/bytecode_2.1/test_integers.pyo
test/bytecode_2.1/test_lambda.pyc
test/bytecode_2.1/test_lambda.pyo
test/bytecode_2.1/test_listComprehensions.pyc
test/bytecode_2.1/test_listComprehensions.pyo
test/bytecode_2.1/test_loops.pyc
test/bytecode_2.1/test_loops.pyo
test/bytecode_2.1/test_loops2.pyc
test/bytecode_2.1/test_loops2.pyo
test/bytecode_2.1/test_misc.pyc
test/bytecode_2.1/test_misc.pyo
test/bytecode_2.1/test_nested_elif.pyc
test/bytecode_2.1/test_nested_elif.pyo
test/bytecode_2.1/test_nested_scopes.pyc
test/bytecode_2.1/test_nested_scopes.pyo
test/bytecode_2.1/test_prettyprint.pyc
test/bytecode_2.1/test_prettyprint.pyo
test/bytecode_2.1/test_print.pyc
test/bytecode_2.1/test_print.pyo
test/bytecode_2.1/test_print_to.pyc
test/bytecode_2.1/test_print_to.pyo
test/bytecode_2.1/test_single_stmt.pyc
test/bytecode_2.1/test_single_stmt.pyo
test/bytecode_2.1/test_slices.pyc
test/bytecode_2.1/test_slices.pyo
test/bytecode_2.1/test_tuple_params.pyc
test/bytecode_2.1/test_tuple_params.pyo
test/bytecode_2.1/test_tuples.pyc
test/bytecode_2.1/test_tuples.pyo
test/bytecode_2.1/tuple_params.pyc
test/bytecode_2.2/22_test_yield.pyc
test/bytecode_2.3/01_unicode.pyc
test/bytecode_2.3/03_build_map.pyc
test/bytecode_2.3/05_24_float.pyc
test/bytecode_2.4/05_24_float.pyc
test/bytecode_2.5/02_complex.pyc
test/bytecode_2.5/README
test/bytecode_2.5dropbox/.gitignore
test/bytecode_2.5dropbox/codeop.pyc
test/bytecode_2.6/00_assign.pyc
test/bytecode_2.7/01_dead_code.pyc
test/bytecode_2.7/01_hexstring.pyc
test/bytecode_2.7/01_unicode.pyc
test/bytecode_2.7/02_complex.pyc
test/bytecode_2.7/03_big_dict.py.pyc
test/bytecode_2.7/03_big_dict.pyc
test/bytecode_2.7/05_24_float.pyc
test/bytecode_2.7/06_py34_ref.pyc
test/bytecode_2.7/README
test/bytecode_2.7pypy/01_unicode.pyc
test/bytecode_2.7pypy/02_complex.pyc
test/bytecode_2.7pypy/04_pypy_lambda.pyc
test/bytecode_2.7pypy/05_24_float.pyc
test/bytecode_3.0/01_extended_arg.pyc
test/bytecode_3.0/04_raise.pyc
test/bytecode_3.1/03_extendedarg.pyc
test/bytecode_3.10/00_chained-compare.pyc
test/bytecode_3.10/00_docstring.pyc
test/bytecode_3.10/01_chained_compare.pyc
test/bytecode_3.10/01_conditional.pyc
test/bytecode_3.10/01_extra_iter.pyc
test/bytecode_3.10/01_fstring.pyc
test/bytecode_3.10/03_big_dict.pyc
test/bytecode_3.10/04_and_del.pyc
test/bytecode_3.10/04_def_annotate.pyc
test/bytecode_3.10/04_importlist.pyc
test/bytecode_3.10/pydisasm-example.pyc
test/bytecode_3.11/02_while1else.py.pyc
test/bytecode_3.11/04_withas.py.pyc
test/bytecode_3.11/pydisasm-example.pyc
test/bytecode_3.12/01_chained_compare.py.pyc
test/bytecode_3.12/01_extended_arg.pyc
test/bytecode_3.12/02_while1else.py.pyc
test/bytecode_3.12/04_withas.py.pyc
test/bytecode_3.12/07_forelselast.py.pyc
test/bytecode_3.2/01_unicode.pyc
test/bytecode_3.2/README
test/bytecode_3.2pypy/01_unicode.pyc
test/bytecode_3.2pypy/02_complex.pyc
test/bytecode_3.2pypy/05_24_float.pyc
test/bytecode_3.3/03_big_dict.pyc
test/bytecode_3.3/06_frozenset.pyc
test/bytecode_3.4/06_py34_ref.pyc
test/bytecode_3.4/README
test/bytecode_3.5/01_unicode.pyc
test/bytecode_3.5/03_big_dict.pyc
test/bytecode_3.6/.gitignore
test/bytecode_3.6/01_build_string.pyc
test/bytecode_3.6/01_dead_code.pyc
test/bytecode_3.6/01_extended_arg.pyc
test/bytecode_3.6/01_fstring.pyc
test/bytecode_3.6/01_unicode.pyc
test/bytecode_3.6/03_big_dict.pyc
test/bytecode_3.6/09_ext_arg_jump.pyc
test/bytecode_3.7/01_augmented_assign.pyc
test/bytecode_3.7/01_dead_code.pyc
test/bytecode_3.7/01_unicode.pyc
test/bytecode_3.7/03_annotations.pyc
test/bytecode_3.8/00_chained-compare.pyc
test/bytecode_3.8/00_docstring.pyc
test/bytecode_3.8/01_assert2.pyc
test/bytecode_3.8/01_chained_compare.pyc
test/bytecode_3.8/01_class.pyc
test/bytecode_3.8/01_conditional.pyc
test/bytecode_3.8/01_extra_iter.pyc
test/bytecode_3.8/01_triple_compare.pyc
test/bytecode_3.8/02_var_annotate.pyc
test/bytecode_3.8/04_and_del.pyc
test/bytecode_3.8/04_def_annotate.pyc
test/bytecode_3.8/04_importlist.pyc
test/bytecode_3.8/05_call_function_kw2.pyc
test/bytecode_3.8/06_listcomp.pyc
test/bytecode_3.8/10_for.pyc
test/bytecode_3.8/10_fstring.pyc
test/bytecode_3.8/14_mixed_expressions.pyc
test/bytecode_3.8/pydisasm-example.pyc
test/bytecode_3.9/00_chained-compare.pyc
test/bytecode_3.9/00_docstring.pyc
test/bytecode_3.9/01_assert2.pyc
test/bytecode_3.9/01_chained_compare.pyc
test/bytecode_3.9/01_class.pyc
test/bytecode_3.9/01_conditional.pyc
test/bytecode_3.9/01_extra_iter.pyc
test/bytecode_3.9/01_triple_compare.pyc
test/bytecode_3.9/04_and_del.pyc
test/bytecode_3.9/04_def_annotate.pyc
test/bytecode_3.9/04_importlist.pyc
test/bytecode_pypy35/00_assign.pyc
test/bytecode_pypy35/00_import.pyc
test/bytecode_pypy35/11_classbug.pyc
test/bytecode_pypy36/00_assign.pypy36.pyc
test/bytecode_pypy36/00_import.pypy36.pyc
test/bytecode_pypy36/02_asyc.pypy36.pyc
test/bytecode_pypy36/11_classbug.pypy36.pyc
test/bytecode_pypy37/00_chained_compare.pypy37.pyc
test/bytecode_pypy37/00_docstring.pypy37.pyc
test/bytecode_pypy37/01_callback.py.pypy37.pyc
test/bytecode_pypy37/01_conditional.pypy37.pyc
test/bytecode_pypy37/01_extra_iter.pypy37.pyc
test/bytecode_pypy37/04_and_del.pypy37.pyc
test/bytecode_pypy37/04_def_annotate.pypy37.pyc
test/bytecode_pypy37/04_importlist.pypy37.pyc
test/bytecode_pypy38/10_fstring.py.pypy38.pyc
test/decompyle/test_nested_scopes.py
test/simple_2.7/06_frozenset.py
test/simple_source/00_assign.py
test/simple_source/00_import.py
test/simple_source/01_dead_code.py
test/simple_source/01_extended_arg.py
test/simple_source/01_hexstring.py
test/simple_source/01_unicode.py
test/simple_source/02_async.py-notyet
test/simple_source/02_complex.py
test/simple_source/03_big_dict.py
test/simple_source/03_build_map.py
test/simple_source/04_pypy_lambda.py
test/simple_source/04_raise.py
test/simple_source/05_24_float.py
test/simple_source/06_py34_ref.py
test/simple_source/11_classbug.py
test/simple_source/README
test/simple_source/pydisasm-example.py
test/simple_source/bug3.1/03_extendedarg.py
test/simple_source/bug30/00_chained-compare.py
test/simple_source/bug30/01_comprehension.py
test/simple_source/bug30/01_ops.py
test/simple_source/bug30/02_try_except_except.py
test/simple_source/bug30/02_while1_if_while1.py
test/simple_source/bug30/03_ifelse.py
test/simple_source/bug30/03_pop_top.py
test/simple_source/bug30/04_and_del.py
test/simple_source/bug30/05_block_fallback.py
test/simple_source/bug30/06_listcomp.py
test/simple_source/bug31/01_try_else.py
test/simple_source/bug31/02_ifelse_comprehension.py
test/simple_source/bug31/04_def_annotate.py
test/simple_source/bug31/05_abc_test.py
test/simple_source/bug31/06_listcomp.py
test/simple_source/bug31/07_forelselast.py
test/simple_source/bug31/10_complex.py
test/simple_source/bug33/01_delete_deref.py
test/simple_source/bug33/01_if_try_except.py
test/simple_source/bug33/01_triple_compare.py
test/simple_source/bug33/01_try_except.py
test/simple_source/bug33/02_named_and_kwargs.py
test/simple_source/bug33/02_pos_args.py
test/simple_source/bug33/02_while1.py
test/simple_source/bug33/03_func_params.py
test/simple_source/bug33/03_raise_from.py
test/simple_source/bug33/03_while_else.py
test/simple_source/bug33/04_aug_assign.py
test/simple_source/bug33/04_lambda_star_default.py
test/simple_source/bug33/05_nonlocal.py
test/simple_source/bug33/05_store_locals.py
test/simple_source/bug33/08_if_else.py
test/simple_source/bug33/10_while1_popblock.py
test/simple_source/bug35/01_loop_if_continue.py
test/simple_source/bug35/01_map_unpack.py
test/simple_source/bug35/01_matrix_multiply.py
test/simple_source/bug35/01_while_if_then.py
test/simple_source/bug35/02_async.py
test/simple_source/bug35/02_async_for.py
test/simple_source/bug35/02_build_list_unpack.py
test/simple_source/bug35/02_build_map_unpack_with_call.py
test/simple_source/bug35/02_fn_varargs.py
test/simple_source/bug35/02_while_and.py
test/simple_source/bug35/03_async_await.py
test/simple_source/bug35/03_double_star_unpack.py
test/simple_source/bug35/03_while-if-break.py
test/simple_source/bug35/04_async_stmt.py
test/simple_source/bug35/04_call_function.py
test/simple_source/bug35/04_importlist.py
test/simple_source/bug35/05_empty_ifs.py
test/simple_source/bug35/05_return_in_else.py
test/simple_source/bug35/06_try_return.py
test/simple_source/bug35/06_while_return.py
test/simple_source/bug35/07_build_map_unpack.py
test/simple_source/bug36/00_if_elif.py
test/simple_source/bug36/00_return_return_bug.py
test/simple_source/bug36/01_call_function.py
test/simple_source/bug36/01_conditional.py
test/simple_source/bug36/01_extended_arg.py
test/simple_source/bug36/01_if_and_if_bug.py
test/simple_source/bug36/02_call_ex_kw.py
test/simple_source/bug36/02_genexpr.py
test/simple_source/bug36/02_kwargs.py
test/simple_source/bug36/02_tryfinally_return.py
test/simple_source/bug36/02_var_annotate.py
test/simple_source/bug36/03_build_tuple_call.py
test/simple_source/bug36/03_fn_defaults.py
test/simple_source/bug36/03_if_try.py
test/simple_source/bug36/03_try_return_except.py
test/simple_source/bug36/04_class_kwargs.py
test/simple_source/bug36/04_try_finally.py
test/simple_source/bug36/05-for-ifelse.py
test/simple_source/bug36/05_36lambda.py
test/simple_source/bug36/05_ann_mopdule2.py
test/simple_source/bug36/05_call_function_kw2.py
test/simple_source/bug36/05_call_star_kw.py
test/simple_source/bug36/05_if_and_comp.py
test/simple_source/bug36/05_try_whiletrue.py
test/simple_source/bug36/05_while_and_if.py
test/simple_source/bug36/06_listcomp_nest.py
test/simple_source/bug36/07_kwargs.py
test/simple_source/bug36/08_comp_gen_for.py
test/simple_source/bug36/09_ext_arg_jump.py
test/simple_source/bug36/09_while_if_while.py
test/simple_source/bug36/10_argparse.py
test/simple_source/bug36/10_extended_arg_loop.py
test/simple_source/bug36/10_fstring.py
test/simple_source/bug36/10_long_pop_jump.py
test/simple_source/bug37/01_and_not_else.py
test/simple_source/bug37/01_assert2.py
test/simple_source/bug37/01_chained_compare.py
test/simple_source/bug37/02_and_or.py
test/simple_source/bug37/02_async_for_generator.py
test/simple_source/bug37/02_if_not_or.py
test/simple_source/bug37/03_else_removal.py
test/simple_source/bug37/03_ifelse_chained_for.py
test/simple_source/bug37/03_jump_to_jump.py
test/simple_source/bug37/04_grammar.py
test/simple_source/bug37/10_async.py
test/simple_source/bug38/01_extra_iter.py
test/simple_source/bug38/01_for_continue.py
test/simple_source/bug38/01_named_expr.py
test/simple_source/bug38/04_for_no_jump_back.py
test/simple_source/bug_pypy37/01_callback.py
test/simple_source/def/01_class.py
test/simple_source/def/02_closure.py
test/simple_source/def/02_def.py
test/simple_source/def/03_class_method.py
test/simple_source/def/03_py3_def.py
test/simple_source/def/03_star_arg.py
test/simple_source/def/05_abc_class.py
test/simple_source/def/05_class.py
test/simple_source/def/05_closure_bug.py
test/simple_source/def/05_static_method.py
test/simple_source/def/06_classbug.py
test/simple_source/def/06_ifTrue_optimize_bug.py
test/simple_source/def/06_return_bug.py
test/simple_source/def/07_classderef.py
test/simple_source/def/07_classparam.py
test/simple_source/def/07_closure_bug2.py
test/simple_source/def/09_class_closure.py
test/simple_source/def/10_class.py
test/simple_source/def/10_class_deco.py
test/simple_source/def/10_classdec.py
test/simple_source/def/10_kw+pos_args-bug.py
test/simple_source/def/11_classbug.py
test/simple_source/def/11_classbug_subclass_fn.py
test/simple_source/def/11_mkfunc_closure.py
test/simple_source/stmts/00_assign.py
test/simple_source/stmts/00_docstring.py
test/simple_source/stmts/00_import.py
test/simple_source/stmts/00_pass.py
test/simple_source/stmts/01_augmented_assign.py
test/simple_source/stmts/01_rel_import.py
test/simple_source/stmts/02_test_exec.py
test/simple_source/stmts/02_while1else.py
test/simple_source/stmts/03_if_elif.py
test/simple_source/stmts/04_multi_assign.py
test/simple_source/stmts/04_raise.py
test/simple_source/stmts/04_withas.py
test/simple_source/stmts/05_if_assign.py
test/simple_source/stmts/05_try_finally_pass.py
test/simple_source/stmts/05_unicode_literals.py
test/simple_source/stmts/05_with.py
test/simple_source/stmts/06_for_break.py
test/simple_source/stmts/06_return_if.py
test/simple_source/stmts/07_for_if_continue.py
test/simple_source/stmts/07_withstmt_fn.py
test/simple_source/stmts/08_source_linebreaks.py
test/simple_source/stmts/09_whiletrue_bug.py
test/simple_source/stmts/10_del.py
test/simple_source/stmts/10_if_break_finally.py
test/simple_source/stmts/11_return_val.py
test/simple_source/stmts/15_assert.py
test/simple_source/stmts/15_for_if.py
test/version_specific/bug14/01_bit_and.py
test/version_specific/bug36/01_build_string.py
test/version_specific/bug36/01_fstring.py
test_unit/Makefile
test_unit/__init__.py
test_unit/test_codetype.py
test_unit/test_dis.py
test_unit/test_dis27.py
test_unit/test_dis33.py
test_unit/test_dis34.py
test_unit/test_disasm.py
test_unit/test_load.py
test_unit/test_magic.py
test_unit/test_marsh.py
test_unit/test_modules.py
test_unit/testdata/.gitignore
test_unit/testdata/if-2.7.right
test_unit/testdata/ifelse-2.7.right
test_unit/testdata/test_import_25.right
xdis/.gitignore
xdis/__init__.py
xdis/__main__.py
xdis/bytecode.py
xdis/cross_dis.py
xdis/cross_types.py
xdis/disasm.py
xdis/instruction.py
xdis/jvm.py
xdis/lineoffsets.py
xdis/load.py
xdis/magics.py
xdis/marsh.py
xdis/op_imports.py
xdis/std.py
xdis/unmarshal.py
xdis/util.py
xdis/verify.py
xdis/version.py
xdis/version_info.py
xdis/wordcode.py
xdis.egg-info/PKG-INFO
xdis.egg-info/SOURCES.txt
xdis.egg-info/dependency_links.txt
xdis.egg-info/entry_points.txt
xdis.egg-info/requires.txt
xdis.egg-info/top_level.txt
xdis/bin/__init__.py
xdis/bin/pydisasm.py
xdis/codetype/.gitignore
xdis/codetype/__init__.py
xdis/codetype/base.py
xdis/codetype/code13.py
xdis/codetype/code15.py
xdis/codetype/code20.py
xdis/codetype/code30.py
xdis/codetype/code310.py
xdis/codetype/code311.py
xdis/codetype/code38.py
xdis/dropbox/__init__.py
xdis/dropbox/decrypt25.py
xdis/opcodes/__init__.py
xdis/opcodes/base.py
xdis/opcodes/opcode_10.py
xdis/opcodes/opcode_11.py
xdis/opcodes/opcode_12.py
xdis/opcodes/opcode_13.py
xdis/opcodes/opcode_14.py
xdis/opcodes/opcode_15.py
xdis/opcodes/opcode_16.py
xdis/opcodes/opcode_1x.py
xdis/opcodes/opcode_20.py
xdis/opcodes/opcode_21.py
xdis/opcodes/opcode_22.py
xdis/opcodes/opcode_23.py
xdis/opcodes/opcode_24.py
xdis/opcodes/opcode_25.py
xdis/opcodes/opcode_26.py
xdis/opcodes/opcode_26pypy.py
xdis/opcodes/opcode_27.py
xdis/opcodes/opcode_27pypy.py
xdis/opcodes/opcode_2x.py
xdis/opcodes/opcode_30.py
xdis/opcodes/opcode_31.py
xdis/opcodes/opcode_310.py
xdis/opcodes/opcode_310graal.py
xdis/opcodes/opcode_310pypy.py
xdis/opcodes/opcode_311.py
xdis/opcodes/opcode_312.py
xdis/opcodes/opcode_313.py
xdis/opcodes/opcode_32.py
xdis/opcodes/opcode_32pypy.py
xdis/opcodes/opcode_33.py
xdis/opcodes/opcode_33pypy.py
xdis/opcodes/opcode_34.py
xdis/opcodes/opcode_35.py
xdis/opcodes/opcode_35pypy.py
xdis/opcodes/opcode_36.py
xdis/opcodes/opcode_36pypy.py
xdis/opcodes/opcode_37.py
xdis/opcodes/opcode_37pypy.py
xdis/opcodes/opcode_38.py
xdis/opcodes/opcode_38pypy.py
xdis/opcodes/opcode_39.py
xdis/opcodes/opcode_39pypy.py
xdis/opcodes/opcode_3x.py
xdis/opcodes/format/__init__.py
xdis/opcodes/format/basic.py
xdis/opcodes/format/extended.py