]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/filename.py
python: improve Query.count_messages docstring
[notmuch] / bindings / python / notmuch / filename.py
2012-02-17 Justus Winterpython: remove unused but imported symbol
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-23 Justus Winterpython: fix error handling
2012-01-22 Justus Winterpython: fix error handling
2012-01-14 David BremnerMerge branch 'release'
2012-01-02 Sebastian Spaethpython: str.decode() doesn't like kwargs in python 2.5
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__
2011-12-06 David BremnerMerge branch 'release'
2011-12-06 Patrick Totzkeuse __unicode__ for string representation
2011-12-06 Patrick Totzkeremove unused imports
2011-12-01 Justus Winterpython: annotate all calls into libnotmuch with types
2011-10-04 David BremnerMerge remote-tracking branch 'alip/find_message-v3'
2011-09-30 Thomas Jostpython: fix Message.get_filenames()
2011-09-29 Justus Winterproperly raise exceptions in python bindings
2011-08-09 pazzpython: pep8 compliance for filename.py
2011-06-02 Sebastian Spaethbindings/python: Implement Message().get_filenames()