summaryrefslogtreecommitdiff
path: root/alot/commands/taglist.py
Commit message (Collapse)AuthorAge
* 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