summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Ensured that jitter is always positive (#416)Alex Grönholm2021-01-103-35/+6
* 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
* 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
* Pinned tzlocal version to < 3.0Alex Grönholm2020-09-272-1/+2
* remove a lineJocky Chiang2020-08-041-2/+1
* 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
* Hours are 24 hour formatTim2020-03-221-2/+2
* 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