"vscode:/vscode.git/clone" did not exist on "e2696ece051bc73e8c85fdf4d941704ee38817fd"
  1. 22 May, 2017 11 commits
  2. 02 May, 2017 1 commit
  3. 26 Apr, 2017 2 commits
  4. 17 Apr, 2017 1 commit
  5. 29 Mar, 2017 1 commit
  6. 28 Mar, 2017 1 commit
  7. 27 Mar, 2017 3 commits
  8. 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
  9. 18 Mar, 2017 1 commit
  10. 06 Mar, 2017 2 commits
  11. 27 Jan, 2017 2 commits
  12. 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
  13. 22 Jan, 2017 2 commits
  14. 21 Jan, 2017 1 commit
  15. 04 Jan, 2017 1 commit
  16. 02 Jan, 2017 1 commit
  17. 01 Jan, 2017 2 commits
  18. 31 Dec, 2016 1 commit
  19. 30 Dec, 2016 2 commits