summaryrefslogtreecommitdiff
path: root/poezio/timed_events.py
AgeCommit message (Collapse)Author
2022-03-31Change license for (some previous and) future revisions to GPL-3.0-or-laterMaxime “pep” Buquet
From this revision on, all changes that were under the following authors' names are also under GPL-3.0-or-later, and not just future changes: - Maxime Buquet (or Maxime “pep” Buquet) Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
Now that our baseline is Python 3.7, we can rely on type annotations to be lazily evaluated.
2018-08-15Type DelayedEvent, also in Core.Emmanuel Gil Peyrot
2018-08-08timed_events, plugin: Remove some DeprecationWarning on invalid escapes in ↵Emmanuel Gil Peyrot
docstrings.
2018-07-23Light refactoring + typingmathieui
2018-07-22Add type hints here and theremathieui
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2016-06-11Remove unused imports in poezio.timed_events.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot