1. 21 Jul, 2017 11 commits
  2. 20 Jul, 2017 7 commits
  3. 10 Jul, 2017 2 commits
  4. 01 Jul, 2017 2 commits
  5. 19 Jun, 2017 1 commit
  6. 15 Jun, 2017 6 commits
  7. 14 Jun, 2017 1 commit
  8. 12 Jun, 2017 1 commit
  9. 07 Jun, 2017 1 commit
    • Dan Callaghan's avatar
      always obey GEVENT_NO_CFFI_BUILD (#979) · 14b28c67
      Dan Callaghan authored
      If libev is not embedded, we still want to set GEVENT_NO_CFFI_BUILD=1 to
      prevent setup.py from trying to configure libev, regardless whether cffi
      modules will actually be built or not.
      14b28c67
  10. 05 Jun, 2017 4 commits
  11. 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
  12. 11 May, 2017 2 commits