- 29 Aug, 2011 34 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)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
Hub: after LoopExit was raised, it was possible to switch into dead Hub; fix it to re-enter loop.run() and then raise LoopExit in a loop
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 25 Aug, 2011 6 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
--HG-- rename : examples/webchat/run.py => examples/webchat/run_standalone.py
-
Denis Bilenko authored
resolver_ares.py: - gethostbyname now handles '' (empty string) - getaddrinfo now handles integer ports of type string, e.g "25". Thanks to kconor. - getaddrinfo now converts UnicodeEncodeError into error('Int or String expected') - getaddrinfo now uses the lowest 16 bits of passed port integer, to mimic socketmodule.c - getnameinfo calls getaddrinfo to process arguments, similar to socketmodule.c - gethostbyaddr also uses getaddrinfo to process arguments ares.pyx: - added InvalidIP exception - gethostbyaddr and getnameinfo now raise InvalidIP immediatelly instead of passing it through callback
-
Denis Bilenko authored
-
Denis Bilenko authored
-