summaryrefslogtreecommitdiff
path: root/eventlet
Commit message (Expand)AuthorAgeFilesLines
...
* Moved greenio_test to new APIs, created a new debug_test to test that module.Ryan Williams2010-01-171-0/+6
* Moved semaphore classes into their own module.Ryan Williams2010-01-175-133/+152
* Moved kill into greenthread, out of api.Ryan Williams2010-01-173-6/+10
* Made use of tpool for gethostbyname configurable by environment variable.Ryan Williams2010-01-172-2/+10
* MergeRyan Williams2010-01-174-21/+37
|\
| * Disabling tpool on darwin, disabling a misbehaving test.Ryan Williams2010-01-171-0/+6
| * Fixed issue where patcher wasn't correctly restoring modules after an importe...Ryan Williams2010-01-162-21/+23
| * Additional error checking, as required by test_select's exacting standards.Ryan Williams2010-01-151-0/+8
* | Converted wsgi to use GreenPool.Ryan Williams2010-01-151-6/+13
|/
* Added select commentRyan Williams2010-01-151-0/+4
* Fixed a few rare errors revealed by copious testing, moved long-duration tpoo...Ryan Williams2010-01-152-2/+5
* Removed deprecation warnings from tpool_test.py, more cleanup in killall and ...Ryan Williams2010-01-152-4/+5
* Converted tpool to use newer APIs, improved cleanup and tests some more.Ryan Williams2010-01-152-8/+13
* Slightly improved setup/killall, and added debugging to tpool tests.Ryan Williams2010-01-141-5/+9
* Clarified parameter.Ryan Williams2010-01-141-1/+1
* Added hub docs, fixes #9.Ryan Williams2010-01-141-0/+2
* Cleaned up some wsgi stuff.Ryan Williams2010-01-141-6/+8
* MergeRyan Williams2010-01-1418-687/+1368
|\
| * Added Queue class ported from gevent, with tests.Ryan Williams2010-01-143-2/+391
| * Upgraded wsgi tests. Reversed logic in hub's exception squelching so it's co...Ryan Williams2010-01-122-2/+3
| * MergeRyan Williams2010-01-111-6/+13
| |\
| * | Upgraded pyevent hub to use the parlance of our times.Ryan Williams2010-01-111-2/+1
| * | MergeRyan Williams2010-01-1016-682/+975
| |\ \
| | * | Added docs on max_http_version which mention its purpose of killing keepalive...Ryan Williams2010-01-101-2/+3
| | * | Automated merge with http://bitbucket.org/which_linden/eventlet/Ryan Williams2010-01-085-18/+32
| | |\ \
| | * | | Fleshing out debug module some more.Ryan Williams2010-01-082-12/+45
| | * | | A little wsgi_test refactoring, added log_format argument to wsgi.server.Ryan Williams2010-01-081-13/+18
| | * | | Moved spew/unspew into a new debug module.Ryan Williams2010-01-082-53/+62
| | * | | Removed Event from __init__ and added some comments to greenio.Ryan Williams2010-01-062-1/+20
| | * | | Removed __all__ from init.py, because it's a little superfluous.Ryan Williams2010-01-051-2/+0
| | * | | MergeRyan Williams2010-01-042-8/+10
| | |\ \ \
| | * | | | Moved a bunch of stuff from api to greenthread and imported into __init__. B...Ryan Williams2010-01-044-81/+94
| | * | | | Removed Green_fileobject and moved its contents to GreenPipe. Removed higher...Ryan Williams2010-01-022-216/+126
| | * | | | Renamed parallel to greenpool.Ryan Williams2010-01-012-3/+3
| | * | | | Added docs for custom_pool parameter.Ryan Williams2010-01-011-2/+3
| | * | | | Automated merge with http://bitbucket.org/which_linden/eventlet/Ryan Williams2010-01-012-2/+19
| | |\ \ \ \
| | * | | | | More doc cleanup. Removed timer module from docs because it's an internal de...Ryan Williams2009-12-314-24/+49
| | * | | | | Documentation sweep -- slightly improved documentation for a bunch of things,...Ryan Williams2009-12-313-23/+35
| | * | | | | Refactored imap to make it even simpler and fix the limitation, added test fo...Ryan Williams2009-12-313-38/+34
| | * | | | | Moved imap to GreenPool, verified its memory-boundedness, and tinkered with t...Ryan Williams2009-12-271-29/+36
| | * | | | | Moved call_afters to greenthread.Ryan Williams2009-12-272-53/+44
| | * | | | | Moved a bunch of stuff around. Event, GreenThread, spawn, spawn_n went to th...Ryan Williams2009-12-267-291/+360
| | * | | | | Fixed up imports.Ryan Williams2009-12-241-7/+5
| | * | | | | Tweaked docstrings.Ryan Williams2009-12-241-15/+17
| | * | | | | Renamed Parallel to GreenPool, added GreenPile abstraction for handling batch...Ryan Williams2009-12-241-61/+108
| | * | | | | Renamed ResultGreenlet to GreenThread, improved cohesiveness of API with spaw...Ryan Williams2009-12-212-36/+87
| | * | | | | MergeRyan Williams2009-12-203-20/+126
| | |\ \ \ \ \
| | | * \ \ \ \ Automated merge with ssh://hg@bitbucket.org/which_linden/eventlet/Ryan Williams2009-12-166-21/+26
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Automated merge with http://bitbucket.org/which_linden/eventletRyan Williams2009-12-153-20/+126
| | | |\ \ \ \ \ \
| | | | * | | | | | Added spawn_all function and rudimentary test for it.Ryan Williams2009-10-041-2/+16