<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/dbus/bus.py, branch dbus-python-0.83.0</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>Relicense Collabora code under the MIT/X11 license proposed for dbus core, removing all references to the LGPL as a result</title>
<updated>2007-09-27T12:57:49+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-09-27T12:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=d8c154284ca464f493c81a4d3b5a37890d68acec'/>
<id>d8c154284ca464f493c81a4d3b5a37890d68acec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to avoid importing things from _dbus_bindings when they could be imported from public API</title>
<updated>2007-07-18T20:26:10+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-07-18T20:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=f5eb61dce982d6c51a78f5bb745ebd632ef1ad70'/>
<id>f5eb61dce982d6c51a78f5bb745ebd632ef1ad70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve API documentation markup, particularly adding :Since: annotations</title>
<updated>2007-06-19T12:59:23+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-19T12:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=343aaa190f8a1c7475e4565c50483abbc5914a75'/>
<id>343aaa190f8a1c7475e4565c50483abbc5914a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus.bus: In watch_name_owner, only watch the desired name!</title>
<updated>2007-06-12T13:27:39+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-12T13:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=dbfb6d7b676d22dc98c3ef88071a9deeffa79648'/>
<id>dbfb6d7b676d22dc98c3ef88071a9deeffa79648</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus.bus: Ignore any errors while cleaning up signal matches, so we can make the call asynchronously</title>
<updated>2007-06-11T17:10:16+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-11T17:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=5b408fd8501d79f87bd752f9ce483f5beb6f157b'/>
<id>5b408fd8501d79f87bd752f9ce483f5beb6f157b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus.bus: when a unique name goes away, disconnect all signal handlers.</title>
<updated>2007-06-07T19:11:57+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-07T19:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=cc6ea2758794601e2747ad9deccf7c8e887b0100'/>
<id>cc6ea2758794601e2747ad9deccf7c8e887b0100</id>
<content type='text'>
Unique names are not recycled, so no more signals can arrive for that name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unique names are not recycled, so no more signals can arrive for that name.
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus.connection: Release signals lock before calling _clean_up_signal_match().</title>
<updated>2007-05-28T18:45:59+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-05-28T18:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=ffb1d3310d97bc4d86a09604649f334e3367816f'/>
<id>ffb1d3310d97bc4d86a09604649f334e3367816f</id>
<content type='text'>
This prevents a deadlock when a signal match that's tracking name owner
changes is removed, causing a match on NameOwnerChanged to be removed too.
(Debian bug#426412)

Also move more of the tree manipulation inside the lock, to be nice to
anyone attempting a port to implementations without a GIL (mainly IronPython),
and add a regression test for the above bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents a deadlock when a signal match that's tracking name owner
changes is removed, causing a match on NameOwnerChanged to be removed too.
(Debian bug#426412)

Also move more of the tree manipulation inside the lock, to be nice to
anyone attempting a port to implementations without a GIL (mainly IronPython),
and add a regression test for the above bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() method</title>
<updated>2007-05-21T12:18:18+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-05-21T12:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=03bcbff71d4bf112441dfd53300328c70d3a512c'/>
<id>03bcbff71d4bf112441dfd53300328c70d3a512c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement DBusException in pure Python; add get_dbus_name() method and name= keyword argument</title>
<updated>2007-05-16T10:05:29+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-05-16T10:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=b052211a63cf833ac394ca529c344c288e921401'/>
<id>b052211a63cf833ac394ca529c344c288e921401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate all arguments called named_service; use bus_name instead</title>
<updated>2007-05-03T12:20:59+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-05-03T12:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=774e133d2cdc1a0fda2bd14d2354a9da2deece88'/>
<id>774e133d2cdc1a0fda2bd14d2354a9da2deece88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
