| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-29 | version: bump to 0.35~rc0 | David Bremner | |
| Start release process for 0.35 | |||
| 2022-01-09 | version: bump to 0.34.3 | David Bremner | |
| 2021-12-09 | version: bump to 0.34.2 | David Bremner | |
| 2021-10-31 | version: bump to 0.34.1 | David Bremner | |
| 2021-10-20 | version: bump to 0.34 | David Bremner | |
| 2021-10-15 | version: bump to 0.34~0 | David Bremner | |
| Start release process for 0.34. | |||
| 2021-09-30 | version: bump to 0.33.20.33.2 | David Bremner | |
| 2021-09-10 | version: bump to 0.33.1 | David Bremner | |
| 2021-09-03 | version: bump to 0.33 | David Bremner | |
| 2021-08-26 | version: bump to 0.33~rc0 | David Bremner | |
| 2021-08-17 | version: bump to 0.32.3 | David Bremner | |
| 2021-06-25 | version: bump to 0.32.2 | David Bremner | |
| 2021-05-15 | version: bump to 0.32.1 | David Bremner | |
| 2021-05-02 | version: bump to 0.32 | David Bremner | |
| 2021-04-28 | version: bump to 0.32~rc2 | David Bremner | |
| 2021-04-24 | version: bump to 0.32~rc1 | David Bremner | |
| 2021-04-24 | update version to 0.32~rc0 | David Bremner | |
| 2021-02-18 | Merge tag '0.31.4' | David Bremner | |
| notmuch 0.31.4 release | |||
| 2021-02-18 | version: update to 0.31.4 | David Bremner | |
| 2021-02-15 | python: convert shebangs to python3 | Daniel Kahn Gillmor | |
| This is the last bit of "python" left in the notmuch codebase. https://www.python.org/dev/peps/pep-0394/#recommendation encourages "third-party distributors" to use more-specific shebang lines. I'm not certain that the notmuch project itself is a "third-party contributor" but I think this is a safe way to encourage people to use python3 when they're developing notmuch. We already have python3 explicitly elsewhere in the codebase for developers (in nmbug). Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | |||
| 2020-12-25 | version: bump 0.31.3 | David Bremner | |
| 2020-11-08 | version: bump to 0.31.2 | David Bremner | |
| 2020-11-08 | update versions | David Bremner | |
| 2020-09-05 | version: bump to 0.31 | David Bremner | |
| 2020-08-29 | version: bump to 0.31~rc2 | David Bremner | |
| 2020-08-17 | version: bump to 0.31~rc1 | David Bremner | |
| 2020-08-16 | version: bump to 0.31~rc0 | David Bremner | |
| Start the release process for 0.31 | |||
| 2020-08-09 | Fix typos | Jonas Bernoulli | |
| 2020-07-10 | version: set to 0.30 | David Bremner | |
| 2020-07-03 | version: bump to 0.30~rc3 | David Bremner | |
| 2020-06-16 | version: update to 0.30~rc2 | David Bremner | |
| 2020-06-06 | version: bump to 0.30~rc1 | David Bremner | |
| 2020-06-01 | version: bump to 0.30~rc0 | David Bremner | |
| 2019-11-27 | Merge tag 'debian/0.29.3-1' | David Bremner | |
| notmuch release 0.29.3-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] | |||
| 2019-11-27 | version: bump to 0.29.3 | David Bremner | |
| 2019-11-20 | python: make some docstrings raw | Jakub Wilk | |
| Fixes: notmuch/message.py:57: DeprecationWarning: invalid escape sequence \s notmuch/query.py:155: DeprecationWarning: invalid escape sequence \. notmuch/messages.py:89: DeprecationWarning: invalid escape sequence \s with Python >= 3.6. | |||
| 2019-10-19 | bump version | David Bremner | |
| 2019-06-11 | version: bump to 0.29.1 | David Bremner | |
| 2019-06-07 | version: bump to 0.29 | David Bremner | |
| 2019-06-03 | version: bump to 0.29~rc1 | David Bremner | |
| 2019-05-31 | version: bump to 0.29~rc0 | David Bremner | |
| 2019-05-05 | Merge tag 0.28.4 | David Bremner | |
| No functionality changes merged, since the bug in question was already fixed on master. | |||
| 2019-05-05 | version: bump to 0.28.4 | David Bremner | |
| 2019-04-24 | python: support relative path in default database | Doan Tran Cong Danh | |
| From notmuch 0.28, notmuch support relative database path in notmuch-config(1), but python binding haven't taught this yet. afew denied to work with a perfectly fine notmuch-config due to this. | |||
| 2019-03-31 | python: fix set_sort/add_tag_exclude restype/argtypes typos | hydrargyrum | |
| 2019-03-06 | Merge branch 'release' | David Bremner | |
| Changes from 0.28.3 | |||
| 2019-03-05 | bump version to 0.28.3 | David Bremner | |
| 2019-02-21 | python: fix get_property error when property doesn't exist | Vincent A | |
| In Python bindings, Message.get_property fails with an AttributeError when trying to fetch a property that doesn't exist. From d712832ba982085975c27b23bb502af82e638b39 Mon Sep 17 00:00:00 2001 From: hydrargyrum <dev@indigo.re> Date: Sun, 6 Jan 2019 16:08:55 +0100 Subject: [PATCH] python: fix get_property error when property doesn't exist | |||
| 2019-02-17 | bump versiondebian/0.28.2-10.28.2 | David Bremner | |
| 2019-02-16 | python: fix threads.__str__ automethod documentation | Jani Nikula | |
| Indent the directive properly to attach it to Threads autoclass documentation. Fixes: WARNING: don't know which module to import for autodocumenting '__str__' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) | |||
