- Mar 15, 2016
-
-
Kenneth Reitz authored
-
- Dec 07, 2015
-
-
Kenneth Reitz authored
-
- Dec 04, 2015
-
-
Kenneth Reitz authored
-
- Nov 29, 2015
-
-
cclauss authored
http://morepypy.blogspot.com
-
- Oct 29, 2015
-
-
Kenneth Reitz authored
-
- Oct 08, 2015
-
-
Kenneth Reitz authored
-
- Sep 22, 2015
-
-
cclauss authored
Added python-3.5.0 Added pypy-2.6.1 Updated Readme.md
-
- Jun 05, 2015
-
-
Kenneth Reitz authored
-
- May 27, 2015
-
-
Kenneth Reitz authored
-
- Apr 01, 2015
-
-
Kenneth Reitz authored
-
- Mar 19, 2015
-
-
Kenneth Reitz authored
-
- Mar 17, 2015
-
-
Kenneth Reitz authored
-
- Jan 14, 2015
-
-
James Arthur authored
-
- Dec 19, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Dec 11, 2014
-
-
Kenneth Reitz authored
-
- Nov 21, 2014
-
-
cclauss authored
-
- Nov 05, 2014
-
-
cclauss authored
Should fix issue https://github.com/heroku/heroku-buildpack-python/issues/181
-
- Oct 28, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
This reverts commit ee93719b. Conflicts: builds/runtimes/download_python
-
Kenneth Reitz authored
-
- Oct 23, 2014
-
-
cclauss authored
Support for the new Pypy3 release http://morepypy.blogspot.com
-
- Oct 13, 2014
-
-
Kenneth Reitz authored
-
- Oct 11, 2014
- Sep 30, 2014
-
-
Kenneth Reitz authored
-
- Aug 23, 2014
-
-
cclauss authored
local PYTHON_VERSION=${1:-2.7.8} Thanks for the tip. You learn something new every day.
-
cclauss authored
Create a common download_python() function that allows most other files in the build/runtimes directory to be simplified to something of the form: ``` #!/usr/bin/env bash # Build Path: /app/.heroku/python/ # Build Deps: libraries/sqlite OUT_PREFIX=$1 source ./download_python download_python "2.7.8" cd src ./configure --prefix=$OUT_PREFIX make make install ```
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-
cclauss authored
-