General

  • Target

    python-decompile3-master.zip

  • Size

    958KB

  • MD5

    5b14eb96d76096280a3eae9e66bf7173

  • SHA1

    5ef37f8afdf311df8baf94ceb5a86ef6eb64044d

  • SHA256

    a165970ae8fe1a3eee019f003b64b09199cfb4bf9828924667836de7e4c26655

  • SHA512

    c8b17f0c34517034fb0eb5c9e5adf2784d6d40f99b2246d1336138e7c316e7b72eab8cf8cae9f2842cef13a3505f2e801dc1ef36e0113ebe522cc039f160edc0

  • SSDEEP

    12288:TOCdFy8Lt7CEAHnPpfhdYDv1+itUOip33xea620mA46kE:pLFCHnPpfheDvpmOiFxw7

Score
10/10

Malware Config

Extracted

Language
ps1
Source
URLs
exe.dropper

http://repo.continuum.io/miniconda/

exe.dropper

https://www.python.org/ftp/python/

exe.dropper

https://bootstrap.pypa.io/get-pip.py

Signatures

Files

  • python-decompile3-master.zip
    .zip
  • python-decompile3-master/.circleci/config.yml
  • python-decompile3-master/.editorconfig
  • python-decompile3-master/.github/FUNDING.yml
  • python-decompile3-master/.github/ISSUE_TEMPLATE/bug-report.md
  • python-decompile3-master/.github/ISSUE_TEMPLATE/config.yml
  • python-decompile3-master/.github/ISSUE_TEMPLATE/feature-request.md
  • python-decompile3-master/.github/config.yml
  • python-decompile3-master/.github/workflows/osx.yml
  • python-decompile3-master/.github/workflows/ubuntu.yml
  • python-decompile3-master/.github/workflows/windows.yml
  • python-decompile3-master/.gitignore
  • python-decompile3-master/.isort.cfg
  • python-decompile3-master/.pre-commit-config.yaml
  • python-decompile3-master/.travis.yml
  • python-decompile3-master/COPYING
  • python-decompile3-master/HISTORY.md
  • python-decompile3-master/HOW-TO-REPORT-A-BUG.md
  • python-decompile3-master/MANIFEST.in
  • python-decompile3-master/Makefile
  • python-decompile3-master/NEWS.md
  • python-decompile3-master/PKG-INFO
  • python-decompile3-master/README.rst
  • python-decompile3-master/__pkginfo__.py
  • python-decompile3-master/admin-tools/README.md
  • python-decompile3-master/admin-tools/check-versions.sh
    .sh .ps1 linux polyglot
  • python-decompile3-master/admin-tools/make-dist.sh
    .sh .ps1 linux polyglot
  • python-decompile3-master/admin-tools/pycdc-runtests.sh
    .sh linux
  • python-decompile3-master/admin-tools/pyenv-versions
  • python-decompile3-master/admin-tools/run-pyenvlib-test-all.sh
    .sh linux
  • python-decompile3-master/admin-tools/setup-master.sh
    .sh .ps1 linux polyglot
  • python-decompile3-master/admin-tools/uncompyle2-runtests.sh
    .sh linux
  • python-decompile3-master/appveyor/install.ps1
    .ps1
  • python-decompile3-master/appveyor/run_with_env.cmd
  • python-decompile3-master/bin/decompyle-code
    .sh linux
  • python-decompile3-master/bin/decompyle3
    .sh linux
  • python-decompile3-master/bin/decompyle3-tokens
    .sh linux
  • python-decompile3-master/compile_tests
    .sh linux
  • python-decompile3-master/decompyle3/__init__.py
  • python-decompile3-master/decompyle3/bin/decompile.py
    .py .sh linux
  • python-decompile3-master/decompyle3/bin/decompile_code_type.py
    .py .sh linux
  • python-decompile3-master/decompyle3/bin/decompile_tokens.py
    .py .sh linux
  • python-decompile3-master/decompyle3/code_fns.py
  • python-decompile3-master/decompyle3/disas.py
  • python-decompile3-master/decompyle3/linenumbers.py
  • python-decompile3-master/decompyle3/main.py
  • python-decompile3-master/decompyle3/parsers/.gitignore
  • python-decompile3-master/decompyle3/parsers/__init__.py
  • python-decompile3-master/decompyle3/parsers/dump.py
  • python-decompile3-master/decompyle3/parsers/main.py
  • python-decompile3-master/decompyle3/parsers/p37/Makefile
  • python-decompile3-master/decompyle3/parsers/p37/__init__.py
  • python-decompile3-master/decompyle3/parsers/p37/base.py
  • python-decompile3-master/decompyle3/parsers/p37/full.py
  • python-decompile3-master/decompyle3/parsers/p37/heads.py
  • python-decompile3-master/decompyle3/parsers/p37/lambda_custom.py
  • python-decompile3-master/decompyle3/parsers/p37/lambda_expr.py
  • python-decompile3-master/decompyle3/parsers/p38/__init__.py
  • python-decompile3-master/decompyle3/parsers/p38/base.py
  • python-decompile3-master/decompyle3/parsers/p38/full.py
  • python-decompile3-master/decompyle3/parsers/p38/full_custom.py
  • python-decompile3-master/decompyle3/parsers/p38/heads.py
  • python-decompile3-master/decompyle3/parsers/p38/lambda_custom.py
  • python-decompile3-master/decompyle3/parsers/p38/lambda_expr.py
  • python-decompile3-master/decompyle3/parsers/p38pypy/__init__.py
  • python-decompile3-master/decompyle3/parsers/p38pypy/base.py
  • python-decompile3-master/decompyle3/parsers/p38pypy/full.py
  • python-decompile3-master/decompyle3/parsers/p38pypy/full_custom.py
  • python-decompile3-master/decompyle3/parsers/p38pypy/heads.py
  • python-decompile3-master/decompyle3/parsers/p38pypy/lambda_custom.py
  • python-decompile3-master/decompyle3/parsers/p38pypy/lambda_expr.py
  • python-decompile3-master/decompyle3/parsers/parse_heads.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/__init__.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/and_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/and_cond_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/and_not_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/break38_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/c_tryelsestmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/for38_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/forelse38_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/if_and_elsestmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/if_and_stmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/if_not_stmtc.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/ifelsestmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/iflaststmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/ifstmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/ifstmts_jump.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/joined_str_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/lastc_stmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/list_if_not.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/not_or_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/or_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/or_cond_check.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/pop_return.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/testtrue.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/tryexcept.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/while1elsestmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/while1stmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/whileTruestmt38.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/whilestmt.py
  • python-decompile3-master/decompyle3/parsers/reduce_check/whilestmt38.py
  • python-decompile3-master/decompyle3/parsers/treenode.py
  • python-decompile3-master/decompyle3/scanner.py
  • python-decompile3-master/decompyle3/scanners/__init__.py
  • python-decompile3-master/decompyle3/scanners/pypy37.py
  • python-decompile3-master/decompyle3/scanners/pypy38.py
  • python-decompile3-master/decompyle3/scanners/scanner37.py
  • python-decompile3-master/decompyle3/scanners/scanner37base.py
  • python-decompile3-master/decompyle3/scanners/scanner38.py
  • python-decompile3-master/decompyle3/scanners/scanner39.py
  • python-decompile3-master/decompyle3/scanners/tok.py
  • python-decompile3-master/decompyle3/semantics/aligner.py
  • python-decompile3-master/decompyle3/semantics/check_ast.py
  • python-decompile3-master/decompyle3/semantics/consts.py
  • python-decompile3-master/decompyle3/semantics/customize.py
  • python-decompile3-master/decompyle3/semantics/customize3.py
  • python-decompile3-master/decompyle3/semantics/customize37.py
  • python-decompile3-master/decompyle3/semantics/customize38.py
  • python-decompile3-master/decompyle3/semantics/fragments.py
  • python-decompile3-master/decompyle3/semantics/gencomp.py
  • python-decompile3-master/decompyle3/semantics/helper.py
  • python-decompile3-master/decompyle3/semantics/linemap.py
  • python-decompile3-master/decompyle3/semantics/make_function36.py
  • python-decompile3-master/decompyle3/semantics/n_actions.py
  • python-decompile3-master/decompyle3/semantics/parser_error.py
  • python-decompile3-master/decompyle3/semantics/pysource.py
  • python-decompile3-master/decompyle3/semantics/transform.py
  • python-decompile3-master/decompyle3/show.py
  • python-decompile3-master/decompyle3/util.py
  • python-decompile3-master/decompyle3/version.py
  • python-decompile3-master/pytest/.gitignore
  • python-decompile3-master/pytest/Makefile
  • python-decompile3-master/pytest/test_CALL_FUNCTION_KW.sh
  • python-decompile3-master/pytest/test_basic.py
  • python-decompile3-master/pytest/test_build_const_key_map.py
  • python-decompile3-master/pytest/test_code_deparse.py
  • python-decompile3-master/pytest/test_deparse.py
  • python-decompile3-master/pytest/test_deparse_offset.py
  • python-decompile3-master/pytest/test_fjt.py
    .py .sh linux
  • python-decompile3-master/pytest/test_fstring.py-fixup
  • python-decompile3-master/pytest/test_function_call.py-fixup
  • python-decompile3-master/pytest/test_grammar.py
  • python-decompile3-master/pytest/test_lambda_grammar.py
  • python-decompile3-master/pytest/test_pysource.py-notyet
  • python-decompile3-master/pytest/test_token.py
  • python-decompile3-master/pytest/validate.py
  • python-decompile3-master/requirements-dev.txt
  • python-decompile3-master/requirements.txt
  • python-decompile3-master/setup.cfg
  • python-decompile3-master/setup.py
    .py .sh linux
  • python-decompile3-master/test/.gitignore
  • python-decompile3-master/test/Makefile
  • python-decompile3-master/test/add-test.py
    .py .sh linux
  • python-decompile3-master/test/bytecode_3.7/code-fragment/set-comprehension/05_3x_set_comphension.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/00_assign.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/01_augmented_assign.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/01_call_function.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/01_map_unpack.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/01_matrix_multiply.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/01_module_doc.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/01_named_and_kwargs.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/01_while_if_then.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_and_chained_compare.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_async_for.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_async_for_generator.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_build_map_unpack_with_call.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_genexpr.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_ifelse_lambda.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_kwargs.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_named_and_kwargs.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_tryfinally_return.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/02_while1_if_while1.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/03_async_await.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/03_double_star_unpack.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/03_else_removal.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/03_if_elif.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/03_jump_to_jump.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/03_weird26.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/04_class_kwargs.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/04_def_annotate.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/04_grammar.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/04_raise.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/04_withas.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/05_36lambda.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/05_abc_class.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/05_call_function_kw2.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/09_yield_from.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/10_class_deco.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/10_del.pyc
  • python-decompile3-master/test/bytecode_3.7/exec/11_classbug.pyc
  • python-decompile3-master/test/bytecode_3.7/run/00_docstring.pyc
  • python-decompile3-master/test/bytecode_3.7/run/00_if_elif.pyc
  • python-decompile3-master/test/bytecode_3.7/run/00_import.pyc
  • python-decompile3-master/test/bytecode_3.7/run/00_return_return_bug.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_and_not_else.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_assert2.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_boolean.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_chained_compare.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_class.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_conditional.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_extended_arg.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_if_and_if_bug.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_lambda_call.pyc-notyet
  • python-decompile3-master/test/bytecode_3.7/run/01_list_comp_if.pyc
  • python-decompile3-master/test/bytecode_3.7/run/01_triple_compare.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02-try-finally-return.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_and_or.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_build_list_unpack.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_call_ex_kw.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_decorator.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_for_else_with_if.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_if_not_or.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_pos_args.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_try_return.pyc
  • python-decompile3-master/test/bytecode_3.7/run/02_var_annotate.pyc
  • python-decompile3-master/test/bytecode_3.7/run/03_extended_arg_in_loop.pyc
  • python-decompile3-master/test/bytecode_3.7/run/03_for_else.pyc
  • python-decompile3-master/test/bytecode_3.7/run/03_ifelse_chained_for.pyc
  • python-decompile3-master/test/bytecode_3.7/run/03_while-if-break.pyc
  • python-decompile3-master/test/bytecode_3.7/run/03_while-try-except.pyc
  • python-decompile3-master/test/bytecode_3.7/run/04_and_del.pyc
  • python-decompile3-master/test/bytecode_3.7/run/04_call_function.pyc
  • python-decompile3-master/test/bytecode_3.7/run/04_def_annotate.pyc
  • python-decompile3-master/test/bytecode_3.7/run/04_grammar.pyc
  • python-decompile3-master/test/bytecode_3.7/run/04_if_and_or.pyc
  • python-decompile3-master/test/bytecode_3.7/run/04_importlist.pyc
  • python-decompile3-master/test/bytecode_3.7/run/04_lambda_star_default.pyc
  • python-decompile3-master/test/bytecode_3.7/run/04_try_finally.pyc
  • python-decompile3-master/test/bytecode_3.7/run/05_call_function_kw2.pyc
  • python-decompile3-master/test/bytecode_3.7/run/05_control_flow_bugs.pyc
  • python-decompile3-master/test/bytecode_3.7/run/05_dict_comp.pyc
  • python-decompile3-master/test/bytecode_3.7/run/05_long_literals.pyc
  • python-decompile3-master/test/bytecode_3.7/run/05_while_true.pyc
  • python-decompile3-master/test/bytecode_3.7/run/06_listcomp.pyc
  • python-decompile3-master/test/bytecode_3.7/run/06_while_return.pyc
  • python-decompile3-master/test/bytecode_3.7/run/07_build_map_unpack.pyc
  • python-decompile3-master/test/bytecode_3.7/run/07_kwargs.pyc
  • python-decompile3-master/test/bytecode_3.7/run/08_test_contextmanager.pyc
  • python-decompile3-master/test/bytecode_3.7/run/10-genexpr.pyc
  • python-decompile3-master/test/bytecode_3.7/run/10_async.pyc
  • python-decompile3-master/test/bytecode_3.7/run/10_complex.pyc
  • python-decompile3-master/test/bytecode_3.7/run/10_coroutines.pyc
  • python-decompile3-master/test/bytecode_3.7/run/10_extendedargifelse.pyc
  • python-decompile3-master/test/bytecode_3.7/run/10_for_if_loopback.pyc-notyet
  • python-decompile3-master/test/bytecode_3.7/run/10_fstring.pyc
  • python-decompile3-master/test/bytecode_3.7/run/14_mixed_expressions.pyc
  • python-decompile3-master/test/bytecode_3.7pypy/run/08_test_contextmanager.pyc
  • python-decompile3-master/test/bytecode_3.8/code-fragment/list-comprehension/03_async.pyc
  • python-decompile3-master/test/bytecode_3.8/code-fragment/set-comprehension/05_3x_set_comphension.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/00_if_elif.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/00_while_true_pass.pyc-notyet
  • python-decompile3-master/test/bytecode_3.8/exec/01_call_function.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/01_extended_arg.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/01_list_comprehension.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/01_while_if_then.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/02_and_chained_compare.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/02_async_for.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/02_async_for_generator.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/02_genexpr.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/02_try_except_ret.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/02_tryfinally_return.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/02_while_and.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/03_async_await.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/03_else_removal.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/03_if_try.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/03_loop_try_break.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/03_pop_top.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/04_async.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/04_async_stmt.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/04_call_function.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/04_misc_pyenv.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/04_try_finally.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/05_class.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/05_return_in_else.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/09_yield_from.pyc
  • python-decompile3-master/test/bytecode_3.8/exec/11_classbug.pyc
  • python-decompile3-master/test/bytecode_3.8/run/00_bug_dict_comp.pyc
  • python-decompile3-master/test/bytecode_3.8/run/00_chained-compare.pyc
  • python-decompile3-master/test/bytecode_3.8/run/00_docstring.pyc-notyet
  • python-decompile3-master/test/bytecode_3.8/run/00_if_elif.pyc
  • python-decompile3-master/test/bytecode_3.8/run/00_import.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_and_not_else.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_assert2.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_augmented_assign.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_boolean.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_chained_compare.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_class.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_conditional.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_extra_iter.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_if_and_if_bug.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_lambda_call.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_list_comp_if.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_named_expr.pyc
  • python-decompile3-master/test/bytecode_3.8/run/01_triple_compare.pyc
  • python-decompile3-master/test/bytecode_3.8/run/02-try-finally-return.pyc
  • python-decompile3-master/test/bytecode_3.8/run/02_call_ex_kw.pyc
  • python-decompile3-master/test/bytecode_3.8/run/02_for_else_with_if.pyc
  • python-decompile3-master/test/bytecode_3.8/run/02_fstring_debug.pyc-notyet
  • python-decompile3-master/test/bytecode_3.8/run/02_if_not_or.pyc
  • python-decompile3-master/test/bytecode_3.8/run/02_named_expr.pyc
  • python-decompile3-master/test/bytecode_3.8/run/02_test_if_not.pyc
  • python-decompile3-master/test/bytecode_3.8/run/02_try_return.pyc
  • python-decompile3-master/test/bytecode_3.8/run/02_var_annotate.pyc
  • python-decompile3-master/test/bytecode_3.8/run/03_extended_arg_in_loop.pyc
  • python-decompile3-master/test/bytecode_3.8/run/03_for_else.pyc
  • python-decompile3-master/test/bytecode_3.8/run/03_ifelse_chained_for.pyc
  • python-decompile3-master/test/bytecode_3.8/run/03_while-try-except.pyc
  • python-decompile3-master/test/bytecode_3.8/run/04_and_del.pyc
  • python-decompile3-master/test/bytecode_3.8/run/04_call_function.pyc
  • python-decompile3-master/test/bytecode_3.8/run/04_def_annotate.pyc
  • python-decompile3-master/test/bytecode_3.8/run/04_grammar.pyc
  • python-decompile3-master/test/bytecode_3.8/run/04_if_and_or.pyc
  • python-decompile3-master/test/bytecode_3.8/run/04_importlist.pyc
  • python-decompile3-master/test/bytecode_3.8/run/05_call_function_kw2.pyc
  • python-decompile3-master/test/bytecode_3.8/run/05_control_flow_bugs.pyc-notyet
  • python-decompile3-master/test/bytecode_3.8/run/05_dict_comp.pyc
  • python-decompile3-master/test/bytecode_3.8/run/05_dup_top_two.pyc
  • python-decompile3-master/test/bytecode_3.8/run/05_long_literals.pyc
  • python-decompile3-master/test/bytecode_3.8/run/05_while_true.pyc
  • python-decompile3-master/test/bytecode_3.8/run/06_listcomp.pyc
  • python-decompile3-master/test/bytecode_3.8/run/08_test_contextmanager.pyc
  • python-decompile3-master/test/bytecode_3.8/run/10-genexpr.pyc
  • python-decompile3-master/test/bytecode_3.8/run/10_async.pyc
  • python-decompile3-master/test/bytecode_3.8/run/10_complex.pyc
  • python-decompile3-master/test/bytecode_3.8/run/10_coroutines.pyc
  • python-decompile3-master/test/bytecode_3.8/run/10_for.pyc
  • python-decompile3-master/test/bytecode_3.8/run/10_for_if_loopback.pyc
  • python-decompile3-master/test/bytecode_3.8/run/14_mixed_expressions.pyc
  • python-decompile3-master/test/bytecode_3.8pypy/code-fragment/generator/03_generator_compendium.pyc
  • python-decompile3-master/test/bytecode_3.8pypy/code-fragment/list-comprehension/01_basic_list_comprehension.pyc
  • python-decompile3-master/test/bytecode_3.8pypy/code-fragment/list-comprehension/03_async.pyc
  • python-decompile3-master/test/bytecode_3.8pypy/exec/00_while_true_passpy38.pyc
  • python-decompile3-master/test/bytecode_3.8pypy/run/00_importpy38.pyc
  • python-decompile3-master/test/bytecode_3.8pypy/run/08_test_contextmanager.pyc
  • python-decompile3-master/test/bytecode_pypy37_run/01_callback.pypy37.pyc
  • python-decompile3-master/test/bytecode_pypy38_run/01_callback.pypy38.pyc
  • python-decompile3-master/test/bytecompile-tests
    .sh linux
  • python-decompile3-master/test/decompyle/README.md
  • python-decompile3-master/test/decompyle/test_applyEquiv.py
  • python-decompile3-master/test/decompyle/test_augmentedAssign.py
  • python-decompile3-master/test/decompyle/test_class.py
  • python-decompile3-master/test/decompyle/test_del.py
  • python-decompile3-master/test/decompyle/test_divide_future.py
  • python-decompile3-master/test/decompyle/test_divide_no_future.py
  • python-decompile3-master/test/decompyle/test_docstring.py
  • python-decompile3-master/test/decompyle/test_empty.py
  • python-decompile3-master/test/decompyle/test_exceptions.py
  • python-decompile3-master/test/decompyle/test_exec.py
  • python-decompile3-master/test/decompyle/test_expressions.py
  • python-decompile3-master/test/decompyle/test_extendedImport.py
  • python-decompile3-master/test/decompyle/test_extendedPrint.py
  • python-decompile3-master/test/decompyle/test_extendedarg.py
  • python-decompile3-master/test/decompyle/test_functions.py
  • python-decompile3-master/test/decompyle/test_global.py
  • python-decompile3-master/test/decompyle/test_globals.py
  • python-decompile3-master/test/decompyle/test_import.py
  • python-decompile3-master/test/decompyle/test_import_as.py
  • python-decompile3-master/test/decompyle/test_integers.py
  • python-decompile3-master/test/decompyle/test_iterators.py
  • python-decompile3-master/test/decompyle/test_lambda.py
  • python-decompile3-master/test/decompyle/test_listComprehensions.py
  • python-decompile3-master/test/decompyle/test_loops.py
  • python-decompile3-master/test/decompyle/test_loops2.py
  • python-decompile3-master/test/decompyle/test_misc.py
  • python-decompile3-master/test/decompyle/test_nested_elif.py
  • python-decompile3-master/test/decompyle/test_nested_scopes.py
  • python-decompile3-master/test/decompyle/test_prettyprint.py
  • python-decompile3-master/test/decompyle/test_print.py
  • python-decompile3-master/test/decompyle/test_print_to.py
  • python-decompile3-master/test/decompyle/test_single_stmt.py
  • python-decompile3-master/test/decompyle/test_slices.py
  • python-decompile3-master/test/decompyle/test_tuple_params.py
  • python-decompile3-master/test/decompyle/test_tuples.py
  • python-decompile3-master/test/decompyle/test_yield.py
  • python-decompile3-master/test/dis-compare.py
    .py .sh linux
  • python-decompile3-master/test/grammar-cover/.gitignore
  • python-decompile3-master/test/grammar-cover/README.md
  • python-decompile3-master/test/grammar-cover/convert.sh
    .sh linux
  • python-decompile3-master/test/grammar-cover/grammar-all.sh
    .sh linux
  • python-decompile3-master/test/grammar-cover/grammar.sh
    .sh linux
  • python-decompile3-master/test/grammar-cover/run-and-email.sh
    .sh linux
  • python-decompile3-master/test/run-and-email.sh
    .sh .ps1 linux polyglot
  • python-decompile3-master/test/simple-decompile-code-test.py
    .py .sh linux
  • python-decompile3-master/test/simple_source/README
  • python-decompile3-master/test/simple_source/branching/02_ifelse_lambda.py
  • python-decompile3-master/test/simple_source/branching/05_if.py
  • python-decompile3-master/test/simple_source/branching/05_ifelse.py
  • python-decompile3-master/test/simple_source/branching/07_if_return_bug.py
  • python-decompile3-master/test/simple_source/branching/10_if_else_ternary.py
  • python-decompile3-master/test/simple_source/branching/10_if_pass.py
  • python-decompile3-master/test/simple_source/bug14/00_unpack_list.py
  • python-decompile3-master/test/simple_source/bug14/01_print.py
  • python-decompile3-master/test/simple_source/bug14/02_continue.py
  • python-decompile3-master/test/simple_source/bug22/01_kv.py
  • python-decompile3-master/test/simple_source/bug22/01_lambda_call.py
  • python-decompile3-master/test/simple_source/bug22/01_ops.py
  • python-decompile3-master/test/simple_source/bug22/02_apply_equiv.py
  • python-decompile3-master/test/simple_source/bug22/02_generators.py
  • python-decompile3-master/test/simple_source/bug22/02_try_except_finally.py
  • python-decompile3-master/test/simple_source/bug22/03_if1.py
  • python-decompile3-master/test/simple_source/bug22/05_test_yield.py
  • python-decompile3-master/test/simple_source/bug22/06_list_comprehension_x2_if.py
  • python-decompile3-master/test/simple_source/bug24/03_iftrue.py
  • python-decompile3-master/test/simple_source/bug25/01_inplace_true_divide.py
  • python-decompile3-master/test/simple_source/bug25/02_decorator.py
  • python-decompile3-master/test/simple_source/bug25/02_try_else.py
  • python-decompile3-master/test/simple_source/bug25/02_try_else_loop.py
  • python-decompile3-master/test/simple_source/bug25/02_unary_convert.py
  • python-decompile3-master/test/simple_source/bug25/03_if_for.py
  • python-decompile3-master/test/simple_source/bug25/03_try_else.py
  • python-decompile3-master/test/simple_source/bug25/04_try_except_else.py
  • python-decompile3-master/test/simple_source/bug25/08_if_while_else.py
  • python-decompile3-master/test/simple_source/bug26/01_ifelse_listcomp.py
  • python-decompile3-master/test/simple_source/bug26/02_except_as.py
  • python-decompile3-master/test/simple_source/bug26/02_while1_if_and.py
  • python-decompile3-master/test/simple_source/bug26/03_complex_and.py
  • python-decompile3-master/test/simple_source/bug26/03_double_equals.py
  • python-decompile3-master/test/simple_source/bug26/03_elif_vs_continue.py
  • python-decompile3-master/test/simple_source/bug26/03_if_vs_and.py
  • python-decompile3-master/test/simple_source/bug26/03_loop_if_cf.py
  • python-decompile3-master/test/simple_source/bug26/03_raise_from.py
  • python-decompile3-master/test/simple_source/bug26/03_tryelse_continue.py
  • python-decompile3-master/test/simple_source/bug26/03_weird26.py
  • python-decompile3-master/test/simple_source/bug26/04_comp_for.py
  • python-decompile3-master/test/simple_source/bug26/04_ifelse_parens.py
  • python-decompile3-master/test/simple_source/bug26/04_lastc_with_loops.py
  • python-decompile3-master/test/simple_source/bug26/04_while_and_stmt_one_line.py
  • python-decompile3-master/test/simple_source/bug26/05-ret-or.py
  • python-decompile3-master/test/simple_source/bug26/05_generator.py
  • python-decompile3-master/test/simple_source/bug26/06_return_pop.py
  • python-decompile3-master/test/simple_source/bug26/06_setif_comprehension.py
  • python-decompile3-master/test/simple_source/bug26/07_generator_return.py
  • python-decompile3-master/test/simple_source/bug26/08_distbug.py
  • python-decompile3-master/test/simple_source/bug26/08_triple_equals.py
  • python-decompile3-master/test/simple_source/bug27+/01_module_doc.py
  • python-decompile3-master/test/simple_source/bug27+/02_assert.py
  • python-decompile3-master/test/simple_source/bug27+/02_ifelsetmtl.py
  • python-decompile3-master/test/simple_source/bug27+/03_for_try_raise.py
  • python-decompile3-master/test/simple_source/bug27+/03_if_1_else.py
  • python-decompile3-master/test/simple_source/bug27+/03_not_dead_code.py
  • python-decompile3-master/test/simple_source/bug27+/04_loop_try_else.py
  • python-decompile3-master/test/simple_source/bug27+/04_try_tryelse.py
  • python-decompile3-master/test/simple_source/bug27+/05_deadcode.py
  • python-decompile3-master/test/simple_source/bug27+/05_for_try_else.py
  • python-decompile3-master/test/simple_source/bug27+/05_for_try_except.py
  • python-decompile3-master/test/simple_source/bug27+/05_not_unconditional.py
  • python-decompile3-master/test/simple_source/bug27+/05_setattr.py
  • python-decompile3-master/test/simple_source/bug27+/05_try_else.py
  • python-decompile3-master/test/simple_source/bug27+/05_while_elif.py
  • python-decompile3-master/test/simple_source/bug27+/05_while_if_continue.py
  • python-decompile3-master/test/simple_source/bug27+/05_while_if_return.py
  • python-decompile3-master/test/simple_source/bug27+/06_raise.py
  • python-decompile3-master/test/simple_source/bug27+/06_setif_comprehension.py
  • python-decompile3-master/test/simple_source/bug275/01_while1.py
  • python-decompile3-master/test/simple_source/bug30/00_chained-compare.py
  • python-decompile3-master/test/simple_source/bug30/01_comprehension.py
  • python-decompile3-master/test/simple_source/bug30/01_ops.py
  • python-decompile3-master/test/simple_source/bug30/02_try_except_except.py
  • python-decompile3-master/test/simple_source/bug30/02_while1_if_while1.py
  • python-decompile3-master/test/simple_source/bug30/03_pop_top.py
  • python-decompile3-master/test/simple_source/bug30/04_and_del.py
  • python-decompile3-master/test/simple_source/bug30/05_block_fallback.py
  • python-decompile3-master/test/simple_source/bug30/06_listcomp.py
  • python-decompile3-master/test/simple_source/bug31/01_try_else.py
  • python-decompile3-master/test/simple_source/bug31/02_ifelse_comprehension.py
  • python-decompile3-master/test/simple_source/bug31/04_def_annotate.py
  • python-decompile3-master/test/simple_source/bug31/05_abc_test.py
  • python-decompile3-master/test/simple_source/bug31/06_listcomp.py
  • python-decompile3-master/test/simple_source/bug31/07_forelselast.py
  • python-decompile3-master/test/simple_source/bug31/10_complex.py
  • python-decompile3-master/test/simple_source/bug32/01_named_and_kwargs.py
  • python-decompile3-master/test/simple_source/bug32/01_try_except_raise.py
  • python-decompile3-master/test/simple_source/bug32/03_if.py
  • python-decompile3-master/test/simple_source/bug32/03_if_try_raise.py
  • python-decompile3-master/test/simple_source/bug32/05_while_true_break.py
  • python-decompile3-master/test/simple_source/bug33/01_delete_deref.py
  • python-decompile3-master/test/simple_source/bug33/01_if_try_except.py
  • python-decompile3-master/test/simple_source/bug33/01_triple_compare.py
  • python-decompile3-master/test/simple_source/bug33/01_try_except.py
  • python-decompile3-master/test/simple_source/bug33/02_named_and_kwargs.py
  • python-decompile3-master/test/simple_source/bug33/02_pos_args.py
  • python-decompile3-master/test/simple_source/bug33/02_while1.py
  • python-decompile3-master/test/simple_source/bug33/03_func_params.py
  • python-decompile3-master/test/simple_source/bug33/03_raise_from.py
  • python-decompile3-master/test/simple_source/bug33/03_while_else.py
  • python-decompile3-master/test/simple_source/bug33/04_aug_assign.py
  • python-decompile3-master/test/simple_source/bug33/04_lambda_star_default.py
  • python-decompile3-master/test/simple_source/bug33/05_nonlocal.py
  • python-decompile3-master/test/simple_source/bug33/05_store_locals.py
  • python-decompile3-master/test/simple_source/bug33/08_if_else.py
  • python-decompile3-master/test/simple_source/bug33/10_while1_popblock.py
  • python-decompile3-master/test/simple_source/bug34/05_while1_if_continue.py
  • python-decompile3-master/test/simple_source/bug35/01_loop_if_continue.py
  • python-decompile3-master/test/simple_source/bug35/01_map_unpack.py
  • python-decompile3-master/test/simple_source/bug35/01_matrix_multiply.py
  • python-decompile3-master/test/simple_source/bug35/01_while_if_then.py
  • python-decompile3-master/test/simple_source/bug35/02_async_for.py
  • python-decompile3-master/test/simple_source/bug35/02_build_list_unpack.py
  • python-decompile3-master/test/simple_source/bug35/02_build_map_unpack_with_call.py
  • python-decompile3-master/test/simple_source/bug35/02_fn_varargs.py
  • python-decompile3-master/test/simple_source/bug35/02_while_and.py
  • python-decompile3-master/test/simple_source/bug35/03_async_await.py
  • python-decompile3-master/test/simple_source/bug35/03_double_star_unpack.py
  • python-decompile3-master/test/simple_source/bug35/03_while-if-break.py
  • python-decompile3-master/test/simple_source/bug35/04_async_stmt.py
  • python-decompile3-master/test/simple_source/bug35/04_call_function.py
  • python-decompile3-master/test/simple_source/bug35/04_importlist.py
  • python-decompile3-master/test/simple_source/bug35/05_empty_ifs.py
  • python-decompile3-master/test/simple_source/bug35/05_return_in_else.py
  • python-decompile3-master/test/simple_source/bug35/06_try_return.py
  • python-decompile3-master/test/simple_source/bug35/06_while_return.py
  • python-decompile3-master/test/simple_source/bug35/07_build_map_unpack.py
  • python-decompile3-master/test/simple_source/bug36/00_if_elif.py
  • python-decompile3-master/test/simple_source/bug36/00_return_return_bug.py
  • python-decompile3-master/test/simple_source/bug36/01_call_function.py
  • python-decompile3-master/test/simple_source/bug36/01_conditional.py
  • python-decompile3-master/test/simple_source/bug36/01_extended_arg.py
  • python-decompile3-master/test/simple_source/bug36/01_fstring.py
  • python-decompile3-master/test/simple_source/bug36/01_if_and_if_bug.py
  • python-decompile3-master/test/simple_source/bug36/02_call_ex_kw.py
  • python-decompile3-master/test/simple_source/bug36/02_genexpr.py
  • python-decompile3-master/test/simple_source/bug36/02_kwargs.py
  • python-decompile3-master/test/simple_source/bug36/02_tryfinally_return.py
  • python-decompile3-master/test/simple_source/bug36/02_var_annotate.py
  • python-decompile3-master/test/simple_source/bug36/03_build_tuple_call.py
  • python-decompile3-master/test/simple_source/bug36/03_fn_defaults.py
  • python-decompile3-master/test/simple_source/bug36/03_if_try.py
  • python-decompile3-master/test/simple_source/bug36/03_try_return_except.py
  • python-decompile3-master/test/simple_source/bug36/04_class_kwargs.py
  • python-decompile3-master/test/simple_source/bug36/04_try_finally.py
  • python-decompile3-master/test/simple_source/bug36/05-for-ifelse.py
  • python-decompile3-master/test/simple_source/bug36/05_36lambda.py
  • python-decompile3-master/test/simple_source/bug36/05_call_function_kw2.py
  • python-decompile3-master/test/simple_source/bug36/05_call_star_kw.py
  • python-decompile3-master/test/simple_source/bug36/05_if_and_comp.py
  • python-decompile3-master/test/simple_source/bug36/05_try_whiletrue.py
  • python-decompile3-master/test/simple_source/bug36/05_while_and_if.py
  • python-decompile3-master/test/simple_source/bug36/06_listcomp_nest.py
  • python-decompile3-master/test/simple_source/bug36/07_kwargs.py
  • python-decompile3-master/test/simple_source/bug36/08_comp_gen_for.py
  • python-decompile3-master/test/simple_source/bug36/09_ext_arg_jump.py
  • python-decompile3-master/test/simple_source/bug36/09_while_if_while.py
  • python-decompile3-master/test/simple_source/bug36/10_argparse.py
  • python-decompile3-master/test/simple_source/bug36/10_extended_arg_loop.py
  • python-decompile3-master/test/simple_source/bug36/10_fstring.py
  • python-decompile3-master/test/simple_source/bug36/10_long_pop_jump.py
  • python-decompile3-master/test/simple_source/bug37/01_and_not_else.py
  • python-decompile3-master/test/simple_source/bug37/01_assert2.py
  • python-decompile3-master/test/simple_source/bug37/01_chained_compare.py
  • python-decompile3-master/test/simple_source/bug37/01_list_comp_if.py
  • python-decompile3-master/test/simple_source/bug37/02_and_chained_compare.py
  • python-decompile3-master/test/simple_source/bug37/02_and_or.py
  • python-decompile3-master/test/simple_source/bug37/02_async_for_generator.py
  • python-decompile3-master/test/simple_source/bug37/02_if_not_or.py
  • python-decompile3-master/test/simple_source/bug37/03_else_removal.py
  • python-decompile3-master/test/simple_source/bug37/03_ifelse_chained_for.py
  • python-decompile3-master/test/simple_source/bug37/03_jump_to_jump.py
  • python-decompile3-master/test/simple_source/bug37/04_grammar.py
  • python-decompile3-master/test/simple_source/bug37/08-not-and-not-or.py
  • python-decompile3-master/test/simple_source/bug37/10_async.py
  • python-decompile3-master/test/simple_source/bug37/10_coroutines.py
  • python-decompile3-master/test/simple_source/bug37/10_extendedargifelse.py
  • python-decompile3-master/test/simple_source/bug38/00_bug_dict_comp.py
  • python-decompile3-master/test/simple_source/bug38/00_while_true_pass.py
  • python-decompile3-master/test/simple_source/bug38/01_extra_iter.py
  • python-decompile3-master/test/simple_source/bug38/01_named_expr.py
  • python-decompile3-master/test/simple_source/bug38/02-try-finally-return.py
  • python-decompile3-master/test/simple_source/bug38/02_fstring_debug.py
  • python-decompile3-master/test/simple_source/bug38/02_named_expr.py
  • python-decompile3-master/test/simple_source/bug38/02_test_if_not.py
  • python-decompile3-master/test/simple_source/bug38/02_try_except_ret.py
  • python-decompile3-master/test/simple_source/bug38/02_try_return.py
  • python-decompile3-master/test/simple_source/bug38/03_extended_arg_in_loop.py
  • python-decompile3-master/test/simple_source/bug38/03_for_else.py
  • python-decompile3-master/test/simple_source/bug38/03_loop_try_break.py
  • python-decompile3-master/test/simple_source/bug38/03_while-try-except.py
  • python-decompile3-master/test/simple_source/bug38/04_for_no_jump_back.py
  • python-decompile3-master/test/simple_source/bug38/04_misc_pyenv.py
  • python-decompile3-master/test/simple_source/bug38pypy/01_basic_list_comprehension.py
  • python-decompile3-master/test/simple_source/bug_pypy27/00_assign_pypy.py
  • python-decompile3-master/test/simple_source/bug_pypy27/01_assert2.py
  • python-decompile3-master/test/simple_source/bug_pypy27/02_call_method.py
  • python-decompile3-master/test/simple_source/bug_pypy27/03_try_return.py
  • python-decompile3-master/test/simple_source/bug_pypy37/01_callback.py
  • python-decompile3-master/test/simple_source/calls/01_fns.py
  • python-decompile3-master/test/simple_source/calls/01_positional.py
  • python-decompile3-master/test/simple_source/calls/10_keyword.py
  • python-decompile3-master/test/simple_source/comprehension/01_list_comprehension.py
  • python-decompile3-master/test/simple_source/comprehension/03_async.py
  • python-decompile3-master/test/simple_source/comprehension/05_3x_set_comphension.py
  • python-decompile3-master/test/simple_source/comprehension/05_dict_comp.py
  • python-decompile3-master/test/simple_source/comprehension/05_for_for.py
  • python-decompile3-master/test/simple_source/comprehension/05_list_comprehension.py
  • python-decompile3-master/test/simple_source/comprehension/05_set_comprehension.py
  • python-decompile3-master/test/simple_source/comprehension/06_list_ifnot.py
  • python-decompile3-master/test/simple_source/comprehension/06_list_ifnot_and.py
  • python-decompile3-master/test/simple_source/comprehension/08_for_if_for.py
  • python-decompile3-master/test/simple_source/comprehension/10-genexpr.py
  • python-decompile3-master/test/simple_source/comprehension/11-list-if.py
  • python-decompile3-master/test/simple_source/def/01_class.py
  • python-decompile3-master/test/simple_source/def/02_closure.py
  • python-decompile3-master/test/simple_source/def/02_def.py
  • python-decompile3-master/test/simple_source/def/03_class_method.py
  • python-decompile3-master/test/simple_source/def/03_py3_def.py
  • python-decompile3-master/test/simple_source/def/03_star_arg.py
  • python-decompile3-master/test/simple_source/def/05_abc_class.py
  • python-decompile3-master/test/simple_source/def/05_class.py
  • python-decompile3-master/test/simple_source/def/05_closure_bug.py
  • python-decompile3-master/test/simple_source/def/05_static_method.py
  • python-decompile3-master/test/simple_source/def/06_classbug.py
  • python-decompile3-master/test/simple_source/def/06_ifTrue_optimize_bug.py
  • python-decompile3-master/test/simple_source/def/06_return_bug.py
  • python-decompile3-master/test/simple_source/def/07_classderef.py
  • python-decompile3-master/test/simple_source/def/07_classparam.py
  • python-decompile3-master/test/simple_source/def/07_closure_bug2.py
  • python-decompile3-master/test/simple_source/def/09_class_closure.py
  • python-decompile3-master/test/simple_source/def/10_class.py
  • python-decompile3-master/test/simple_source/def/10_class_deco.py
  • python-decompile3-master/test/simple_source/def/10_classdec.py
    .py .sh linux
  • python-decompile3-master/test/simple_source/def/10_kw+pos_args-bug.py
  • python-decompile3-master/test/simple_source/def/11_classbug.py
  • python-decompile3-master/test/simple_source/def/11_classbug_subclass_fn.py
  • python-decompile3-master/test/simple_source/def/11_mkfunc_closure.py
  • python-decompile3-master/test/simple_source/exception/01_try_except.py
  • python-decompile3-master/test/simple_source/exception/02_try_finally.py
  • python-decompile3-master/test/simple_source/exception/04_assert_continue.py
  • python-decompile3-master/test/simple_source/exception/05_try_except.py
  • python-decompile3-master/test/simple_source/exception/06_tryifelse.py
  • python-decompile3-master/test/simple_source/exception/07_try_pass.py
  • python-decompile3-master/test/simple_source/exception/10_try_continue_bug.py
  • python-decompile3-master/test/simple_source/exception/20_try_except.py
  • python-decompile3-master/test/simple_source/exception/25_try_except.py
  • python-decompile3-master/test/simple_source/expression/01_float.py
  • python-decompile3-master/test/simple_source/expression/02_complex.py
  • python-decompile3-master/test/simple_source/expression/02_true_divide.py
  • python-decompile3-master/test/simple_source/expression/03_map.py
  • python-decompile3-master/test/simple_source/expression/03_tuple_assign.py
  • python-decompile3-master/test/simple_source/expression/04_subscript.py
  • python-decompile3-master/test/simple_source/expression/05_const_map.py
  • python-decompile3-master/test/simple_source/expression/05_long_literals.py
  • python-decompile3-master/test/simple_source/expression/06_frozenset.py
  • python-decompile3-master/test/simple_source/expression/06_huge_list.py
  • python-decompile3-master/test/simple_source/expression/08_genexpr.py
  • python-decompile3-master/test/simple_source/expression/09_yield_from.py
  • python-decompile3-master/test/simple_source/expression/10_genexpr.py
  • python-decompile3-master/test/simple_source/expression/10_lambda.py
  • python-decompile3-master/test/simple_source/expression/10_load_assert.py
  • python-decompile3-master/test/simple_source/expression/11_multi_genexpr.py
  • python-decompile3-master/test/simple_source/expression/14_mixed_expressions.py
  • python-decompile3-master/test/simple_source/list_comprehension_start/03_async.py
  • python-decompile3-master/test/simple_source/looping/02_for_else_with_if.py
  • python-decompile3-master/test/simple_source/looping/03_whileelse_bug.py
  • python-decompile3-master/test/simple_source/looping/04_while1_while1.py
  • python-decompile3-master/test/simple_source/looping/05_while_true.py
  • python-decompile3-master/test/simple_source/looping/07_return_end_if.py
  • python-decompile3-master/test/simple_source/looping/08_while1_if_continue.py
  • python-decompile3-master/test/simple_source/looping/08_while_except_bug.py
  • python-decompile3-master/test/simple_source/looping/09_if_whiletrue_bug.py
  • python-decompile3-master/test/simple_source/looping/10_for.py
  • python-decompile3-master/test/simple_source/looping/10_for_if_loopback.py
  • python-decompile3-master/test/simple_source/looping/10_while.py
  • python-decompile3-master/test/simple_source/looping/11_for_if_loopback2.py
  • python-decompile3-master/test/simple_source/looping/11_if_while_bug.py
  • python-decompile3-master/test/simple_source/looping/12_if_while_bug.py
  • python-decompile3-master/test/simple_source/looping/12_if_while_true_pass.py
  • python-decompile3-master/test/simple_source/operation_logic/01_boolean.py
  • python-decompile3-master/test/simple_source/operation_logic/04_if_and_or.py
  • python-decompile3-master/test/simple_source/operation_logic/05_control_flow_bugs.py
  • python-decompile3-master/test/simple_source/operation_logic/05_dup_top_two.py
  • python-decompile3-master/test/simple_source/operation_logic/10_mixed_boolean.py
  • python-decompile3-master/test/simple_source/slice/02_slice.py
  • python-decompile3-master/test/simple_source/stmts/00_assign.py
  • python-decompile3-master/test/simple_source/stmts/00_docstring.py
  • python-decompile3-master/test/simple_source/stmts/00_import.py
  • python-decompile3-master/test/simple_source/stmts/00_pass.py
  • python-decompile3-master/test/simple_source/stmts/01_augmented_assign.py
  • python-decompile3-master/test/simple_source/stmts/01_rel_import.py
  • python-decompile3-master/test/simple_source/stmts/02_test_exec.py
  • python-decompile3-master/test/simple_source/stmts/02_while1else.py
  • python-decompile3-master/test/simple_source/stmts/03_if_elif.py
  • python-decompile3-master/test/simple_source/stmts/04_multi_assign.py
  • python-decompile3-master/test/simple_source/stmts/04_raise.py
  • python-decompile3-master/test/simple_source/stmts/04_withas.py
  • python-decompile3-master/test/simple_source/stmts/05_if_assign.py
  • python-decompile3-master/test/simple_source/stmts/05_try_finally_pass.py
  • python-decompile3-master/test/simple_source/stmts/05_unicode_literals.py
  • python-decompile3-master/test/simple_source/stmts/05_with.py
  • python-decompile3-master/test/simple_source/stmts/06_for_break.py
  • python-decompile3-master/test/simple_source/stmts/06_return_if.py
  • python-decompile3-master/test/simple_source/stmts/07_for_if_continue.py
  • python-decompile3-master/test/simple_source/stmts/07_withstmt_fn.py
  • python-decompile3-master/test/simple_source/stmts/08_source_linebreaks.py
  • python-decompile3-master/test/simple_source/stmts/08_test_contextmanager.py
  • python-decompile3-master/test/simple_source/stmts/09_whiletrue_bug.py
  • python-decompile3-master/test/simple_source/stmts/10_del.py
  • python-decompile3-master/test/simple_source/stmts/10_if_break_finally.py
  • python-decompile3-master/test/simple_source/stmts/11_return_val.py
  • python-decompile3-master/test/simple_source/stmts/15_assert.py
  • python-decompile3-master/test/simple_source/stmts/15_for_if.py
  • python-decompile3-master/test/stdlib/.gitignore
  • python-decompile3-master/test/stdlib/3.7-exclude.sh
  • python-decompile3-master/test/stdlib/3.8-exclude.sh
  • python-decompile3-master/test/stdlib/README.md
  • python-decompile3-master/test/stdlib/compile-file-1x.py
    .py .sh linux
  • python-decompile3-master/test/stdlib/compile-file.py
    .py .sh linux
  • python-decompile3-master/test/stdlib/run-and-email.sh
    .sh .ps1 linux polyglot
  • python-decompile3-master/test/stdlib/runtests3.sh
    .sh .ps1 linux polyglot
  • python-decompile3-master/test/test_one
    .sh linux
  • python-decompile3-master/test/test_pyenvlib.py
    .py .sh linux
  • python-decompile3-master/test/test_pythonlib.py
    .py .sh linux
  • python-decompile3-master/tox.ini