summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Properly unwrap partial async functions to direct them to the correct async s...shipmints2019-10-174-4/+35
* Updated the changelogv3.6.1Alex Grönholm2019-07-191-0/+9
* Fixed OverflowError on QT scheduler if the wait time is very longAlex Grönholm2019-06-231-1/+2
* Fixed wrong method name in documentation (#374)Xingang Zhang2019-06-061-1/+1
* Fixed methods inherited from base class could not be executed by processpool ...Yang Jian2019-03-222-3/+24
* Refactored the Travis configurationAlex Grönholm2019-03-181-19/+12
* Added the release versionv3.6.0Alex Grönholm2019-03-181-2/+2
* Replaced @yield_fixture with @fixtureAlex Grönholm2019-03-183-12/+12
* Adapted RethinkDBJobStore to rethinkdb library v2.4+Alex Grönholm2019-03-184-20/+23
* Removed skipping of Gevent tests on Python 3.7Alex Grönholm2019-03-181-2/+0
* Added a FAQ entry about serialization related ValueErrorsAlex Grönholm2019-02-031-0/+30
* Removed duplicate if statement (#359)秋葉2019-02-021-7/+6
* Removed the "sudo" flags from Travis configurationAlex Grönholm2018-12-161-3/+0
* Added .pytest_cache to .gitignoreAlex Grönholm2018-12-151-0/+1
* Correct update_job to raise with job id (#350)Ugrend2018-12-141-1/+1
* Add JobSubmissionEvent to events.py __all__ (#344)Cong2018-12-051-1/+1
* Updated Travis badge to point to travis-ci.comAlex Grönholm2018-12-051-2/+2
* Fixed PyPy versions on TravisAlex Grönholm2018-12-051-2/+2
* Fixed flake8 errorsAlex Grönholm2018-12-054-12/+13
* Updated Travis configuration to work with the Xenial imageAlex Grönholm2018-12-051-21/+27
* 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-053-5/+15
* Import Iterable, Mapping from collections.abc (#347)Roman Levin2018-12-042-2/+9
* Added the API reference to the side bar (#345)Nikita Melentev2018-11-296-8/+11
* Use pip cachingAlex Grönholm2018-08-151-0/+1
* Fixed Python 3.7 Travis buildAlex Grönholm2018-08-151-0/+1
* Fixed test suite not running on Python 3.4Alex Grönholm2018-08-151-1/+2
* Only use xenial for Python 3.7 testsAlex Grönholm2018-08-151-1/+1
* Added Python 3.7 compatibilityAlex Grönholm2018-08-155-7/+22
* Fixed class methods being mistaken for instance methodsv3.5.3Alex Grönholm2018-08-143-4/+17
* Fixed callable name detection for methods in old style classesAlex Grönholm2018-08-142-1/+8
* Raise RuntimeError if starting the scheduler under uWSGI without threadsv3.5.2Alex Grönholm2018-08-102-0/+13
* Added the FAQ to the docsAlex Grönholm2018-08-104-0/+102
* Limited Pytest to <3.7 due to a recursion error at collectionAlex Grönholm2018-08-101-1/+1
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-103-1/+28
* Removed outdated Python 3 gevent remark (#316)Ruben Diaz2018-06-011-3/+0
* Removed IRC notifications from Travis testing setupAlex Grönholm2018-05-131-6/+0
* Removed mention of the IRC channelAlex Grönholm2018-05-131-1/+0
* Added a github issue templateAlex Grönholm2018-05-131-0/+33
* Fixed Tornado tests breakingAlex Grönholm2018-03-241-1/+1
* 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-163-7/+28
* Fixed erroneous changelog entry about month names in ``CronTrigger``Alex Grönholm2018-01-161-1/+1
* Prevent deadlocks in scheduler shutdown (#268)Carey Metcalfe2018-01-061-3/+4
* Fixed CronTrigger with jitter producing fire times beyond end_dateAlex Grönholm2018-01-033-3/+23
* Fixed OverflowError on Windows when wait_seconds was too largeAlex Grönholm2018-01-033-4/+13
* Fixed DeprecationWarning for get_jobs()Alex Grönholm2018-01-031-1/+1
* Bumped up the fallback versionv3.5.0Alex Grönholm2017-12-231-1/+1
* Fixed Python 2.7 compatibility in trigger testsAlex Grönholm2017-12-221-2/+2