- 28 Mar, 2014 1 commit
-
-
Fantix King authored
-
- 05 Mar, 2014 3 commits
-
-
Denis Bilenko authored
Testrunner: do not depend on gevent #38
-
Denis Bilenko authored
Fix gevent.socket.socket.shutdown()
-
Fantix King authored
-
- 04 Mar, 2014 21 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Fantix King authored
Close #384.
-
Denis Bilenko authored
initial impl for socket/ssl for python3 #38
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Fantix King authored
-
Denis Bilenko authored
py3-related fixes
-
Denis Bilenko authored
thanks to @fantix for original patch.
-
Denis Bilenko authored
Thanks to @fantix for original patch.
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
Denis Bilenko authored
and ignore gevent/util_py2.py
-
Denis Bilenko authored
based on #362 by @fantix
-
Denis Bilenko authored
Added __bool__ for PY3 next to __nonzero__.
-
Fantix King authored
-
Denis Bilenko authored
Remove test_support.py
-
Fantix King authored
-
- 24 Feb, 2014 1 commit
-
-
Denis Bilenko authored
Port gevent vfd to win64
-
- 22 Feb, 2014 1 commit
-
-
Alexey Borzenkov authored
Since long on win64 is 32-bit it cannot hold all possible SOCKET handle values, making it theoretically possible to get an exception "OverflowError: Python int too large to convert to C long" if socket handles become too big. Now on win64 it properly uses PY_LONG_LONG.
-
- 10 Feb, 2014 3 commits
-
-
Denis Bilenko authored
Refs #38, fix pywsgi headers issue in PY3
-
Denis Bilenko authored
Ignore sys.exc_clear() for PY3.
-
Denis Bilenko authored
Fix indexing exceptions (ex[0]) by using args (ex.args[0]), refs #38
-
- 09 Feb, 2014 3 commits
-
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
- 08 Feb, 2014 2 commits
-
-
Denis Bilenko authored
Refs #38, fixed renamed symbols in PY3
-
Fantix King authored
-
- 23 Jan, 2014 1 commit
-
-
Denis Bilenko authored
Fix links for examples (docs gevent servers)
-
- 14 Jan, 2014 1 commit
-
-
Tomek Święcicki authored
-
- 26 Dec, 2013 1 commit
-
-
Denis Bilenko authored
Fixed exec, refs #38.
-
- 25 Dec, 2013 2 commits
-
-
Denis Bilenko authored
-
Fantix King authored
-