]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/thread.py
python: add missing conversions from and to utf-8
[notmuch] / bindings / python / notmuch / thread.py
2012-01-02 Justus Winterpython: add missing conversions from and to utf-8
2012-01-02 Justus Winterpy3k: Add and use a mixin class that implements __str__
2012-01-02 Justus Winterpy3k: Rename .next() to __next__(), add python2.x compa...
2011-12-06 David BremnerMerge branch 'release'
2011-12-06 Patrick Totzkeerrors='ignore' when decode to unicode
2011-12-06 Patrick Totzkeclean up Thread.__str__
2011-12-06 Patrick Totzkeremove unused imports
2011-12-06 Patrick Totzkepep8 fixes
2011-12-01 Justus Winterpython: annotate all calls into libnotmuch with types
2011-09-29 Justus Winterproperly raise exceptions in python bindings
2011-08-17 pazzpython: Fix unsafe utf-8 decodings
2011-08-15 patrickdecode headers from utf-8 to unicode
2011-08-09 pazzpython: pep8 compliance for thread.py
2011-06-02 Sebastian Spaethbindings/python: implement Threads().__nonzero__
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl WorthMove everything down into a bindings/python directory.