summaryrefslogtreecommitdiff
path: root/apscheduler/events.py
Commit message (Expand)AuthorAgeFilesLines
* Format tracebacks before trying to pass them from run_job() because they aren...Alex Grönholm2014-06-161-1/+1
* Added unit tests for the BaseScheduler classAlex Grönholm2014-06-151-28/+32
* Added API documentation for apscheduler.eventsAlex Grönholm2014-05-281-10/+10
* Renamed alias -> jobstore_aliasAlex Grönholm2014-05-261-3/+3
* Minor consistency fixes for docstringsAlex Grönholm2014-04-201-2/+2
* Harmonized docstrings and switched to PyCharm conventions in type referencesAlex Grönholm2014-04-181-8/+11
* Emit the proper event from remove_job()Alex Grönholm2014-03-091-18/+20
* Restored the __repr__ of Event to a form that is in line with the other classesAlex Grönholm2014-03-091-1/+1
* Added __repr__() for SchedulerEvent (+ other minor changes)Alex Grönholm2014-02-241-4/+7
* Changed line length limit from 79 characters to 120 and reformatted the code ...Alex Grönholm2013-03-031-9/+6
* Added documentation for event classesagronholm2011-04-031-0/+20
* Added misfire actions; Added more events; Reorganized events into their own m...agronholm2011-04-031-0/+44