summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* docVictor Stinner2014-11-211-1/+2
* add link to eventlet & greenletVictor Stinner2014-11-212-6/+20
* _Selector.select() doesn't use polling anymoreVictor Stinner2014-11-211-6/+9
* convert README to a sphinx documentationVictor Stinner2014-11-215-296/+1012
* Add the link_future() functionVictor Stinner2014-11-213-40/+68
* Add the wrap_greenthread() functionVictor Stinner2014-11-214-19/+86
* Port tests to asyncio 3.4.1Victor Stinner2014-11-211-14/+18
* example to chain a task with a coroutineVictor Stinner2014-11-211-8/+70
* call_soon() now detects automatically switch to call_soon_threadsafe() ifVictor Stinner2014-11-213-24/+25
* Test for chain coroutine to greenthreadVictor Stinner2014-11-211-0/+104
* Only set "debug_exceptions" of the eventlet hub when the debug mode of theVictor Stinner2014-11-212-0/+4
* Add more complex coroutine exampleVictor Stinner2014-11-211-1/+31
* runtests.py pass with trollius 0.3Victor Stinner2014-11-212-3/+5
* write docVictor Stinner2014-11-211-1/+62
* In debug mode, detect calls to call_soon() from greenthreads which are notVictor Stinner2014-11-213-1/+51
* cleanup testsVictor Stinner2014-11-212-3/+0
* add eventlet testsVictor Stinner2014-11-211-0/+26
* cleanup codeVictor Stinner2014-11-211-36/+20
* Reuse also the _process_events() method from asyncio/trolliusVictor Stinner2014-11-211-27/+16
* inherit from SelectorEventLoop to avoid duplicated codeVictor Stinner2014-11-211-225/+4
* Rewrite add_reader/add_writer to implement the selectors APIVictor Stinner2014-11-211-83/+119
* add_reader() and add_writer() now cancels the previous handleVictor Stinner2014-11-203-12/+102
* update the release process; set version to 0.2Victor Stinner2014-11-201-4/+9
* changelogVictor Stinner2014-11-201-0/+7
* eventlet: importlib+Python 3Victor Stinner2014-11-201-2/+4
* remove more dead codeVictor Stinner2014-11-202-22/+3
* Force a call to set_debug() to set hub.debug_blockingVictor Stinner2014-11-201-0/+3
* eventlet issuesVictor Stinner2014-11-201-0/+12
* Fix test_tcp_hello(): wait until the server is listeningVictor Stinner2014-11-201-2/+6
* Setting debug mode of the event loop doesn't enable "debug_blocking" ofVictor Stinner2014-11-202-2/+10
* Reuse the event loop policy from asyncio/trolliusVictor Stinner2014-11-202-45/+24
* tox: tests also monkey-patchingVictor Stinner2014-11-202-3/+16
* eventlet & py3Victor Stinner2014-11-201-0/+21
* remove dead codeVictor Stinner2014-11-201-12/+0
* Reuse call_soon/call_soon_threadsafe from asyncio/trolliusVictor Stinner2014-11-202-76/+57
* Remove custom call_at/call_later, use asyncio/trollius codeVictor Stinner2014-11-201-9/+0
* Add tox.ini to run tests with toxVictor Stinner2014-11-202-0/+73
* port tests to python 2.6Victor Stinner2014-11-201-1/+5
* Simplify the loop iteration: remove custom code to reuse instead theVictor Stinner2014-11-202-221/+17
* Rewrite the code handling file descriptors to ensure that the listener is onlyVictor Stinner2014-11-202-9/+102
* fix test_timer on windowsVictor Stinner2014-11-201-4/+4
* ajust error message for reentrant call to run_forever()Victor Stinner2014-11-201-1/+1
* Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the eventVictor Stinner2014-11-203-3/+8
* update READMEVictor Stinner2014-11-201-8/+1
* aiogreen patchs asyncio/trollius to cancel monkey-patchingVictor Stinner2014-11-192-7/+28
* Fix _TpoolExecutor: shutdown() calls eventlet.tpool.killall()Victor Stinner2014-11-191-1/+1
* use the original socket moduleVictor Stinner2014-11-191-14/+16
* If eventlet monkey patched the thread module, use eventlet.tpool as the defaultVictor Stinner2014-11-192-5/+24
* runtests.py: add --monkey-patch/-m command line optionVictor Stinner2014-11-191-0/+9
* tests: each file is now executableVictor Stinner2014-11-196-0/+30