]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/query.py
python: move the exception classes into error.py
[notmuch] / bindings / python / notmuch / query.py
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