summaryrefslogtreecommitdiff
path: root/src/apscheduler/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged the Worker class into AsyncSchedulerAlex Grönholm2022-09-211-7/+2
|
* Major refactoringAlex Grönholm2022-09-211-3/+4
| | | | | | | | - Made SyncScheduler a synchronous wrapper for AsyncScheduler - Removed workers as a user interface - Removed synchronous interfaces for data stores and event brokers and refactored existing implementations to use the async interface - Added the current_async_scheduler contextvar - Added job executors
* Renamed the job_info contextvar into current_jobAlex Grönholm2022-08-091-2/+2
|
* Made the apscheduler.events module private and re-exported its codeAlex Grönholm2022-07-311-0/+42
|
* Made the apscheduler.context module private and re-exported its codeAlex Grönholm2022-07-301-0/+4
|
* Made the apscheduler.structures module private and re-exported its codeAlex Grönholm2022-07-301-0/+7
|
* Made the apscheduler.enums and apscheduler.exceptions modules private and ↵Alex Grönholm2022-07-301-0/+40
| | | | re-exported their code
* Removed apscheduler.__version__Alex Grönholm2021-09-061-10/+0
| | | | You really should use importlib.metadata to get the version.
* Switched to the src/ layoutAlex Grönholm2021-08-291-0/+10
|
* Moved the sources to the top level, removed the "src" directoryagronholm2010-03-211-0/+0
|
* Initial commitagronholm2009-07-281-0/+0