summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Zookeeper jobstore support (#144)Jose Ignacio Villar2016-07-031-0/+1
* Documented the migration and the scheduler statesv3.2.0Alex Grönholm2016-06-142-7/+13
* Finished up the pause/resume scheduler feature w/ docsAlex Grönholm2016-06-132-1/+26
* Fixed endless loop with CronTrigger on computers with low clock resolutionAlex Grönholm2016-06-131-0/+3
* Added version history note for the MongoDB JobLookupError fixAlex Grönholm2016-05-061-0/+2
* Fixed incorrect DateTrigger run time with run_date=None and a non-local timezoneAlex Grönholm2016-05-061-0/+2
* Added the ability to pause and resume job processing in the schedulerAlex Grönholm2016-04-101-1/+6
* Upgraded setuptools requirement (fixes #123)Alex Grönholm2016-04-061-0/+2
* Implemented __getstate__ and __setstate__ for trigger classes (fixes #121)Alex Grönholm2016-04-031-0/+6
* Migrated to setuptools_scmAlex Grönholm2016-04-021-6/+12
* Added time zone to the output of CronTrigger and IntervalTriggerAlex Grönholm2016-04-021-0/+2
* Added EVENT_JOB_SUBMITTED and EVENT_JOB_MAX_INSTANCES eventsAlex Grönholm2016-04-022-0/+16
* Migrated code to GithubAlex Grönholm2016-03-2713-15/+15
* Added references to the trigger types to the user guideAlex Grönholm2016-03-271-3/+15
* Fixed off-by-1-hour bug in cron trigger while crossing the DST threshold (fix...Alex Grönholm2016-03-271-0/+7
* Dropped PyPy3 tests/supportAlex Grönholm2016-01-221-1/+1
* Added method chaining for some Job methods and related methods in the schedulerAlex Grönholm2016-01-071-1/+4
* Acquire locks before shutting down executors and job stores in shutdown() (f...Alex Grönholm2015-12-211-0/+2
* Corrected contributor nameAlex Grönholm2015-12-131-1/+1
* Updated version historyAlex Grönholm2015-12-111-0/+11
* Fixed timezone in debug logging when displaying the next wakeup timeAlex Grönholm2015-12-051-0/+7
* Fix typo in userguide.rstnnyby2015-11-191-1/+1
* Fix typo in userguide.rstnnyby2015-11-191-1/+1
* Fixed a memory leak in the base executor class (thanks Stefan Nordhausen)Alex Grönholm2015-10-011-0/+6
* Restored backwards compatibility in the MongoDB job store and updated the ver...Alex Grönholm2015-04-201-0/+6
* Corrected date strings in the interval exampleAlex Grönholm2015-04-071-1/+1
* Fixed wrong import in the triggers documentationAlex Grönholm2015-03-243-3/+3
* Require a new enough version of setuptools for entry points to work properlyAlex Grönholm2015-03-091-0/+2
* Fixed str(job) or unicode(job) raising an exception for pending jobs (fixes #67)Alex Grönholm2015-03-091-0/+2
* Fixed wrong job sort order in some job stores and a related exception in the ...Alex Grönholm2015-03-091-0/+4
* Added an explicit note about the effects of misfire_grace_timeAlex Grönholm2015-03-071-0/+8
* Fixed ValueError when the target callable has a default keyword argument that...Alex Grönholm2015-01-061-0/+6
* Updated version historyAlex Grönholm2014-10-201-0/+16
* Updated the changelogAlex Grönholm2014-07-081-0/+6
* 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