All Versions
65
Latest Version
Avg Release Cycle
52 days
Latest Release
-

Changelog History
Page 7

  • v0.4.0-20130613 Changes

    • ๐Ÿš€ pyenv: Changed versioning schema. There are two parts; the former is the base rbenv version, and the latter is the date of release.
    • ๐Ÿ— python-build: Add --debug option to build CPython with debug symbols. (#11)
    • ๐Ÿ— python-build: Add new CPython versions: 2.7.4, 2.7.5, 3.2.4, 3.2.5, 3.3.1, 3.3.2 (#12, #17)
    • ๐Ÿ— python-build: Add svnversion patch for old CPython versions (#14)
    • ๐Ÿ— python-build: Enable mirror by default for faster download (#20)
    • python-build: Add OPENSSL_NO_SSL2 patch for old CPython versions (#22)
    • ๐Ÿ— python-build: Install GNU Readline on Darwin if the system one is broken (#23)
    • ๐Ÿ— python-build: Bundle patches in ${PYTHON_BUILD_ROOT}/share/python-build/patches and improve patching mechanism (apply_patches).
    • ๐Ÿ“ฆ python-build: Verify native extensions after building. (build_package_verify_py*)
    • ๐Ÿ— python-build: Add install_hg to install package from Mercurial repository
    • ๐Ÿ— python-build: Support building Jython and PyPy.
    • ๐Ÿ— python-build: Add new CPython development versions: 2.6-dev, 2.7-dev, 3.1-dev, 3.2-dev, 3.3-dev, 3.4-dev
    • ๐Ÿ— python-build: Add new Jython development versions: jython-2.5.4-rc1, jython-2.5-dev, jython-2.7-beta1, jython-dev
    • ๐Ÿ— python-build: Add new PyPy versions: pypy-1.5{,-src}, pypy-1.6, pypy-1.7, pypy-2.0{,-src}, pypy-2.0.1{,-src}, pypy-2.0.2{,-src}
    • ๐Ÿ— python-build: Add new PyPy development versions: pypy-1.7-dev, pypy-1.8-dev, pypy-1.9-dev, pypy-2.0-dev, pypy-dev, pypy-py3k-dev
    • ๐Ÿ— python-build: Add new Stackless development versions: stackless-2.7-dev, stackless-3.2-dev, stackless-3.3-dev, stackless-dev
    • โšก๏ธ python-build: Update default pip version (1.2.1 -> 1.3.1)
    • โšก๏ธ python-build: Update default setuptools version (0.6.34 (distribute) -> 0.7.2 (new setuptools))
  • v0.2.0 Changes

    February 18, 2013
    • Import changes from rbenv 0.4.0.
  • v0.1.2 Changes

    October 23, 2012
    • โž• Add push/pop for version stack management.
    • ๐Ÿ‘Œ Support multiple versions via environment variable.
    • ๐Ÿ— Now GCC is not a requirement to build CPython and Stackless.
  • v0.1.1 Changes

    September 03, 2012
    • ๐Ÿ‘Œ Support multiple versions of Python at a time.
  • v0.1.0 Changes

    August 31, 2012
    • ๐ŸŽ‰ Initial public release.