<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings/python/docs, branch debian/0.11.1-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.11.1-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.11.1-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-12-06T11:23:50Z</updated>
<entry>
<title>fix sphinx compile-time warnings</title>
<updated>2011-12-06T11:23:50Z</updated>
<author>
<name>Patrick Totzke</name>
<email>patricktotzke@googlemail.com</email>
</author>
<published>2011-12-05T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=12ebf879476ba60389c9310327b8a271f1f7eb5e'/>
<id>urn:sha1:12ebf879476ba60389c9310327b8a271f1f7eb5e</id>
<content type='text'>
no changes to the code, only makes compiling the docs smoother
as some rsT syntax errors were fixed
</content>
</entry>
<entry>
<title>python: clean up docstrings and API documentation</title>
<updated>2011-10-05T15:54:09Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-10-05T15:54:09Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=42f184c23668173e675a006864f188155826d1bd'/>
<id>urn:sha1:42f184c23668173e675a006864f188155826d1bd</id>
<content type='text'>
Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>python: Add the new exception types in the API documentation</title>
<updated>2011-10-05T14:58:13Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-10-05T14:58:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2b43a65c1c2049f94a6787925addd5b6e4040453'/>
<id>urn:sha1:2b43a65c1c2049f94a6787925addd5b6e4040453</id>
<content type='text'>
as they should be documented...

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>python: Add new functions in API documentation</title>
<updated>2011-09-29T09:00:43Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-09-29T09:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f63d605835bf7a5f05f6cf0f201f1e14e051179c'/>
<id>urn:sha1:f63d605835bf7a5f05f6cf0f201f1e14e051179c</id>
<content type='text'>
Add documentation for the three new functions and add in which version
they have been added.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>python: Improve code documentation</title>
<updated>2011-09-29T08:47:28Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-09-29T08:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=eb4cd33e6b5406bf69273be52f88a57dad6e8126'/>
<id>urn:sha1:eb4cd33e6b5406bf69273be52f88a57dad6e8126</id>
<content type='text'>
1) Fix added .gitignore from commit dc8a1745 to work on the docs folder
2) Improve in-code developer documentation to produce better
   sphinx-generated documentation. No code changes.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>python: Improve API documentation</title>
<updated>2011-06-16T13:41:48Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-06-16T13:41:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0817f0e168c8212200fc6624aeaac77318a9bc35'/>
<id>urn:sha1:0817f0e168c8212200fc6624aeaac77318a9bc35</id>
<content type='text'>
Various API doc cleanups and improvements. No code change.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>python: Remove Messages().__len__</title>
<updated>2011-06-15T12:25:33Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-06-15T12:25:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8866a89e3cff46dbd791a1385ca5c800a5c9091e'/>
<id>urn:sha1:8866a89e3cff46dbd791a1385ca5c800a5c9091e</id>
<content type='text'>
Messages.__len__() exhausted the iterator and list() inherently calls
len(), so we could not invoke list(msgs) without getting errors. Fix
this by implementing __nonzero__ but removing __len__ on Messages.

Use Query.count_messages() or len(list(msgs)) if you need to know the
number.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>bindings/python: Include the new get_filenames in the API docs</title>
<updated>2011-06-02T07:20:56Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-06-02T07:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4d406d9c252e707477a1cc744c4ee74bde4d1c3c'/>
<id>urn:sha1:4d406d9c252e707477a1cc744c4ee74bde4d1c3c</id>
<content type='text'>
They had accidentally been left out, so we should also include the
function docs for get_messages in the API docs.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>python: Add UNSORTED as Query.SORT option</title>
<updated>2010-04-23T11:40:38Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2010-04-23T11:37:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=af8664689ac66b2ee79c904c6483f1172768da39'/>
<id>urn:sha1:af8664689ac66b2ee79c904c6483f1172768da39</id>
<content type='text'>
Keep up to date with the libnotmuch.so API.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
</content>
</entry>
<entry>
<title>Move everything down into a bindings/python directory.</title>
<updated>2010-04-22T00:29:34Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-22T00:23:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3b558de7811a765c3295a58bd53e2156eca0e32e'/>
<id>urn:sha1:3b558de7811a765c3295a58bd53e2156eca0e32e</id>
<content type='text'>
In preparation for merging the python bindings into the notmuch
repository.
</content>
</entry>
</feed>
