An error occurred fetching the project authors.
- 16 Oct, 2018 1 commit
-
-
Jason Madden authored
-
- 12 Oct, 2018 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 11 Oct, 2018 2 commits
-
-
Jason Madden authored
It might be possible to do this at binary loading time with some clever intradiction, or at build time but this is simplest. [skip travis]
-
Jason Madden authored
-
- 13 Sep, 2018 2 commits
-
-
Jason Madden authored
-
tzickel authored
-
- 08 Sep, 2018 1 commit
-
-
Jason Madden authored
-
- 17 Aug, 2018 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 06 Aug, 2018 1 commit
-
-
Jason Madden authored
-
- 18 Jul, 2018 1 commit
-
-
Jason Madden authored
-
- 16 Jul, 2018 2 commits
-
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
[skip ci]
-
- 12 Jul, 2018 6 commits
-
-
Jason Madden authored
-
Jason Madden authored
Also only attempt to resolve the address when we are AF_INET or AF_INET6; previously all other tuple address families would have been passed to getaddrinfo where they probably failed.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
- 20 Jun, 2018 2 commits
-
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
[skip ci]
-
- 18 Jun, 2018 1 commit
-
-
Jason Madden authored
travis seems to be stuck building a missing commit, hopefully this frees it.
-
- 16 Jun, 2018 1 commit
-
-
Jason Madden authored
The intent is to reduce network overhead for small chunk sizes withoud adding much overhead for larger sizes. Fixes #1233.
-
- 15 Jun, 2018 1 commit
-
-
Jason Madden authored
This increases the false negative chances, but decreases the false positives substantially.
-
- 08 Jun, 2018 2 commits
-
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
[skip ci]
-
- 07 Jun, 2018 1 commit
-
-
Jason Madden authored
Fixes #1236
-
- 02 Jun, 2018 1 commit
-
-
Jason Madden authored
-
- 31 May, 2018 1 commit
-
-
Jason Madden authored
* Sleeping updates the loop's current time always. That had been disabled for libuv, but now that we run timers in our own code that's not a concern anymore. Fixes #1227. * Try Python 3.5.5 because of the weird Illegal Instruction crash we suddenly see with 3.5.4 * Increase the value; test_sendall_timeout was often failing to actually timeout. * Really python3.5
-
- 30 May, 2018 3 commits
-
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
-
- 29 May, 2018 2 commits
-
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
[skip ci]
-
- 19 May, 2018 1 commit
-
-
Jason Madden authored
-
- 18 May, 2018 3 commits
-
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
[skip ci]
-
Jason Madden authored
Fix gevent.os.nb_write/read not always closing the IO event the opened, which is a problem on libuv.
-
- 16 May, 2018 1 commit
-
-
Jason Madden authored
This can happen in the embedded case, when the CPython C api is used to directly call Greenlet.spawn, which itself is now implemented in C. Fixes #1212.
-