summaryrefslogtreecommitdiff
path: root/alot/helper.py
Commit message (Expand)AuthorAge
...
* Move Popen.communicate call out of try-except blockLucas Hoffmann2017-02-19
* alot/helper: simplify call_cmd and fix testDylan Baker2017-02-07
* Merge pull request #1009 from dcbaker/pr/remove_cmpPatrick Totzke2017-01-30
|\
| * Replace cmp with rich comparisonsDylan Baker2017-01-27
* | Merge pull request #1012 from dcbaker/pr/future_divisionPatrick Totzke2017-01-28
|\ \
| * | helper: Use __future__ divisionDylan Baker2017-01-27
| |/
* / helper: Use kibi and mibibytes instead of kilo and megabytesDylan Baker2017-01-27
|/
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Add docstrings to some methods and functions.Lucas Hoffmann2017-01-20
|/
* Merge pull request #975 from lucc/tests/doctestsPatrick Totzke2017-01-18
|\
| * Port old doctests to unittest: alot.helper.shorten_author_string()Lucas Hoffmann2017-01-18
* | helper: Don't rely on GNU extensions for strftimeDylan Baker2017-01-17
|/
* Replace unused arguments with _Dylan Baker2016-12-21
* Fix "superflous paren" warnings from pylintDylan Baker2016-12-21
* Use raw strings with backslashesDylan Baker2016-12-21
* Drop little used helperDylan Baker2016-12-19
* Simplify arithmetic comparisonLucas Hoffmann2016-12-17
* use open as a context manager instead of oneline open().read()Dylan Baker2016-12-14
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Add and update several docstrings.Lucas Hoffmann2016-03-11
* fix #841Patrick Totzke2016-02-21
* Fix parsing of mailto addressesjosch2014-10-02
* fix small stuff in the docsPatrick Totzke2014-08-02
* Move email_as_string function from crypto to helper moduleYann Rouillard2014-08-02
* always return new Envelope in helper.mailto_to_envelopePatrick Totzke2014-03-21
* add mailto helpersPatrick Totzke2014-03-21
* add mailto-helperPatrick Totzke2013-12-01
* helper: do not strip in string_sanitizeSiim Põder2013-08-07
* add a generic function to test libmagic versionYann Rouillard2013-07-18
* add a rough check on the libmagic library version for the libmagic bug workar...Yann Rouillard2013-07-18
* workaround a libmagic mimetype detection bug for office documentsYann Rouillard2013-07-18
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* fix: call_cmd properly read return value from...Patrick Totzke2013-07-07
* properly read stderr in call_command helperPatrick Totzke2013-07-07
* fix command line escaping for arguments containing spacesYann Rouillard2013-07-03
* fix typoPatrick Totzke2013-05-12
* Fix guess_encoding()Hamish Downer2013-04-24
* Add inline comments around magic API hackeryHamish Downer2013-04-04
* Support two different versions of magicHamish Downer2013-04-02
* Reuse magic mime codeHamish Downer2013-04-02
* escape double quotes as wellJohannes Kulick2013-02-19
* fix issue with empty authors stringsPatrick Totzke2012-12-02
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
* doc: docstringsPatrick Totzke2012-09-05
* fix issue with shlex removing quotesPatrick Totzke2012-09-03
* add split_commandline helperPatrick Totzke2012-09-03
* Fix the sorting of tags with length == 1Kazuo Teramoto2012-07-25
* pep8 and pyflakes fixesPatrick Totzke2012-07-21