summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed inability to schedule wrapped functionsAlex Grönholm2021-01-111-1/+2
* Dropped support for Python 3.4Alex Grönholm2021-01-111-1/+1
* Upgraded mongodb job store to PyMongo 3.0Alex Grönholm2020-10-061-1/+1
* Pinned pytest to < 6.0Alex Grönholm2020-10-061-1/+1
* Pinned tzlocal version to < 3.0Alex Grönholm2020-09-271-1/+1
* Fixed compatibility with pytest 4+Alex Grönholm2019-11-041-1/+1
* Adapted RethinkDBJobStore to rethinkdb library v2.4+Alex Grönholm2019-03-181-1/+1
* Adapted RedisJobStore to use the redis 3.0+ libraryAlex Grönholm2018-12-051-1/+1
* Added the API reference to the side bar (#345)Nikita Melentev2018-11-291-1/+5
* Fixed test suite not running on Python 3.4Alex Grönholm2018-08-151-1/+2
* Added Python 3.7 compatibilityAlex Grönholm2018-08-151-2/+3
* Limited Pytest to <3.7 due to a recursion error at collectionAlex Grönholm2018-08-101-1/+1
* Fixed Tornado tests breakingAlex Grönholm2018-03-241-1/+1
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-191-1/+3
* Removed pytest-catchlog from test requirementsAlex Grönholm2017-12-091-1/+0
* 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-101-2/+0
* Renamed ZookeeperJobStore to ZooKeeperJobStore in setup.py (#199)Jose Ignacio Villar2017-04-231-1/+1
* Added tests and classifier for Python 3.6Alex Grönholm2016-12-241-1/+2
* Moved testing dependencies to extras from tox.iniAlex Grönholm2016-11-051-4/+12
* Added coroutine support for asyncio and Tornado executors (fixes #96, #98)Alex Grönholm2016-09-151-0/+2
* Added conditional dependencies to extras_requireAlex Grönholm2016-09-141-9/+18
* Zookeeper jobstore support (#144)Jose Ignacio Villar2016-07-031-1/+2
* Backtracked on enum useAlex Grönholm2016-06-131-2/+1
* Reverted the setuptools dependency bumpAlex Grönholm2016-04-211-1/+1
* Added the ability to pause and resume job processing in the schedulerAlex Grönholm2016-04-101-2/+3
* Upgraded setuptools requirement (fixes #123)Alex Grönholm2016-04-061-1/+1
* Set a minimum version for tzlocal to prevent CentOS related issue reportsv3.1.0Alex Grönholm2016-04-021-1/+1
* Corrected the author name in setup.pyAlex Grönholm2016-04-021-1/+1
* Migrated to setuptools_scmAlex Grönholm2016-04-021-3/+7
* Migrated code to GithubAlex Grönholm2016-03-271-1/+1
* Made "funcsigs" a mandatory dependency on Python 2Alex Grönholm2015-12-101-1/+1
* Removed (official) Python 2.6 supportAlex Grönholm2015-12-101-5/+8
* Removed py.test harness and the conditional dependencies in install_requiresAlex Grönholm2015-12-051-20/+1
* Migrated to a more modern way for specifying conditional dependencies for wheelsAlex Grönholm2015-06-141-0/+4
* Require a new enough version of setuptools for entry points to work properlyAlex Grönholm2015-03-091-1/+1
* Merged agronholm/apscheduler into masterAllen Sanabria2014-06-301-1/+1
|\
| * Added a minimum version requirement for sixAlex Grönholm2014-06-301-1/+1
* | Added rethinkdb to setup.pyAllen Sanabria2014-06-301-0/+1
|/
* Added entry points for executors and job stores tooAlex Grönholm2014-06-161-0/+14
* Skip coverage reporting until a reliable method for doing so can be foundAlex Grönholm2014-05-261-1/+1
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...Alex Grönholm2014-05-191-2/+2
* Added Python 3.4 to the list of supported Python versionAlex Grönholm2014-04-121-1/+2
* Improved timezone support especially for the pytz module.Curtis Vogt2014-04-081-1/+1
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-1/+5
* Add the required dependencies and the test command override to get "python se...Alex Grönholm2014-02-021-1/+2
* Migrated from nose to py.testAlex Grönholm2014-01-201-3/+15
* Added timezone awarenessAlex Grönholm2013-07-271-0/+1
* Removed trigger specific methods from Scheduler, making the API more genericAlex Grönholm2013-06-291-8/+12
* Changed line length limit from 79 characters to 120 and reformatted the code ...Alex Grönholm2013-03-031-5/+2