summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.x] Fix pkg_resources deprecation - use importlib.metadata when available (...3.xRan Benita2023-04-043-10/+25
* Fixed TypeError in QtScheduler3.10.1Alex Grönholm2023-03-032-1/+8
* 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
* Removed a leftover check for pytz timezones3.9.1Alex Grönholm2022-02-274-4/+9
* 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
* 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
* 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
* 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