aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/notmuch/globals.py
Commit message (Expand)AuthorAge
* python: bump SONAMEGravatar David Bremner2014-09-16
* Python bindings: CDLL("libnotmuch.3.dylib") on DarwinGravatar Tomi Ollila2013-07-09
* python: add a file abstracting away differences between python 2 and 3Gravatar Justus Winter2012-05-17
* lib: Bump SO version from 2.0.0 to 3.0.0Gravatar Austin Clements2012-05-05
* python: strip superfluous single quote from copyright noticesGravatar Justus Winter2012-04-29
* python: move the exception classes into error.pyGravatar Justus Winter2012-02-23
* py3k: add a specialized version of _str for python3Gravatar Justus Winter2012-01-16
* py3k: Add and use a mixin class that implements __str__Gravatar Justus Winter2012-01-02
* py3k: All strings are unicode strings in py3kGravatar Justus Winter2012-01-02
* use __unicode__ for string representationGravatar Patrick Totzke2011-12-06
* remove unused importsGravatar Patrick Totzke2011-12-06
* pep8 fixesGravatar Patrick Totzke2011-12-06
* python: add classes to wrap all notmuch_*_t typesGravatar Justus Winter2011-12-01
* python: Set status in the class definitionsGravatar Sebastian Spaeth2011-10-05
* python: Catch up with find_message(by_filename) API changesGravatar Sebastian Spaeth2011-10-05
* python: also use libnotmuch.so.2Gravatar Sebastian Spaeth2011-10-05
* python: rework creating of SubclassesGravatar Sebastian Spaeth2011-09-30
* python: provide more exception classesGravatar Justus Winter2011-09-30
* python: fix NotmuchError.__str__ if status == NoneGravatar Justus Winter2011-09-29
* python: add status and message attributes to NotmuchErrorGravatar Justus Winter2011-09-29
* python: add begin|end_atomic bindingsGravatar Sebastian Spaeth2011-09-28
* python: Ensure that we pass utf-8 encoded string to libnotmuchGravatar Martin Owens2011-09-16
* python: pep8 compliance for globals.pyGravatar pazz2011-08-09
* python: Improve API documentationGravatar Sebastian Spaeth2011-06-16
* Move everything down into a bindings/python directory.Gravatar Carl Worth2010-04-21