- 30 May, 2011 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 29 May, 2011 1 commit
-
-
Denis Bilenko authored
-
- 25 May, 2011 4 commits
-
-
Denis Bilenko authored
Hub: add new NOT_ERROR attribute equal to (GreenletExit, ) that lists the exceptions that do not require printing a traceback
-
Denis Bilenko authored
Hub.handle_error: immediatelly raise error instead of scheduling it to be raised later if called in MAIN greenlet
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 24 May, 2011 5 commits
-
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
- 23 May, 2011 11 commits
-
-
Alexey Borzenkov authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
also use <html> to render it properly in browsers
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
with bare WRITE I get timeouts.
-
- 22 May, 2011 2 commits
-
-
Alexey Borzenkov authored
-
Alexey Borzenkov authored
-
- 19 May, 2011 1 commit
-
-
Denis Bilenko authored
It failed because it depended on order in which greenlets spawned in the same iteration are executed. With libevent, the order used to be the same as spawn() calls. With libev, the order is reversed.
-
- 17 May, 2011 4 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 16 May, 2011 1 commit
-
-
Denis Bilenko authored
-
- 08 May, 2011 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 07 May, 2011 1 commit
-
-
Denis Bilenko authored
-
- 02 May, 2011 6 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
This fixes a lot of stacktraces of socket.error on Windows where EAGAIN != EWOULDBLOCK
-
Denis Bilenko authored
-
Denis Bilenko authored
in gevent.ares module: - rename ares_channel to channel - rename ares_strerror() to ares.strerror() - remove _strerror() - do not use gevent_handle_error C function, use loop.handle_error - do not use loop and io watcher definitions (use Python calls instead of fast vtab calls) add python.pxd with a few common python functions do not include c-ares stuff, compile it separately add inet_ntop.c to gevent/ since it's not exported by c-ares and we use it make ares extension optional - retry setup.py command if it failed --HG-- rename : gevent/cares.pxi => gevent/ares.pyx
-