- 10 Jun, 2020 9 commits
-
-
Jason Madden authored
Make selectors2 truly optional on Py2 with dnspython
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1641
-
Jason Madden authored
Fix docstrings for the derived classes needed to get atomic semaphore behaviour in pure-python mode. Fixes #1639
-
Jason Madden authored
This should save a minute or so.
-
Jason Madden authored
Run on Ubuntu Bionic
-
Jason Madden authored
-
Jason Madden authored
On Ubuntu Bionic in CI, we see the system resolver return fewer results than our other resolvers, so just require a matching subset.
-
- 08 Jun, 2020 8 commits
-
-
Jason Madden authored
-
Jason Madden authored
Also drop libev's verification level. Static asserts that crash the process ARE NOT HELPFUL.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes for Fedora Rawhide and SSL
-
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.
-