summaryrefslogtreecommitdiff
path: root/bindings/python
AgeCommit message (Collapse)Author
2021-08-17version: bump to 0.32.3David Bremner
2021-06-25version: bump to 0.32.2David Bremner
2021-05-15version: bump to 0.32.1David Bremner
2021-05-02version: bump to 0.32David Bremner
2021-04-28version: bump to 0.32~rc2David Bremner
2021-04-24version: bump to 0.32~rc1David Bremner
2021-04-24update version to 0.32~rc0David Bremner
2021-02-18Merge tag '0.31.4'David Bremner
notmuch 0.31.4 release
2021-02-18version: update to 0.31.4David Bremner
2021-02-15python: convert shebangs to python3Daniel 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-25version: bump 0.31.3David Bremner
2020-11-08version: bump to 0.31.2David Bremner
2020-11-08update versionsDavid Bremner
2020-09-05version: bump to 0.31David Bremner
2020-08-29version: bump to 0.31~rc2David Bremner
2020-08-17version: bump to 0.31~rc1David Bremner
2020-08-16version: bump to 0.31~rc0David Bremner
Start the release process for 0.31
2020-08-09Fix typosJonas Bernoulli
2020-07-10version: set to 0.30David Bremner
2020-07-03version: bump to 0.30~rc3David Bremner
2020-06-16version: update to 0.30~rc2David Bremner
2020-06-06version: bump to 0.30~rc1David Bremner
2020-06-01version: bump to 0.30~rc0David Bremner
2019-11-27Merge 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-27version: bump to 0.29.3David Bremner
2019-11-20python: make some docstrings rawJakub 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-19bump versionDavid Bremner
2019-06-11version: bump to 0.29.1David Bremner
2019-06-07version: bump to 0.29David Bremner
2019-06-03version: bump to 0.29~rc1David Bremner
2019-05-31version: bump to 0.29~rc0David Bremner
2019-05-05Merge tag 0.28.4David Bremner
No functionality changes merged, since the bug in question was already fixed on master.
2019-05-05version: bump to 0.28.4David Bremner
2019-04-24python: support relative path in default databaseDoan 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-31python: fix set_sort/add_tag_exclude restype/argtypes typoshydrargyrum
2019-03-06Merge branch 'release'David Bremner
Changes from 0.28.3
2019-03-05bump version to 0.28.3David Bremner
2019-02-21python: fix get_property error when property doesn't existVincent 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-17bump versiondebian/0.28.2-10.28.2David Bremner
2019-02-16python: fix threads.__str__ automethod documentationJani 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)
2019-02-16python: fix documentation title underlineJani Nikula
Fix documentation build sphinx warning: filesystem.rst:18: WARNING: Title underline too short.
2019-02-16python: fix documentation build with python 3.7Jani Nikula
The simplistic mocking in conf.py falls short on python 3.7. Just use unittest.mock instead. Fixes: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/sphinx/config.py", line 368, in eval_config_file execfile_(filename, namespace) File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 150, in execfile_ exec_(code, _globals) File "/path/to/notmuch/bindings/python/docs/source/conf.py", line 39, in <module> from notmuch import __VERSION__,__AUTHOR__ File "/path/to/notmuch/bindings/python/notmuch/__init__.py", line 54, in <module> from .database import Database File "/path/to/notmuch/bindings/python/notmuch/database.py", line 25, in <module> from .globals import ( File "/path/to/notmuch/bindings/python/notmuch/globals.py", line 48, in <module> class NotmuchDatabaseS(Structure): TypeError: __mro_entries__ must return a tuple
2019-02-01update version to 0.28.1David Bremner
2018-10-12version: bump to 0.28debian/0.28-1archive/debian/0.28-10.28David Bremner
2018-10-03version: bump to 0.28~rc0David Bremner
2018-09-19python: fix unchecked None access in get_propertyVincent Breitmoser
2018-06-12version: bump to 0.27David Bremner
2018-05-31version: bump to 0.27~rc1David Bremner
2018-05-26bump version to 0.27~rc0David Bremner
Start the busywork for a new release
2018-05-03move more http -> httpsDaniel Kahn Gillmor
Correct URLs that have crept into the notmuch codebase with http:// when https:// is possible. As part of this conversion, this changeset also indicates the current preferred upstream URLs for both gmime and sup. the new URLs are https-enabled, the old ones are not. This also fixes T310-emacs.sh, thanks to Bremner for catching it.