aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python
Commit message (Expand)AuthorAge
* 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
* 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
* python: add a .gitignore file and refine the toplevel oneGravatar Justus Winter2011-09-29
* python: add begin|end_atomic bindingsGravatar Sebastian Spaeth2011-09-28
* python: Add database_find_message_by_filename bindingsGravatar Sebastian Spaeth2011-09-28
* version: bump to 0.9~rc1Gravatar David Bremner2011-09-24
* python: Ensure that we pass utf-8 encoded string to libnotmuchGravatar Martin Owens2011-09-16
* update versions for release 0.8Gravatar David Bremner2011-09-10
* update versions for release candidateGravatar David Bremner2011-09-06
* python: Make Database take unicode pathsGravatar Sebastian Spaeth2011-09-05
* python: Have setup.py read the version number without importingGravatar Sebastian Spaeth2011-08-24
* python: Updated development status and wording in setup.pyGravatar Sebastian Spaeth2011-08-24
* Revert "python: Simplify setup.py"Gravatar Sebastian Spaeth2011-08-24
* python: Simplify setup.pyGravatar Sebastian Spaeth2011-08-23
* python: Fix unsafe utf-8 decodingsGravatar pazz2011-08-17
* decode headers from utf-8 to unicodeGravatar patrick2011-08-15
* python: remove Tags().__len__() implementationGravatar Sebastian Spaeth2011-08-09
* python: Do explicitly check if the next tag existsGravatar Sebastian Spaeth2011-08-09
* python: pep8 compliance for __init__.pyGravatar pazz2011-08-09
* python: pep8 compliance for thread.pyGravatar pazz2011-08-09
* python: pep8 compliance for tag.pyGravatar pazz2011-08-09
* python: pep8 compliance for globals.pyGravatar pazz2011-08-09
* python: pep8 compliance for filename.pyGravatar pazz2011-08-09
* python: pep8 compliance for database.pyGravatar pazz2011-08-09
* python: pep8 compliance for message.pyGravatar pazz2011-08-09
* python: Really throw an error if search_threads() failsGravatar Sebastian Spaeth2011-08-09
* python: Fix copy'n paste typoGravatar Cedric Cabessa2011-08-09
* python: represent message tags as unicode instancesGravatar Sebastian Spaeth2011-07-11
* python: Encode query string as a utf-8 byte arrayGravatar Sebastian Spaeth2011-07-11
* python: Fix Database().needs_upgrade()Gravatar Sebastian Spaeth2011-07-08
* python: Do not implicitely call maildir_flags_to_tags etcGravatar Sebastian Spaeth2011-06-24