summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensured that jitter is always positivejitterfixAlex Grönholm2020-01-113-35/+11
* 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
* 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