<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git/docs, branch v232</title>
<subtitle>github.com: systemd/python-systemd.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/'/>
<entry>
<title>docs: autoregenerate id128.rst</title>
<updated>2016-09-22T00:56:17+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-09-22T00:56:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=416efbf411ad94b66bfef26eca6cfef3ba9f9196'/>
<id>416efbf411ad94b66bfef26eca6cfef3ba9f9196</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reader: add SD_JOURNAL_OS_ROOT and rework flag passing</title>
<updated>2016-09-21T19:32:58+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-09-20T13:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=02b9432e736f3951078f3ad232baa445ca5d30b1'/>
<id>02b9432e736f3951078f3ad232baa445ca5d30b1</id>
<content type='text'>
Let's pass any flags through to the journal functions without checking
validity. Those functions do their own checking, so there's no need to
second-guess.

The semantics for _Reader(flags=0) are a bit changed:
before, this would be transformed into sd_journal_open(SD_J_LOCAL_ONLY).
Now, this results in sd_journal_open(0). Previous behaviour should be
achieved by not specifying the flags at all.
This change is necessary, because previously it was not possible to
pass flags=0 to sd_journal_open(0), i.e. it was not possible to "merge"
journals through the Python interface.

Similarly, Reader(flags=0) now means to open all journals, and
Reader(flags=None) is the same as Reader(flags=LOCAL_ONLY).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's pass any flags through to the journal functions without checking
validity. Those functions do their own checking, so there's no need to
second-guess.

The semantics for _Reader(flags=0) are a bit changed:
before, this would be transformed into sd_journal_open(SD_J_LOCAL_ONLY).
Now, this results in sd_journal_open(0). Previous behaviour should be
achieved by not specifying the flags at all.
This change is necessary, because previously it was not possible to
pass flags=0 to sd_journal_open(0), i.e. it was not possible to "merge"
journals through the Python interface.

Similarly, Reader(flags=0) now means to open all journals, and
Reader(flags=None) is the same as Reader(flags=LOCAL_ONLY).
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: remove SD_MESSAGE_CONFIG_ERROR from list</title>
<updated>2015-10-27T04:26:37+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-10-27T04:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=8d55a298d9380a878d5b742b38bf79c51d7e4ea1'/>
<id>8d55a298d9380a878d5b742b38bf79c51d7e4ea1</id>
<content type='text'>
This list should be auto-generated... Let's remove the
ID that was removed from systemd from here too for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This list should be auto-generated... Let's remove the
ID that was removed from systemd from here too for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: also collect doctests from rst</title>
<updated>2015-09-05T11:33:40+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-09-05T11:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=26a9c1f18ad2ef63fb3f2676c5ad8f6a565054e8'/>
<id>26a9c1f18ad2ef63fb3f2676c5ad8f6a565054e8</id>
<content type='text'>
There isn't much to test now, but it doesn't hurt to enable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There isn't much to test now, but it doesn't hurt to enable.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: avoid warning about duplicate target name</title>
<updated>2015-07-08T19:17:00+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-07-08T19:17:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=c030a453c257ef70c6d3832b287f4a1811b735ca'/>
<id>c030a453c257ef70c6d3832b287f4a1811b735ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update links in documentation</title>
<updated>2015-07-08T19:12:25+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-07-08T19:12:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=2f5a39023906132c4ba2c0246239e8dca3a898fe'/>
<id>2f5a39023906132c4ba2c0246239e8dca3a898fe</id>
<content type='text'>
This is a standalone package now, but let's keep the links
to systemd itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a standalone package now, but let's keep the links
to systemd itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move docs to top level and include in manifest</title>
<updated>2015-07-08T17:45:03+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-07-08T17:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=1ad7f56b9015ce31d2b5c6a4418fc8c52f48120a'/>
<id>1ad7f56b9015ce31d2b5c6a4418fc8c52f48120a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
