1. 02 May, 2017 1 commit
  2. 26 Apr, 2017 2 commits
  3. 17 Apr, 2017 1 commit
  4. 29 Mar, 2017 1 commit
  5. 28 Mar, 2017 1 commit
  6. 27 Mar, 2017 3 commits
  7. 25 Mar, 2017 3 commits
    • Kyle Stewart's avatar
      Add travis tests for PyPy. · 59e72c65
      Kyle Stewart authored
      Aliased PYTHON_VERSION to MB_PYTHON_VERSION.
      
      Changed the test command to use get_python_enviroment instead of
      get_macpython_enviroment.
      
      Extended TravisCI matrix to cover PyPy.
      The tests can now tell the implementation of PyPy apart from the CPython
      version they emulate.
      59e72c65
    • Kyle Stewart's avatar
      Add PyPy 2 support for MacOS. · 618a1d61
      Kyle Stewart authored
      This changes how the the Python implementation is selected.  It's now
      primarily based on enviroment variables.
      
      Uses the PYPY_VERSION enviroment variable to determine the version of PyPy to
      install.  An example has been added to the matrix in the readme.
      618a1d61
    • Kyle Stewart's avatar
      Fix missing MacOS dashes and function return issue · 291bd40b
      Kyle Stewart authored
      Dashes were missing from untar on MacOS.
      
      Redirect fill_pyver errors to stderr, instead of returning them as the
      result.
      291bd40b
  8. 18 Mar, 2017 1 commit
  9. 06 Mar, 2017 2 commits
  10. 27 Jan, 2017 2 commits
  11. 23 Jan, 2017 2 commits
    • Matthew Brett's avatar
      Merge pull request #18 from matthew-brett/version-of-has2k1-fix · e6ebbfa4
      Matthew Brett authored
      MRG: make submodule .git directory for versioneer
      
      pip will copy the directory it installs from before running the install
      / wheel build. If the directory is a submodule, then the copy breaks
      the connection with the containing project, so git commands to get the
      version will fail.
      
      Fix is to re-create the .git directory for submodules.
      
      Version of fix in #12 with thanks to Hassan Kibirige for doing the 
      hard work of diagnosis and finding the general solution.
      e6ebbfa4
    • Matthew Brett's avatar
      Add checkout of tag in fill_submodule · f364d4a1
      Matthew Brett authored
      f364d4a1
  12. 22 Jan, 2017 2 commits
  13. 21 Jan, 2017 1 commit
  14. 04 Jan, 2017 1 commit
  15. 02 Jan, 2017 1 commit
  16. 01 Jan, 2017 2 commits
  17. 31 Dec, 2016 1 commit
  18. 30 Dec, 2016 3 commits
  19. 27 Dec, 2016 1 commit
  20. 10 Dec, 2016 1 commit
  21. 07 Dec, 2016 2 commits
    • Matthew Brett's avatar
      Merge pull request #13 from andreabedini/patch-1 · 861d4b6e
      Matthew Brett authored
      Address HDF5 CVEs
      
      Several CVEs have been published against the upstream HDF5 libraries, which are packaged (currently 1.8.13) with the windows version.
      
      CVE-2016-4330
      CVE-2016-4331
      CVE-2016-4332
      CVE-2016-4333
      
      These have been fixed in the current 1.8.18 release.
      
      Hat tip to @teeks99.
      861d4b6e
    • Andrea Bedini's avatar
      Address HDF5 CVEs · 2782f416
      Andrea Bedini authored
      Several CVEs have been published against the upstream HDF5 libraries, which are packaged (currently 1.8.13) with the windows version.
      
      CVE-2016-4330
      CVE-2016-4331
      CVE-2016-4332
      CVE-2016-4333
      
      These have been fixed in the current 1.8.18 release.
      
      Hat tip to @teeks99.
      2782f416
  22. 05 Nov, 2016 2 commits
  23. 04 Nov, 2016 4 commits