summaryrefslogtreecommitdiff
path: root/bindings/python
AgeCommit message (Expand)Author
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
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