- 31 Jan, 2012 22 commits
-
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
it was not enabled in patched tests because monkey.patch_all() imports threading and that prevents Hub from being patched with CountingHub
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
spawn manager greenlet if necessary to finish off excess threads
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
test__greenness.py: import greentest before monkey patching, since patch_all() installs hub and greentest monkey patches Hub class
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
make Pool's add() and discard methods usable on their own. Based on pull request #10 (https://bitbucket.org/denis/gevent/pull-request/10/fix-2-bugs-in-pool-class) by Danil Eremeev.
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 30 Jan, 2012 5 commits
-
-
Denis Bilenko authored
core: always pass EVFLAG_NOENV to libev's loop. LIBEV_FLAGS env var is now ignored (use GEVENT_BACKEND)
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
Denis Bilenko authored
-
- 17 Jan, 2012 4 commits
-
-
Ralf Schmitt authored
python's threading module relies on the lock's class __exit__ to not call into the tracing function set via sys.settrace until the lock really is released. The only way to prevent this is to implement it in C. So, we move coros.Semaphore to a cython module. fixes the failing tests in test__threading_vs_settrace.py
-
Ralf Schmitt authored
explicitly test that sys.settrace isn't called and test the same issue when a non-main thread exits.
-
Ralf Schmitt authored
i.e. rename setup and test_main, which are otherwise used by py.test as a setup/test function.
-
Ralf Schmitt authored
-
- 15 Jan, 2012 9 commits
-
-
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
-