summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* typoVictor Stinner2014-11-231-2/+2
* Fix to run an event loop in a thread different than the main thread in debugVictor Stinner2014-11-233-1/+20
* openstack: full dateVictor Stinner2014-11-221-6/+6
* link_future() only accepts coroutine objects, not coroutine functionsVictor Stinner2014-11-221-1/+1
* doc: debug modeVictor Stinner2014-11-221-0/+23
* link_future() now accepts coroutine objectsVictor Stinner2014-11-222-4/+6
* docVictor Stinner2014-11-221-14/+14
* add versionchanged to the API docVictor Stinner2014-11-221-0/+17
* link_future() now raises an exception if it is called from the greenthread ofVictor Stinner2014-11-222-0/+5
* update TODO listVictor Stinner2014-11-221-1/+0
* Fix eventlet detection of blocking tasks: cancel the alarm when the aiogreenVictor Stinner2014-11-211-0/+2
* fix testsVictor Stinner2014-11-211-0/+2
* wrap_greenthread() now raises an exception if the greenthread is runningVictor Stinner2014-11-213-12/+11
* In debug mode, wrap_greenthread() now logs a warning if the greenthead isVictor Stinner2014-11-211-2/+0
* wrap_greenthread() now also works on greenlet objectsVictor Stinner2014-11-213-1/+10
* set version to 0.3Victor Stinner2014-11-211-2/+2
* tox: add py27_old and py33_old0.2Victor Stinner2014-11-211-0/+4
* update the changelogVictor Stinner2014-11-211-2/+6
* TODOVictor Stinner2014-11-211-1/+11
* documentation; update URL in setup.pyVictor Stinner2014-11-213-33/+14
* documentationVictor Stinner2014-11-214-68/+182
* doc: add photo; add openstack sectionVictor Stinner2014-11-216-295/+473
* docVictor Stinner2014-11-211-1/+2
* add link to eventlet & greenletVictor Stinner2014-11-211-3/+10
* convert README to a sphinx documentationVictor Stinner2014-11-214-0/+990