]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/database.py
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / python / notmuch / database.py
2024-02-28 Benjamin Drungnotmuch (0.38.2-1.1) unstable; urgency=medium
2023-12-01 David BremnerImport notmuch_0.38.2.orig.tar.xz
2020-08-10 Jonas BernoulliFix typos
2019-05-05 David BremnerMerge tag 0.28.4
2019-04-24 Doan Tran Cong Danhpython: support relative path in default database
2019-02-17 David Bremnernotmuch (0.28.2-1) unstable; urgency=medium
2019-02-17 David BremnerImport notmuch_0.28.2.orig.tar.gz
2018-06-29 David Bremnernotmuch (0.27-2) unstable; urgency=medium
2018-06-13 David BremnerImport notmuch_0.27.orig.tar.gz
2018-05-06 David BremnerMerge tag 'debian/0.26.2-2'
2018-04-28 David BremnerMerge branch 'release'
2018-04-27 David BremnerMerge branch 'release'
2018-04-25 David BremnerMerge branch 'release'
2018-04-07 David BremnerMerge branch 'release'
2018-01-09 David BremnerMerge tag '0.26'
2018-01-05 Daniel Kahn Gillmorfix typos
2017-12-24 Daniel Kahn Gillmorpython: add decrypt_policy argument to Database.index_f...
2017-12-19 l-m-h@web.depython: Rename get_config_list to get_configs
2017-12-19 l-m-h@web.depython: turn get_config_list into a generator
2017-12-19 l-m-h@web.depython: add default arg to get_config_list
2017-12-19 l-m-h@web.depython: add bindings to access config
2017-12-09 David BremnerMerge branch 'release'
2017-11-06 David BremnerMerge branch 'release'
2017-09-12 Gaute Hopepython: deprecated add_message calls index_file correct...
2017-09-12 David BremnerMerge tag '0.25.1'
2017-08-23 Daniel Kahn Gillmordatabase: add n_d_index_file (deprecates n_d_add_message)
2017-07-04 David BremnerMerge branch 'release'
2017-07-02 David BremnerMerge branch 'debian'
2017-06-01 David BremnerMerge branch 'release'
2017-05-13 David BremnerMerge branch 'release'
2017-04-01 David BremnerMerge branch 'release'
2017-03-29 David BremnerMerge branch 'release'
2017-03-25 David BremnerMerge branch 'release'
2017-03-19 David BremnerMerge branch 'release'
2017-03-13 David BremnerMerge branch 'release'
2017-03-09 Gaute Hopebindings/python: add bindings for notmuch_database_get_...
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-02-11 Daniel Kahn Gillmornotmuch.Database.remove_message should raise exception...
2016-01-08 Justus Winterpython: cleanup imports
2015-12-11 Daniel Kahn Gillmorpython: add notmuch.Database.status_string()
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-09-16 Peter Wangpython: handle return status of database close and...
2013-05-26 David BremnerMerge branch 'release'
2013-02-19 David BremnerMerge branch 'release'
2013-01-25 David BremnerMerge branch 'release'
2013-01-23 Justus Winterpython: fix the creation of notmuch databases
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-24 Austin Clementspython: Remove find_message_by_filename workaround
2012-05-24 Austin Clementspython: Update Database.get_directory documentation
2012-05-17 Justus Winterpython: deprecate Database.db_p
2012-05-17 Justus Winterpython: add a file abstracting away differences between...
2012-05-17 Justus Winterpython: Fix the remaining broken NULL pointer tests
2012-05-17 Justus Winterpython: use relative imports
2012-05-15 Austin Clementspython: Update for changes to notmuch_database_get_dire...
2012-05-05 Austin Clementspython: Update Python bindings for new notmuch_database...
2012-04-30 Justus Winterpython: remove a note stating wrong things about the...
2012-04-30 Justus Winterpython: document the Database.close function
2012-04-30 Justus Winterpython: fix NULL pointer tests
2012-04-29 Justus Winterpython: strip superfluous single quote from copyright...
2012-04-28 Justus Winterpython: wrap and use notmuch_database_destroy as destructor
2012-02-22 Justus Winterpython: move the exception classes into error.py
2012-02-22 Justus Winterpython: refactor the python bindings
2012-02-22 Justus Winterpython: work around libnotmuch calling exit(3) in Datab...
2012-02-22 Justus Winterpython: improve the docstring of Database.find_message_...
2012-02-22 Justus Winterpython: work around libnotmuch calling exit(3) in Datab...
2012-02-22 Justus Winterpython: Improve the docstring of Database.get_directory
2012-02-22 Justus Winterpython: avoid using a magic value for database mode...
2012-02-21 Justus Winterpython: fix the type nonsense of the first parameter...
2012-02-20 Justus Winterpython: allow an empty path as parameter to Database...
2012-02-20 Justus Winterpython: remove :returns: keywords from functions return...
2012-02-20 Justus Winterpython: rework Directory.set_mtime
2012-02-20 Justus Winterpython: harmonize the sphinx keyword for exceptions
2012-02-20 Justus Winterpython: refactor the error handling machinery
2012-02-18 Justus Winterpython: more error handling fixes
2012-02-18 Justus Winterpython: move Query class to its own file
2012-02-15 Justus Winterpython: implement the context manager protocol for...
2012-02-15 Justus Winterpython: provide a Database.close function
2012-02-10 Justus Winterpy3k: Fix decoding of default database name in Database...
2012-02-04 David BremnerMerge commit '0.11.1'
2012-01-23 Justus Winterpython: fix error handling
2012-01-22 Justus Winterpython: fix error handling
2012-01-14 David BremnerMerge branch 'release'
2012-01-02 Sebastian Spaethpython: str.decode() doesn't like kwargs in python 2.5
2012-01-02 Justus Winterpython: add missing conversions from and to utf-8
2012-01-02 Justus Winterpy3k: Rename .next() to __next__(), add python2.x compa...
2012-01-02 Justus Winterpy3k: The ConfigParser module has been renamed to confi...
2011-12-06 David BremnerMerge branch 'release'
2011-12-06 Sebastian Spaethpython: Remove stray debug comment
2011-12-06 Thomas Jostpython: use wrapped notmuch_*_t types instead of raw...
2011-12-06 Patrick Totzkeremove unused imports
2011-12-06 Patrick Totzkefix sphinx compile-time warnings
2011-12-06 Patrick Totzkepep8 fixes
2011-12-01 Justus Winterpython: annotate all calls into libnotmuch with types
2011-10-05 Sebastian Spaethpython: help function Query._assert_query_is_initialized
next