1. 10 Sep, 2016 2 commits
    • Kevin Modzelewski's avatar
      Need to handle the zip_safe issues as well · 928d5de2
      Kevin Modzelewski authored
      Do it by patching distutils, which setuptools I guess builds on
      928d5de2
    • Kevin Modzelewski's avatar
      Be able to run an unmodified virtualenv · 64d40697
      Kevin Modzelewski authored
      Well, really an unmodified pip+setuptools
      
      The last piece is py_compile.  Just shim that back into our parser
      to get the parser to write out a pyc file.
      
      It seems like we don't even need this -- most callers of py_compile
      (or at least, virtualenv), don't seem to care if the compile step
      passed or failed.  But while we're here, try to support it.
      64d40697
  2. 08 Sep, 2016 3 commits
  3. 07 Sep, 2016 8 commits
  4. 06 Sep, 2016 9 commits
  5. 05 Sep, 2016 2 commits
  6. 02 Sep, 2016 9 commits
  7. 01 Sep, 2016 7 commits