- 30 Apr, 2014 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 29 Apr, 2014 23 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
To prevent this: ====================================================================== FAIL: test_terminate (__main__.TestPool10) ---------------------------------------------------------------------- Traceback (most recent call last): File "test__threadpool.py", line 176, in test_terminate assert kill.elapsed < 0.5, kill.elapsed AssertionError: 0.564028263092041
-
Denis Bilenko authored
-
Denis Bilenko authored
too slow
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
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
-
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.
-
Tomek Święcicki authored
-
Denis Bilenko authored
This should fix #361.
-
Denis Bilenko authored
-
Fantix King authored
-
Denis Bilenko authored
since gevent.os is imported in __init__.py this makes gevent.socket imported in __init__.py which was never the intention.
-
Denis Bilenko authored
only on travis: test_authorization (__main__.CGIHTTPServerTestCase) ... Traceback (most recent call last): File "/usr/lib/python2.6/CGIHTTPServer.py", line 255, in run_cgi os.execve(scriptfile, args, os.environ) OSError: [Errno 13] Permission denied FAIL test_headers_and_content (__main__.CGIHTTPServerTestCase) ... Traceback (most recent call last): File "/usr/lib/python2.6/CGIHTTPServer.py", line 255, in run_cgi os.execve(scriptfile, args, os.environ) OSError: [Errno 13] Permission denied FAIL test_invaliduri (__main__.CGIHTTPServerTestCase) ... ok test_post (__main__.CGIHTTPServerTestCase) ... Traceback (most recent call last): File "/usr/lib/python2.6/CGIHTTPServer.py", line 255, in run_cgi os.execve(scriptfile, args, os.environ) OSError: [Errno 13] Permission denied FAIL ====================================================================== FAIL: test_get (__main__.SimpleHTTPServerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_httpservers.py", line 242, in test_get File "test_httpservers.py", line 218, in check_status_and_reason AssertionError: 200 != 404 ====================================================================== FAIL: test_authorization (__main__.CGIHTTPServerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_httpservers.py", line 349, in test_authorization AssertionError: ('Hello World\n', 'text/html', 200) != ("Exception happened during processing of request from ('127.0.0.1', 60525)\n----------------------------------------\n", None, 200) ====================================================================== FAIL: test_headers_and_content (__main__.CGIHTTPServerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_httpservers.py", line 330, in test_headers_and_content AssertionError: ('Hello World\n', 'text/html', 200) != ("Exception happened during processing of request from ('127.0.0.1', 38970)\n----------------------------------------\n", None, 200) ====================================================================== FAIL: test_post (__main__.CGIHTTPServerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_httpservers.py", line 337, in test_post AssertionError: "Exception happened during processing of request from ('127.0.0.1', 45146)\n----------------------------------------\n" != '1, python, 123456\n'
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
It often fails with: master ~/work/gevent $ python greentest/test__issue6.py Traceback (most recent call last): File "greentest/test__issue6.py", line 11, in <module> assert err == '', (out, err, code) AssertionError: ('11 chars.\n', 'Unhandled exception in thread started by \nsys.excepthook is missing\nlost sys.stderr\n', 0)
-
- 27 Nov, 2013 1 commit
-
-
Denis Bilenko authored
Closes #339.
-
- 26 Nov, 2013 9 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 25 Nov, 2013 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 10 Nov, 2013 1 commit
-
-
Denis Bilenko authored
Pass copy of error list instead of direct reference
-
- 14 Oct, 2013 1 commit
-
-
Matt Iversen authored
-
- 13 Oct, 2013 1 commit
-
-
Denis Bilenko authored
Added fix for issue #312. Encountering Windows error [183] when installi...
-