summaryrefslogtreecommitdiff
path: root/bindings/python
AgeCommit message (Expand)Author
2012-01-02python: make the result of Message.get_replies() more pythonicJustus Winter
2012-01-02python: refactor print_messages into format_messages and print_messagesJustus Winter
2012-01-02python: add missing conversions from and to utf-8Justus Winter
2012-01-02py3k: Add and use a mixin class that implements __str__Justus Winter
2012-01-02py3k: Rename .next() to __next__(), add python2.x compatibility aliasJustus Winter
2012-01-02py3k: All strings are unicode strings in py3kJustus Winter
2012-01-02py3k: The ConfigParser module has been renamed to configparserJustus Winter
2012-01-02py3k: The execfile built-in has been removed in python 3Justus Winter
2012-01-02version: bump to 0.11~rc2David Bremner
2011-12-25version: update version to 0.11~rc1debian/0.11_rc1-10.11_rc1David Bremner
2011-12-06Merge branch 'release'David Bremner
2011-12-06fix format string in Message.__unicode__Patrick Totzke
2011-12-06python: Remove stray debug commentSebastian Spaeth
2011-12-06python: use wrapped notmuch_*_t types instead of raw pointersThomas Jost
2011-12-06errors='ignore' when decode to unicodePatrick Totzke
2011-12-06use __unicode__ for string representationPatrick Totzke
2011-12-06clean up Thread.__str__Patrick Totzke
2011-12-06python: Return a STATUS value in tags_to_flags and flags_to_tagsSebastian Spaeth
2011-12-06remove unused importsPatrick Totzke
2011-12-06fix sphinx compile-time warningsPatrick Totzke
2011-12-06pep8 fixesPatrick Totzke
2011-12-05version: bump for bugfix release 0.10.2David Bremner
2011-12-01python: annotate all calls into libnotmuch with typesJustus Winter
2011-12-01python: add classes to wrap all notmuch_*_t typesJustus Winter
2011-11-25version: update to 0.10.1David Bremner
2011-11-23version: update to 0.10David Bremner
2011-11-19version: update version info for 0.10~rc2debian/0.10_rc2-10.10_rc2David Bremner
2011-11-15version: update to 0.10~rc1David Bremner
2011-10-11version: bump to 0.9David Bremner
2011-10-07version: bump to 0.9~rc2David Bremner
2011-10-05python: Set status in the class definitionsSebastian Spaeth
2011-10-05python: help function Query._assert_query_is_initializedSebastian Spaeth
2011-10-05python: clean up docstrings and API documentationSebastian Spaeth
2011-10-05python: whitespace fixed in docstringsSebastian Spaeth
2011-10-05python: Add the new exception types in the API documentationSebastian Spaeth
2011-10-05python: Catch up with find_message(by_filename) API changesSebastian Spaeth
2011-10-05python: also use libnotmuch.so.2Sebastian Spaeth
2011-10-01python: fix Message.get_filenames()Thomas Jost
2011-09-30python: rework creating of SubclassesSebastian Spaeth
2011-09-30python: provide more exception classesJustus Winter
2011-09-30python: fix docstring of Message.get_header()Justus Winter
2011-09-29python: Add new functions in API documentationSebastian Spaeth
2011-09-29python: Improve code documentationSebastian Spaeth
2011-09-29properly raise exceptions in python bindingsJustus Winter
2011-09-29python: raise a more specific error in Messages.print_messagesJustus Winter
2011-09-29python: rename _verify_dir_initialized to _assert_dir_is_initializedJustus Winter
2011-09-29python: rename _verify_initialized_db to _assert_db_is_initializedJustus Winter
2011-09-29python: fix NotmuchError.__str__ if status == NoneJustus Winter
2011-09-29python: add status and message attributes to NotmuchErrorJustus Winter
2011-09-29python: add a .gitignore file and refine the toplevel oneJustus Winter