summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [3.x] Fix pkg_resources deprecation - use importlib.metadata when available ↵3.xRan Benita2023-04-043-10/+25
| | | | | | | | | | | | | | | | | | (#726) * Fix pkg_resources deprecation - use importlib.metadata when available Usage of pkg_resources now emits a deprecation warning. It is also quite slow (just importing it). Use importlib.metadata instead which is the recommended alternative. * Use importlib-metadata backport for older pythons * Removed setuptools as a run-time dependency --------- Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
* Fixed TypeError in QtScheduler3.10.1Alex Grönholm2023-03-032-1/+8
| | | | Fixes #687.
* Updated actions3.10.0Alex Grönholm2023-02-012-11/+10
|
* Dropped support for Python < 3.6Alex Grönholm2023-02-018-48/+15
|
* Fixed compatibility with SQLAlchemy 2.0Alex Grönholm2023-02-013-31/+44
| | | | | This also bumps the minimum SQLAlchemy version to 1.4. Fixes #707. Fixes #705.
* Removed a leftover check for pytz timezones3.9.1Alex Grönholm2022-02-274-4/+9
| | | | Fixes #599.
* Added the publish workflow3.9.0.post1Alex Grönholm2022-02-241-0/+28
|
* Added the release versionv3.9.03.9.0Alex Grönholm2022-02-231-2/+2
|
* Mentioned PySide6 in READMEAlex Grönholm2022-02-101-0/+1
|
* Fixed the qt example so it works with PySide6Alex Grönholm2022-02-101-2/+5
|
* Added support for PySide6 to the Qt schedulerAlex Grönholm2022-02-104-8/+13
|
* Replaced the Google group with the GitHub discussion forumAlex Grönholm2022-02-101-1/+1
|
* Fixed RuntimeError when shutting down the scheduler from a scheduled jobAlex Grönholm2022-02-102-3/+4
| | | | Fixes #285.
* Fixed pytz deprecation warningsAlex Grönholm2022-02-105-17/+23
|
* Updated the badgesAlex Grönholm2022-02-101-2/+5
|
* Use the standard tzinfo tzname() method instead of the pytz attributeAlex Grönholm2022-02-102-2/+2
| | | | This avoids one of the deprecation warnings.
* Added classifiers for Python 3.8 to 3.10Alex Grönholm2022-02-092-2/+5
|
* Fixed pytest-asyncio warningsAlex Grönholm2022-02-091-0/+1
|
* Skip RethinkDB tests on Python 3.10+Alex Grönholm2022-02-091-0/+4
|
* Fixed compatibility with PyMongo 4Alex Grönholm2022-02-092-2/+8
|
* Replaced Travis CI with Github ActionsAlex Grönholm2021-11-043-62/+49
|
* Added the release versionv3.8.13.8.1Alex Grönholm2021-10-241-2/+2
|
* Allowed tzlocal v4+ in addition to v2Alex Grönholm2021-10-102-1/+7
| | | | Fixes #554.
* 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
|