]> git.notmuchmail.org Git - notmuch/history - bindings/python
python: represent message tags as unicode instances
[notmuch] / bindings / python /
2011-07-11 Sebastian Spaethpython: represent message tags as unicode instances
2011-07-11 Sebastian Spaethpython: Encode query string as a utf-8 byte array
2011-07-10 David BremnerMerge commit '0.6'
2011-07-08 Sebastian Spaethpython: Fix Database().needs_upgrade()
2011-06-30 Sebastian Spaethpython: Do not implicitely call maildir_flags_to_tags etc
2011-06-24 Sebastian Spaethpython: Do not implicitely call maildir_flags_to_tags etc
2011-06-20 David BremnerDo not import notmuch in setup.py.
2011-06-16 Sebastian SpaethSimplify (& fix) Message().__str__()
2011-06-16 Sebastian Spaethpython: Bulletproof Database() path parameter
2011-06-16 Sebastian Spaethpython: Improve API documentation
2011-06-16 Sebastian SpaethImplement Message.tags_to_maildir_flags
2011-06-15 Sebastian Spaethpython: Improve documentation
2011-06-15 Sebastian Spaethpython: Implement Message.__cmp__ and __hash__
2011-06-15 Sebastian Spaethpython: Remove Messages().__len__
2011-06-02 Sebastian Spaethbindings/python: Bump bindings version to 0.6
2011-06-02 Sebastian Spaethbindings/python: Implement Tags().__nonzero__()
2011-06-02 Sebastian Spaethbindings/python: implement Threads().__nonzero__
2011-06-02 Sebastian Spaethbindings/python: Include the new get_filenames in the...
2011-06-02 Sebastian Spaethbindings/python: Implement Message().get_filenames()
2011-05-24 Carl Worthpython: Update README to talkabout notmuch, not cnotmuch
2011-03-16 James Vasilepython: Remove completed TODO item
2011-01-13 Sebastian Spaethpython: Update metainformation to point to new URL...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-10-28 Sebastian Spaethpython: lambda(p) is not P3k-compliant
2010-10-28 Sebastian Spaethpython: Import explicit including package name
2010-05-18 Sebastian Spaethpython: have docs reflect current return value behavior
2010-04-23 Sebastian Spaethpython: Add UNSORTED as Query.SORT option
2010-04-23 Sebastian Spaethpython: Delete unused files
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl WorthMove everything down into a bindings/python directory.