Releases: saghul/pythonz
Releases · saghul/pythonz
pythonz-1.5.1
- Add support for CPython 2.7.8
pythonz-1.5.0
- Add support for Stackless 3.2.5 and 3.3.5
- Add ability to reinstall an already installed version
pythonz-1.4.1
- Add support for PyPy3 2.3.1
There is a new supported Python type: "pypy3". In order to install PyPy3 2.3.1 you need to run the following command:
pythonz install -t pypy3 2.3.1
pythonz-1.4.0
- Added locate command
- Add support for CPython 2.7.7
- Add support for PyPy 2.3.1
- Fixed creating bin/python symlink
- Update bash completion script for new commands
pythonz-1.3.0
- Add support for CPython 3.4.1
- Added PyPy 2.3 support
- Added support for Stackless 3.2.5 and 3.3.5
- Don't create unnecessary symlinks
- Properly patch Python 2.6.0 through Python 2.6.6
pythonz-1.2.2
- Added support for CPython 3.4.0
pythonz-1.2.1
- Initialize Python installation and build paths
- Removed executable permission from patch files
release-1.2.0
1.2.0
- Added support for CPython 3.3.5
- Add mention of optional dependencies before build
- Use setuptools and fallback to distutils
- Add 'pythonz' entrypoint, useful for system-wide installations
- Simplified setting PATH environment variable