summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* set version to 0.5Victor Stinner2014-12-031-2/+2
|
* prepare release 0.40.4Victor Stinner2014-12-031-4/+4
|
* document api changeVictor Stinner2014-12-031-0/+4
|
* fix reST syntaxVictor Stinner2014-12-031-2/+2
|
* rename the project from aiogreen to aioeventletVictor Stinner2014-12-038-78/+79
|
* Rename the link_future() function to yield_future()Victor Stinner2014-12-034-7/+12
| | | | Set also the version to 0.4
* see alsoVictor Stinner2014-11-261-2/+12
|
* wrap_greenthread(): catch missing run attributeVictor Stinner2014-11-241-0/+2
| | | | Add 2 tests: no run attribute, wrap exception.
* openstack: 2 patches for oslo messagingVictor Stinner2014-11-241-0/+4
|
* prepare release 0.30.3Victor Stinner2014-11-231-2/+2
|
* 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
| | | | | | | mode: disable eventlet "debug_blocking", it is implemented with the SIGALRM signal, but signal handlers can only be set in the main thread. Add a test: run an event loop in a thread different than the main thread.
* 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
| | | | the aiogreen event loop.
* 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
| | | | event loop stops.
* fix testsVictor Stinner2014-11-211-0/+2
| | | | | * add mock dependency in tox.ini for python older than 3.3 * set tox minimum version to 1.4: set basepython for python older than 3.3
* wrap_greenthread() now raises an exception if the greenthread is runningVictor Stinner2014-11-213-12/+11
| | | | or already finished.
* In debug mode, wrap_greenthread() now logs a warning if the greenthead isVictor Stinner2014-11-211-2/+0
| | | | running
* 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