<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-systemd.git/systemd, branch v235</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>tests: simplify imports</title>
<updated>2022-08-16T09:03:09+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T08:35:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=cc03ed6d2013f40c5e20efa2af8d822a47c592b2'/>
<id>cc03ed6d2013f40c5e20efa2af8d822a47c592b2</id>
<content type='text'>
'import foo as _foo' is useful in exported modules to avoid 'foo' being
present in the public API. No need to play that game in test code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'import foo as _foo' is useful in exported modules to avoid 'foo' being
present in the public API. No need to play that game in test code.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: python2-compat in another place</title>
<updated>2022-08-16T09:03:09+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T08:34: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=ba9d9f89104a26a410e1eb9e371d366ef2702c35'/>
<id>ba9d9f89104a26a410e1eb9e371d366ef2702c35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>journal: fix compatibility with python2</title>
<updated>2022-08-16T09:03:09+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T08:34:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=872ce304a07bb4c1b4fc06b7bfbd9220652c3793'/>
<id>872ce304a07bb4c1b4fc06b7bfbd9220652c3793</id>
<content type='text'>
This is a lazy workaround: 4c9a241949067fc8d55f3ea12170ad364bd8b18d
is amended to do nothing on python2, so we have the same issue that
was present before. This allows the code to execute, and hopefully
almost nobody is using python2 code anyway.

f868a56b935b6152d611b22f7a5538f14dafb194 is amended in the same way.
For python2 code we have the same lack of timezone-awareness as before.

This allows the tests to pass under python 2.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a lazy workaround: 4c9a241949067fc8d55f3ea12170ad364bd8b18d
is amended to do nothing on python2, so we have the same issue that
was present before. This allows the code to execute, and hopefully
almost nobody is using python2 code anyway.

f868a56b935b6152d611b22f7a5538f14dafb194 is amended in the same way.
For python2 code we have the same lack of timezone-awareness as before.

This allows the tests to pass under python 2.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #92 from chrismullins/support-realtime-cutoff</title>
<updated>2022-08-16T07:55:39+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-16T07:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=6320847472657fc2b4f98dd5bfeb4c826ed68a06'/>
<id>6320847472657fc2b4f98dd5bfeb4c826ed68a06</id>
<content type='text'>
Support realtime cutoff access</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support realtime cutoff access</pre>
</div>
</content>
</entry>
<entry>
<title>Update constants for systemd 251</title>
<updated>2022-08-15T14:59:02+00:00</updated>
<author>
<name>Zbigniew Jędrzejewski-Szmek</name>
<email>zbyszek@in.waw.pl</email>
</author>
<published>2022-08-13T18:41:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=d361f0bfa5d2438788b03ed3b80f582936dc1737'/>
<id>d361f0bfa5d2438788b03ed3b80f582936dc1737</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding timezone information to datetimes from systemd-journal</title>
<updated>2022-08-13T17:34:51+00:00</updated>
<author>
<name>Samuel BF</name>
<email>36460-samuelbf@users.noreply.framagit.org</email>
</author>
<published>2022-01-08T14:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=f868a56b935b6152d611b22f7a5538f14dafb194'/>
<id>f868a56b935b6152d611b22f7a5538f14dafb194</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reader: Fix use of potentially uninitialized value</title>
<updated>2022-08-13T15:03:30+00:00</updated>
<author>
<name>Andrew Stone</name>
<email>a@stne.dev</email>
</author>
<published>2022-06-01T01:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=1abac3cfec02c71b25b47c6a1178d80b258d742d'/>
<id>1abac3cfec02c71b25b47c6a1178d80b258d742d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass NULL for unnecessary timestamps</title>
<updated>2021-01-03T01:34:48+00:00</updated>
<author>
<name>Chris Mullins</name>
<email>crmullin@fastmail.com</email>
</author>
<published>2021-01-03T01:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=d6b3af95f5108ba4dbb7fc38aec39abb9e019986'/>
<id>d6b3af95f5108ba4dbb7fc38aec39abb9e019986</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for sd_journal_get_cutoff_realtime_usec wrapper</title>
<updated>2021-01-03T01:22:22+00:00</updated>
<author>
<name>Chris Mullins</name>
<email>crmullin@fastmail.com</email>
</author>
<published>2021-01-03T01:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=9bb147c26b9578f1dadcedb1ed458fe983f56060'/>
<id>9bb147c26b9578f1dadcedb1ed458fe983f56060</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>journal: remove ChainMap</title>
<updated>2020-11-12T18:19:47+00:00</updated>
<author>
<name>Glandos</name>
<email>bugs-github@antipoul.fr</email>
</author>
<published>2018-07-26T09:24:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-systemd.git/commit/?id=2166b5759ca0ead2b0ba1bf28eef5220268ae0ef'/>
<id>2166b5759ca0ead2b0ba1bf28eef5220268ae0ef</id>
<content type='text'>
"after some quick testing, the execution time got halved (32-ish
seconds to 16-ish seconds) when going through all journal entries."

Closes #63.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"after some quick testing, the execution time got halved (32-ish
seconds to 16-ish seconds) when going through all journal entries."

Closes #63.
</pre>
</div>
</content>
</entry>
</feed>
