summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* configure travis to send irc notificationsPatrick Totzke2016-12-24
* typoPatrick Totzke2016-12-24
* Merge pull request #934 from dcbaker/pr/more-cleanupsDylan Baker2016-12-23
|\
| * Use abc module to signal abstract base classesDylan Baker2016-12-21
| * Replace unused arguments with _Dylan Baker2016-12-21
| * Don't use dict.keys when not necessaryDylan Baker2016-12-21
| * ui: Don't build lists in memory for assertDylan Baker2016-12-21
| * settings/manager: remove list comprehension for clarityDylan Baker2016-12-21
| * Use dict's iter methodsDylan Baker2016-12-21
| * widgets/search: make method that doesn't use self a static methodDylan Baker2016-12-21
| * db/thread: Set some protected variables in the constructor.Dylan Baker2016-12-21
| * db/thread: Avoid intermediate data structureDylan Baker2016-12-21
| * db/thread: don't create multiple lists to sortDylan Baker2016-12-21
| * Define instance attribute in constructor.Dylan Baker2016-12-21
| * Replace map() and filter() with comprehensionsDylan Baker2016-12-21
| * Fix "superflous paren" warnings from pylintDylan Baker2016-12-21
| * Use raw strings with backslashesDylan Baker2016-12-21
| * Fix values to methods in __main__Dylan Baker2016-12-21
| * tests: Add tests for alot.db.thread.Thread.get_authorDylan Baker2016-12-21
| * setup.py: Add hook for tests.Dylan Baker2016-12-21
| * db/thread: define Thread._authors in constructorDylan Baker2016-12-21
|/
* Merge pull request #933 from lucc/travis/containerLucas Hoffmann2016-12-20
|\
| * Switch to container infrastructure on travisLucas Hoffmann2016-12-20
|/
* Merge pull request #932 from dcbaker/pr/drop-helperPatrick Totzke2016-12-19
|\
| * Drop little used helperDylan Baker2016-12-19
|/
* Merge pull request #931 from lucc/quantifycode-fixesLucas Hoffmann2016-12-19
|\
| * Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
|/
* faqPatrick Totzke2016-12-18
* Merge pull request #929 from lucc/with-block-temp-filesPatrick Totzke2016-12-18
|\
| * Use with blocks to write to temp filesLucas Hoffmann2016-12-18
* | Merge pull request #930 from lucc/quantifycode-fixesPatrick Totzke2016-12-17
|\ \
| * | Turn method into static methodLucas Hoffmann2016-12-17
| * | Remove redundant None argument in dict.get()Lucas Hoffmann2016-12-17
| * | Use cls as first argument to classmethodsLucas Hoffmann2016-12-17
| * | Simplify arithmetic comparisonLucas Hoffmann2016-12-17
| |/
* / include some files when building a distChristian Geier2016-12-17
|/
* Merge pull request #927 from pazz/cleanupPatrick Totzke2016-12-16
|\
| * more pythonic names in doc-scriptsPatrick Totzke2016-12-16
| * Remove unreachable codePatrick Totzke2016-12-16
* | Merge pull request #926 from pazz/0.4-interpolation-902Patrick Totzke2016-12-16
|\ \ | |/ |/|
| * fix interpolation in config files #902.Patrick Totzke2016-12-16
|/
* Merge pull request #885 from lucc/historyPatrick Totzke2016-12-15
|\
| * Add saved history feature to NEWS fileLucas Hoffmann2016-12-15
| * Fix typo in commentLucas Hoffmann2016-12-15
| * Address comments by @dcbakerLucas Hoffmann2016-12-15
| * Update autogenerated docsLucas Hoffmann2016-12-14
| * Expand history concept for sender and recipient of mailLucas Hoffmann2016-12-14
| * Add history_size optionLucas Hoffmann2016-12-14
| * Save and load command history across invocationsLucas Hoffmann2016-12-14
* | Merge pull request #924 from zenhack/cleanup-badgesPatrick Totzke2016-12-15
|\ \