summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation formatting fixesAlex Grönholm2022-08-171-8/+5
|
* Added warning about the pre-release statusAlex Grönholm2022-08-171-0/+4
|
* Updated the README for v4.0Alex Grönholm2022-08-141-34/+54
|
* Updated build status badge in READMEAlex Grönholm2022-04-261-2/+2
|
* Fixed documentation link in README (#544)Spaceack2021-09-021-1/+1
|
* Fixed documentation link in README (#543)StarHeart2021-08-301-1/+1
|
* Added ReadTheDocs badgeAlex Grönholm2020-05-231-0/+3
|
* Replaced Travis with Github ActionsAlex Grönholm2020-05-231-2/+2
|
* Removed the Qt schedulerAlex Grönholm2019-07-191-3/+0
|
* Updated Travis badge to point to travis-ci.comAlex Grönholm2018-12-051-2/+2
|
* Removed mention of the IRC channelAlex Grönholm2018-05-131-1/+0
| | | | Too many support requests are lost due to the nature of IRC so I'm retiring the channel as a venue for support.
* Mentioned the Gitter room in READMEAlex Grönholm2017-10-211-15/+19
|
* Updated jobstore related documentation and examplesAlex Grönholm2016-07-161-1/+2
| | | | | | Added missing API documentation pages for rethinkdb and zookeeper job stores. Also added example script for rethinkdb. Mentioned RethinkDB in README.
* Zookeeper jobstore support (#144)Jose Ignacio Villar2016-07-031-0/+1
|
* Moved the badges to the top of READMEAlex Grönholm2016-06-141-7/+7
|
* Added Travis and Coveralls badges to READMEAlex Grönholm2016-04-021-0/+7
|
* Migrated code to GithubAlex Grönholm2016-03-271-3/+2
|
* Somewhat improved the README to look better on non-sphinx renderersAlex Grönholm2014-06-171-5/+4
|
* Revised the rest of the documentationAlex Grönholm2014-05-291-37/+36
|
* Switched to PyPy 2.3Alex Grönholm2014-05-261-1/+1
|
* Resurrected the Redis job store and fixed null next_run_time handling in ↵Alex Grönholm2014-04-101-0/+1
| | | | other job stores
* Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ↵Alex Grönholm2014-03-091-2/+0
| | | | in the process
* Implemented integration with various event loopsAlex Grönholm2014-02-241-10/+15
|
* Removed trigger specific methods from Scheduler, making the API more genericAlex Grönholm2013-06-291-2/+2
|
* Dropped Python 2.4 support; test the PyMongo job store on Jython tooAlex Grönholm2012-09-041-1/+1
|
* Added a standalone operating modeAlex Grönholm2012-09-041-1/+1
|
* Switched to PyPy 1.9Alex Grönholm2012-08-121-1/+1
|
* Added Redis job storeAlex Grönholm2012-08-121-0/+1
|
* Updated test targets: added pypy 1.8 and cpython 3.3, dropped earlier pypy ↵Alex Grönholm2012-04-011-1/+1
| | | | versions and cpython 3.1
* Fixed the url to the google groupAlex Grönholm2011-05-291-1/+1
|
* Minor documentation updates and reorganizationAlex Grönholm2011-05-291-1/+19
|
* Updated the documentation linkagronholm2011-04-161-1/+1
|
* Removed mention of stateful jobsagronholm2011-04-101-1/+0
|
* Added notes about the Python versions APScheduler was tested onagronholm2011-04-101-1/+1
|
* Harmonized the introduction section, added mention of the MongoDB job store ↵agronholm2011-04-101-8/+17
| | | | and updated the Quartz website link
* Renamed CHANGES.txt and README.txt to CHANGES.rst and README.rst ↵agronholm2011-01-231-0/+36
respectively to correctly identify them as ReST documents