summaryrefslogtreecommitdiff
path: root/qutebrowser/commands/command.py
AgeCommit message (Expand)Author
2021-12-03pylint: Enable else-if-usedpylint-2-12Florian Bruhin
2021-01-27command: Improve deprecationFlorian Bruhin
2021-01-26command: Only do function inspection onceFlorian Bruhin
2021-01-26Add initial support for Python 3.10 annotationsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Initial mypy fixFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-10-28mypy: use from-import styleTim Brown
2020-10-26Initial drop of Python 3.5Florian Bruhin
2020-06-11command: Use consistent name for arg_infoFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-25Use modeman.instance() to get mode managerFlorian Bruhin
2019-10-22mypy: Fix new issues in commands.commandFlorian Bruhin
2019-10-15Make union check more readableFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.mainwindowFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.commandsFlorian Bruhin
2019-10-13objreg: Make it possible to register objects for commands onlyFlorian Bruhin
2019-10-01Clarify Python version commentsFlorian Bruhin
2019-07-23mypy: Fix --warn-unreachable lintFlorian Bruhin
2019-03-13Eschew the extraneous elsesFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-12-04Fix exception messages in CommandFlorian Bruhin
2018-12-03Fix handling of annotated varargs in commandsFlorian Bruhin
2018-12-03Fix checking for count in src2asciidocFlorian Bruhin
2018-12-03Add assert for Command.pos_argsFlorian Bruhin
2018-11-30Move Command._handle_special_call_arg out of _get_call_argsFlorian Bruhin
2018-11-30Fix handling of optional values in _add_special_argFlorian Bruhin
2018-11-30Fix Command.takes_countFlorian Bruhin
2018-11-30Add CommandValue.count_tabFlorian Bruhin
2018-11-30Rename CommandValue.tab to CommandValue.cur_tabFlorian Bruhin
2018-11-30Make it possible to inject tab via cmdutils.ValueFlorian Bruhin
2018-11-30Mark unreachableFlorian Bruhin
2018-11-30Refactor Command._get_self_argFlorian Bruhin
2018-11-30Unify _get_count_arg/_get_win_id_argFlorian Bruhin
2018-11-30Add cmdutils.Value instead of using count=True/win_id=TrueFlorian Bruhin
2018-11-30Fix refactoring issuesFlorian Bruhin
2018-11-30Move command registering to Command objectFlorian Bruhin
2018-03-25Completion for varargs.Ryan Roden-Corrent
2018-02-10Make pylint shut upFlorian Bruhin
2018-02-10Fix typing.Union check on Python 3.5.2Florian Bruhin
2018-02-10Fix typing.Union checks with Python 3.7Florian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2018-02-04Various spelling fixesFlorian Bruhin
2017-12-15Fix some inconsistent returnsFlorian Bruhin
2017-11-26update flake8 and flake8-deprecatedRyan Farley
2017-11-13Remove hiding of commandsFlorian Bruhin
2017-10-31pylint: Turn off some more too-many-* stuff globallyFlorian Bruhin