aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
AgeCommit message (Expand)Author
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
2011-09-28python: add begin|end_atomic bindingsSebastian Spaeth
2011-09-28python: Add database_find_message_by_filename bindingsSebastian Spaeth
2011-09-24version: bump to 0.9~rc1David Bremner
2011-09-16python: Ensure that we pass utf-8 encoded string to libnotmuchMartin Owens
2011-09-10update versions for release 0.8David Bremner
2011-09-06update versions for release candidate0.8_rc1David Bremner
2011-09-05python: Make Database take unicode pathsSebastian Spaeth
2011-08-24python: Have setup.py read the version number without importingSebastian Spaeth
2011-08-24python: Updated development status and wording in setup.pySebastian Spaeth
2011-08-24Revert "python: Simplify setup.py"Sebastian Spaeth
2011-08-23python: Simplify setup.pySebastian Spaeth
2011-08-17python: Fix unsafe utf-8 decodingspazz
2011-08-15decode headers from utf-8 to unicodepatrick
2011-08-09python: remove Tags().__len__() implementationSebastian Spaeth
2011-08-09python: Do explicitly check if the next tag existsSebastian Spaeth
2011-08-09python: pep8 compliance for __init__.pypazz
2011-08-09python: pep8 compliance for thread.pypazz
2011-08-09python: pep8 compliance for tag.pypazz
2011-08-09python: pep8 compliance for globals.pypazz
2011-08-09python: pep8 compliance for filename.pypazz
2011-08-09python: pep8 compliance for database.pypazz
2011-08-09python: pep8 compliance for message.pypazz
2011-08-09python: Really throw an error if search_threads() failsSebastian Spaeth
2011-08-09python: Fix copy'n paste typoCedric Cabessa