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