1. 21 9月, 2021 1 次提交
  2. 20 8月, 2021 1 次提交
  3. 27 12月, 2020 1 次提交
  4. 22 12月, 2020 1 次提交
  5. 25 7月, 2020 1 次提交
  6. 27 5月, 2020 1 次提交
  7. 23 1月, 2020 1 次提交
  8. 03 1月, 2020 1 次提交
  9. 03 7月, 2019 1 次提交
  10. 07 10月, 2017 1 次提交
  11. 12 9月, 2014 1 次提交
  12. 14 5月, 2014 1 次提交
  13. 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
  14. 29 1月, 2014 1 次提交
  15. 27 8月, 2013 4 次提交
  16. 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
  17. 06 8月, 2013 1 次提交
  18. 30 7月, 2013 1 次提交
    • D
      Remove direct support for PEP381 Mirrors · 3ef4ee46
      Donald Stufft 提交于
      * PEP381 Mirroring support was never fully implemented leaving
        users of it trivially exploitable to a MITM or malicious mirror
        operator.
      * 2 out of 6 of the mirrors have been removed from the pool and
        will never resolve.
      * The remaining mirrors often fall behind
      * The mirrors will likely never be available under HTTPS
      * People who wish to use a mirror of PyPI can still do so by
        manually specifying a mirror url for --index-url or
        --extra-index-url which is more flexible, allowing for
        mirrors to be hosted under any domain.
      3ef4ee46
  19. 14 6月, 2013 1 次提交
  20. 30 5月, 2013 1 次提交