summaryrefslogtreecommitdiff
path: root/trollius/coroutines.py
Commit message (Expand)AuthorAgeFilesLines
* Return destructor logs the source traceback in debug modeVictor Stinner2014-11-071-2/+16
* Catch SyntaxError when importing asyncio for convenience: ignore SyntaxErrorVictor Stinner2014-07-251-8/+4
* Fix support of asyncio coroutines in debug mode.Victor Stinner2014-07-251-0/+15
* Trollius issue #13: as_completed(), @coroutine, gather(), run_until_complete(),Victor Stinner2014-07-251-2/+3
* Fix Trollius issue #9: @trollius.coroutine now works on callbable objectsVictor Stinner2014-07-221-12/+64
* Fix iscoroutine() for old version of asyncioVictor Stinner2014-07-211-1/+1
* Merge Tulip into Trollius; tox: use runtests.py instead of nosetestsVictor Stinner2014-07-121-9/+3
* Merge Tulip into TrolliusVictor Stinner2014-07-111-6/+18
* Merge Tulip into TrolliusVictor Stinner2014-07-071-28/+38
* Merge Tulip into TrolliusVictor Stinner2014-06-291-1/+25
* Fix for asyncio coroutines when passing tuple value in debug mode.Victor Stinner2014-06-271-7/+46
* Merge Tulip into TrolliusVictor Stinner2014-06-271-8/+12
* Don't use sys.flags.ignore_environment anymoreVictor Stinner2014-06-181-2/+1
* On Python 2, define the __wrapped__ attribute, so _get_function_source() canVictor Stinner2014-06-181-0/+4
* Merge with TulipVictor Stinner2014-06-181-4/+6
* Rename PYTHONASYNCIODEBUG envrionment variable to TROLLIUSDEBUGVictor Stinner2014-06-181-1/+1
* iscoroutine() now also supports asyncio.CoroWrapperVictor Stinner2014-06-111-1/+8
* Suppport yield from a trollius coroutine in an asyncio coroutineVictor Stinner2014-06-111-14/+36
* Replace asyncio with trolliusVictor Stinner2014-05-201-1/+1
* Rename the "asyncio" module to "trollius" to support Python 3.4Victor Stinner2014-05-201-0/+147