summaryrefslogtreecommitdiff
path: root/apscheduler/schedulers/asyncio.py
Commit message (Expand)AuthorAgeFilesLines
* Dropped support for Python < 3.6Alex Grönholm2023-02-011-9/+1
* Fixed Python 2.7 compatibilityAlex Grönholm2021-01-171-1/+1
* Get the asyncio event loop in start() and not in __init()__Alex Grönholm2021-01-131-1/+7
* Fixed passing "wait" as keyword argument to AsyncIOScheduler.shutdown()Alex Grönholm2017-12-131-3/+4
* Added coroutine support for asyncio and Tornado executors (fixes #96, #98)Alex Grönholm2016-09-151-2/+4
* Move the wakeup() call directly to BaseScheduler.start()Alex Grönholm2016-04-101-4/+0
* Improved PEP 8 and PEP 257 compliancyAlex Grönholm2015-12-111-1/+2
* Made the wakeup() method publicAlex Grönholm2014-06-161-3/+3
* Fixed AsyncIO not getting tested on Python 3.2 and lowerAlex Grönholm2014-05-301-1/+4
* Moved scheduler documentation to the appropriate API documentation locationsAlex Grönholm2014-05-281-1/+9
* Added specific executors for supported frameworksAlex Grönholm2014-04-061-0/+4
* Implemented integration with various event loopsAlex Grönholm2014-02-241-0/+53