summaryrefslogtreecommitdiff
path: root/alot/commands/bufferlist.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
|
* Replace unused arguments with _Dylan Baker2016-12-21
| | | | | | | | | | This patch replaces a large number (but not all) unused arguments with the standard ``_`` placeholder. This has the advantage of signaling that these values are unused. There are a number of places that I've chosen not to apply this, largely in methods that have publicly define signatures that they inherit (usually from urwid).
* Clean up importsLucas Hoffmann2016-12-09
| | | | | | - use relative imports if possible - group imports into standard library, third party, and alot modules - sort imports alphabetically
* return Deferreds in Command.applyPatrick Totzke2013-10-30
| | | | | | ... in search.RefinePromptCommand, bufferlist.BufferCloseCommand and globals.BufferCloseCommand
* pep8&pyflakes fixesPatrick Totzke2013-07-07
| | | | mostly automatically fixed
* rename 'select' bufferlist command to 'open'Patrick Totzke2012-08-31
|
* add copyright statements to all source filesPatrick Totzke2012-06-14
| | | | cf issue #472
* add buffer parameter to globals.BufferCloseCommandPatrick Totzke2012-02-05
| | | | | | | | | to specify which buffer to close nstead of the currently active one. Also, This makes bufferlist.BufferCloseCommand use globals.BufferCloseCommand with selected buffer instead of doing the job itself. fixes #306 on testing
* docstrings for search and bufferlist commandsPatrick Totzke2011-12-10
|
* cleanupPatrick Totzke2011-11-11
|
* bufferlist lovePatrick Totzke2011-11-11
|
* move bufferlist commandsPatrick Totzke2011-11-11
|
* colect args in globals refine/searchPatrick Totzke2011-10-16
|
* fix importsPatrick Totzke2011-10-13
|
* filled commands/*pyPatrick Totzke2011-10-13