- 16 Dec, 2013 11 commits
-
-
Denis Bilenko authored
the subprocess.py warning was actually legit and was fixed in 47f1c3d5
-
Denis Bilenko authored
Py3-related random fixes
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
Denis Bilenko authored
-
Fantix King authored
-
Fantix King 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.
-
- 02 Dec, 2013 1 commit
-
-
Denis Bilenko authored
-
- 01 Dec, 2013 15 commits
-
-
Denis Bilenko authored
drop support for 2.5; improve travis; use py2.6+ syntax
-
Denis Bilenko authored
- do pep8 and pyflakes checks - do not tests examples with dependencies (psycopg2_pool.py, web.py, geventsendfile.py) - do check -dbg build - install cython from ppa - drop 2.5, add 3.3 (currently fails) new make commands: - make whitespace - make pep8 - make pyflakes - make lint # runs all of the above - make travis # runs on travis The linters are run first to abort broken builds early. Removed --full option to testrunner.py, it is no longer needed.
-
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
-
Denis Bilenko authored
-
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)
-
Denis Bilenko authored
for python3 compatibility (#38)
-
- 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
-