1. 30 5月, 2018 3 次提交
  2. 27 5月, 2018 2 次提交
  3. 26 5月, 2018 1 次提交
    • H
      Run functional tests for install in separate jobs (#5436) · 61b01129
      Hugo 提交于
      Speeds up the end-to-end running time for Travis tests.
      
      * Adds a new jobs to test_install* separately (using -k "[not] test_install")
      * More generic cache ignore
      * Move slower Python 3.5 tests before 3.4
      * Factor tox envs
      61b01129
  4. 22 5月, 2018 2 次提交
  5. 19 5月, 2018 9 次提交
  6. 18 5月, 2018 6 次提交
  7. 17 5月, 2018 12 次提交
  8. 16 5月, 2018 1 次提交
  9. 15 5月, 2018 1 次提交
    • P
      Fix a rare segfault · ba805742
      Paul Kehrer 提交于
      If pip10 is installed and pyopenssl+cryptography are present in the
      environment pip's vendored urllib3 will automatically activate its
      pyopenssl adapter. This is by design so users can potentially opt-in to
      more up-to-date TLS versions than what are provided by their copy of
      Python. However, if a user has these packages & subsequently runs
      pip install --ignore-installed cryptography then a segfault will occur
      due to overwriting an mmap'd shared object.
      ba805742
  10. 12 5月, 2018 1 次提交
  11. 11 5月, 2018 2 次提交