aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
Commit message (Expand)AuthorAge
...
* | py3k: Add and use a mixin class that implements __str__Gravatar Justus Winter2012-01-02
* | py3k: Rename .next() to __next__(), add python2.x compatibility aliasGravatar Justus Winter2012-01-02
* | py3k: All strings are unicode strings in py3kGravatar Justus Winter2012-01-02
* | py3k: The ConfigParser module has been renamed to configparserGravatar Justus Winter2012-01-02
* | py3k: The execfile built-in has been removed in python 3Gravatar Justus Winter2012-01-02
| * version: bump to 0.11~rc2Gravatar David Bremner2012-01-02
| * version: update version to 0.11~rc1Gravatar David Bremner2011-12-25
|/
* Merge branch 'release'Gravatar David Bremner2011-12-06
|\
* | fix format string in Message.__unicode__Gravatar Patrick Totzke2011-12-06
* | python: Remove stray debug commentGravatar Sebastian Spaeth2011-12-06
* | python: use wrapped notmuch_*_t types instead of raw pointersGravatar Thomas Jost2011-12-06
* | errors='ignore' when decode to unicodeGravatar Patrick Totzke2011-12-06
* | use __unicode__ for string representationGravatar Patrick Totzke2011-12-06
* | clean up Thread.__str__Gravatar Patrick Totzke2011-12-06
* | python: Return a STATUS value in tags_to_flags and flags_to_tagsGravatar Sebastian Spaeth2011-12-06
* | remove unused importsGravatar Patrick Totzke2011-12-06
* | fix sphinx compile-time warningsGravatar Patrick Totzke2011-12-06
* | pep8 fixesGravatar Patrick Totzke2011-12-06
| * version: bump for bugfix release 0.10.2Gravatar David Bremner2011-12-05
* | python: annotate all calls into libnotmuch with typesGravatar Justus Winter2011-12-01
* | python: add classes to wrap all notmuch_*_t typesGravatar Justus Winter2011-12-01
|/
* version: update to 0.10.1Gravatar David Bremner2011-11-25
* version: update to 0.10Gravatar David Bremner2011-11-23
* version: update version info for 0.10~rc2Gravatar David Bremner2011-11-19
* version: update to 0.10~rc1Gravatar David Bremner2011-11-15
* version: bump to 0.9Gravatar David Bremner2011-10-11
* version: bump to 0.9~rc2Gravatar David Bremner2011-10-07
* python: Set status in the class definitionsGravatar Sebastian Spaeth2011-10-05
* python: help function Query._assert_query_is_initializedGravatar Sebastian Spaeth2011-10-05
* python: clean up docstrings and API documentationGravatar Sebastian Spaeth2011-10-05
* python: whitespace fixed in docstringsGravatar Sebastian Spaeth2011-10-05
* python: Add the new exception types in the API documentationGravatar 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
* ruby: Fix macros, use quotingGravatar Ali Polatel2011-10-04
* ruby: Really add wrappers for database_find_message*Gravatar Ali Polatel2011-10-04
* ruby: be consistent with notmuch's coding styleGravatar Ali Polatel2011-10-04
* ruby: Add wrappers for database_find_message*Gravatar Ali Polatel2011-10-04
* python: fix Message.get_filenames()Gravatar Thomas Jost2011-10-01
* python: rework creating of SubclassesGravatar Sebastian Spaeth2011-09-30
* python: provide more exception classesGravatar Justus Winter2011-09-30
* python: fix docstring of Message.get_header()Gravatar Justus Winter2011-09-30
* python: Add new functions in API documentationGravatar Sebastian Spaeth2011-09-29
* python: Improve code documentationGravatar Sebastian Spaeth2011-09-29
* properly raise exceptions in python bindingsGravatar Justus Winter2011-09-29
* python: raise a more specific error in Messages.print_messagesGravatar Justus Winter2011-09-29
* python: rename _verify_dir_initialized to _assert_dir_is_initializedGravatar Justus Winter2011-09-29
* python: rename _verify_initialized_db to _assert_db_is_initializedGravatar Justus Winter2011-09-29
* python: fix NotmuchError.__str__ if status == NoneGravatar Justus Winter2011-09-29
* python: add status and message attributes to NotmuchErrorGravatar Justus Winter2011-09-29