summaryrefslogtreecommitdiff
path: root/apscheduler/triggers/date.py
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+2
* Moved the trigger documentation to the API documentationAlex Grönholm2014-05-281-6/+6
* Added the end_date parameter to the cron and interval triggersAlex Grönholm2014-05-261-4/+6
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...Alex Grönholm2014-05-191-7/+4
* Harmonized docstrings and switched to PyCharm conventions in type referencesAlex Grönholm2014-04-181-3/+2
* Improved timezone support especially for the pytz module.Curtis Vogt2014-04-081-3/+6
* Made the timezone argument optional again where possibleAlex Grönholm2014-04-061-3/+5
* 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-0/+22