aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
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
2011-07-29ruby: Fix typo in documentationAli Polatel
2011-07-29ruby: Remove the split file hack from rdoc.shAli Polatel
2011-07-29ruby: Add markers to method definitions to help rdocAli Polatel
2011-07-29ruby: Document remaining undocumented constantsAli Polatel
2011-07-29ruby: Document constants and exceptions right before definitionAli Polatel
2011-07-29ruby: Add list of classes to main documentationAli Polatel
2011-07-11python: represent message tags as unicode instancesSebastian Spaeth
2011-07-11python: Encode query string as a utf-8 byte arraySebastian Spaeth
2011-07-08python: Fix Database().needs_upgrade()Sebastian Spaeth
2011-06-24python: Do not implicitely call maildir_flags_to_tags etcSebastian Spaeth
2011-06-20Do not import notmuch in setup.py.David Bremner
2011-06-16Simplify (& fix) Message().__str__()Sebastian Spaeth
2011-06-16python: Bulletproof Database() path parameterSebastian Spaeth
2011-06-16python: Improve API documentationSebastian Spaeth
2011-06-16Implement Message.tags_to_maildir_flagsSebastian Spaeth
2011-06-15python: Improve documentationSebastian Spaeth
2011-06-15python: Implement Message.__cmp__ and __hash__Sebastian Spaeth
2011-06-15python: Remove Messages().__len__Sebastian Spaeth
2011-06-02bindings/python: Bump bindings version to 0.6Sebastian Spaeth
2011-06-02bindings/python: Implement Tags().__nonzero__()Sebastian Spaeth
2011-06-02bindings/python: implement Threads().__nonzero__Sebastian Spaeth
2011-06-02bindings/python: Include the new get_filenames in the API docsSebastian Spaeth
2011-06-02bindings/python: Implement Message().get_filenames()Sebastian Spaeth
2011-05-24python: Update README to talkabout notmuch, not cnotmuchCarl Worth
2011-03-16python: Remove completed TODO itemJames Vasile
2011-02-03update for go-release-2011-02-01:Sebastien Binet
2011-02-03ruby: Add generated files to .gitignoreAli Polatel
2011-01-26Migrate to goconfig pkgSebastien Binet
2011-01-26bindings/go: Add a todo fileSebastien Binet
2011-01-26A minor, cosmetic changeSebastien Binet
2011-01-26Initial import of Go bindings for notmuchSebastien Binet
2011-01-25ruby: Add wrapper for message_get_filenamesAli Polatel