Skip to content
Snippets Groups Projects
  1. Jan 02, 2018
  2. Dec 18, 2017
  3. Dec 15, 2017
  4. Dec 13, 2017
  5. Nov 22, 2017
  6. Nov 15, 2017
  7. Nov 14, 2017
  8. Sep 26, 2017
  9. Sep 25, 2017
  10. Sep 08, 2017
  11. 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
  12. Sep 05, 2017
  13. Aug 31, 2017
  14. Aug 28, 2017
  15. Aug 24, 2017
  16. Aug 12, 2017
  17. Aug 10, 2017
  18. 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
  19. Aug 03, 2017
  20. Aug 01, 2017
  21. 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
Loading