pythonz Changelog

What's new in pythonz 1.10.0

Nov 8, 2015
  • Add support for CPython 3.5.0
  • Add support for PyPy 2.6.1

New in pythonz 1.9.1 (Jun 19, 2015)

  • Add missing 'import sys' in locate command

New in pythonz 1.9.0 (Jun 3, 2015)

  • Add support for PyPy 2.5.1 and 2.6.0
  • Fix parsing versions of the form X.Y.ZZ
  • Changed locate command to error out when a version is not found
  • Add support for CPython 2.7.10 (6 days ago)
  • Add support for Jython 2.7

New in pythonz 1.8.0 (Mar 23, 2015)

  • Exit pythonz-install with non-zero status
  • Fix system-wide installation
  • Add support for CPython 3.4.3
  • Add support for CPython 3.3.6
  • Add install instructions for OS X

New in pythonz 1.7.1 (Feb 13, 2015)

  • Add support for PyPy 2.5.0

New in pythonz 1.7.0 (Dec 30, 2014)

  • Add support for CPython 2.7.9
  • Make static builds by default on OS X too

New in pythonz 1.6.1 (Nov 26, 2014)

  • Add support for PyPy3 2.4.0
  • Simplify detecting file type
  • Fix locate command

New in pythonz 1.6.0 (Nov 26, 2014)

  • Add support for CPython 3.4.2
  • Add support for PyPy 2.4.0
  • Improved installation instructions
  • Add -C and --configure options to bash completion
  • Remove development branch

New in pythonz 1.5.1 (Jul 7, 2014)

  • Add support for CPython 2.7.8

New in pythonz 1.5.0 (Jul 5, 2014)

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

New in pythonz 1.4.1 (Jul 5, 2014)

  • Add support for PyPy3 2.3.1

New in pythonz 1.4.0 (Jun 12, 2014)

  • 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

New in pythonz 1.3.0 (May 20, 2014)

  • 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

New in pythonz 1.2.2 (Mar 25, 2014)

  • Added support for CPython 3.4.0

New in pythonz 1.1 (Jan 25, 2013)

  • Added --framework, --universal and --static options to install command.

New in pythonz 1.0 (Jan 25, 2013)

  • Added systemwide install support. (issue #31)
  • Fixed issue #41 Handle venv binary with the symlink command.
  • Improved `venv` command (without virtualenvwrapper)

New in pythonz 0.9 (Jan 25, 2013)

  • Added `buildout` command.
  • Added `venv` command.

New in pythonz 0.8 (Jan 25, 2013)

  • Fixed issue #21 Added Ubuntu 11.04(Natty) support
  • Fixed issue #24 non-framework python27 now defines environ properly. Thanks npinto.
  • Fixed issue #27 Cleanup of OS X python build flags
  • Fixed issue #28 Describe the 'symlink' command better. Thanks tgs.
  • Fixed issue #30 py command does not accept arguments with a space
  • Fixed bug: `pythonbrew off` need not have removed the symlink in bin directory
  • Added --no-test option to the install command
  • Added --verbose option to the install command
  • `pythonbrew clean` has been removed. Added `pythonbrew cleanup` instead.

New in pythonz 0.7.3 (Jan 25, 2013)

  • Improved symlink command
  • Added python3 support