aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
Commit message (Expand)AuthorAge
* 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
* 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
* ruby: New exception Notmuch::UnbalancedAtomicErrorGravatar Ali Polatel2011-09-24
* ruby: Wrap notmuch_database_{begin,end}_atomicGravatar Ali Polatel2011-09-24
* ruby: Rename destroy to destroy!Gravatar Ali Polatel2011-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
* ruby: Fix typo in documentationGravatar Ali Polatel2011-07-29
* ruby: Remove the split file hack from rdoc.shGravatar Ali Polatel2011-07-29
* ruby: Add markers to method definitions to help rdocGravatar Ali Polatel2011-07-29
* ruby: Document remaining undocumented constantsGravatar Ali Polatel2011-07-29
* ruby: Document constants and exceptions right before definitionGravatar Ali Polatel2011-07-29
* ruby: Add list of classes to main documentationGravatar Ali Polatel2011-07-29