]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/query.py
version: bump to 0.24~rc0
[notmuch] / bindings / python / notmuch / query.py
2016-09-09 David BremnerMerge branch 'release'
2016-07-19 David BremnerMerge branch 'release'
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2016-01-08 Justus Winterpython: update bindings for the new query search API
2016-01-08 Justus Winterpython: add missing import
2015-10-05 David Bremnerpython: update bindings for new count API
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-09-23 Thibaut Horelpython: Add binding for notmuch_query_add_tag_exclude
2012-12-21 Justus Winterpython: remove Database.db_p
2012-06-03 David BremnerMerge tag '0.13.2'
2012-05-29 David BremnerMerge branch 'release'
2012-05-24 David BremnerMerge branch 'release'
2012-05-17 Justus Winterpython: use relative imports
2012-04-30 Justus Winterpython: fix NULL pointer tests
2012-04-29 Justus Winterpython: strip superfluous single quote from copyright...
2012-02-22 Justus Winterpython: move the exception classes into error.py
2012-02-22 Justus Winterpython: move Threads class into its own file
2012-02-22 Justus Winterpython: move Messages class into its own file
2012-02-20 Justus Winterpython: remove :returns: keywords from functions return...
2012-02-20 Justus Winterpython: harmonize the sphinx keyword for exceptions
2012-02-18 Justus Winterpython: more error handling fixes
2012-02-18 Justus Winterpython: improve Query.count_messages docstring
2012-02-18 Justus Winterpython: wrap notmuch_query_count_threads as Query.count...
2012-02-18 Justus Winterpython: refactor Query class
2012-02-18 Justus Winterpython: move Query class to its own file