1. 29 Apr, 2014 8 commits
    • Fantix King's avatar
      00e30625
    • Denis Bilenko's avatar
      os.py: do not import gevent.socket · 8e305d27
      Denis Bilenko authored
      since gevent.os is imported in __init__.py this makes gevent.socket imported in __init__.py which was never the intention.
      8e305d27
    • Denis Bilenko's avatar
      disable tests in test_httpserver failing on 2.6 · 5281f9d4
      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'
      5281f9d4
    • Denis Bilenko's avatar
      pyflakes fixes · bade5353
      Denis Bilenko authored
      bade5353
    • Denis Bilenko's avatar
      remove unused imports · b714471f
      Denis Bilenko authored
      b714471f
    • Denis Bilenko's avatar
      e28970ae
    • Denis Bilenko's avatar
      pep8 fixes · ee3687b2
      Denis Bilenko authored
      ee3687b2
    • Denis Bilenko's avatar
      travis: known_failures: add test__issue6.py · bed51d58
      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)
      bed51d58
  2. 27 Nov, 2013 1 commit
  3. 26 Nov, 2013 9 commits
  4. 25 Nov, 2013 2 commits
  5. 10 Nov, 2013 1 commit
  6. 14 Oct, 2013 1 commit
  7. 13 Oct, 2013 2 commits
  8. 12 Oct, 2013 1 commit
  9. 22 Sep, 2013 1 commit
  10. 17 Sep, 2013 2 commits
  11. 14 Sep, 2013 12 commits