summaryrefslogtreecommitdiff
path: root/eventlet/tpool.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-0/+1
* greenio, tpool: python3 compatibilitySergey Shepelev2014-07-181-53/+33
* PEP8 whitespaceSergey Shepelev2014-06-121-0/+1
* python3 compatibilitySergey Shepelev2014-04-241-19/+43
* Python3: __bool__, im_code, im_funcVictor Sergeyev2014-04-241-0/+1
* python3 compat fixesVictor Sergeyev2014-03-281-8/+11
* tpool: proxy __enter__, __exit__ fixes BB-158; Thanks to Eric UrbanSergey Shepelev2013-10-021-6/+10
* tpool: clear up some references that prevent garbage collectionEdward George2013-06-041-2/+2
* tpool: single request queueEdward George2013-06-031-21/+11
* Added missing global var, and added nose test for set_num_threadsDavid Ibarra2012-11-021-0/+1
* Added set_num_threads method to set the number of tpool threads programmatica...David Ibarra2012-11-021-0/+3
* Timeouts get porpagated out of tpool.execute.Ryan Williams2011-04-121-3/+6
* Clearer behavior in the case of zero-size tpools.Ryan Williams2010-11-061-4/+9
* Fixing hang when importing a module that makes a tpooled MySQLdb connection, ...Ryan Williams2010-10-081-1/+4
* Removed superfluous esend method, pyevent skip for yet another tpool test, durr.Ryan Williams2010-10-031-7/+4
* Greenlet affinity for tpool threads. This means that if you make multiple tp...Ryan Williams2010-09-281-39/+42
* Adding assertion checking for negative pool size in tpool, per discussion wit...Ryan Williams2010-09-121-0/+1
* tpool.Proxy now wraps functions. Improved impolementations of equality and i...Ryan Williams2010-06-211-3/+9
* Named tpool threads, fixed rare race condition where _reqq would be freed bef...Ryan Williams2010-06-021-2/+5
* Tpool should use original thread-specific Queue instead of possibly-patched one.Ryan Williams2010-06-021-2/+3
* Fix to get restore tpool on Windows.Ryan Williams2010-05-071-1/+1
* Reimplemented GreenPipe without using file object.amajorek2010-03-301-5/+2
* Improved implentation of iterators in tpool; thanks to SlantRyan Williams2010-03-171-2/+7
* py3k - corrections for deprecation warnings reported by python2.6 -3.amajorek2010-03-091-1/+3
* Merge with latest which_linden tipamajorek2010-03-051-1/+3
|\
| * It turns out that __iter__ is one of those magical methods, too. Now tpool s...Ryan Williams2010-03-041-1/+3
* | py3k - more changes.amajorek2010-03-041-6/+8
|/
* py3k - 3.x file object returned by socket.makefile does not allow writes if i...amajorek2010-02-281-1/+1
* Merge with latest which_linden tipamajorek2010-02-261-13/+22
|\
| * added comment/suggestion about potential memory leakTavis Rudd2010-02-241-7/+11
| * Bug 21: Make tpool reentrantChris AtLee2010-02-221-6/+11
* | first draft of making eventlet py3k compatible.amajorek2010-02-261-1/+1
|/
* Improved support for monkeypatching by eliminating race conditions in eventle...Ryan Williams2010-02-171-1/+2
* Extended tpool's autowrap functionality to use the name of the attribute, whi...Ryan Williams2010-02-061-13/+27
* Fixed bug in tpool.killall, also another slight bug in the pollhub, and added...Ryan Williams2010-01-181-3/+2
* Cleaned up link implementation in greenthread, added greenthread test module,...Ryan Williams2010-01-181-1/+1
* Moved Event to its own module. More cycle-breaking!Ryan Williams2010-01-171-1/+2
* Removed deprecation warnings from tpool_test.py, more cleanup in killall and ...Ryan Williams2010-01-151-2/+3
* Converted tpool to use newer APIs, improved cleanup and tests some more.Ryan Williams2010-01-151-6/+11
* Slightly improved setup/killall, and added debugging to tpool tests.Ryan Williams2010-01-141-5/+9
* Automated merge with http://bitbucket.org/which_linden/eventlet/Ryan Williams2010-01-081-8/+7
|\
| * Set tpool to be quiet by default, improved exception raising.Ryan Williams2010-01-051-8/+7
* | More doc cleanup. Removed timer module from docs because it's an internal de...Ryan Williams2009-12-311-10/+28
|/
* Renamed coros.event to coros.Event to be compatible with PEP-8 some more.Ryan Williams2009-12-161-1/+1
* Removed previously-deprecated features tcp_server, GreenSSL, erpc, and trap_e...Ryan Williams2009-12-151-6/+0
* Tpool tests now pass on Windows!Ryan Williams2009-12-071-7/+6
* Renamed GreenFile to Green_fileobject, better reflecting its purpose. This i...Ryan Williams2009-12-051-1/+1
* Deprecated erpc like the TODO saidRyan Williams2009-12-041-3/+5
* Windows compatibility for tpool as requested by rtyler. Not yet tested on Wi...Ryan Williams2009-11-111-10/+28
* Removed copyright headers from individual files, added LICENSE and AUTHORS fi...Ryan Williams2009-10-031-1/+1