<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git/.gitignore, branch main</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>Store id128-constants.h in the repository</title>
<updated>2016-09-22T00:16:37+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-09-21T23:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=d713eacb7ec390d8a0d8610cab61df57e8bd9ae3'/>
<id>d713eacb7ec390d8a0d8610cab61df57e8bd9ae3</id>
<content type='text'>
Instead of generating the list of message ids anew during every build,
the file is generated manually and committed into the
repository. Also, the list of defines is stored in id128-defines.h,
also kept in the repository. Both files should only grow.

This should make build easier. But it also fixes a problem with
systemd, which occasionally drops message definitions. We will keep
them forever, so it should be safe to rely on the presence of message
definitions which systemd does not use anymore.

Fixes #23.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of generating the list of message ids anew during every build,
the file is generated manually and committed into the
repository. Also, the list of defines is stored in id128-defines.h,
also kept in the repository. Both files should only grow.

This should make build easier. But it also fixes a problem with
systemd, which occasionally drops message definitions. We will keep
them forever, so it should be safe to rely on the presence of message
definitions which systemd does not use anymore.

Fixes #23.
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: add utility target to build TAGS</title>
<updated>2015-10-27T04:07:18+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-10-27T02:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=c1c55294f197675a32f91effdc220fcaead91ad3'/>
<id>c1c55294f197675a32f91effdc220fcaead91ad3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: add MANIFEST.in to properly include all files</title>
<updated>2015-07-06T01:32:42+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2015-07-06T01:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=9d0b8bbaf0edf4b970d43ae4fa099bbf3aa6cc57'/>
<id>9d0b8bbaf0edf4b970d43ae4fa099bbf3aa6cc57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add frontend module in pure-Python and hide old module</title>
<updated>2012-07-12T09:02:30+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2012-06-28T17:32: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=557184bb56240bfcf05d250e5bf9049eaf6d0ec5'/>
<id>557184bb56240bfcf05d250e5bf9049eaf6d0ec5</id>
<content type='text'>
journald.send() is renamed to journald.sendv(), and a replacement
journald.send() is added. This new function has a more pythonic API,
where one positional argument is used for the message, and keyword
arguments can be used to specify other fields.

Implementing argument parsing in C would be really painful, for little
gain, so a pure-python module is added, which provides send(), which
in turn calls sendv().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
journald.send() is renamed to journald.sendv(), and a replacement
journald.send() is added. This new function has a more pythonic API,
where one positional argument is used for the message, and keyword
arguments can be used to specify other fields.

Implementing argument parsing in C would be really painful, for little
gain, so a pure-python module is added, which provides send(), which
in turn calls sendv().
</pre>
</div>
</content>
</entry>
<entry>
<title>Compatibility with Python 3</title>
<updated>2012-07-12T09:02:26+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2012-06-28T16:12: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=3c089ad48eb899b332babab380c5f1782a2e04ad'/>
<id>3c089ad48eb899b332babab380c5f1782a2e04ad</id>
<content type='text'>
Should work with Python 3.0 - 3.2. Compatibility with Python 3.3 might
require additional changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should work with Python 3.0 - 3.2. Compatibility with Python 3.3 might
require additional changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore result of build_ext -i</title>
<updated>2012-07-10T08:26:40+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2012-06-28T14:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=7f9ebf50adf24e506ea9b5c9b8fa299e5235cb70'/>
<id>7f9ebf50adf24e506ea9b5c9b8fa299e5235cb70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2012-06-25T23:58:29+00:00</updated>
<author>
<name>David Strauss</name>
<email>david@davidstrauss.net</email>
</author>
<published>2012-06-25T23:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=7bcd8598958496d67dada85ab58119a7528b95d3'/>
<id>7bcd8598958496d67dada85ab58119a7528b95d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
