summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Removed obsolete codeAlex Grönholm2021-09-061-19/+0
* Migrated some more classes to attrsAlex Grönholm2021-09-063-69/+58
* Fixed a number of mypy errorsAlex Grönholm2021-09-065-20/+23
* Added missing TaskUpdated eventAlex Grönholm2021-09-065-11/+25
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-0622-170/+187
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-0611-31/+27
* Implemented task accountingAlex Grönholm2021-09-0614-160/+650
* More attrsAlex Grönholm2021-09-061-38/+27
* Mypy fixesAlex Grönholm2021-09-064-116/+123
* Moved the sync data store adapter to datastores/async_/Alex Grönholm2021-09-063-8/+8
* Removed apscheduler.__version__Alex Grönholm2021-09-061-10/+0
* More refactoring workAlex Grönholm2021-09-0613-362/+485
* Added preliminary support for job result reporting and job cancellationAlex Grönholm2021-09-0611-178/+247
* Refactored acquire_schedules() to be a context managerAlex Grönholm2021-09-068-209/+158
* Switched to the src/ layoutAlex Grönholm2021-08-2936-0/+4299
* Moved the sources to the top level, removed the "src" directoryagronholm2010-03-215-829/+0
* Fixed unscheduling of bound methodsagronholm2010-03-211-11/+11
* Changed CronTrigger constructor arguments to match add_cron_job, added week n...agronholm2010-03-211-22/+29
* Added week number supportagronholm2010-03-212-13/+18
* Added the \"daemonic\" configuration optionagronholm2009-09-262-7/+30
* Fixed a corner case which caused the cron trigger to attempt to increment a n...agronholm2009-09-251-10/+8
* PEP8 code cleanupsagronholm2009-08-154-32/+38
* Corrected the parameter namesagronholm2009-08-011-4/+4
* Changed docstrings to rst formatagronholm2009-08-011-34/+39
* Changed docstrings to rst formatagronholm2009-08-011-8/+8
* Added module docstringagronholm2009-08-011-18/+22
* API cleanupsagronholm2009-08-013-107/+107
* Made the scheduler thread daemonic so it doesn't prevent the main application...demigod2009-07-311-0/+2
* Minor code cleanups and documentation improvementsdemigod2009-07-311-4/+14
* Miscellaneous fixes and improvements towards the 1.0 releasedemigod2009-07-314-116/+285
* Initial commitagronholm2009-07-285-0/+600