]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/tag.py
py3k: Add and use a mixin class that implements __str__
[notmuch] / bindings / python / notmuch / tag.py
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 Totzkeuse __unicode__ for string representation
2011-12-06 Patrick Totzkefix sphinx compile-time warnings
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-09 Sebastian Spaethpython: remove Tags().__len__() implementation
2011-08-09 Sebastian Spaethpython: Do explicitly check if the next tag exists
2011-08-09 pazzpython: pep8 compliance for tag.py
2011-08-09 Cedric Cabessapython: Fix copy'n paste typo
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-11 Sebastian Spaethpython: represent message tags as unicode instances
2011-06-02 Sebastian Spaethbindings/python: Implement Tags().__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.