Skip to content

Releases: saghul/pythonz

pythonz-1.5.1

06 Jul 17:49

Choose a tag to compare

  • Add support for CPython 2.7.8

pythonz-1.5.0

28 Jun 13:13

Choose a tag to compare

  • Add support for Stackless 3.2.5 and 3.3.5
  • Add ability to reinstall an already installed version

pythonz-1.4.1

21 Jun 17:55

Choose a tag to compare

  • 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

11 Jun 20:49

Choose a tag to compare

  • 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

20 May 07:02

Choose a tag to compare

  • 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

17 Mar 09:21

Choose a tag to compare

  • Added support for CPython 3.4.0

pythonz-1.2.1

13 Mar 11:45

Choose a tag to compare

  • Initialize Python installation and build paths
  • Removed executable permission from patch files

release-1.2.0

11 Mar 08:31

Choose a tag to compare

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