summaryrefslogtreecommitdiff
path: root/src/apscheduler/datastores/sync/memory.py
Commit message (Expand)AuthorAgeFilesLines
* Rearranged the data storesAlex Grönholm2021-09-081-286/+0
* More type annotation updatesAlex Grönholm2021-09-081-2/+2
* Serialize top level attributes into individual fields/columnsAlex Grönholm2021-09-081-5/+5
* Added missing TaskUpdated eventAlex Grönholm2021-09-061-2/+6
* Migrated annotations to the py3.10 styleAlex Grönholm2021-09-061-18/+18
* Moved the policy enums to the apscheduler.enums moduleAlex Grönholm2021-09-061-1/+1
* Implemented task accountingAlex Grönholm2021-09-061-13/+68
* More attrsAlex Grönholm2021-09-061-38/+27
* More refactoring workAlex Grönholm2021-09-061-19/+19
* Added preliminary support for job result reporting and job cancellationAlex Grönholm2021-09-061-7/+14
* Refactored acquire_schedules() to be a context managerAlex Grönholm2021-09-061-13/+12
* Switched to the src/ layoutAlex Grönholm2021-08-291-0/+232