An error occurred fetching the project authors.
  1. 05 Jan, 2020 1 commit
  2. 21 Mar, 2019 1 commit
  3. 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
  4. 22 Oct, 2016 1 commit
    • Jason Madden's avatar
      Bring in the PyPy3 tests distributed in the PyPy3 tarball. · e00952e3
      Jason Madden authored
      These seem to be a mix of Py3.3 and newer tests.
      
      Make them all "pass" by disabling as appropriate; almost all of them
      were already disabled for either Python 2.7.8 (old SSL implementation)
      or Python 3.4 (signal handling). I didn't see anything to be concerned
      about.
      
      Fixes #826.
      e00952e3