summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dropped support for Python 2.5Alex Grönholm2013-03-031-1/+0
* Allow running setup.py from other directories too (fixes #20)Alex Grönholm2012-10-181-1/+7
* Fixed PEP 8 issuesAlex Grönholm2012-09-041-10/+10
* Dropped Python 2.4 support; test the PyMongo job store on Jython tooAlex Grönholm2012-09-041-2/+0
* Bumped up version; added examples, documentation sources and unit tests to th...v2.0.3Alex Grönholm2012-04-021-1/+1
* Renamed CHANGES.txt and README.txt to CHANGES.rst and README.rst respectively...agronholm2011-01-231-1/+1
* Extended the range of supported Python versions to Python 3.2agronholm2011-01-231-0/+1
* Readded the Python 3 classifier so APScheduler will show up on PyPI's Python ...agronholm2010-12-181-0/+1
* Updated packages list and classifiersagronholm2010-08-121-2/+2
* Started v2.0 development -- jobstores, job execution in threadpool, per-job n...agronholm2010-07-221-6/+13
* Updated version numberv1.3.1agronholm2010-05-201-1/+1
* Changed version number to 1.3, added changelog entriesv1.3agronholm2010-05-191-1/+1
* Forgot to update the version numberv1.2.1agronholm2010-05-091-1/+1
* Moved the sources to the top level, removed the "src" directoryagronholm2010-03-211-1/+0