- 04 Mar, 2014 11 commits
-
-
Denis Bilenko authored
thanks to @fantix for original patch.
-
Denis Bilenko authored
Thanks to @fantix for original patch.
-
Fantix King authored
-
Fantix King authored
-
Fantix King authored
-
Denis Bilenko authored
and ignore gevent/util_py2.py
-
Denis Bilenko authored
based on #362 by @fantix
-
Denis Bilenko authored
Added __bool__ for PY3 next to __nonzero__.
-
Fantix King authored
-
Denis Bilenko authored
Remove test_support.py
-
Fantix King authored
-
- 24 Feb, 2014 1 commit
-
-
Denis Bilenko authored
Port gevent vfd to win64
-
- 22 Feb, 2014 1 commit
-
-
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.
-
- 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 1 commit
-
-
Fantix King authored
-