CHANGELOG.rst
HISTORY.txt
LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/pythonfinder.cli.rst
docs/pythonfinder.environment.rst
docs/pythonfinder.exceptions.rst
docs/pythonfinder.finders.asdf_finder.rst
docs/pythonfinder.finders.base_finder.rst
docs/pythonfinder.finders.path_finder.rst
docs/pythonfinder.finders.pyenv_finder.rst
docs/pythonfinder.finders.rst
docs/pythonfinder.finders.system_finder.rst
docs/pythonfinder.finders.windows_registry.rst
docs/pythonfinder.models.mixins.rst
docs/pythonfinder.models.path.rst
docs/pythonfinder.models.python.rst
docs/pythonfinder.models.python_info.rst
docs/pythonfinder.models.rst
docs/pythonfinder.models.windows.rst
docs/pythonfinder.pythonfinder.rst
docs/pythonfinder.rst
docs/pythonfinder.utils.path_utils.rst
docs/pythonfinder.utils.rst
docs/pythonfinder.utils.version_utils.rst
docs/quickstart.rst
src/pythonfinder/__init__.py
src/pythonfinder/cli.py
src/pythonfinder/environment.py
src/pythonfinder/exceptions.py
src/pythonfinder/main.py
src/pythonfinder/pythonfinder.py
src/pythonfinder.egg-info/PKG-INFO
src/pythonfinder.egg-info/SOURCES.txt
src/pythonfinder.egg-info/dependency_links.txt
src/pythonfinder.egg-info/entry_points.txt
src/pythonfinder.egg-info/requires.txt
src/pythonfinder.egg-info/top_level.txt
src/pythonfinder.egg-info/zip-safe
src/pythonfinder/finders/__init__.py
src/pythonfinder/finders/asdf_finder.py
src/pythonfinder/finders/base_finder.py
src/pythonfinder/finders/path_finder.py
src/pythonfinder/finders/py_launcher_finder.py
src/pythonfinder/finders/pyenv_finder.py
src/pythonfinder/finders/system_finder.py
src/pythonfinder/finders/windows_registry.py
src/pythonfinder/models/__init__.py
src/pythonfinder/models/python_info.py
src/pythonfinder/utils/__init__.py
src/pythonfinder/utils/path_utils.py
src/pythonfinder/utils/version_utils.py
tests/__init__.py
tests/conftest.py
tests/test_finder.py
tests/test_path_finder.py
tests/test_path_utils.py
tests/test_python.py
tests/test_python_info.py
tests/test_system_finder.py
tests/test_utils.py
tests/test_version_utils.py
tests/testutils.py
tests/test_artifacts/asdf/.git
tests/test_artifacts/asdf/.gitignore
tests/test_artifacts/asdf/.travis.yml
tests/test_artifacts/asdf/CHANGELOG.md
tests/test_artifacts/asdf/CONTRIBUTING.md
tests/test_artifacts/asdf/LICENSE
tests/test_artifacts/asdf/README.md
tests/test_artifacts/asdf/VERSION
tests/test_artifacts/asdf/Vagrantfile
tests/test_artifacts/asdf/asdf.fish
tests/test_artifacts/asdf/asdf.sh
tests/test_artifacts/asdf/ballad-of-asdf.md
tests/test_artifacts/asdf/defaults
tests/test_artifacts/asdf/help.txt
tests/test_artifacts/asdf/lint.sh
tests/test_artifacts/asdf/prepare-travis.sh
tests/test_artifacts/asdf/.github/ISSUE_TEMPLATE.md
tests/test_artifacts/asdf/.github/PULL_REQUEST_TEMPLATE.md
tests/test_artifacts/asdf/bin/asdf
tests/test_artifacts/asdf/bin/private/asdf-exec
tests/test_artifacts/asdf/completions/asdf.bash
tests/test_artifacts/asdf/completions/asdf.fish
tests/test_artifacts/asdf/docs/.nojekyll
tests/test_artifacts/asdf/docs/CNAME
tests/test_artifacts/asdf/docs/DEPRECATED_README.md
tests/test_artifacts/asdf/docs/README.md
tests/test_artifacts/asdf/docs/_404.md
tests/test_artifacts/asdf/docs/_coverpage.md
tests/test_artifacts/asdf/docs/_navbar.md
tests/test_artifacts/asdf/docs/_sidebar.md
tests/test_artifacts/asdf/docs/contributing-core-asdf-vm.md
tests/test_artifacts/asdf/docs/contributing-doc-site.md
tests/test_artifacts/asdf/docs/core-commands.md
tests/test_artifacts/asdf/docs/core-configuration.md
tests/test_artifacts/asdf/docs/core-manage-asdf-vm.md
tests/test_artifacts/asdf/docs/core-manage-plugins.md
tests/test_artifacts/asdf/docs/core-manage-versions.md
tests/test_artifacts/asdf/docs/index.html
tests/test_artifacts/asdf/docs/plugins-create.md
tests/test_artifacts/asdf/docs/thanks.md
tests/test_artifacts/asdf/docs/scripts/docsify-edit-on-github.js
tests/test_artifacts/asdf/lib/utils.sh
tests/test_artifacts/asdf/lib/commands/current.sh
tests/test_artifacts/asdf/lib/commands/help.sh
tests/test_artifacts/asdf/lib/commands/install.sh
tests/test_artifacts/asdf/lib/commands/list-all.sh
tests/test_artifacts/asdf/lib/commands/list.sh
tests/test_artifacts/asdf/lib/commands/plugin-add.sh
tests/test_artifacts/asdf/lib/commands/plugin-list-all.sh
tests/test_artifacts/asdf/lib/commands/plugin-list.sh
tests/test_artifacts/asdf/lib/commands/plugin-push.sh
tests/test_artifacts/asdf/lib/commands/plugin-remove.sh
tests/test_artifacts/asdf/lib/commands/plugin-test.sh
tests/test_artifacts/asdf/lib/commands/plugin-update.sh
tests/test_artifacts/asdf/lib/commands/reshim.sh
tests/test_artifacts/asdf/lib/commands/shim-env.sh
tests/test_artifacts/asdf/lib/commands/shim-exec.sh
tests/test_artifacts/asdf/lib/commands/shim_versions.sh
tests/test_artifacts/asdf/lib/commands/uninstall.sh
tests/test_artifacts/asdf/lib/commands/update.sh
tests/test_artifacts/asdf/lib/commands/version_commands.sh
tests/test_artifacts/asdf/lib/commands/where.sh
tests/test_artifacts/asdf/lib/commands/which.sh
tests/test_artifacts/asdf/release/README.md
tests/test_artifacts/asdf/release/tag.sh
tests/test_artifacts/asdf/test/asdf_fish.bats
tests/test_artifacts/asdf/test/asdf_sh.bats
tests/test_artifacts/asdf/test/banned_commands.bats
tests/test_artifacts/asdf/test/current_command.bats
tests/test_artifacts/asdf/test/get_asdf_config_value.bats
tests/test_artifacts/asdf/test/install_command.bats
tests/test_artifacts/asdf/test/list_command.bats
tests/test_artifacts/asdf/test/plugin_commands.bats
tests/test_artifacts/asdf/test/plugin_list_all_command.bats
tests/test_artifacts/asdf/test/plugin_test_command.bats
tests/test_artifacts/asdf/test/remove_command.bats
tests/test_artifacts/asdf/test/reshim_command.bats
tests/test_artifacts/asdf/test/shim_env_command.bats
tests/test_artifacts/asdf/test/shim_exec.bats
tests/test_artifacts/asdf/test/shim_versions_command.bats
tests/test_artifacts/asdf/test/test_helpers.bash
tests/test_artifacts/asdf/test/uninstall_command.bats
tests/test_artifacts/asdf/test/update_command.bats
tests/test_artifacts/asdf/test/utils.bats
tests/test_artifacts/asdf/test/version_commands.bats
tests/test_artifacts/asdf/test/where_command.bats
tests/test_artifacts/asdf/test/which_command.bats
tests/test_artifacts/asdf/test/fixtures/dummy_plugin/bin/get-version-from-legacy-file
tests/test_artifacts/asdf/test/fixtures/dummy_plugin/bin/install
tests/test_artifacts/asdf/test/fixtures/dummy_plugin/bin/list-all
tests/test_artifacts/asdf/test/fixtures/dummy_plugin/bin/list-legacy-filenames
tests/test_artifacts/asdf/test/fixtures/dummy_plugin/bin/parse-legacy-file
tests/test_artifacts/asdf/test/fixtures/dummy_plugins_repo/plugins/bar
tests/test_artifacts/asdf/test/fixtures/dummy_plugins_repo/plugins/dummy
tests/test_artifacts/asdf/test/fixtures/dummy_plugins_repo/plugins/foo
tests/test_artifacts/pyenv/.agignore
tests/test_artifacts/pyenv/.git
tests/test_artifacts/pyenv/.gitignore
tests/test_artifacts/pyenv/.travis.yml
tests/test_artifacts/pyenv/.vimrc
tests/test_artifacts/pyenv/CHANGELOG.md
tests/test_artifacts/pyenv/COMMANDS.md
tests/test_artifacts/pyenv/CONDUCT.md
tests/test_artifacts/pyenv/LICENSE
tests/test_artifacts/pyenv/Makefile
tests/test_artifacts/pyenv/README.md
tests/test_artifacts/pyenv/terminal_output.png
tests/test_artifacts/pyenv/.github/ISSUE_TEMPLATE.md
tests/test_artifacts/pyenv/.github/PULL_REQUEST_TEMPLATE.md
tests/test_artifacts/pyenv/bin/pyenv
tests/test_artifacts/pyenv/completions/pyenv.bash
tests/test_artifacts/pyenv/completions/pyenv.fish
tests/test_artifacts/pyenv/completions/pyenv.zsh
tests/test_artifacts/pyenv/libexec/pyenv
tests/test_artifacts/pyenv/libexec/pyenv---version
tests/test_artifacts/pyenv/libexec/pyenv-commands
tests/test_artifacts/pyenv/libexec/pyenv-completions
tests/test_artifacts/pyenv/libexec/pyenv-exec
tests/test_artifacts/pyenv/libexec/pyenv-global
tests/test_artifacts/pyenv/libexec/pyenv-help
tests/test_artifacts/pyenv/libexec/pyenv-hooks
tests/test_artifacts/pyenv/libexec/pyenv-init
tests/test_artifacts/pyenv/libexec/pyenv-local
tests/test_artifacts/pyenv/libexec/pyenv-prefix
tests/test_artifacts/pyenv/libexec/pyenv-rehash
tests/test_artifacts/pyenv/libexec/pyenv-root
tests/test_artifacts/pyenv/libexec/pyenv-sh-rehash
tests/test_artifacts/pyenv/libexec/pyenv-sh-shell
tests/test_artifacts/pyenv/libexec/pyenv-shims
tests/test_artifacts/pyenv/libexec/pyenv-version
tests/test_artifacts/pyenv/libexec/pyenv-version-file
tests/test_artifacts/pyenv/libexec/pyenv-version-file-read
tests/test_artifacts/pyenv/libexec/pyenv-version-file-write
tests/test_artifacts/pyenv/libexec/pyenv-version-name
tests/test_artifacts/pyenv/libexec/pyenv-version-origin
tests/test_artifacts/pyenv/libexec/pyenv-versions
tests/test_artifacts/pyenv/libexec/pyenv-whence
tests/test_artifacts/pyenv/libexec/pyenv-which
tests/test_artifacts/pyenv/plugins/.gitignore
tests/test_artifacts/pyenv/plugins/python-build/LICENSE
tests/test_artifacts/pyenv/plugins/python-build/README.md
tests/test_artifacts/pyenv/plugins/python-build/install.sh
tests/test_artifacts/pyenv/plugins/python-build/bin/pyenv-install
tests/test_artifacts/pyenv/plugins/python-build/bin/pyenv-uninstall
tests/test_artifacts/pyenv/plugins/python-build/bin/python-build
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.1.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.2.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.3.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.4.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.4.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.4.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.4.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.4.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.4.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.5.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.5.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.5.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.5.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.5.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.5.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.5.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.6.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.6.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.6.8
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.6.9
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.10
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.11
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.12
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.13
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.14
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.15
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.16
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.8
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/2.7.9
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.0.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.1.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.1.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.1.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.1.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.1.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.2.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.2.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.2.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.2.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.2.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.2.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.2.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.3.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.3.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.3.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.3.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.3.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.3.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.10
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.8
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.4.9
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.5.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.6.8
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.7-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.7.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.7.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.7.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.7.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/3.8-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/activepython-2.7.14
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/activepython-3.5.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/activepython-3.6.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.5.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.5.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.6.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.6.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.7.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.8.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.9.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.9.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-1.9.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-2.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-2.0.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-2.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-2.2.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-2.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-2.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda-4.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-2.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-2.4.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-2.5.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-2018.12
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-2019.03
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-4.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-4.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-4.1.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-4.2.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-4.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-4.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-4.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-5.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-5.0.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-5.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-5.2.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-5.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda2-5.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2.0.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2.2.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2.4.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2.5.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2018.12
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-2019.03
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-4.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-4.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-4.1.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-4.2.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-4.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-4.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-4.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-5.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-5.0.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-5.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-5.2.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-5.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/anaconda3-5.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/ironpython-2.7.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/ironpython-2.7.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/ironpython-2.7.6.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/ironpython-2.7.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/ironpython-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-2.5-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-2.5.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-2.5.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-2.5.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-2.5.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-2.5.4-rc1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-2.7.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-2.7.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/jython-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/micropython-1.10
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/micropython-1.9.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/micropython-1.9.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/micropython-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-2.2.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.0.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.0.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.10.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.16.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.18.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.4.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.7.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.8.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-3.9.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda-latest
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-3.18.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-3.19.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-4.0.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-4.1.11
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-4.3.14
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-4.3.21
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-4.3.27
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-4.3.30
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda2-latest
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-2.2.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.0.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.0.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.10.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.16.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.18.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.19.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.3.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.4.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.7.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.8.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-3.9.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-4.0.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-4.1.11
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-4.2.12
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-4.3.11
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-4.3.14
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-4.3.21
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-4.3.27
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-4.3.30
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/miniconda3-latest
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-1.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-1.5-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-1.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-1.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-1.8
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-1.9
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.0.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.0.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.0.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.0.2-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.2-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.2.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.2.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.3-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.3.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.4.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.5.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.5.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.5.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.5.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.6.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.6.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.6.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-2.6.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-4.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-4.0.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-4.0.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-4.0.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.0.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.0.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.0.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.1.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.1.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.3-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.3.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.4-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.4.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.4.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.6.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.6.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.7.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.7.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.7.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-5.7.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-c-jit-latest
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-c-nojit-latest
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-stm-2.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy-stm-2.5.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.3-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.3.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.4-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.4.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.4.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.6.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.6.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.7.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.7.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.7.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2-5.7.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-5.10.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-5.10.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-5.8.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-5.8.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-5.9.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-5.9.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-6.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-6.0.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-7.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-7.0.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-7.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-7.1.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-7.1.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy2.7-7.1.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3-2.3.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3-2.3.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3-2.4.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3-2.4.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.3-5.2-alpha1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.3-5.2-alpha1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.3-5.5-alpha
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.3-5.5-alpha-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.10.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.10.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.10.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.10.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.7-beta
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.7-beta-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.7.1-beta
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.7.1-beta-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.8.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.8.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.9.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-5.9.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-6.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-6.0.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-7.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-7.0.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.5-c-jit-latest
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.6-7.0.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.6-7.0.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.6-7.1.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.6-7.1.0-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.6-7.1.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pypy3.6-7.1.1-src
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pyston-0.5.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pyston-0.6.0
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/pyston-0.6.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.10
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.11
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.12
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.14
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.3
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.6
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.8
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-2.7.9
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.2.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.2.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.3.5
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.3.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.4-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.4.1
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.4.2
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.4.7
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-3.5.4
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/stackless-dev
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.1.3/Python-2.1.3/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.2.3/Python-2.2.3/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.3.7/Python-2.3.7/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.3.7/Python-2.3.7/001_fortify_crash_workaround.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.0/Python-2.4/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.0/Python-2.4/001_fortify_crash_workaround.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.0/Python-2.4/002_patch-posixmodule.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.1/Python-2.4.1/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.1/Python-2.4.1/001_fortify_crash_workaround.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.1/Python-2.4.1/002_patch-posixmodule.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.2/Python-2.4.2/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.2/Python-2.4.2/001_fortify_crash_workaround.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.2/Python-2.4.2/002_patch-posixmodule.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.3/Python-2.4.3/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.3/Python-2.4.3/001_fortify_crash_workaround.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.3/Python-2.4.3/002_patch-posixmodule.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.4/Python-2.4.4/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.4/Python-2.4.4/001_patch-posixmodule.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.5/Python-2.4.5/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.5/Python-2.4.5/001_patch-posixmodule.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.6/Python-2.4.6/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.4.6/Python-2.4.6/001_patch-posixmodule.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/001_patch-svnversion.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/002_darwin_c_source.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/003_osx_lp64.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/004_osx_libffi.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.0/Python-2.5/005_osx_failed_modules.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.1/Python-2.5.1/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.1/Python-2.5.1/001_patch-svnversion.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.1/Python-2.5.1/002_darwin_c_source.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.1/Python-2.5.1/003_osx_lp64.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.1/Python-2.5.1/004_osx_libffi.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.1/Python-2.5.1/005_osx_failed_modules.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.2/Python-2.5.2/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.2/Python-2.5.2/001_patch-svnversion.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.2/Python-2.5.2/002_darwin_c_source.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.2/Python-2.5.2/003_osx_lp64.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.2/Python-2.5.2/004_osx_libffi.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.2/Python-2.5.2/005_osx_failed_modules.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.3/Python-2.5.3/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.3/Python-2.5.3/001_patch-svnversion.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.3/Python-2.5.3/002_darwin_c_source.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.3/Python-2.5.3/003_osx_lp64.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.3/Python-2.5.3/004_osx_libffi.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.3/Python-2.5.3/005_osx_failed_modules.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.4/Python-2.5.4/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.4/Python-2.5.4/001_patch-svnversion.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.4/Python-2.5.4/002_darwin_c_source.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.4/Python-2.5.4/003_osx_lp64.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.4/Python-2.5.4/004_osx_libffi.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.4/Python-2.5.4/005_osx_failed_modules.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.5/Python-2.5.5/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.5/Python-2.5.5/001_patch-svnversion.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.5/Python-2.5.5/002_darwin_c_source.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.5/Python-2.5.5/003_osx_lp64.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.5/Python-2.5.5/004_osx_libffi.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.5/Python-2.5.5/005_osx_failed_modules.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.6/Python-2.5.6/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.6/Python-2.5.6/001_patch-svnversion.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.6/Python-2.5.6/002_darwin_c_source.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.6/Python-2.5.6/003_osx_lp64.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.6/Python-2.5.6/004_osx_libffi.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.5.6/Python-2.5.6/005_osx_failed_modules.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.6/Python-2.6.6/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.6/Python-2.6.6/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.6/Python-2.6.6/003_tk86.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.6/Python-2.6.6/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.7/Python-2.6.7/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.7/Python-2.6.7/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.7/Python-2.6.7/003_tk86.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.7/Python-2.6.7/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.8/Python-2.6.8/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.8/Python-2.6.8/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.8/Python-2.6.8/003_tk86.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.8/Python-2.6.8/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.9/Python-2.6.9/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.9/Python-2.6.9/001_remove_systemstubs.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.9/Python-2.6.9/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.9/Python-2.6.9/003_tk86.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.6.9/Python-2.6.9/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.0/Python-2.7/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.1/Python-2.7.1/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.1/Python-2.7.1/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.1/Python-2.7.1/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.10/Python-2.7.10/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.2/Python-2.7.2/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.2/Python-2.7.2/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.2/Python-2.7.2/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.3/Python-2.7.3/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.3/Python-2.7.3/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.3/Python-2.7.3/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.4/Python-2.7.4/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.4/Python-2.7.4/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.4/Python-2.7.4/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.5/Python-2.7.5/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.5/Python-2.7.5/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.5/Python-2.7.5/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.6/Python-2.7.6/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.6/Python-2.7.6/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.6/Python-2.7.6/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.6/Python-2.7.6/012_fix_bundle_loader_for_new_osx.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.7/Python-2.7.7/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.7/Python-2.7.7/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.8/Python-2.7.8/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.8/Python-2.7.8/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.9/Python-2.7.9/003_system_library_path_in_sys_path.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/2.7.9/Python-2.7.9/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.0.1/Python-3.0.1/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.0.1/Python-3.0.1/001_patch-svnversion.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.0.1/Python-3.0.1/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.0/Python-3.1/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.0/Python-3.1/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.1/Python-3.1.1/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.1/Python-3.1.1/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.2/Python-3.1.2/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.2/Python-3.1.2/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.3/Python-3.1.3/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.3/Python-3.1.3/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.3/Python-3.1.3/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.4/Python-3.1.4/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.4/Python-3.1.4/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.5/Python-3.1.5/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.1.5/Python-3.1.5/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/000_patch-setup.py.diff
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.0/Python-3.2/010_ssl_no_ssl2_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.1/Python-3.2.1/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.1/Python-3.2.1/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.2/Python-3.2.2/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.2/Python-3.2.2/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.3/Python-3.2.3/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.3/Python-3.2.3/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.4/Python-3.2.4/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.4/Python-3.2.4/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.5/Python-3.2.5/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.5/Python-3.2.5/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.6/Python-3.2.6/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.2.6/Python-3.2.6/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.0/Python-3.3.0/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.0/Python-3.3.0/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.1/Python-3.3.1/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.1/Python-3.3.1/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.2/Python-3.3.2/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.2/Python-3.3.2/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.3/Python-3.3.3/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.3/Python-3.3.3/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.4/Python-3.3.4/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.5/Python-3.3.5/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.6/Python-3.3.6/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.3.7/Python-3.3.7/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.4.0/Python-3.4.0/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.4.1/Python-3.4.1/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.4.2/Python-3.4.2/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/3.5.2/Python-3.5.2/venv.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/stackless-3.2.2/stackless-322-export/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/stackless-3.2.2/stackless-322-export/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/stackless-3.2.5/stackless-325-export/002_readline63.patch
tests/test_artifacts/pyenv/plugins/python-build/share/python-build/patches/stackless-3.2.5/stackless-325-export/010_ssl_no_ssl3.patch
tests/test_artifacts/pyenv/plugins/python-build/test/arguments.bats
tests/test_artifacts/pyenv/plugins/python-build/test/build.bats
tests/test_artifacts/pyenv/plugins/python-build/test/cache.bats
tests/test_artifacts/pyenv/plugins/python-build/test/checksum.bats
tests/test_artifacts/pyenv/plugins/python-build/test/compiler.bats
tests/test_artifacts/pyenv/plugins/python-build/test/definitions.bats
tests/test_artifacts/pyenv/plugins/python-build/test/fetch.bats
tests/test_artifacts/pyenv/plugins/python-build/test/hooks.bats
tests/test_artifacts/pyenv/plugins/python-build/test/installer.bats
tests/test_artifacts/pyenv/plugins/python-build/test/mirror.bats
tests/test_artifacts/pyenv/plugins/python-build/test/pyenv.bats
tests/test_artifacts/pyenv/plugins/python-build/test/pyenv_ext.bats
tests/test_artifacts/pyenv/plugins/python-build/test/test_helper.bash
tests/test_artifacts/pyenv/plugins/python-build/test/version.bats
tests/test_artifacts/pyenv/plugins/python-build/test/fixtures/package-1.0.0.tar.gz
tests/test_artifacts/pyenv/plugins/python-build/test/fixtures/definitions/needs-yaml
tests/test_artifacts/pyenv/plugins/python-build/test/fixtures/definitions/vanilla-python
tests/test_artifacts/pyenv/plugins/python-build/test/fixtures/definitions/with-checksum
tests/test_artifacts/pyenv/plugins/python-build/test/fixtures/definitions/with-invalid-checksum
tests/test_artifacts/pyenv/plugins/python-build/test/fixtures/definitions/with-md5-checksum
tests/test_artifacts/pyenv/plugins/python-build/test/fixtures/definitions/without-checksum
tests/test_artifacts/pyenv/plugins/python-build/test/stubs/stub
tests/test_artifacts/pyenv/plugins/python-build/test/tmp/.gitignore
tests/test_artifacts/pyenv/pyenv.d/exec/pip-rehash.bash
tests/test_artifacts/pyenv/pyenv.d/exec/pip-rehash/conda
tests/test_artifacts/pyenv/pyenv.d/exec/pip-rehash/easy_install
tests/test_artifacts/pyenv/pyenv.d/exec/pip-rehash/pip
tests/test_artifacts/pyenv/pyenv.d/rehash/conda.bash
tests/test_artifacts/pyenv/pyenv.d/rehash/source.bash
tests/test_artifacts/pyenv/pyenv.d/rehash/conda.d/.gitignore
tests/test_artifacts/pyenv/pyenv.d/rehash/conda.d/default.list
tests/test_artifacts/pyenv/pyenv.d/rehash/source.d/.gitignore
tests/test_artifacts/pyenv/pyenv.d/rehash/source.d/default.list
tests/test_artifacts/pyenv/src/Makefile.in
tests/test_artifacts/pyenv/src/bash.h
tests/test_artifacts/pyenv/src/configure
tests/test_artifacts/pyenv/src/realpath.c
tests/test_artifacts/pyenv/src/shobj-conf
tests/test_artifacts/pyenv/test/--version.bats
tests/test_artifacts/pyenv/test/commands.bats
tests/test_artifacts/pyenv/test/completions.bats
tests/test_artifacts/pyenv/test/exec.bats
tests/test_artifacts/pyenv/test/global.bats
tests/test_artifacts/pyenv/test/help.bats
tests/test_artifacts/pyenv/test/hooks.bats
tests/test_artifacts/pyenv/test/init.bats
tests/test_artifacts/pyenv/test/local.bats
tests/test_artifacts/pyenv/test/prefix.bats
tests/test_artifacts/pyenv/test/pyenv.bats
tests/test_artifacts/pyenv/test/pyenv_ext.bats
tests/test_artifacts/pyenv/test/rehash.bats
tests/test_artifacts/pyenv/test/run
tests/test_artifacts/pyenv/test/shell.bats
tests/test_artifacts/pyenv/test/shims.bats
tests/test_artifacts/pyenv/test/test_helper.bash
tests/test_artifacts/pyenv/test/version-file-read.bats
tests/test_artifacts/pyenv/test/version-file-write.bats
tests/test_artifacts/pyenv/test/version-file.bats
tests/test_artifacts/pyenv/test/version-name.bats
tests/test_artifacts/pyenv/test/version-origin.bats
tests/test_artifacts/pyenv/test/version.bats
tests/test_artifacts/pyenv/test/versions.bats
tests/test_artifacts/pyenv/test/whence.bats
tests/test_artifacts/pyenv/test/which.bats
tests/test_artifacts/pyenv/test/libexec/pyenv-echo