An error occurred fetching the project authors.
  1. 11 Jun, 2015 2 commits
  2. 04 Nov, 2014 4 commits
  3. 21 Mar, 2014 2 commits
  4. 16 Oct, 2013 1 commit
  5. 20 Jan, 2013 1 commit
  6. 19 Nov, 2012 1 commit
  7. 07 Sep, 2012 1 commit
  8. 25 Aug, 2012 1 commit
  9. 21 Aug, 2012 1 commit
    • Marius Gedminas's avatar
      Support multiple Pythons in the same working tree · bb51ad16
      Marius Gedminas authored
      This way you can run the tests against several python versions by doing
      
        make PYTHON_VER=2.6 build test
        make PYTHON_VER=2.7 build test
        make PYTHON_VER=3.2 build test
      
      repeatedly, without having to re-download and recompile the respective
      clean Python interpreters.
      bb51ad16
  10. 20 Aug, 2012 9 commits