summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed testsupgrade-tzlocalAlex Grönholm2021-10-092-12/+2
* Enabled the use of tzlocal 4+Alex Grönholm2021-10-097-17/+30
* Updated the version history3.8.0Alex Grönholm2021-09-241-0/+7
* Removed PyPy from the test matrixAlex Grönholm2021-09-241-6/+2
* Fixed links to point to the 3.x branchAlex Grönholm2021-09-241-5/+5
* Exposed kwargs of underlying ThreadPool and ProcessPool executors (#546)Albert Xu2021-09-101-4/+10
* 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-193-0/+10
* Added mention of flask-apscheduler to READMEAlex Grönholm2021-01-181-0/+1
* Conditionally import BrokenProcessPoolAlex Grönholm2021-01-171-1/+5
* Documented the None value for misfire_grace_timeAlex Grönholm2021-01-172-2/+2
* Skip test_broken_pool on py2.7Alex Grönholm2021-01-171-7/+8
* Fixed broken process pool executor issueAlex Grönholm2021-01-173-2/+43
* 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-132-1/+10
* 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-112-2/+4
* Allow Job to be weak-referenced (#470)Bar Harel2021-01-112-1/+11
* Added mention of django-apscheduler to READMEAlex Grönholm2021-01-111-0/+5
* Reordered changelog itemsAlex Grönholm2021-01-111-4/+4
* Fixed inability to schedule wrapped functionsAlex Grönholm2021-01-114-9/+32
* Dropped support for Python 3.4Alex Grönholm2021-01-114-6/+3
* Fixed memory leak when coroutine jobs raise exceptionsAlex Grönholm2021-01-103-1/+27
* Fixed scheduler shutdown hanging after trying to start it twiceAlex Grönholm2021-01-103-2/+8
* Updated triggers' API documentation for PR #416Alex Grönholm2021-01-103-4/+4
* Fixed minor issue with CronTrigger API documentationAlex Grönholm2021-01-101-1/+1
* 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-103-35/+6
* Fixed flake8 errors (#480)Abdulla Ibrahim2020-12-072-3/+4
* Added PySide2 support (#477)Abdulla Ibrahim2020-12-034-5/+12
* Fixed textual referenced bound methods issue on persistent job stores #466 (#...Pengjie Song (宋鹏捷)2020-10-072-4/+22
* Upgraded mongodb job store to PyMongo 3.0Alex Grönholm2020-10-063-7/+9
* Pinned pytest to < 6.0Alex Grönholm2020-10-061-1/+1
* Pinned tzlocal version to < 3.0Alex Grönholm2020-09-272-1/+2
* remove a lineJocky Chiang2020-08-041-2/+1
* Updated the changelogAlex Grönholm2020-04-221-0/+7
* Switched to latest PyPy versionsAlex Grönholm2020-04-221-2/+2
* Fix zookeeper plugin Bug on windowsLaurel-rao2020-04-221-6/+5
* Hours are 24 hour formatTim2020-03-221-2/+2
* Replaced tox-pip-version with download = trueAlex Grönholm2020-01-112-2/+2
* Fixed test failure on Python 3.4Alex Grönholm2020-01-111-1/+1
* Fixed PyQT5 wheels not being installedAlex Grönholm2020-01-112-1/+2
* Fixed ImportError on py2.7 if trollius not installedv3.6.3Alex Grönholm2019-11-052-1/+11
* Fixed compatibility with pytest 4+Alex Grönholm2019-11-042-18/+14
* Updated version history and added the release versionv3.6.2Alex Grönholm2019-11-041-0/+7
* Fixed tox run on Python 3.4Alex Grönholm2019-10-171-0/+3
* Adapted the code for the 3.x branchAlex Grönholm2019-10-174-26/+29
* Updated per suggestions from @agronholm.shipmints2019-10-174-17/+18