- 10 Feb, 2014 3 commits
-
-
Denis Bilenko authored
Refs #38, fix pywsgi headers issue in PY3
-
Denis Bilenko authored
Ignore sys.exc_clear() for PY3.
-
Denis Bilenko authored
Fix indexing exceptions (ex[0]) by using args (ex.args[0]), refs #38
-
- 09 Feb, 2014 3 commits
-
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
- 08 Feb, 2014 2 commits
-
-
Denis Bilenko authored
Refs #38, fixed renamed symbols in PY3
-
Fantix King authored
-
- 23 Jan, 2014 1 commit
-
-
Denis Bilenko authored
Fix links for examples (docs gevent servers)
-
- 14 Jan, 2014 1 commit
-
-
Tomek Święcicki authored
-
- 26 Dec, 2013 1 commit
-
-
Denis Bilenko authored
Fixed exec, refs #38.
-
- 25 Dec, 2013 3 commits
-
-
Denis Bilenko authored
-
Fantix King authored
-
Denis Bilenko authored
Replaced execfile() with exec(open().read()) in gevent/monkey.py.
-
- 23 Dec, 2013 11 commits
-
-
Fantix King authored
-
Fantix King authored
-
Denis Bilenko authored
upgrade libev to 4.15
-
Denis Bilenko authored
This should fix #361.
-
Denis Bilenko authored
not needed since 2.5 is not supported anymore.
-
Denis Bilenko authored
-
Denis Bilenko authored
- do not swallow syntax errors - make pyflakes.py py3-compatible #38 - run using specific version of python (previously pyflakes from the default python was used, which caused it to ignore py3-specific and py2.6-specific syntax errors
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Fantix King authored
-
Denis Bilenko authored
Previously pep8 and pyflakes were installed using the default system Python. This changes 'make travis' to use the current Python version for those scripts as well. This affects pep8, at least: on Python3 it complains about space in `print (...)`.
-
- 21 Dec, 2013 1 commit
-
-
Denis Bilenko authored
Handle renaming of "thread" to "_thread" in PY3
-
- 18 Dec, 2013 3 commits
-
-
Fantix King authored
-
Denis Bilenko authored
Use six.xrange in tests.
-
Fantix King authored
-
- 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.
-