]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/globals.py
use __unicode__ for string representation
[notmuch] / bindings / python / notmuch / globals.py
2011-12-06 Patrick Totzkeuse __unicode__ for string representation
2011-12-06 Patrick Totzkeremove unused imports
2011-12-06 Patrick Totzkepep8 fixes
2011-12-01 Justus Winterpython: add classes to wrap all notmuch_*_t types
2011-10-05 Sebastian Spaethpython: Set status in the class definitions
2011-10-05 Sebastian Spaethpython: Catch up with find_message(by_filename) API...
2011-10-05 Sebastian Spaethpython: also use libnotmuch.so.2
2011-09-30 Sebastian Spaethpython: rework creating of Subclasses
2011-09-30 Justus Winterpython: provide more exception classes
2011-09-29 Justus Winterpython: fix NotmuchError.__str__ if status == None
2011-09-29 Justus Winterpython: add status and message attributes to NotmuchError
2011-09-28 Sebastian Spaethpython: add begin|end_atomic bindings
2011-09-16 Martin Owenspython: Ensure that we pass utf-8 encoded string to...
2011-08-09 pazzpython: pep8 compliance for globals.py
2011-06-16 Sebastian Spaethpython: Improve API documentation
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl WorthMove everything down into a bindings/python directory.