summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added Gitter webhookv3.4.0Alex Grönholm2017-10-211-0/+3
* Mentioned the Gitter room in READMEAlex Grönholm2017-10-211-15/+19
* Formatted list items in changelog to be consistent with previous onesAlex Grönholm2017-10-211-0/+2
* Moved the PyPy test jobs to the topAlex Grönholm2017-10-211-8/+8
* Made the deploy stage conditionalAlex Grönholm2017-10-211-1/+6
* Test against PyQT5 on Python 3.6 tooAlex Grönholm2017-10-211-1/+1
* Added docker-compose configuration to facilitate testingAlex Grönholm2017-10-213-19/+41
* Updated the docs to conform to the 99 column limitAlex Grönholm2017-10-215-173/+209
* Added a workaround for import troubles with PyInstaller et alAlex Grönholm2017-10-212-2/+10
* Added documentation and changelog entry for the "tableschema" argumentAlex Grönholm2017-10-212-0/+4
* Moved coverage configuration to setup.cfgAlex Grönholm2017-10-212-5/+6
* Fixed minor error in Travis deployment configurationAlex Grönholm2017-10-101-1/+1
* Fixed PyPy3 test failureAlex Grönholm2017-10-101-0/+3
* Adding optional schema argument to SQLAlchemy (#224)Meir Tseitlin2017-10-101-2/+3
* Fixed asyncio tests on Python 3.4Alex Grönholm2017-10-101-1/+1
* Updated Travis/tox configuration and the supported Python interpretersAlex Grönholm2017-10-104-37/+52
* Added missing single quote in documentationYong-Lee2017-05-171-1/+1
* Use getfixturevalue() instead of the deprecated getfuncargvalue()Alex Grönholm2017-04-231-2/+2
* Renamed ZookeeperJobStore to ZooKeeperJobStore in setup.py (#199)Jose Ignacio Villar2017-04-231-1/+1
* Use tuple in catching exceptions (#196)Pieter Eendebak2017-04-021-1/+1
* Fixed case where both Qt4 and Qt5 are installed, but Qt4 is already imported ...Pieter Eendebak2017-04-021-1/+1
* Fixed description in removed event (#188)Jun2017-02-251-1/+1
* Updated version historyAlex Grönholm2016-12-291-0/+6
* Updated tox-travis configuration syntaxv3.3.13.3.1Alex Grönholm2016-12-281-6/+7
* Added tests and classifier for Python 3.6Alex Grönholm2016-12-243-12/+15
* Update super call to support Python 2.7 (#171)Or Weis2016-11-241-1/+1
* Fixed flake8 errorAlex Grönholm2016-11-211-0/+1
* Added example code for creating an RPC service around APSchedulerAlex Grönholm2016-11-212-0/+73
* Added Travis PyPI deploy configurationAlex Grönholm2016-11-061-0/+11
* Removed erroneous changelog entryv3.3.0Alex Grönholm2016-11-061-2/+0
* Fixed @scheduled_job not playing nice with persistent job stores (fixes #150)Alex Grönholm2016-11-064-16/+35
* Moved testing dependencies to extras from tox.iniAlex Grönholm2016-11-052-17/+19
* Install PyQt5 when testing on Python 3.5Alex Grönholm2016-11-051-0/+1
* Fixed passing start_time and/or end_time to CronTrigger and IntervalTrigger a...Alex Grönholm2016-11-053-4/+22
* Use the official ZooKeeper image in Travis testsAlex Grönholm2016-11-051-2/+2
* Fixed scheduler loop breaking if the job store fails (fixes #109)Alex Grönholm2016-11-052-2/+24
* Added coroutine support for asyncio and Tornado executors (fixes #96, #98)Alex Grönholm2016-09-1510-5/+229
* Replace pytest's norecursedirs with testpaths in setup.cfgAlex Grönholm2016-09-151-1/+1
* Added conditional dependencies to extras_requireAlex Grönholm2016-09-141-9/+18
* Renamed pytest section in setup.cfg to avoid the warningAlex Grönholm2016-08-311-1/+1
* Fixed CronTrigger's range expression allowing values outside of the rangeAlex Grönholm2016-08-023-16/+21
* Fixed a copy paste error in asyncio scheduler example docstring (#153)AntonKorobkov2016-08-011-1/+1
* Fixed positional weekday position expressions failing on Python 3Alex Grönholm2016-08-012-1/+3
* Added requirements.txt for building documentationAlex Grönholm2016-07-231-0/+7
* Updated jobstore related documentation and examplesAlex Grönholm2016-07-165-2/+86
* Renamed ZookeeperJobStore to ZooKeeperJobStoreAlex Grönholm2016-07-162-10/+10
* Removed unnecessary port mappings for ZooKeeperAlex Grönholm2016-07-141-1/+1
* Updated version historyAlex Grönholm2016-07-141-0/+9
* Added tests for the import fix in ref_to_obj()Alex Grönholm2016-07-142-1/+11
* Cleaned up importsAlex Grönholm2016-07-141-0/+3