]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/globals.py
python: bump SONAME
[notmuch] / bindings / python / notmuch / globals.py
2014-09-16 David Bremnerpython: bump SONAME
2013-07-09 Tomi OllilaPython bindings: CDLL("libnotmuch.3.dylib") on Darwin
2012-06-03 David BremnerMerge tag '0.13.2'
2012-05-29 David BremnerMerge branch 'release'
2012-05-24 David BremnerMerge branch 'release'
2012-05-17 Justus Winterpython: add a file abstracting away differences between...
2012-05-05 Austin Clementslib: Bump SO version from 2.0.0 to 3.0.0
2012-04-29 Justus Winterpython: strip superfluous single quote from copyright...
2012-02-22 Justus Winterpython: move the exception classes into error.py
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-16 Justus Winterpy3k: add a specialized version of _str for python3
2012-01-14 David BremnerMerge branch 'release'
2012-01-02 Justus Winterpy3k: Add and use a mixin class that implements __str__
2012-01-02 Justus Winterpy3k: All strings are unicode strings in py3k
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-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.