summaryrefslogtreecommitdiff
path: root/tests/tpool_test.py
Commit message (Expand)AuthorAgeFilesLines
* tpool: isolate internal socket from default timeout; Thanks to Alex VillacĂ­s...Sergey Shepelev2016-08-101-34/+34
* tests: Remove skipped testsJakub Stasiak2016-01-061-23/+1
* tpool: make sure we return results during killallDavid Szotten2015-02-211-1/+17
* PEP-8 fixesSergey Shepelev2014-08-271-7/+7
* greenio, tpool: python3 compatibilitySergey Shepelev2014-07-181-1/+1
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-21/+21
* python3 compatibilitySergey Shepelev2014-04-241-35/+41
* python3 compat fixesVictor Sergeyev2014-03-281-8/+13
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-10/+11
* Added missing global var, and added nose test for set_num_threadsDavid Ibarra2012-11-021-0/+5
* Timeouts get porpagated out of tpool.execute.Ryan Williams2011-04-121-0/+6
* Removed superfluous esend method, pyevent skip for yet another tpool test, durr.Ryan Williams2010-10-031-0/+1
* Cleaned up tpool-related tests a bit.Ryan Williams2010-09-291-4/+2
* Greenlet affinity for tpool threads. This means that if you make multiple tp...Ryan Williams2010-09-281-4/+28
* tpool.Proxy now wraps functions. Improved impolementations of equality and i...Ryan Williams2010-06-211-0/+28
* Converted fully over to what the internet assures me is the American spelling...Ryan Williams2010-05-051-3/+0
* Adding more explicit exception assertion to tpool test.Ryan Williams2010-04-181-0/+7
* More tinkering with the iterator tests to cut down on false positives.Ryan Williams2010-03-291-3/+7
* Lessen timing-dependency of this count, also better error reporting.Ryan Williams2010-03-251-3/+3
* Fixed overlong duration of iterator test.Ryan Williams2010-03-251-4/+5
* Improved implentation of iterators in tpool; thanks to SlantRyan Williams2010-03-171-0/+24
* py3k - corrections for deprecation warnings reported by python2.6 -3.amajorek2010-03-091-1/+11
* py3k - more testcases portedamajorek2010-03-071-4/+3
* It turns out that __iter__ is one of those magical methods, too. Now tpool s...Ryan Williams2010-03-041-0/+9
* Kill all!Ryan Williams2010-02-241-1/+2
* Switching order of teardown makes it less bitchy about lingering listeners.Ryan Williams2010-02-241-3/+1
* tweaks to remove some DeprecationWarnings when running testsEugene Oden2010-02-221-5/+5
* Extended tpool's autowrap functionality to use the name of the attribute, whi...Ryan Williams2010-02-061-0/+29
* Removed unnecessary setup() call in tpool_test.Ryan Williams2010-01-181-1/+0
* Fixed a few rare errors revealed by copious testing, moved long-duration tpoo...Ryan Williams2010-01-151-51/+47
* Removed deprecation warnings from tpool_test.py, more cleanup in killall and ...Ryan Williams2010-01-151-13/+14
* Converted tpool to use newer APIs, improved cleanup and tests some more.Ryan Williams2010-01-151-7/+4
* Slightly improved setup/killall, and added debugging to tpool tests.Ryan Williams2010-01-141-1/+3
* Some essentially-meaningless reorg in the tpool tests, mostly for the purpose...Ryan Williams2009-12-181-34/+19
* Renamed libevent hub to pyevent.Ryan Williams2009-12-161-17/+17
* Changes to tests so they no longer import uuid since that's not 2.4-standard.Ryan Williams2009-09-171-20/+20
* It turns out that if my --eventlet-hub=foo command fails to import foo, I don...Ryan Williams2009-08-311-1/+17
* Added cool little debug mode to Hub which makes it easier to see why a partic...Ryan Williams2009-08-241-1/+6
* Moved some copy-and-paste test code into stdlib and did the monkeypatching th...Ryan Williams2009-08-241-3/+5
* Eliminate references to 'greentest'Ryan Williams2009-07-271-1/+1
* Renamed greentest to tests to be more standard.Ryan Williams2009-07-241-0/+216