1. 05 Jun, 2017 2 commits
  2. 25 May, 2017 2 commits
    • Jason Madden's avatar
      Add change note for #975 [skip ci] · cdbb5a1c
      Jason Madden authored
      cdbb5a1c
    • Shawn Bohrer's avatar
      monkey: exec scripts in global scope · 5bc2cf61
      Shawn Bohrer authored
      Commit 59581a8a "Add python 3.5
      selectors test, and remove the devpoll selector under 3.5. also update
      the monkey documentation." Introduced a regression by moving the exec of
      scripts into a main() function. If the script being run with exec has
      import statements those are now locally scoped to the main() function
      which can break the script.
      
      It does not appear that this local scoping was intentional so the fix is
      to exec the script in the global scope, returning the previous behavior.
      This also requires setting __package__ = None otherwise the script
      appears to be run in the gevent __package__
      5bc2cf61
  3. 11 May, 2017 4 commits
  4. 07 Apr, 2017 2 commits
    • Jason Madden's avatar
      Add basic framework for wrapping stdlib tests. · 3a3124e7
      Jason Madden authored
      Use it to fix test_interrupted_write on all Py3, and
      test_https_with_cafile on PyPy3.5 instead of disabling them and
      patching them inline, respectively.
      
      See #964
      3a3124e7
    • 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
  5. 06 Apr, 2017 10 commits
  6. 21 Mar, 2017 1 commit
  7. 16 Mar, 2017 1 commit
    • Jason Madden's avatar
      Tweak license formatting · 8ed03d70
      Jason Madden authored
      Doesn't actually change the license at all, just slightly reformats it. This should be more compatible with github's new license display features.
      
      [skip ci]
      8ed03d70
  8. 10 Mar, 2017 4 commits
  9. 09 Mar, 2017 4 commits
  10. 08 Mar, 2017 1 commit
  11. 25 Feb, 2017 2 commits
  12. 08 Feb, 2017 1 commit
  13. 19 Jan, 2017 1 commit
  14. 15 Jan, 2017 1 commit
  15. 12 Jan, 2017 3 commits
  16. 06 Jan, 2017 1 commit