summaryrefslogtreecommitdiff
path: root/src/apscheduler/abc.py
Commit message (Expand)AuthorAgeFilesLines
* Appeased flake8Alex Grönholm2022-11-061-1/+1
* Major refactoringAlex Grönholm2022-09-211-217/+55
* Added the ABCMeta metaclass to (Async)DataStoreAlex Grönholm2022-09-071-2/+2
* Added a number of missing classes to the API documentationAlex Grönholm2022-08-171-1/+3
* Documented the Serializer class and removed the unicode methodsAlex Grönholm2022-08-171-9/+13
* Formatted all code to fit within Black's 88 column limitAlex Grönholm2022-08-171-28/+38
* Fixed leftover reference to apscheduler.eventsAlex Grönholm2022-07-311-1/+1
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-301-3/+2
* Made the apscheduler.enums and apscheduler.exceptions modules private and re-...Alex Grönholm2022-07-301-1/+1
* Added support for starting the sync scheduler (and worker) without the contex...Alex Grönholm2022-07-191-20/+23
* Switched to Black for code formattingAlex Grönholm2022-04-201-6/+13
* Upgraded syntax and switched linting over to pre-commit.ciAlex Grönholm2022-01-021-13/+13
* Implemented one-shot event subscriptionsAlex Grönholm2021-09-131-1/+4
* Added context manager support to event subscriptionsAlex Grönholm2021-09-121-1/+12
* Improved the event subscription systemAlex Grönholm2021-09-121-16/+19
* Refactored event brokers to use exit stacksAlex Grönholm2021-09-121-0/+8
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-2/+50
* More type annotation updatesAlex Grönholm2021-09-081-2/+2
* Serialize top level attributes into individual fields/columnsAlex Grönholm2021-09-081-6/+6
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-061-13/+13
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-061-1/+1
* Implemented task accountingAlex Grönholm2021-09-061-5/+81
* More refactoring workAlex Grönholm2021-09-061-6/+35
* Added preliminary support for job result reporting and job cancellationAlex Grönholm2021-09-061-7/+31
* Refactored acquire_schedules() to be a context managerAlex Grönholm2021-09-061-21/+6
* Switched to the src/ layoutAlex Grönholm2021-08-291-0/+278