aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/tag.py
Commit message (Expand)AuthorAge
* py3k: Add and use a mixin class that implements __str__Justus Winter2012-01-02
* py3k: Rename .next() to __next__(), add python2.x compatibility aliasJustus Winter2012-01-02
* use __unicode__ for string representationPatrick Totzke2011-12-06
* fix sphinx compile-time warningsPatrick Totzke2011-12-06
* python: annotate all calls into libnotmuch with typesJustus Winter2011-12-01
* properly raise exceptions in python bindingsJustus Winter2011-09-29
* python: Fix unsafe utf-8 decodingspazz2011-08-17
* python: remove Tags().__len__() implementationSebastian Spaeth2011-08-09
* python: Do explicitly check if the next tag existsSebastian Spaeth2011-08-09
* python: pep8 compliance for tag.pypazz2011-08-09
* python: Fix copy'n paste typoCedric Cabessa2011-08-09
* python: represent message tags as unicode instancesSebastian Spaeth2011-07-11
* bindings/python: Implement Tags().__nonzero__()Sebastian Spaeth2011-06-02
* Move everything down into a bindings/python directory.Carl Worth2010-04-21