- 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 9 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.
-
Ralf Schmitt authored
the builtin bin is not available on python 2.5, so don't use it in the _bin function.
-
Ralf Schmitt authored
python may not exist (on some of the BSDs) or may be python 3 (on archlinux). We can now choose an executable by setting the environment variables PYTHON (or calling make PYTHON=...). While I'm here, do the same for m4 and cython (environment variables M4 and CYTHON)
-
- 26 Oct, 2011 8 commits
-
-
Ralf Schmitt authored
__builtins__ may either be the __builtin__ module or __builtin__.__dict__. in the latter case typing locals() at the backdoor prompt spews out lots of useless stuff. In the former case it just prints "{'__builtins__': <module '__builtin__' (built-in)>,..."
-
Ralf Schmitt authored
-
Ralf Schmitt authored
fixes http://code.google.com/p/gevent/issues/detail?id=92
-
Ralf Schmitt authored
this makes the code a bit cleaner and it's easier to check if we're using readline in _do_read. we need to do that in order to check for short post requests.
-
Ralf Schmitt authored
this contains some failing tests for truncated post requests (http://code.google.com/p/gevent/issues/detail?id=92) we exercise the Input class without going through the complete WSGI toolchain.
-
Ralf Schmitt authored
this makes test__execmodules.py succeed. while I'm here, also hide the _pywsgi name.
-
Ralf Schmitt authored
do not use the current globals() as namespace, rather setup a clean namespace inside a newly created __main__ module. the missing "import sys" in test__socket_timeout.py fixed two commits ago, wouldn't go unnoticed with this change.
-
Ralf Schmitt authored
Otherwise I'm always confused for a minute until I remember to run "python testrunner.py"
-
- 25 Oct, 2011 1 commit
-
-
Ralf Schmitt authored
-
- 15 Oct, 2011 1 commit
-
-
Denis Bilenko authored
-
- 12 Oct, 2011 2 commits
-
-
Ralf Schmitt authored
see http://code.google.com/p/gevent/issues/detail?id=93 for more information
-
Ralf Schmitt authored
see http://code.google.com/p/gevent/issues/detail?id=93 for more information.
-
- 15 Sep, 2011 5 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 30 Aug, 2011 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-