aboutsummaryrefslogtreecommitdiff
path: root/bindings
AgeCommit message (Expand)Author
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
2011-01-25ruby: Add wrappers for maildir sync. interfaceAli Polatel
2011-01-25ruby: Add wrappers for query_get_s{ort,tring}Ali Polatel
2011-01-13python: Update metainformation to point to new URL and version numberSebastian Spaeth
2010-11-08Merge in ruby bindings.Carl Worth
2010-10-28python: lambda(p) is not P3k-compliantSebastian Spaeth
2010-10-28python: Import explicit including package nameSebastian Spaeth
2010-06-06ruby: Don't barf if an object is destroyed more than onceAli Polatel
2010-06-06ruby: Use rb_scan_args()Ali Polatel
2010-06-06ruby: Kill garbage collection related cruft.Ali Polatel
2010-06-06ruby: First attempt at fixing gc for ruby-1.9Ali Polatel
2010-06-06ruby: fix documentation of DB.upgrade!Ali Polatel
2010-06-06Initial ruby bindingsAli Polatel
2010-05-18python: have docs reflect current return value behaviorSebastian Spaeth
2010-04-23python: Add UNSORTED as Query.SORT optionSebastian Spaeth
2010-04-23python: Delete unused filesSebastian Spaeth
2010-04-21Move everything down into a bindings/python directory.Carl Worth