]> git.notmuchmail.org Git - notmuch/history - bindings/python/notmuch/thread.py
Merge tag '0.29.2'
[notmuch] / bindings / python / notmuch / thread.py
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-07-18 Daniel Kahn GillmorFix orthography
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
2013-05-26 David BremnerMerge branch 'release'
2013-05-05 Austin Clementspython: Add bindings for notmuch_thread_get_messages
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: Fix the remaining broken NULL pointer tests
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: 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-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: Add and use a mixin class that implements __str__
2012-01-02 Justus Winterpy3k: Rename .next() to __next__(), add python2.x compa...
2011-12-06 David BremnerMerge branch 'release'
2011-12-06 Patrick Totzkeerrors='ignore' when decode to unicode
2011-12-06 Patrick Totzkeclean up Thread.__str__
2011-12-06 Patrick Totzkeremove unused imports
2011-12-06 Patrick Totzkepep8 fixes
2011-12-01 Justus Winterpython: annotate all calls into libnotmuch with types
2011-09-29 Justus Winterproperly raise exceptions in python bindings
2011-08-17 pazzpython: Fix unsafe utf-8 decodings
2011-08-15 patrickdecode headers from utf-8 to unicode
2011-08-09 pazzpython: pep8 compliance for thread.py
2011-06-02 Sebastian Spaethbindings/python: implement Threads().__nonzero__
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl WorthMove everything down into a bindings/python directory.