summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Updated the version history3.8.0Alex Grönholm2021-09-241-0/+7
* Fixed Github links to point to the 3.x branchAlex Grönholm2021-08-2915-16/+16
* Added the release versionv3.7.0Alex Grönholm2021-01-191-2/+2
* Made the schedulers explicitly raise a descriptive TypeErrorAlex Grönholm2021-01-191-0/+1
* Fixed broken process pool executor issueAlex Grönholm2021-01-171-0/+2
* Get the asyncio event loop in start() and not in __init()__Alex Grönholm2021-01-131-0/+3
* Added news items for PRs #467 and #470Alex Grönholm2021-01-111-0/+3
* Fixed potential where clause error in the SQLAlchemy job storeAlex Grönholm2021-01-111-0/+2
* Reordered changelog itemsAlex Grönholm2021-01-111-4/+4
* Fixed inability to schedule wrapped functionsAlex Grönholm2021-01-111-0/+2
* Dropped support for Python 3.4Alex Grönholm2021-01-111-0/+1
* Fixed memory leak when coroutine jobs raise exceptionsAlex Grönholm2021-01-101-0/+1
* Fixed scheduler shutdown hanging after trying to start it twiceAlex Grönholm2021-01-101-0/+2
* Fixed a typo (#482)Tim Gates2021-01-101-1/+1
* Updated changelog for PR #477Alex Grönholm2021-01-101-0/+1
* Ensured that jitter is always positive (#416)Alex Grönholm2021-01-101-0/+2
* Added PySide2 support (#477)Abdulla Ibrahim2020-12-031-1/+1
* Upgraded mongodb job store to PyMongo 3.0Alex Grönholm2020-10-061-0/+2
* Pinned tzlocal version to < 3.0Alex Grönholm2020-09-271-0/+1
* remove a lineJocky Chiang2020-08-041-2/+1
* Updated the changelogAlex Grönholm2020-04-221-0/+7
* Hours are 24 hour formatTim2020-03-221-2/+2
* Fixed ImportError on py2.7 if trollius not installedv3.6.3Alex Grönholm2019-11-051-0/+6
* Updated version history and added the release versionv3.6.2Alex Grönholm2019-11-041-0/+7
* Updated the changelogv3.6.1Alex Grönholm2019-07-191-0/+9
* Fixed wrong method name in documentation (#374)Xingang Zhang2019-06-061-1/+1
* Added the release versionv3.6.0Alex Grönholm2019-03-181-2/+2
* Adapted RethinkDBJobStore to rethinkdb library v2.4+Alex Grönholm2019-03-181-0/+1
* Added a FAQ entry about serialization related ValueErrorsAlex Grönholm2019-02-031-0/+30
* Added note in changelog about PR #347Alex Grönholm2018-12-051-1/+1
* Adapted RedisJobStore to use the redis 3.0+ libraryAlex Grönholm2018-12-051-0/+6
* Added the API reference to the side bar (#345)Nikita Melentev2018-11-293-7/+4
* Fixed class methods being mistaken for instance methodsv3.5.3Alex Grönholm2018-08-141-0/+2
* Fixed callable name detection for methods in old style classesAlex Grönholm2018-08-141-0/+6
* Raise RuntimeError if starting the scheduler under uWSGI without threadsv3.5.2Alex Grönholm2018-08-101-0/+2
* Added the FAQ to the docsAlex Grönholm2018-08-104-0/+102
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-101-0/+8
* Removed outdated Python 3 gevent remark (#316)Ruben Diaz2018-06-011-3/+0
* Fixed missing :class: in a reference in the user guide (#298)nwalsh19952018-03-241-1/+1
* Fix typo (#278)Alfredos-Panagiotis Damkalis2018-01-241-1/+1
* Added support for UTC offsets in datetime parsingAlex Grönholm2018-01-161-0/+3
* Fixed erroneous changelog entry about month names in ``CronTrigger``Alex Grönholm2018-01-161-1/+1
* Fixed CronTrigger with jitter producing fire times beyond end_dateAlex Grönholm2018-01-031-0/+3
* Fixed OverflowError on Windows when wait_seconds was too largeAlex Grönholm2018-01-031-0/+6
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-194-2/+43
* Added a troubleshooting sectionAlex Grönholm2017-12-191-0/+16
* Cancel all pending futures on AsyncIOExecutor shutdownAlex Grönholm2017-12-131-0/+2
* Fixed passing "wait" as keyword argument to AsyncIOScheduler.shutdown()Alex Grönholm2017-12-131-0/+2
* Allow spaces around commas in CronTrigger fieldsAlex Grönholm2017-12-121-0/+2
* Added support for creating cron triggers from crontab expressionsAlex Grönholm2017-12-122-0/+5