summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Moved version history under docs/Alex Grönholm2014-06-181-1/+183
* Defer replacing undefined options with defaults until the job is really sched...Alex Grönholm2014-06-181-3/+0
* Finished the migration docsAlex Grönholm2014-06-171-16/+40
* Finished the "Extending APScheduler" documentationAlex Grönholm2014-06-172-24/+116
* Added entry points for executors and job stores tooAlex Grönholm2014-06-161-7/+8
* Separated the two pool executors to different classes and moved the debug exe...Alex Grönholm2014-06-153-20/+30
* Added unit tests for the BaseScheduler classAlex Grönholm2014-06-152-15/+26
* Tweaked the scheduler and job stores API and added the reschedule_job() methodAlex Grönholm2014-05-301-4/+1
* Revised the rest of the documentationAlex Grönholm2014-05-297-455/+527
* Documented both scheduler exceptions in the correct placeAlex Grönholm2014-05-292-2/+5
* Fixed invocation of scheduler.modify_job()Alex Grönholm2014-05-281-2/+2
* Show inheritance for events, job stores and schedulersAlex Grönholm2014-05-2812-0/+13
* Display trigger aliases and show inheritanceAlex Grönholm2014-05-283-0/+9
* Exclude several directories from autodoc searchAlex Grönholm2014-05-281-1/+2
* Fixed signatures of job store constructors to show the correct default value ...Alex Grönholm2014-05-283-3/+3
* Fixed the signature of the add_job() method in the docsAlex Grönholm2014-05-281-0/+5
* Added API documentation for apscheduler.eventsAlex Grönholm2014-05-281-2/+48
* Omit the static path since this project has no static filesAlex Grönholm2014-05-281-1/+1
* Added API documentation for job storesAlex Grönholm2014-05-285-14/+77
* Moved scheduler documentation to the appropriate API documentation locationsAlex Grönholm2014-05-288-23/+151
* Moved the trigger documentation to the API documentationAlex Grönholm2014-05-286-209/+199
* Updated API documentationAlex Grönholm2014-05-2825-40/+193
* Use an include directive to prevent duplication of textAlex Grönholm2014-05-261-22/+5
* Switched to PyPy 2.3Alex Grönholm2014-05-261-1/+1
* Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ...Alex Grönholm2014-03-091-2/+0
* Implemented integration with various event loopsAlex Grönholm2014-02-241-4/+12
* Removed trigger specific methods from Scheduler, making the API more genericAlex Grönholm2013-06-295-25/+35
* Fixed error in documentation regarding the job store configuration prefixAlex Grönholm2013-03-031-2/+2
* Documentation improvementsAlex Grönholm2012-12-302-30/+89
* Corrected docs to include CPython 3.3 in the test coverageAlex Grönholm2012-09-031-1/+1
* 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/+16
* Switched to PyPy 1.9Alex Grönholm2012-08-121-1/+1
* Added Redis job storeAlex Grönholm2012-08-122-0/+12
* Added installation instructions for py3.3+/distutils2Alex Grönholm2012-04-011-4/+7
* Added 'last' in cronschedule.rst documentationrcaselli2012-03-021-0/+1
* Fixed the url to the google groupAlex Grönholm2011-05-291-1/+1
* Minor documentation updates and reorganizationAlex Grönholm2011-05-291-15/+7
* Removed direct email address and replaced it with a reference to the google g...Alex Grönholm2011-05-291-3/+4
* Linked to the "extending" document and fixed an error in the short code exampleAlex Grönholm2011-05-292-5/+8
* Added a table of contentsAlex Grönholm2011-05-291-0/+5
* Updated docs to reflect the latest changesAlex Grönholm2011-05-291-8/+16
* Changed defaults for omitted fields to be more intuitiveAlex Grönholm2011-05-152-9/+33
* Minor clarificationsagronholm2011-04-251-8/+8
* Fixed thread pool logic and tests; improved documentation on thread pool optionsv2.0.0rc1agronholm2011-04-161-31/+33
* Linked to the migration section from the changelog; minor fix in migration.rstagronholm2011-04-131-2/+2
* Minor documentation fixesagronholm2011-04-132-13/+9
* Corrected documentation and logging semantics of scheduler startup and shutdo...agronholm2011-04-132-15/+13
* Documentation improvementsagronholm2011-04-115-10/+44
* Readded Scheduler.unschedule_func(), which now raises a KeyError when no matc...agronholm2011-04-112-7/+17