aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch
Commit message (Expand)AuthorAge
* version: update to 0.11~rc3David Bremner2012-01-09
* version: bump to 0.11~rc2David Bremner2012-01-02
* version: update version to 0.11~rc1David Bremner2011-12-25
* Merge branch 'release'David Bremner2011-12-06
|\
| * version: bump for bugfix release 0.10.2David Bremner2011-12-05
* | fix format string in Message.__unicode__Patrick Totzke2011-12-06
* | python: Remove stray debug commentSebastian Spaeth2011-12-06
* | python: use wrapped notmuch_*_t types instead of raw pointersThomas Jost2011-12-06
* | errors='ignore' when decode to unicodePatrick Totzke2011-12-06
* | use __unicode__ for string representationPatrick Totzke2011-12-06
* | clean up Thread.__str__Patrick Totzke2011-12-06
* | python: Return a STATUS value in tags_to_flags and flags_to_tagsSebastian Spaeth2011-12-06
* | remove unused importsPatrick Totzke2011-12-06
* | fix sphinx compile-time warningsPatrick Totzke2011-12-06
* | pep8 fixesPatrick Totzke2011-12-06
* | python: annotate all calls into libnotmuch with typesJustus Winter2011-12-01
* | python: add classes to wrap all notmuch_*_t typesJustus Winter2011-12-01
|/
* version: update to 0.10.1David Bremner2011-11-25
* version: update to 0.10David Bremner2011-11-23
* version: update version info for 0.10~rc2David Bremner2011-11-19
* version: update to 0.10~rc1David Bremner2011-11-15
* version: bump to 0.9David Bremner2011-10-11
* version: bump to 0.9~rc2David Bremner2011-10-07
* python: Set status in the class definitionsSebastian Spaeth2011-10-05
* python: help function Query._assert_query_is_initializedSebastian Spaeth2011-10-05
* python: clean up docstrings and API documentationSebastian Spaeth2011-10-05
* python: whitespace fixed in docstringsSebastian Spaeth2011-10-05
* python: Catch up with find_message(by_filename) API changesSebastian Spaeth2011-10-05
* python: also use libnotmuch.so.2Sebastian Spaeth2011-10-05
* python: fix Message.get_filenames()Thomas Jost2011-10-01
* python: rework creating of SubclassesSebastian Spaeth2011-09-30
* python: provide more exception classesJustus Winter2011-09-30
* python: fix docstring of Message.get_header()Justus Winter2011-09-30
* python: Add new functions in API documentationSebastian Spaeth2011-09-29
* python: Improve code documentationSebastian Spaeth2011-09-29
* properly raise exceptions in python bindingsJustus Winter2011-09-29
* python: raise a more specific error in Messages.print_messagesJustus Winter2011-09-29
* python: rename _verify_dir_initialized to _assert_dir_is_initializedJustus Winter2011-09-29
* python: rename _verify_initialized_db to _assert_db_is_initializedJustus Winter2011-09-29
* python: fix NotmuchError.__str__ if status == NoneJustus Winter2011-09-29
* python: add status and message attributes to NotmuchErrorJustus Winter2011-09-29
* python: add begin|end_atomic bindingsSebastian Spaeth2011-09-28
* python: Add database_find_message_by_filename bindingsSebastian Spaeth2011-09-28
* version: bump to 0.9~rc1David Bremner2011-09-24
* python: Ensure that we pass utf-8 encoded string to libnotmuchMartin Owens2011-09-16
* update versions for release 0.8David Bremner2011-09-10
* update versions for release candidateDavid Bremner2011-09-06
* python: Make Database take unicode pathsSebastian Spaeth2011-09-05
* python: Have setup.py read the version number without importingSebastian Spaeth2011-08-24
* python: Fix unsafe utf-8 decodingspazz2011-08-17