summaryrefslogtreecommitdiff
path: root/poezio/core/structs.py
AgeCommit message (Collapse)Author
2021-04-02fix: tons of type errorsmathieui
2021-03-13Fix a typo in core.structs.__all__mathieui
2021-01-28core: move initial commands in a separate filesmathieui
(improve core.py SNR)
2021-01-28Move get_error_message to commonmathieui
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2017-11-12yapf -irmathieui
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions.
2016-06-11Make poezio.core.struct more Cython-friendly.Emmanuel Gil Peyrot
Status and Command are now slotted classes instead of namedtuples, which led to a few changes to access them with their named parameters instead of as a tuple. “short” being a C type, I renamed Command.short into Command.short_desc, which is more explicit anyway. I also renamed possible_show into POSSIBLE_SHOW, as it is a module-level constant dict.
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot