aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/database.py
Commit message (Expand)AuthorAge
* python: str.decode() doesn't like kwargs in python 2.5Sebastian Spaeth2012-01-02
* python: add missing conversions from and to utf-8Justus Winter2012-01-02
* py3k: Rename .next() to __next__(), add python2.x compatibility aliasJustus Winter2012-01-02
* py3k: The ConfigParser module has been renamed to configparserJustus Winter2012-01-02
* python: Remove stray debug commentSebastian Spaeth2011-12-06
* python: use wrapped notmuch_*_t types instead of raw pointersThomas Jost2011-12-06
* remove unused importsPatrick Totzke2011-12-06
* fix sphinx compile-time warningsPatrick Totzke2011-12-06
* pep8 fixesPatrick Totzke2011-12-06
* python: annotate all calls into libnotmuch with typesJustus Winter2011-12-01
* python: help function Query._assert_query_is_initializedSebastian Spaeth2011-10-05
* python: clean up docstrings and API documentationSebastian Spaeth2011-10-05
* python: whitespace fixed in docstringsSebastian Spaeth2011-10-05
* python: Catch up with find_message(by_filename) API changesSebastian Spaeth2011-10-05
* python: rework creating of SubclassesSebastian Spaeth2011-09-30
* python: provide more exception classesJustus Winter2011-09-30
* python: Add new functions in API documentationSebastian Spaeth2011-09-29
* python: Improve code documentationSebastian Spaeth2011-09-29
* properly raise exceptions in python bindingsJustus Winter2011-09-29
* python: rename _verify_dir_initialized to _assert_dir_is_initializedJustus Winter2011-09-29
* python: rename _verify_initialized_db to _assert_db_is_initializedJustus Winter2011-09-29
* python: add begin|end_atomic bindingsSebastian Spaeth2011-09-28
* python: Add database_find_message_by_filename bindingsSebastian Spaeth2011-09-28
* python: Ensure that we pass utf-8 encoded string to libnotmuchMartin Owens2011-09-16
* python: Make Database take unicode pathsSebastian Spaeth2011-09-05
* python: pep8 compliance for database.pypazz2011-08-09
* python: Really throw an error if search_threads() failsSebastian Spaeth2011-08-09
* 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
* python: Bulletproof Database() path parameterSebastian Spaeth2011-06-16
* Implement Message.tags_to_maildir_flagsSebastian Spaeth2011-06-16
* python: have docs reflect current return value behaviorSebastian Spaeth2010-05-18
* python: Add UNSORTED as Query.SORT optionSebastian Spaeth2010-04-23
* Move everything down into a bindings/python directory.Carl Worth2010-04-21