summaryrefslogtreecommitdiff
path: root/apscheduler/triggers/interval.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed start date getting set too far in the future in IntervalTrigger (fixes ...Alex Grönholm2014-10-201-1/+1
* Added __slots__ to the trigger classesAlex Grönholm2014-06-131-0/+2
* Changed the trigger API to allow it to work with run times in the pastAlex Grönholm2014-05-311-10/+12
* Moved the trigger documentation to the API documentationAlex Grönholm2014-05-281-14/+14
* Added the end_date parameter to the cron and interval triggersAlex Grönholm2014-05-261-8/+19
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...Alex Grönholm2014-05-191-7/+3
* Harmonized docstrings and switched to PyCharm conventions in type referencesAlex Grönholm2014-04-181-10/+11
* Improved timezone support especially for the pytz module.Curtis Vogt2014-04-081-4/+9
* Fixed bug in IntervalTrigger where trigger would fire right away.Curtis Vogt2014-04-081-1/+1
* Made the timezone argument optional again where possibleAlex Grönholm2014-04-061-8/+8
* Made all triggers inherit BaseTrigger, for consistency with schedulers and ex...Alex Grönholm2014-04-061-1/+2
* Changed the syntax for adding a new jobAlex Grönholm2014-04-011-4/+5
* Added timezone awarenessAlex Grönholm2013-07-271-7/+9
* Removed trigger specific methods from Scheduler, making the API more genericAlex Grönholm2013-06-291-5/+12
* Removed two redundant code linesAlex Grönholm2013-03-031-2/+0
* Harmonized the str() implementations in triggers and added missing tests for ...agronholm2010-12-131-7/+7
* Merged parse_datestring to convert_to_datetime, and made cron and interval tr...agronholm2010-10-111-3/+3
* Major design shift -- dropped clustering and stateful job support in favor of...agronholm2010-10-091-14/+6
* Removed JobMeta level max_runs and runs, those will be handled on the trigger...agronholm2010-08-101-5/+18
* Restructured triggers to a packageagronholm2010-08-051-0/+34