| Commit message (Expand) | Author | Age | Files | Lines |
| * | tpool: isolate internal socket from default timeout; Thanks to Alex VillacĂs... | Sergey Shepelev | 2016-08-10 | 1 | -34/+34 |
| * | tests: Remove skipped tests | Jakub Stasiak | 2016-01-06 | 1 | -23/+1 |
| * | tpool: make sure we return results during killall | David Szotten | 2015-02-21 | 1 | -1/+17 |
| * | PEP-8 fixes | Sergey Shepelev | 2014-08-27 | 1 | -7/+7 |
| * | greenio, tpool: python3 compatibility | Sergey Shepelev | 2014-07-18 | 1 | -1/+1 |
| * | tests: deprecated TestCase.assert_() -> assert keyword | Sergey Shepelev | 2014-07-16 | 1 | -21/+21 |
| * | python3 compatibility | Sergey Shepelev | 2014-04-24 | 1 | -35/+41 |
| * | python3 compat fixes | Victor Sergeyev | 2014-03-28 | 1 | -8/+13 |
| * | python3 compat: print() function syntax | Sergey Shepelev | 2013-12-03 | 1 | -10/+11 |
| * | Added missing global var, and added nose test for set_num_threads | David Ibarra | 2012-11-02 | 1 | -0/+5 |
| * | Timeouts get porpagated out of tpool.execute. | Ryan Williams | 2011-04-12 | 1 | -0/+6 |
| * | Removed superfluous esend method, pyevent skip for yet another tpool test, durr. | Ryan Williams | 2010-10-03 | 1 | -0/+1 |
| * | Cleaned up tpool-related tests a bit. | Ryan Williams | 2010-09-29 | 1 | -4/+2 |
| * | Greenlet affinity for tpool threads. This means that if you make multiple tp... | Ryan Williams | 2010-09-28 | 1 | -4/+28 |
| * | tpool.Proxy now wraps functions. Improved impolementations of equality and i... | Ryan Williams | 2010-06-21 | 1 | -0/+28 |
| * | Converted fully over to what the internet assures me is the American spelling... | Ryan Williams | 2010-05-05 | 1 | -3/+0 |
| * | Adding more explicit exception assertion to tpool test. | Ryan Williams | 2010-04-18 | 1 | -0/+7 |
| * | More tinkering with the iterator tests to cut down on false positives. | Ryan Williams | 2010-03-29 | 1 | -3/+7 |
| * | Lessen timing-dependency of this count, also better error reporting. | Ryan Williams | 2010-03-25 | 1 | -3/+3 |
| * | Fixed overlong duration of iterator test. | Ryan Williams | 2010-03-25 | 1 | -4/+5 |
| * | Improved implentation of iterators in tpool; thanks to Slant | Ryan Williams | 2010-03-17 | 1 | -0/+24 |
| * | py3k - corrections for deprecation warnings reported by python2.6 -3. | amajorek | 2010-03-09 | 1 | -1/+11 |
| * | py3k - more testcases ported | amajorek | 2010-03-07 | 1 | -4/+3 |
| * | It turns out that __iter__ is one of those magical methods, too. Now tpool s... | Ryan Williams | 2010-03-04 | 1 | -0/+9 |
| * | Kill all! | Ryan Williams | 2010-02-24 | 1 | -1/+2 |
| * | Switching order of teardown makes it less bitchy about lingering listeners. | Ryan Williams | 2010-02-24 | 1 | -3/+1 |
| * | tweaks to remove some DeprecationWarnings when running tests | Eugene Oden | 2010-02-22 | 1 | -5/+5 |
| * | Extended tpool's autowrap functionality to use the name of the attribute, whi... | Ryan Williams | 2010-02-06 | 1 | -0/+29 |
| * | Removed unnecessary setup() call in tpool_test. | Ryan Williams | 2010-01-18 | 1 | -1/+0 |
| * | Fixed a few rare errors revealed by copious testing, moved long-duration tpoo... | Ryan Williams | 2010-01-15 | 1 | -51/+47 |
| * | Removed deprecation warnings from tpool_test.py, more cleanup in killall and ... | Ryan Williams | 2010-01-15 | 1 | -13/+14 |
| * | Converted tpool to use newer APIs, improved cleanup and tests some more. | Ryan Williams | 2010-01-15 | 1 | -7/+4 |
| * | Slightly improved setup/killall, and added debugging to tpool tests. | Ryan Williams | 2010-01-14 | 1 | -1/+3 |
| * | Some essentially-meaningless reorg in the tpool tests, mostly for the purpose... | Ryan Williams | 2009-12-18 | 1 | -34/+19 |
| * | Renamed libevent hub to pyevent. | Ryan Williams | 2009-12-16 | 1 | -17/+17 |
| * | Changes to tests so they no longer import uuid since that's not 2.4-standard. | Ryan Williams | 2009-09-17 | 1 | -20/+20 |
| * | It turns out that if my --eventlet-hub=foo command fails to import foo, I don... | Ryan Williams | 2009-08-31 | 1 | -1/+17 |
| * | Added cool little debug mode to Hub which makes it easier to see why a partic... | Ryan Williams | 2009-08-24 | 1 | -1/+6 |
| * | Moved some copy-and-paste test code into stdlib and did the monkeypatching th... | Ryan Williams | 2009-08-24 | 1 | -3/+5 |
| * | Eliminate references to 'greentest' | Ryan Williams | 2009-07-27 | 1 | -1/+1 |
| * | Renamed greentest to tests to be more standard. | Ryan Williams | 2009-07-24 | 1 | -0/+216 |