An error occurred fetching the project authors.
  1. 07 Apr, 2017 1 commit
    • Jason Madden's avatar
      Update to PyPy3.5 5.7.1 (#965) · 1414906d
      Jason Madden authored
      * Test PyPy 3.5-5.7.1-beta
      
      Add a missing `clear` method to the tblib Frame object.
      
      [skip appveyor]
      
      * Add PyPy3.5 tests
      
      * Standard PyPy fixes for imported tests.
      
      * more gevent/pypy3.5 blackouts and missing cert files
      
      * another blackballed test due to performance issues.
      
      * missing revocation.crl for test_ssl.py
      
      * Fix test_urllib2_localnet. We had to resort to a patch.
      
      * Adjust timeouts for PyPy3.
      
      * Add test_wsgiref for 3.5 and 3.6 and comment about it being broken
      
      It's broken for all of them, not just PyPy, so move its patch to
      reflect that.
      1414906d
  2. 05 Apr, 2016 1 commit
  3. 10 Feb, 2016 1 commit
    • Jason Madden's avatar
      Update 2.7 tests to 2.7.11. Fixes #735. · 8600b68d
      Jason Madden authored
      Also update the test_ssl.py to cpython rev 2c9ff9e (head). This fixes the
      problems with invalid certs for svn.python.org.
      
      These tests include much more testing of the new-in-2.7.9 SSLContext
      settings, which revealed some problems in our hostname validation, our
      handling of read/write/do_handshake for closed sockets, and the missing
      alpn_selected method.
      8600b68d