<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings/python/setup.py, branch 0.33</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.33</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.33'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2021-02-15T20:32:31Z</updated>
<entry>
<title>python: convert shebangs to python3</title>
<updated>2021-02-15T20:32:31Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2021-02-13T00:26:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7061e41cd0ed7a37dab83687697a692a53c5a66f'/>
<id>urn:sha1:7061e41cd0ed7a37dab83687697a692a53c5a66f</id>
<content type='text'>
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 &lt;dkg@fifthhorseman.net&gt;
</content>
</entry>
<entry>
<title>Use https instead of http where possible</title>
<updated>2016-06-05T11:32:17Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-06-02T16:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6a833a6e83865f6999707cc30768d07e1351c2cb'/>
<id>urn:sha1:6a833a6e83865f6999707cc30768d07e1351c2cb</id>
<content type='text'>
Many of the external links found in the notmuch source can be resolved
using https instead of http.  This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
</content>
</entry>
<entry>
<title>NEWS, python: update pointer to online documentation</title>
<updated>2016-06-05T11:25:22Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-06-02T16:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9b9c265a2585cc808f247340e9cb5a12de8a0da9'/>
<id>urn:sha1:9b9c265a2585cc808f247340e9cb5a12de8a0da9</id>
<content type='text'>
Currently, http://packages.python.org/notmuch/ goes through a series
of redirections and ends up pointing to readthedocs.  Since we're
using readthedocs directly anyway, just point to it directly.

readthedocs are also now sensibly using a separate domain
(readthedocs.io) for their hosted documentation as distinct from their
own domain (readthedocs.org), so use the correct tld.
</content>
</entry>
<entry>
<title>python: add copyright and licensing information to setup.py</title>
<updated>2012-04-29T14:30:38Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-04-29T14:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=43ee25f7a9af2121b447eaa700560be4e0808c1a'/>
<id>urn:sha1:43ee25f7a9af2121b447eaa700560be4e0808c1a</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: stylistic and pep8 fixes in setup.py</title>
<updated>2012-04-29T14:28:50Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-04-29T14:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=51e8e68649d97a2a4d672f9e8a1afd565589d682'/>
<id>urn:sha1:51e8e68649d97a2a4d672f9e8a1afd565589d682</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: update the long description in setup.py</title>
<updated>2012-04-29T14:26:36Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-04-29T14:26:36Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3ff39766d460446a1cd1f6731511baca9584ffa2'/>
<id>urn:sha1:3ff39766d460446a1cd1f6731511baca9584ffa2</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: fix the test asserting that reading the version succeeded</title>
<updated>2012-04-29T14:21:32Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-04-29T14:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=99b4ae1a887f2e31246e5e8fe6ea874b1d4277a9'/>
<id>urn:sha1:99b4ae1a887f2e31246e5e8fe6ea874b1d4277a9</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: simplify a path expression in setup.py</title>
<updated>2012-04-29T14:18:52Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-04-29T14:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=61cf962df8f2000d7a9d4cbaf8c87970278d54f7'/>
<id>urn:sha1:61cf962df8f2000d7a9d4cbaf8c87970278d54f7</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>python: Remove unused import from setup.py</title>
<updated>2012-04-29T14:15:41Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-04-29T14:15:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7190b0dbc289a451409886a9c535492bfa44eed8'/>
<id>urn:sha1:7190b0dbc289a451409886a9c535492bfa44eed8</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>py3k: The execfile built-in has been removed in python 3</title>
<updated>2012-01-02T15:06:59Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2011-12-14T10:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=676ce952d3a5d394d15b11a8292e4a4ac2bdd7c8'/>
<id>urn:sha1:676ce952d3a5d394d15b11a8292e4a4ac2bdd7c8</id>
<content type='text'>
</content>
</entry>
</feed>
