- 13 Apr, 2014 1 commit
-
-
Denis Bilenko authored
Use only family in getaddrinfo hints when socket.connect
-
- 12 Apr, 2014 1 commit
-
-
Denis Bilenko authored
Fix missing six.builtins
-
- 11 Apr, 2014 4 commits
-
-
Fantix King authored
-
Denis Bilenko authored
fix #423: pool: LoopExit in imap/imap_unordered
-
Denis Bilenko authored
It was possible for IMap/IMapUnordered greenlets to exit without putting the final StopIteration. So, whoever was waiting on the results would have to wait forever (or until LoopExit if there's nothing else running in the program). Original patch and test by @thinxer (close #424). Fix #311: same issue.
-
Denis Bilenko authored
-
- 09 Apr, 2014 1 commit
-
-
Denis Bilenko authored
Fix pep8
-
- 31 Mar, 2014 1 commit
-
-
Denis Bilenko authored
Minor fix str/byte issue of subprocess.
-
- 29 Mar, 2014 3 commits
-
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
- 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 2 commits
-
-
Denis Bilenko authored
Refs #38, fix pywsgi headers issue in PY3
-
Denis Bilenko authored
Ignore sys.exc_clear() for PY3.
-