- 12 May, 2020 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
Fixes #1569
-
- 11 May, 2020 2 commits
-
-
Jason Madden authored
Properly clean up native resources in gevent.signal_handler()
-
Jason Madden authored
Fixes #1606 Also fix reporting errors from threadpool tasks, and make waiting for threadpool tasks a bit cheaper.
-
- 10 May, 2020 1 commit
-
-
Jason Madden authored
Let the greenlets be freed when destroying a hub
-
- 09 May, 2020 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 07 May, 2020 2 commits
-
-
Jason Madden authored
TypeError: initializer for ctype 'struct uv_loop_s *' must be a cdata pointer, not NoneType Now it is safe.
-
Jason Madden authored
join() still allows the hub to be re-entered, so we have to move the cleanup to destroy()
-
- 06 May, 2020 6 commits
-
-
Jason Madden authored
Addressing #1601. This solution works, but breaks anything that tries to use the hub again after joining it once, because the hub greenlet dies. So that can't be right.
-
Jason Madden authored
Fix compilation with Cython 3
-
-
Jason Madden authored
This is because the memory leak tests failed: https://travis-ci.org/github/gevent/gevent/jobs/683782800
-
Jason Madden authored
The double-dunder name changes broke some things. Fixes #1599
-
Jason Madden authored
Avoid closing the same libuv watcher object twice
-
- 05 May, 2020 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
Under some circumstances (only seen on Windows) that could lead the program to crash.
-
- 01 May, 2020 6 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Update libuv to 1.36
-
Jason Madden authored
Fixes #1597
-
- 30 Apr, 2020 8 commits
-
-
Jason Madden authored
-
Jason Madden authored
Better exception handling for alternate resolvers
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
A few cases of gethostbyaddr don't match the exception.
-
Jason Madden authored
-
Jason Madden authored
Share quite a bit more code between the ares and dnspython resolver.
-
Jason Madden authored
-
- 29 Apr, 2020 5 commits
-
-
Jason Madden authored
Addresses #1459
-
Jason Madden authored
The c-ares resolver comes even closer to the system resolver. Tests pass locally on a manylinux docker image. So take it out of the known flaky list for now, see how that does.
-
Jason Madden authored
Use `ares_getaddrinfo`
-
Jason Madden authored
-
Jason Madden authored
-
- 28 Apr, 2020 2 commits
-
-
Jason Madden authored
Does not yet handle canonical names, but this doesn't result in test failures.
-
Jason Madden authored
-
- 27 Apr, 2020 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-