| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added monkeypatch stdlib tests, which test how well monkeypatching works. Un... | Ryan Williams | 2010-02-09 | 3 | -42/+70 |
| * | Tweaked the way monkey_patch works so that it'll work better if called after ... | Ryan Williams | 2010-02-07 | 1 | -3/+2 |
| * | Using pid-named databases now, so that multiple tests running on the same mac... | Ryan Williams | 2010-02-07 | 1 | -9/+20 |
| * | Tweaked db_pool tests so tpool tests aren't run alongside pyevent. Caught by... | Ryan Williams | 2010-02-07 | 1 | -6/+5 |
| * | Extended tpool's autowrap functionality to use the name of the attribute, whi... | Ryan Williams | 2010-02-06 | 2 | -66/+172 |
| * | Merge | Ryan Williams | 2010-02-05 | 1 | -1/+43 |
| |\ |
|
| | * | Added monkey_patch to patcher, as well as defaults to import_patched. With t... | Ryan Williams | 2010-02-05 | 1 | -1/+43 |
| * | | Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t... | Ryan Williams | 2010-02-05 | 2 | -0/+11 |
| * | | First cut of eventlet.green.subprocess module. Added stdlib tests as well. ... | Ryan Williams | 2010-01-29 | 1 | -0/+11 |
| |/ |
|
| * | Doc updates, robustified multiple waiter queue tests. | Ryan Williams | 2010-01-28 | 2 | -40/+13 |
| * | test_urllib2 is a bit funky | Ryan Williams | 2010-01-28 | 1 | -0/+1 |
| * | Added assertions about deadness of greenthreads. | Ryan Williams | 2010-01-26 | 1 | -3/+13 |
| * | Fix for waitall with nothing running | Gregory Holt | 2010-01-26 | 1 | -1/+6 |
| * | Moved a test. | Ryan Williams | 2010-01-25 | 2 | -37/+40 |
| * | Removed my silly prints | Gregory Holt | 2010-01-21 | 1 | -4/+4 |
| * | Patch and test for keepalive and chunked transfer-encoding | Gregory Holt | 2010-01-21 | 1 | -0/+17 |
| * | Add queue to stdlib tests. | Ryan Williams | 2010-01-23 | 1 | -0/+1 |
| * | Added getting() and putting() methods to the Queue class, replaced coros.queu... | Ryan Williams | 2010-01-23 | 1 | -9/+5 |
| * | Added eventlet.green.Queue, and refactored the queue module so that it's actu... | Ryan Williams | 2010-01-23 | 2 | -1/+14 |
| * | Found a minor bug in greenpool, added a test for it, and finished converting ... | Ryan Williams | 2010-01-20 | 1 | -8/+26 |
| * | Fixed a buncha things noticed during a code review. | Ryan Williams | 2010-01-18 | 1 | -6/+7 |
| * | Doc improvements, removed docs for coros and proc modules. | Ryan Williams | 2010-01-18 | 1 | -0/+1 |
| * | Updated NEWS, added GreenPool.starmap, fixed the annoying intermittent test f... | Ryan Williams | 2010-01-18 | 1 | -0/+4 |
| * | Fixed bug in tpool.killall, also another slight bug in the pollhub, and added... | Ryan Williams | 2010-01-18 | 1 | -0/+9 |
| * | Removed api module dependency in pyevent hub. | Ryan Williams | 2010-01-18 | 1 | -1/+2 |
| * | Removed unnecessary setup() call in tpool_test. | Ryan Williams | 2010-01-18 | 2 | -3/+1 |
| * | Cleaned up link implementation in greenthread, added greenthread test module,... | Ryan Williams | 2010-01-18 | 2 | -9/+71 |
| * | Converted Actor to use GreenPool. | Ryan Williams | 2010-01-17 | 1 | -2/+0 |
| * | Moved Event to its own module. More cycle-breaking! | Ryan Williams | 2010-01-17 | 4 | -27/+29 |
| * | Replaced tcp_listener and connect_tcp in greenio_test.py | Ryan Williams | 2010-01-17 | 1 | -18/+43 |
| * | Sleep in greenio_test | Ryan Williams | 2010-01-17 | 1 | -2/+3 |
| * | Moved greenio_test to new APIs, created a new debug_test to test that module. | Ryan Williams | 2010-01-17 | 2 | -57/+76 |
| * | Converted wsgi_test.py to new APIs. | Ryan Williams | 2010-01-17 | 1 | -7/+8 |
| * | Ported saranwrap_test to new apis. | Ryan Williams | 2010-01-17 | 1 | -9/+8 |
| * | Moved semaphore classes into their own module. | Ryan Williams | 2010-01-17 | 1 | -8/+10 |
| * | Split off event_test from coros_test, refactored some of the interfaces. | Ryan Williams | 2010-01-17 | 2 | -85/+89 |
| * | Taking test_socketserver out of rotation for now. | Ryan Williams | 2010-01-17 | 1 | -2/+2 |
| * | Merge | Ryan Williams | 2010-01-17 | 1 | -1/+4 |
| |\ |
|
| | * | Disabling tpool on darwin, disabling a misbehaving test. | Ryan Williams | 2010-01-17 | 1 | -1/+4 |
| * | | Bumping up stress test timeouts for minilla. | Ryan Williams | 2010-01-15 | 1 | -1/+1 |
| * | | Converted wsgi to use GreenPool. | Ryan Williams | 2010-01-15 | 1 | -2/+2 |
| |/ |
|
| * | Fixed a few rare errors revealed by copious testing, moved long-duration tpoo... | Ryan Williams | 2010-01-15 | 1 | -51/+47 |
| * | Switched to begin() for hub initialization because beforeContext doesn't get ... | Ryan Williams | 2010-01-15 | 1 | -1/+1 |
| * | 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 |
| * | Fixed tests that were making assumptions about waiter order on queues. | Ryan Williams | 2010-01-14 | 2 | -13/+13 |
| * | Merge | Ryan Williams | 2010-01-14 | 9 | -151/+1000 |
| |\ |
|
| | * | Added Queue class ported from gevent, with tests. | Ryan Williams | 2010-01-14 | 1 | -0/+312 |
| | * | Upgraded wsgi tests. Reversed logic in hub's exception squelching so it's co... | Ryan Williams | 2010-01-12 | 1 | -18/+15 |