- 28 Dec, 2011 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 22 Dec, 2011 3 commits
-
-
Denis Bilenko authored
this adds 'kqueue' to the list of supported backends on Mac OS X Also, redirect configure's output to a file.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 20 Dec, 2011 9 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
- this can be overriden by passing update=True to start() method - again() method is updated as well - see issue 97: code.google.com/p/gevent/issues/detail?id=97
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 12 Dec, 2011 2 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
- 11 Dec, 2011 3 commits
-
-
Ralf Schmitt authored
replace __nonzero__ with __bool__ on py3. replace bound-method check in getfuncname.
-
Ralf Schmitt authored
it doesn't work with python 3
-
Ralf Schmitt authored
-
- 10 Dec, 2011 2 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
Six (http://pypi.python.org/pypi/six/) is a Python 2 and 3 compatibility library.
-
- 06 Dec, 2011 1 commit
-
-
Ralf Schmitt authored
-
- 15 Nov, 2011 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
* Rename core_.pyx to core.ppyx and use C preprocessor macros here instead of m4 macros --HG-- rename : gevent/core_.pyx => gevent/core.ppyx
-
Denis Bilenko authored
-
- 14 Nov, 2011 4 commits
-
-
Ralf Schmitt authored
gevent is now using libev and requires at least python 2.5.
-
Ralf Schmitt authored
-
Ralf Schmitt authored
-
Ralf Schmitt authored
run configure in build_temp instead and copy the pregenerated ares_build.h.dist to build_temp on windows. Run configure with /bin/sh instead of changing permissions.
-
- 09 Nov, 2011 1 commit
-
-
Denis Bilenko authored
-
- 02 Nov, 2011 1 commit
-
-
Ralf Schmitt authored
some systems come with an outdated unifdef command that doesn't understand the "-b" option. We now check that beforehand and call unifdef without the -b option.
-
- 01 Nov, 2011 2 commits
-
-
Ralf Schmitt authored
-
Ralf Schmitt authored
fixes "python2.7 array.array doesn't support memoryview used in gevent.socket.send" issue (http://code.google.com/p/gevent/issues/detail?id=94)
-
- 28 Oct, 2011 7 commits
-
-
Ralf Schmitt authored
this makes test__select.py compatible with py.test and makes it possible to run test__select.py with stdin redirected.
-
Ralf Schmitt authored
-
Ralf Schmitt authored
py.test wanted to run the test_get_interrupt and test_put_interrupt functions, so rename then.
-
Ralf Schmitt authored
array fails, see http://code.google.com/p/gevent/issues/detail?id=94
-
Ralf Schmitt authored
-
Ralf Schmitt authored
we do this by using a custom sdist class. it's also called sdist as the classname is also used for the warning message about the missing README.txt and I didn't want to change that.
-
Ralf Schmitt authored
this forces make to choose the same python executable that is running setup.py. if PYTHON is already set, don't overwrite it.
-