| Commit message (Expand) | Author | Age | Files | Lines |
| * | Made termination condition of imap non-raise-y to keep log spam down. | Ryan Williams | 2010-02-09 | 1 | -4/+8 |
| * | Dunderheaded blunder that broke thread module on 2.4. | Ryan Williams | 2010-02-09 | 1 | -1/+1 |
| * | Updated patcher.monkey_patch so it was easier to implement the util usecases.... | Ryan Williams | 2010-02-09 | 2 | -94/+63 |
| * | Merge | Ryan Williams | 2010-02-09 | 1 | -3/+11 |
| |\ |
|
| | * | Fix import errors in green.subprocess relating to version dependencies. | Ryan Williams | 2010-02-08 | 1 | -3/+11 |
| * | | Added monkeypatch stdlib tests, which test how well monkeypatching works. Un... | Ryan Williams | 2010-02-09 | 6 | -16/+28 |
| * | | Enabling printing of hub exceptions by default, because that's bitten me in t... | Ryan Williams | 2010-02-09 | 1 | -1/+1 |
| |/ |
|
| * | Tweaked the way monkey_patch works so that it'll work better if called after ... | Ryan Williams | 2010-02-07 | 8 | -6/+57 |
| * | Extended tpool's autowrap functionality to use the name of the attribute, whi... | Ryan Williams | 2010-02-06 | 2 | -20/+29 |
| * | Merge | Ryan Williams | 2010-02-05 | 1 | -0/+44 |
| |\ |
|
| | * | Added monkey_patch to patcher, as well as defaults to import_patched. With t... | Ryan Williams | 2010-02-05 | 1 | -0/+44 |
| * | | Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t... | Ryan Williams | 2010-02-05 | 4 | -56/+86 |
| * | | First cut of eventlet.green.subprocess module. Added stdlib tests as well. ... | Ryan Williams | 2010-01-29 | 2 | -4/+87 |
| |/ |
|
| * | Hiding the reset function from the docs so people don't use it. | Ryan Williams | 2010-01-29 | 1 | -20/+3 |
| * | 0.9.4 branding | Ryan Williams | 2010-01-28 | 1 | -1/+1 |
| * | Wrapped imports in try/except so as to make it easier to find out the version... | Ryan Williams | 2010-01-27 | 1 | -16/+21 |
| * | Fix for waitall with nothing running | Gregory Holt | 2010-01-26 | 1 | -2/+3 |
| * | Necessary imports to use debug.spew. | Ryan Williams | 2010-01-25 | 1 | -0/+2 |
| * | Added trampoline docs, made a note about internal APIs (and learned a bit abo... | Ryan Williams | 2010-01-25 | 1 | -1/+8 |
| * | Patch and test for keepalive and chunked transfer-encoding | Gregory Holt | 2010-01-21 | 1 | -0/+2 |
| * | Moved trampoline into hubs/__init__, which maybe is the best place for it; op... | Ryan Williams | 2010-01-24 | 7 | -51/+56 |
| * | Deprecating coros.Queue and coros.Channel | Ryan Williams | 2010-01-23 | 1 | -0/+6 |
| * | More accurate replication of stdlib queue classes. | Ryan Williams | 2010-01-23 | 1 | -1/+26 |
| * | Added getting() and putting() methods to the Queue class, replaced coros.queu... | Ryan Williams | 2010-01-23 | 2 | -9/+28 |
| * | Migrated to a queue.Queue in greenpool. | Ryan Williams | 2010-01-23 | 1 | -6/+6 |
| * | Added eventlet.green.Queue, and refactored the queue module so that it's actu... | Ryan Williams | 2010-01-23 | 2 | -43/+56 |
| * | Added debug control over exceptions in greenpool, benchmarks directory. | Ryan Williams | 2010-01-21 | 2 | -3/+6 |
| * | Found a minor bug in greenpool, added a test for it, and finished converting ... | Ryan Williams | 2010-01-20 | 1 | -2/+5 |
| * | Slight improvements to hub.py | Ryan Williams | 2010-01-20 | 1 | -5/+9 |
| * | 0.9.3 branding | Ryan Williams | 2010-01-18 | 1 | -1/+1 |
| * | Merge | Ryan Williams | 2010-01-18 | 1 | -0/+10 |
| |\ |
|
| | * | Code was correct, but only for epoll. Glad we have these tests. | Ryan Williams | 2010-01-18 | 1 | -0/+10 |
| * | | Deprecated coros.Actor, tweaked README and testing docs. | Ryan Williams | 2010-01-18 | 1 | -0/+7 |
| |/ |
|
| * | Duh | Ryan Williams | 2010-01-18 | 1 | -0/+1 |
| * | Merge | Ryan Williams | 2010-01-18 | 1 | -2/+1 |
| |\ |
|
| | * | Reverted my change from 26fa1e236f84, because it was totally incorrect. Note... | Ryan Williams | 2010-01-18 | 1 | -2/+1 |
| * | | Doc improvements | Ryan Williams | 2010-01-18 | 2 | -8/+16 |
| * | | NEWS reordering, added docs for get_hub and get_default_hub, deprecated proc ... | Ryan Williams | 2010-01-18 | 1 | -0/+5 |
| * | | NEWS reordering, added docs for get_hub and get_default_hub. | Ryan Williams | 2010-01-18 | 1 | -0/+1 |
| * | | Fixed a buncha things noticed during a code review. | Ryan Williams | 2010-01-18 | 1 | -4/+4 |
| * | | Doc improvements, removed docs for coros and proc modules. | Ryan Williams | 2010-01-18 | 6 | -57/+91 |
| |/ |
|
| * | Updated NEWS, added GreenPool.starmap, fixed the annoying intermittent test f... | Ryan Williams | 2010-01-18 | 1 | -16/+32 |
| * | Fixed bug in tpool.killall, also another slight bug in the pollhub, and added... | Ryan Williams | 2010-01-18 | 3 | -6/+10 |
| * | Removed api module dependency in pyevent hub. | Ryan Williams | 2010-01-18 | 1 | -8/+8 |
| * | Fixed doctest. | Ryan Williams | 2010-01-18 | 1 | -1/+2 |
| * | Cleaned up link implementation in greenthread, added greenthread test module,... | Ryan Williams | 2010-01-18 | 3 | -28/+64 |
| * | Converted Actor to use GreenPool. | Ryan Williams | 2010-01-17 | 1 | -2/+3 |
| * | Moved Event to its own module. More cycle-breaking! | Ryan Williams | 2010-01-17 | 7 | -196/+202 |
| * | Default size parameter for greenpools | Ryan Williams | 2010-01-17 | 1 | -2/+2 |
| * | Deprecated connect_tcp, refactored the example a little bit. | Ryan Williams | 2010-01-17 | 1 | -0/+6 |