summaryrefslogtreecommitdiff
path: root/alot/commands/taglist.py
Commit message (Collapse)AuthorAge
* Cosmetics, clean up importsAnton Khirnov2021-02-10
|
* ui: Convert apply_command to a coroutineDylan Baker2018-07-26
| | | | | | This is a pretty invasive patch, since the ui code is used so extensively, it requires going into a lot of other code and converting those to coroutines, since before they returned deferred's.
* Remove old __future__ importsLucas Hoffmann2018-06-19
| | | | They are not needed for python >= 3.0.
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
|
* Clean up importsLucas Hoffmann2016-12-09
| | | | | | - use relative imports if possible - group imports into standard library, third party, and alot modules - sort imports alphabetically
* pep8&pyflakes fixesPatrick Totzke2013-07-07
| | | | mostly automatically fixed
* add copyright statements to all source filesPatrick Totzke2012-06-14
| | | | cf issue #472
* docstrings for search and bufferlist commandsPatrick Totzke2011-12-10
|
* fix quoting in shlexPatrick Totzke2011-10-18
| | | | | | and catch ValueError on non-matching quotes. Explicit quoting in a commandprompt has been swallowed by shlex before.
* fix issue #103Patrick Totzke2011-10-18
|
* helpstrings and pep8Patrick Totzke2011-10-16
|
* imports and pep8Patrick Totzke2011-10-13
|
* fix importsPatrick Totzke2011-10-13
|
* filled commands/*pyPatrick Totzke2011-10-13
|
* 2nd attemptPatrick Totzke2011-10-12
|
* sorted commands into separate filesPatrick Totzke2011-10-08