- 17 Mar, 2015 2 commits
-
-
Jason Madden authored
to close the socket (or other arguments) when the handler finished. This breaks under PyPy which uses a different GC. Fix it by wrapping the handler and explicitly closing the socket when it returns. This fixes test__server under PyPy, although not in a particularly elegant way. It also negates the need for 57936127.
-
Jason Madden authored
-
- 16 Mar, 2015 7 commits
-
-
Jason Madden authored
-
Jason Madden authored
Fix the backdoor server error on PyPy: there is a weakreference somewhere keeping socket objects alive or a finalizer is involved so a judicious GC fixes the hangs...but ideally the dangling reference gets found and fixed.
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Under PyPy, make the main greenlet look like the MainThread. This fixes many of the threading related tests. After: 18/123 tests failed in 03:32 14/123 expected failures 4/123 unexpected failures
-
Jason authored
Work around missing sslwrap in Python 2.7.9 (fixes #477) #481
-
Jason authored
Bug/ py3k acquire. See gevent/gevent#496
-
- 26 Dec, 2014 2 commits
-
-
Eugene Pankov authored
Handle server_hostname and _context in SSLv2 SSLSocket
-
Jonathan Kamens authored
With the backport of SNI code from Python 3 to Python 2.7.x, Python's ssl.py is now passing server_hostname and _context into SSLv2's SSLSocket, rather than just SSLv3's SSLSocket, so we need to handle those arguments.
-
- 13 Dec, 2014 1 commit
-
-
Denis Bilenko authored
Skip trying to build gevent for metadata requests
-
- 11 Dec, 2014 1 commit
-
-
Matthew Iversen authored
Fixes #490
-
- 09 Dec, 2014 2 commits
-
-
Denis Bilenko authored
Remove SSL3 entirely as default TLS level
-
Matthew Iversen authored
-
- 11 Nov, 2014 2 commits
- 04 Nov, 2014 3 commits
-
-
Denis Bilenko authored
upgrade pypy tests to 2.7.8
-
Denis Bilenko authored
Fix #497.
-
Denis Bilenko authored
upgrade libev to 4.19
-
- 03 Nov, 2014 8 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
update known_failures.py w.r.t PyPy upgrade
-
Denis Bilenko authored
import socket on windows
-
Denis Bilenko authored
https://bugs.pypy.org/issue1743 is fixed now, but other failures appeared.
-
Denis Bilenko authored
Should fix #459. See https://github.com/gevent/gevent/issues/459#issuecomment-49506870 Thanks to @snaury. This reverts commit 12e4fb18.
-
Denis Bilenko authored
cythonpp.py: fix breakage on newer cython versions
-
Denis Bilenko authored
Thanks to @zhangchunlin and @mvalkon. Fix #483. Close #489.
-
Denis Bilenko authored
-
- 17 Oct, 2014 1 commit
-
-
Jay Oster authored
-
- 21 Sep, 2014 1 commit
-
-
Eugene Pankov authored
-
- 20 Aug, 2014 2 commits
-
-
Denis Bilenko authored
Remove extra backtick
-
Andrew Tarzwell authored
Markdown typo correction
-
- 04 Aug, 2014 2 commits
-
-
Denis Bilenko authored
-
Christine Spang authored
peek() should return the same element that get() returns, which is not currently the case. Add regression test for queue peek().
-
- 23 Jun, 2014 1 commit
-
-
Denis Bilenko authored
Fix broken link in the Introduction doc
-
- 22 Jun, 2014 1 commit
-
-
Yuri Prezument authored
-
- 02 Jun, 2014 1 commit
-
-
Denis Bilenko authored
- bugfix for error: ISO C90 forbids mixed declarations and code in libev...
-
- 01 Jun, 2014 1 commit
-
-
Jake Kirshner authored
-
- 30 May, 2014 1 commit
-
-
Denis Bilenko authored
made gevent.corecffi buildable under 32 bit systems
-
- 29 May, 2014 1 commit
-
-
Park Joon-Kyu authored
-