]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/globals.py
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / bindings / python / notmuch / globals.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
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-05-02 Ruben Pollanpython: add bindings for notmuch_message_get_propert...
2017-12-24 Daniel Kahn Gillmorpython: add decrypt_policy argument to Database.index_f...
2017-12-19 l-m-h@web.depython: add bindings to access config
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: cleanup imports
2015-05-23 David BremnerMerge tag '0.20_rc2'
2015-05-23 David Bremnerpython: use absolute import for SOVERSION
2015-03-08 David Bremnerpython: replace hardcoding of SONAME version
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-09-16 David Bremnerpython: bump SONAME
2013-07-09 Tomi OllilaPython bindings: CDLL("libnotmuch.3.dylib") on Darwin
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: add a file abstracting away differences between...
2012-05-05 Austin Clementslib: Bump SO version from 2.0.0 to 3.0.0
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-04 David BremnerMerge commit '0.11.1'
2012-01-16 Justus Winterpy3k: add a specialized version of _str for python3
2012-01-14 David BremnerMerge branch 'release'
2012-01-02 Justus Winterpy3k: Add and use a mixin class that implements __str__
2012-01-02 Justus Winterpy3k: All strings are unicode strings in py3k
2011-12-06 David BremnerMerge branch 'release'
2011-12-06 Patrick Totzkeuse __unicode__ for string representation
2011-12-06 Patrick Totzkeremove unused imports
2011-12-06 Patrick Totzkepep8 fixes
2011-12-01 Justus Winterpython: add classes to wrap all notmuch_*_t types
2011-10-05 Sebastian Spaethpython: Set status in the class definitions
2011-10-05 Sebastian Spaethpython: Catch up with find_message(by_filename) API...
2011-10-05 Sebastian Spaethpython: also use libnotmuch.so.2
2011-09-30 Sebastian Spaethpython: rework creating of Subclasses
2011-09-30 Justus Winterpython: provide more exception classes
2011-09-29 Justus Winterpython: fix NotmuchError.__str__ if status == None
2011-09-29 Justus Winterpython: add status and message attributes to NotmuchError
2011-09-28 Sebastian Spaethpython: add begin|end_atomic bindings
2011-09-16 Martin Owenspython: Ensure that we pass utf-8 encoded string to...
2011-08-09 pazzpython: pep8 compliance for globals.py
2011-06-16 Sebastian Spaethpython: Improve API documentation
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl WorthMove everything down into a bindings/python directory.