summaryrefslogtreecommitdiff
path: root/bindings/python
AgeCommit message (Expand)Author
2011-08-09python: Fix copy'n paste typoCedric Cabessa
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-01-13python: Update metainformation to point to new URL and version numberSebastian Spaeth
2010-10-28python: lambda(p) is not P3k-compliantSebastian Spaeth
2010-10-28python: Import explicit including package nameSebastian Spaeth
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