<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git/systemd/journal.py, branch v234</title>
<subtitle>github.com: systemd/python-systemd.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/'/>
<entry>
<title>journal: fix repr of JournalHandler to match python3.6</title>
<updated>2017-03-25T16:31:45+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-03-25T16:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=a5dc4ab856255416e8881ab7d178d46b47285163'/>
<id>a5dc4ab856255416e8881ab7d178d46b47285163</id>
<content type='text'>
We get &lt;systemd.journal.JournalHandler object at ...&gt; in older versions,
and &lt;JournalHandler (NOTSET)&gt; in since Python 3.6.
https://github.com/python/cpython/commit/c0752011472790e34d171b89f4b862cc3fd8ad08
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We get &lt;systemd.journal.JournalHandler object at ...&gt; in older versions,
and &lt;JournalHandler (NOTSET)&gt; in since Python 3.6.
https://github.com/python/cpython/commit/c0752011472790e34d171b89f4b862cc3fd8ad08
</pre>
</div>
</content>
</entry>
<entry>
<title>journal: do not convert extra args to string in JournalHandler</title>
<updated>2017-03-19T19:07:59+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-03-19T19:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=2169cdea8d2850a8e4109b2d1f3980d44a361818'/>
<id>2169cdea8d2850a8e4109b2d1f3980d44a361818</id>
<content type='text'>
send() already does conversions in a type-specific way, and doing it
in journal handler would defeat those conversions. In particular, UUIDs
would be converted to early and have dashes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
send() already does conversions in a type-specific way, and doing it
in journal handler would defeat those conversions. In particular, UUIDs
would be converted to early and have dashes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove mid from JournalHandler</title>
<updated>2017-03-19T17:33:32+00:00</updated>
<author>
<name>Wesley Bowman</name>
<email>wesley@channable.com</email>
</author>
<published>2017-03-13T07:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=08857486e6f6b2caa5556ac20c9e1c8bd870f292'/>
<id>08857486e6f6b2caa5556ac20c9e1c8bd870f292</id>
<content type='text'>
Removed mid variable from JournalHandler since the MESSAGE_ID is already
in the extras variable. MESSAGE_ID was being set to None, but this won't
appear in the logs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed mid variable from JournalHandler since the MESSAGE_ID is already
in the extras variable. MESSAGE_ID was being set to None, but this won't
appear in the logs.
</pre>
</div>
</content>
</entry>
<entry>
<title>journal: rename SENDER_FUNCTION to sender_function</title>
<updated>2017-03-19T17:28:15+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-03-19T16:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=84371c2cfda49483f6dabc6bb85cb0131df1053e'/>
<id>84371c2cfda49483f6dabc6bb85cb0131df1053e</id>
<content type='text'>
Let's not try to make it look like a journal field. It should
be a normal parameter.

Followup for dce0a855c3281e7051b1cbe0f73386d1c90ef320.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let's not try to make it look like a journal field. It should
be a normal parameter.

Followup for dce0a855c3281e7051b1cbe0f73386d1c90ef320.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix styling to match PEP8 in most places (#45)</title>
<updated>2017-03-14T21:36:46+00:00</updated>
<author>
<name>Wesley Bowman</name>
<email>wesley.bowman23@gmail.com</email>
</author>
<published>2017-03-14T21:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=73807b49c495105b33b83deec1402080a78b09b0'/>
<id>73807b49c495105b33b83deec1402080a78b09b0</id>
<content type='text'>
Backwards compatibility for mapPriority is retained.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backwards compatibility for mapPriority is retained.
</pre>
</div>
</content>
</entry>
<entry>
<title>journal: improve docstring formatting a bit</title>
<updated>2017-03-12T16:46:16+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-12-17T12:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=c7e393b3ca58013b2afcd02620c64c6fe66d21f4'/>
<id>c7e393b3ca58013b2afcd02620c64c6fe66d21f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust import order, spacing, operators as recommended by pylint</title>
<updated>2017-03-12T16:27:49+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2016-12-17T12:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=14b05bfff57feed1f20e6b562bed188bc08252dc'/>
<id>14b05bfff57feed1f20e6b562bed188bc08252dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent non-str values from being concatenated with + (#40)</title>
<updated>2017-03-12T16:16:45+00:00</updated>
<author>
<name>Jimmy Cao</name>
<email>jc2462@cornell.edu</email>
</author>
<published>2017-03-12T16:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=8921c79fb98e5e04c0e2f00813e9d8e015e4206e'/>
<id>8921c79fb98e5e04c0e2f00813e9d8e015e4206e</id>
<content type='text'>
Make _make_line concatenate only strings directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make _make_line concatenate only strings directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #31 from keszybz/is_socket_sockaddr</title>
<updated>2017-03-11T19:26:27+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2017-03-11T19:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=753a4ca5ffbea9e7b937dbe5c567353f9ca21f85'/>
<id>753a4ca5ffbea9e7b937dbe5c567353f9ca21f85</id>
<content type='text'>
daemon: add basic support for sd_is_socket_sockaddr</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
daemon: add basic support for sd_is_socket_sockaddr</pre>
</div>
</content>
</entry>
<entry>
<title>replace dict.iteritems() with dict.items() to support py3 (#39)</title>
<updated>2017-03-11T18:57:44+00:00</updated>
<author>
<name>Jeongsoo, Park</name>
<email>toracle@gmail.com</email>
</author>
<published>2017-03-11T18:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-systemd.git/commit/?id=dce0a855c3281e7051b1cbe0f73386d1c90ef320'/>
<id>dce0a855c3281e7051b1cbe0f73386d1c90ef320</id>
<content type='text'>
py3 doesn't have dict.iteritems() anymore.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
py3 doesn't have dict.iteritems() anymore.</pre>
</div>
</content>
</entry>
</feed>
