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