- 26 Jul, 2012 11 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
queue: add copy() method to queue classes; constructor now accepts optional items argument to initialize a queue with iterable
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 23 Jul, 2012 1 commit
-
-
Denis Bilenko authored
-
- 11 Jul, 2012 1 commit
-
-
Denis Bilenko authored
-
- 10 Jul, 2012 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 06 Jul, 2012 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 19 Jun, 2012 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 18 Jun, 2012 5 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
save&undo libev's SICHLD handler when installed; install it when first child is created or when install_sigchld() is called
-
Denis Bilenko authored
-
- 07 Jun, 2012 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
subprocess: use built-in fork rather than gevent.fork since we don't need to reinit libev in the child
-
Denis Bilenko authored
- childpollev removed - there is a race condition in libev w.r.t to signals and loop_fork() which was reported to libev author. the "childpollev" patch just masked the bug in our test case but it might have other consequences. waiting for the libev author to fix it properly. - delayed start of SIGCHLD is removed: the patch has its problems - if SIGCHLD was originally set to SIG_IGN than it's possible for some children to be auto-reaped by OS. - printing WSASend and WSARecv errors s no longer done (this did not bring any problems, was removed incidentally, can be restored if there are more bugs in this area).
-
- 29 May, 2012 3 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
if 'item' is a string return just this object, if 'item' is a list of names, return list of objects
-
Denis Bilenko authored
-
- 28 May, 2012 2 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 15 May, 2012 1 commit
-
-
Denis Bilenko authored
-
- 12 May, 2012 6 commits
-
-
Denis Bilenko authored
ssl.py bug fix: in certain cases, exc_clear() was followed by 'raise', causing TypeError. Issue #124. Thanks to Johan Mjones.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
test__pywsgi.py: move subclass into global scope so that refcount test passes. remove get_wsgi_module() function
-
Denis Bilenko authored
-