1. 21 9月, 2019 1 次提交
  2. 14 9月, 2019 1 次提交
  3. 22 7月, 2019 1 次提交
  4. 03 7月, 2019 1 次提交
  5. 07 5月, 2019 2 次提交
  6. 21 12月, 2018 1 次提交
  7. 12 11月, 2018 1 次提交
  8. 10 11月, 2018 1 次提交
  9. 22 8月, 2018 1 次提交
  10. 21 8月, 2018 1 次提交
  11. 20 8月, 2018 2 次提交
  12. 19 8月, 2018 5 次提交
  13. 17 8月, 2018 1 次提交
  14. 07 8月, 2018 1 次提交
  15. 03 8月, 2018 1 次提交
  16. 04 4月, 2018 1 次提交
  17. 21 11月, 2017 1 次提交
  18. 05 11月, 2017 1 次提交
  19. 06 10月, 2017 3 次提交
  20. 30 9月, 2017 1 次提交
  21. 13 6月, 2017 1 次提交
  22. 16 5月, 2017 1 次提交
  23. 07 4月, 2017 1 次提交
  24. 07 4月, 2015 1 次提交
  25. 15 1月, 2015 1 次提交
  26. 04 8月, 2014 2 次提交
  27. 25 2月, 2014 1 次提交
    • D
      Turn on everything in flake8 · 95035fc5
      Donald Stufft 提交于
      flake8 ignores some errors by default, these ignored by defaults
      change sometimes. This will make things stabler by selecting
      everything.
      95035fc5
  28. 29 1月, 2014 1 次提交
  29. 27 8月, 2013 2 次提交
  30. 22 8月, 2013 1 次提交
    • D
      Refactor tests.lib · 9894c8ba
      Donald Stufft 提交于
      * Move virtualenv creation out of TestPipEnvironment
      * Remove global state and force explicit use of TestPipEnvironment
        instances
      * Remove "backup" virtualenv copying and instead create new
        virtual environments each time.
      * Remove the monkeypatched "PyPICache" functionality
      * Remove things that were not being used anymore and were dead
        weight
      * Remove sitecustomize support which was primarily used to
        monkeypatch the "PyPICache" but was used in one or two other
        tests.
      9894c8ba