aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
Commit message (Expand)AuthorAge
...
* python: rename _verify_initialized_db to _assert_db_is_initializedJustus Winter2011-09-29
* python: fix NotmuchError.__str__ if status == NoneJustus Winter2011-09-29
* python: add status and message attributes to NotmuchErrorJustus Winter2011-09-29
* python: add a .gitignore file and refine the toplevel oneJustus Winter2011-09-29
* python: add begin|end_atomic bindingsSebastian Spaeth2011-09-28
* python: Add database_find_message_by_filename bindingsSebastian Spaeth2011-09-28
* version: bump to 0.9~rc1David Bremner2011-09-24
* python: Ensure that we pass utf-8 encoded string to libnotmuchMartin Owens2011-09-16
* update versions for release 0.8David Bremner2011-09-10
* update versions for release candidateDavid Bremner2011-09-06
* python: Make Database take unicode pathsSebastian Spaeth2011-09-05
* python: Have setup.py read the version number without importingSebastian Spaeth2011-08-24
* python: Updated development status and wording in setup.pySebastian Spaeth2011-08-24
* Revert "python: Simplify setup.py"Sebastian Spaeth2011-08-24
* python: Simplify setup.pySebastian Spaeth2011-08-23
* python: Fix unsafe utf-8 decodingspazz2011-08-17
* decode headers from utf-8 to unicodepatrick2011-08-15
* python: remove Tags().__len__() implementationSebastian Spaeth2011-08-09
* python: Do explicitly check if the next tag existsSebastian Spaeth2011-08-09
* python: pep8 compliance for __init__.pypazz2011-08-09
* python: pep8 compliance for thread.pypazz2011-08-09
* python: pep8 compliance for tag.pypazz2011-08-09
* python: pep8 compliance for globals.pypazz2011-08-09
* python: pep8 compliance for filename.pypazz2011-08-09
* python: pep8 compliance for database.pypazz2011-08-09
* python: pep8 compliance for message.pypazz2011-08-09
* python: Really throw an error if search_threads() failsSebastian Spaeth2011-08-09
* python: Fix copy'n paste typoCedric Cabessa2011-08-09
* python: represent message tags as unicode instancesSebastian Spaeth2011-07-11
* python: Encode query string as a utf-8 byte arraySebastian Spaeth2011-07-11
* python: Fix Database().needs_upgrade()Sebastian Spaeth2011-07-08
* python: Do not implicitely call maildir_flags_to_tags etcSebastian Spaeth2011-06-24
* Do not import notmuch in setup.py.David Bremner2011-06-20
* Simplify (& fix) Message().__str__()Sebastian Spaeth2011-06-16
* python: Bulletproof Database() path parameterSebastian Spaeth2011-06-16
* python: Improve API documentationSebastian Spaeth2011-06-16
* Implement Message.tags_to_maildir_flagsSebastian Spaeth2011-06-16
* python: Improve documentationSebastian Spaeth2011-06-15
* python: Implement Message.__cmp__ and __hash__Sebastian Spaeth2011-06-15
* python: Remove Messages().__len__Sebastian Spaeth2011-06-15
* bindings/python: Bump bindings version to 0.6Sebastian Spaeth2011-06-02
* bindings/python: Implement Tags().__nonzero__()Sebastian Spaeth2011-06-02
* bindings/python: implement Threads().__nonzero__Sebastian Spaeth2011-06-02
* bindings/python: Include the new get_filenames in the API docsSebastian Spaeth2011-06-02
* bindings/python: Implement Message().get_filenames()Sebastian Spaeth2011-06-02
* python: Update README to talkabout notmuch, not cnotmuchCarl Worth2011-05-24
* python: Remove completed TODO itemJames Vasile2011-03-16
* python: Update metainformation to point to new URL and version numberSebastian Spaeth2011-01-13
* python: lambda(p) is not P3k-compliantSebastian Spaeth2010-10-28
* python: Import explicit including package nameSebastian Spaeth2010-10-28