- 28 Apr, 2014 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 26 Apr, 2014 11 commits
-
-
Denis Bilenko authored
see 5d8dd0fb
-
Denis Bilenko authored
Experimental/WIP PyPy support #248
-
Denis Bilenko authored
Some tests fail, consult known_failures.py for the list. stdlib's signal module is not supported. Depends on https://bitbucket.org/cffi/cffi/issue/152/handling-errors-from-signal-handlers-in On PyPy, sys.exc_info is shared between greenlets apparently https://bugs.pypy.org/issue1743. based on gevent-on-pypy/pypycore@f04a41c written by Ralf Schmitt and Lucas Clemente Vella with patches from hasenj and Armin Rigo
-
Denis Bilenko authored
-
Denis Bilenko authored
on PyPy we do not build it; on CPython .so takes priority over .py.
-
Denis Bilenko authored
-
Denis Bilenko authored
fix _socket3 send/sendall
-
Denis Bilenko authored
Fix __slots__ in ssl3
-
Denis Bilenko authored
implement list of known failures as a python script
-
Denis Bilenko authored
-
Denis Bilenko authored
replaced known_failures.txt with known_failures.py
-
- 25 Apr, 2014 5 commits
-
-
Denis Bilenko authored
list of known failures as a python script
-
Denis Bilenko authored
replaced known_failures.txt with known_failures.py
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
simpler impl of backdoor.py and few minor changes
-
- 24 Apr, 2014 5 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
'result' into 'thread_result'
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 22 Apr, 2014 1 commit
-
-
Fantix King authored
-
- 15 Apr, 2014 1 commit
-
-
Denis Bilenko authored
-
- 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 4 commits
-
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
- 28 Mar, 2014 1 commit
-
-
Fantix King authored
-
- 05 Mar, 2014 1 commit
-
-
Denis Bilenko authored
Testrunner: do not depend on gevent #38
-