Skip to content
Snippets Groups Projects
  1. Sep 08, 2017
  2. Sep 06, 2017
    • Ed Morley's avatar
      Correct changelog entries for v108, v109 and v110 (#469) · 312a468c
      Ed Morley authored
      Found by diffing the published buildpack archives and looking at the
      git log to see what changed. It looks like the v108 entry was
      accidentally added in #405, when the release being published there
      was actually v107. The setuptools update mentioned there never
      happened, since the `SETUPTOOLS_VERSION` variable was found to be
      unused and instead removed.
      312a468c
  3. Sep 05, 2017
  4. Aug 31, 2017
  5. Aug 28, 2017
  6. Aug 24, 2017
  7. Aug 12, 2017
  8. Aug 10, 2017
  9. Aug 08, 2017
    • Ed Morley's avatar
      Improve UX when clearing cache due to the stack changing (#442) · c029e44d
      Ed Morley authored
      * Test that the cache is invalidated when the stack changes
      
      * Improve UX when clearing cache due to the stack changing
      
      Now outputs a message informing that the cache was cleared, and
      clears the cache first to avoid a redundant message about removing
      an old Python version.
      c029e44d
  10. Aug 03, 2017
  11. Aug 01, 2017
  12. Jul 17, 2017
    • Ed Morley's avatar
      Exclude Python's test suite from generated Python archives (#425) · 78767e71
      Ed Morley authored
      This copies the official Docker Python images approach of stripping
      the Python test suite after building from source.
      
      For Python 3.6.2 this reduces the output from 184MB to 121MB and
      removes the following directories:
      ```
      .heroku/python/lib/python3.6/tkinter/test
      .heroku/python/lib/python3.6/ctypes/test
      .heroku/python/lib/python3.6/unittest/test
      .heroku/python/lib/python3.6/distutils/tests
      .heroku/python/lib/python3.6/sqlite3/test
      .heroku/python/lib/python3.6/lib2to3/tests
      .heroku/python/lib/python3.6/test
      ```
      
      For Python 2.7.13 this reduces the output from 127MB to 91MB and
      removes the following directories:
      ```
      .heroku/python/lib/python2.7/ctypes/test
      .heroku/python/lib/python2.7/unittest/test
      .heroku/python/lib/python2.7/distutils/tests
      .heroku/python/lib/python2.7/bsddb/test
      .heroku/python/lib/python2.7/lib-tk/test
      .heroku/python/lib/python2.7/sqlite3/test
      .heroku/python/lib/python2.7/lib2to3/tests
      .heroku/python/lib/python2.7/json/tests
      .heroku/python/lib/python2.7/email/test
      .heroku/python/lib/python2.7/test
      ```
      
      Fixes #424.
      78767e71
    • Kenneth Reitz's avatar
      Python 3.6.2 (#423) · 19493288
      Kenneth Reitz authored
      * pypy3-5.8.0
      
      * updated cpython to 3.6.2
      
      * update README to reflect new Python version
      v110
      19493288
    • Josh Friend's avatar
      Add CPython 3.6.2 (#422) · 4293ec55
      Josh Friend authored
      4293ec55
  13. Jun 20, 2017
  14. Jun 15, 2017
  15. Jun 14, 2017
  16. Jun 05, 2017
  17. Jun 03, 2017
  18. Jun 02, 2017
    • Kenneth Reitz's avatar
      Fix pyyaml (#402) · ff949085
      Kenneth Reitz authored
      * Revert "use pkg_resources to check for distributions (#395)"
      
      This reverts commit 9b185f99.
      
      * use sp-grep for django detection
      
      * sp-grep
      
      * fix setuptools script
      v106
      ff949085
  19. May 31, 2017
  20. May 30, 2017
  21. May 26, 2017
Loading