- 12 Apr, 2019 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 10 Apr, 2019 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Use test.support.find_unused_port() instead of rolling our own; it handles windows better. Limit the DNS6 tests to known good configurations. Hopefully fix a bunch of flakiness in test__refcount's use of sockets. Fixes #1389
-
- 09 Apr, 2019 10 commits
-
-
Jason Madden authored
Tests do reasonable things when some of the test deps are missing
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Make the optional backends optional in test__all__ and test__execmodules
-
Jason Madden authored
Fixes #1366.
-
Jason Madden authored
Fix minor typo in docstring
-
Carson Ip authored
-
- 31 Mar, 2019 1 commit
-
-
Jason Madden authored
Performance and correctness improvements for Greenlets.
-
- 29 Mar, 2019 1 commit
-
-
Jason Madden authored
- Rework getting the stack, since we're no longer arbitrarily extending it. This is faster, and I found and fixed a bug on CPython. - Let Cython do more of the work making sure we really have a hub as our parent.
-
- 28 Mar, 2019 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
Update process.py example to work on windows.
-
Jason Madden authored
Upgrade to PyPy3.6-7.1. Fixes #1373.
-
- 27 Mar, 2019 12 commits
-
-
Robert Iannucci authored
The "Unable to run on windows" warning is actually about uname/ls, not about gevent :)
-
Jason Madden authored
-
Jason Madden authored
libev-cffi: Use nlink_t and let the compiler fill in the definition.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fixes #1372. This may require a slightly stricter adherance to POSIX? It is defined by IEEE Std 1003.1 2004 (http://pubs.opengroup.org/onlinepubs/009696699/basedefs/sys/types.h.html)
-
Jason Madden authored
Update to PyPy 2 7.1
-
Jason Madden authored
-
Jason Madden authored
Also restore the ban on test_ssl.py: the allocation failures still exist.
-
Jason Madden authored
Fixes #1373
-
Jason Madden authored
Avoid unbounded memory usage in deep spawn trees. Fixes #1371.
-
- 26 Mar, 2019 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
- 23 Mar, 2019 1 commit
-
-
Jason Madden authored
Avoid a memory leak when wrapping an io.BufferedWriter around a socket.
-
- 22 Mar, 2019 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Implement the fix in Cython so we don't lose any speed (we actually benchmark a bit faster). Fixes #1318 and fixes #1319
-