<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/examples/example-client.py, branch dbus-python-1.2.14</title>
<subtitle>gitlab.freedesktop.org: dbus/dbus-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/'/>
<entry>
<title>Add clearer licensing information in SPDX format</title>
<updated>2019-07-15T14:51:05+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>smcv@collabora.com</email>
</author>
<published>2019-07-15T12:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=28734ae1661ea029fa2ed06fab6a4d6cf6ade098'/>
<id>28734ae1661ea029fa2ed06fab6a4d6cf6ade098</id>
<content type='text'>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simon McVittie &lt;smcv@collabora.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistently make examples executable</title>
<updated>2015-12-04T15:09:08+00:00</updated>
<author>
<name>Ben Longbons</name>
<email>b.r.longbons@gmail.com</email>
</author>
<published>2014-10-31T21:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=f8ffd3ab796ae622912b243c1e6f1d3e12c90ad7'/>
<id>f8ffd3ab796ae622912b243c1e6f1d3e12c90ad7</id>
<content type='text'>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720
Reviewed-by: Simon McVittie &lt;simon.mcvittie@collabora.co.uk&gt;
[smcv: separated out from a previous commit]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720
Reviewed-by: Simon McVittie &lt;simon.mcvittie@collabora.co.uk&gt;
[smcv: separated out from a previous commit]
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Python 3 syntax to catch exceptions</title>
<updated>2011-12-13T11:55:44+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2011-12-13T11:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=14225c74b5bd75cf6c4cda3647341dc20214e6b8'/>
<id>14225c74b5bd75cf6c4cda3647341dc20214e6b8</id>
<content type='text'>
Signed-off-by: Simon McVittie &lt;simon.mcvittie@collabora.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Simon McVittie &lt;simon.mcvittie@collabora.co.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>License examples under MIT/X11.</title>
<updated>2007-09-28T10:49:28+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-09-28T10:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=5295a01631b2a02f948d22417de997a3200a2cee'/>
<id>5295a01631b2a02f948d22417de997a3200a2cee</id>
<content type='text'>
According to history of dbus-core before the bindings split, the examples were
written by Red Hat employees, so we should be OK to relicense them; and it's
good to have copyright headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to history of dbus-core before the bindings split, the examples were
written by Red Hat employees, so we should be OK to relicense them; and it's
good to have copyright headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: Don't load a main loop when only making blocking calls</title>
<updated>2007-01-16T19:51:28+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-01-16T19:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=916df7703d828afec95635d309ca83bc1c05fd98'/>
<id>916df7703d828afec95635d309ca83bc1c05fd98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an example of asynchronous calls. Run the examples during 'make check'.</title>
<updated>2007-01-09T14:05:28+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-01-09T14:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=26ce68b8de3f48187091d3686cb30b75375b84d0'/>
<id>26ce68b8de3f48187091d3686cb30b75375b84d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus/examples: Move to examples/ (it's not part of the library and isn't installed)</title>
<updated>2006-12-13T14:40:32+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2006-12-13T14:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=b70364f2a37e64585c53a72e36481407e375808c'/>
<id>b70364f2a37e64585c53a72e36481407e375808c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
