- 26 Oct, 2011 7 commits
-
-
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
-
- 29 Aug, 2011 22 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
do not sort the results of getaddrinfo() because the order is actually important here
-
Denis Bilenko authored
pywsgi: if we failed to send the reply, change 'status' to socket error so that the logs mention the error
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
wsgiserver.py: rename 'hello_world' to 'application'; only start server if run as a script (so that it can also be run by another server)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
gevent.signal: spawn Greenlet instead of raw greenlet; switch into the greenlet immediatelly when the signal handler is called
-
Denis Bilenko authored
start() no longer raises an exception if Greenlet was already started. it also now does nothing if the greenlet already exited (previously it would schedule another switch)
-