- 08 Jun, 2020 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
And tweak the way we find open connections on linux; psutil considers some things closed even when the fd is still valid. Fixes #1637
-
- 07 Jun, 2020 1 commit
-
-
Jason Madden authored
-
- 06 Jun, 2020 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 05 Jun, 2020 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
On travis, it's complaining that: WARNING: The directory '/cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1627
-
- 04 Jun, 2020 5 commits
-
-
Jason Madden authored
Add gevent.selectors
-
Jason Madden authored
Similar to ideas in https://github.com/gevent/gevent/pull/1523
-
Jason Madden authored
-
Jason Madden authored
We use it in our selector tests.
-
Jason Madden authored
Fixes #1532, but there's potentially room for optimization. Committing the simple version for CI tests.
-
- 03 Jun, 2020 10 commits
-
-
Jason Madden authored
Also deprecate 'handle' as kwarg to WSGIServer. That's almost certainly not what anyone meant.
-
Jason Madden authored
-
Jason Madden authored
Pass addresses through inet_pton before getaddrinfo
-
Jason Madden authored
-
Jason Madden authored
The compiler for CPythno2 isn't there on the VS2019 image.
-
Jason Madden authored
Especially on Windows, that could lead to FDs not being in the expected state. Account for this.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Mainly this is to force Appveyor to run.
-
- 01 Jun, 2020 2 commits
-
-
Jason Madden authored
It seems that and are now mutually exclusive.
-
Jason Madden authored
The latter can lose information, like IPv6 scope IDs given in the string form.
-
- 29 May, 2020 6 commits
-
-
Jason Madden authored
Add support for Python 3.9
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Begin trying to install on Travis.
-
Jason Madden authored
-
- 28 May, 2020 6 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
That breaks several of the subprocess tests.
-
Jason Madden authored
Catch greenlet.error when destroying a hub from another thread.
-
Jason Madden authored
-
Jason Madden authored
Also some test tweaks for OSX on Ci.
-