summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | There seems to be a problem with setuptools_scm.
* 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
| | | | It's not available in the concurrent.futures backport.
* 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
| | | | Fixes #362.
* 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
| | | | Fixes #484.
* 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
| | | | Fixes #438.
* 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
| | | | Closes #311.
* Reordered changelog itemsAlex Grönholm2021-01-111-4/+4
|
* Fixed inability to schedule wrapped functionsAlex Grönholm2021-01-114-9/+32
| | | | Closes #363.
* 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
| | | | Fixes #406. Closes #418.
* Fixed scheduler shutdown hanging after trying to start it twiceAlex Grönholm2021-01-103-2/+8
| | | | Fixes #441.
* 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
| | | | | Thanks to yoonghm for pointing this out. Closes #452.
* Fixed a typo (#482)Tim Gates2021-01-101-1/+1
| | | | | | | | There is a small typo in docs/versionhistory.rst. Should read `concurrently` rather than `concurrenctly`. (cherry picked from commit 63c3b9260d01d93a2144c1e526261d5e4f1ab4a6)
* 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
| | | Fixes #291.
* 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
| | | | (#467)
* 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
| | | | Pytest 6.0 breaks test collection on Python 3.5.
* Pinned tzlocal version to < 3.0Alex Grönholm2020-09-272-1/+2
| | | | | The tzlocal major update breaks backwards compatibility. Fixes #461.
* remove a lineJocky Chiang2020-08-041-2/+1
| | | | The line of "from apscheduler.scheduler import BlockingScheduler" is misleading. It doesn't seem to work correctly. Use "from apscheduler.schedulers.blocking import BlockingScheduler"
* 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
| | | | function "os.path.join" return "\" on windows, it can't work on zookeeper replace os.path.join to "/", make apscheduler to support windows
* Hours are 24 hour formatTim2020-03-221-2/+2
| | | | Every monday at 2PM and 3PM would be 14 and 15 respectively. I changed the example to include am and pm
* 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
| | | | Fixes #403.
* Fixed compatibility with pytest 4+Alex Grönholm2019-11-042-18/+14
| | | | Fixes #401.
* 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
|