<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/_dbus_bindings, branch dbus-python-0.82.4</title>
<subtitle>gitlab.freedesktop.org: dbus/dbus-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/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://trove.baserock.org/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>_dbus_bindings/mainloop.c: Remove Watch and Timeout.</title>
<updated>2007-07-31T12:01:04+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-07-31T12:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=66ebaa801a13be7403e6ec47de1f322ccf310346'/>
<id>66ebaa801a13be7403e6ec47de1f322ccf310346</id>
<content type='text'>
They were never used, and didn't make a great deal of sense. I now believe the
right direction for pure-Python mainloop support is to define a Pythonic main
loop abstraction and coerce libdbus to fit into it, rather than pretending
the objects in libdbus' abstraction are Python objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were never used, and didn't make a great deal of sense. I now believe the
right direction for pure-Python mainloop support is to define a Pythonic main
loop abstraction and coerce libdbus to fit into it, rather than pretending
the objects in libdbus' abstraction are Python objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid cpp directives inside macro calls, to be nice to old gcc versions</title>
<updated>2007-07-12T12:13:13+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-07-12T12:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=07bb7f1de21c64ea1f19ff107910daa2a14ec4ba'/>
<id>07bb7f1de21c64ea1f19ff107910daa2a14ec4ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use PyArg_ParseTuple correctly, fixing the timeout in send_message_with_reply and send_message_with_reply_and_block.</title>
<updated>2007-07-11T14:51:23+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-07-11T14:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=e94f1a9a3c4e9a7800e013dd61b06b5538c9b8ac'/>
<id>e94f1a9a3c4e9a7800e013dd61b06b5538c9b8ac</id>
<content type='text'>
(bugs.fd.o #11489; thanks to Marco Pesenti Gritti for report and initial patch)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bugs.fd.o #11489; thanks to Marco Pesenti Gritti for report and initial patch)
</pre>
</div>
</content>
</entry>
<entry>
<title>_dbus_bindings: add DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE etc.</title>
<updated>2007-06-21T00:20:39+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-21T00:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=11925e0a12989793926f82d2286cbb20ef7a179d'/>
<id>11925e0a12989793926f82d2286cbb20ef7a179d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid using deprecated dbus_watch_get_fd()</title>
<updated>2007-06-21T00:19:39+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-21T00:19:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=d45d56a6ba455ee9b12af4d2c8c448392d74d1b4'/>
<id>d45d56a6ba455ee9b12af4d2c8c448392d74d1b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_dbus_bindings/conn-methods.c: add list_exported_child_objects().</title>
<updated>2007-05-29T14:32:01+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-05-29T14:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=26288ab181eb2452fad7fd94c9bc00c817b4137d'/>
<id>26288ab181eb2452fad7fd94c9bc00c817b4137d</id>
<content type='text'>
This is equivalent to dbus_connection_list_registered() in libdbus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is equivalent to dbus_connection_list_registered() in libdbus.
</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://trove.baserock.org/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>Remove BusImplementation, removing its remaining functionality to Connection.</title>
<updated>2007-04-30T10:23:58+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-04-30T10:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=e40ec8e4f29d104b66d78b183300e6bf134c2714'/>
<id>e40ec8e4f29d104b66d78b183300e6bf134c2714</id>
<content type='text'>
* Move get_unique_name to Connection (it can be useful for connections which
  aren't to a real bus daemon but partially emulate one, like Telepathy's
  Tubes)
* Add set_unique_name to Connection (same reason)
* Convert BusImplementation.__new__ into Connection._new_for_bus
* Have dbus.Bus subclass _dbus_bindings.Connection directly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move get_unique_name to Connection (it can be useful for connections which
  aren't to a real bus daemon but partially emulate one, like Telepathy's
  Tubes)
* Add set_unique_name to Connection (same reason)
* Convert BusImplementation.__new__ into Connection._new_for_bus
* Have dbus.Bus subclass _dbus_bindings.Connection directly
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement o.fd.DBus method wrappers in Python instead of C.</title>
<updated>2007-04-30T10:20:53+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-04-30T10:20:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/dbus-python.git/commit/?id=6963fa9cfa5be7af19b93c71d8a26c149cf2c88c'/>
<id>6963fa9cfa5be7af19b93c71d8a26c149cf2c88c</id>
<content type='text'>
This reduces the need to have _dbus_bindings.BusImplementation and makes
peer-to-peer connections easier to implement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reduces the need to have _dbus_bindings.BusImplementation and makes
peer-to-peer connections easier to implement.
</pre>
</div>
</content>
</entry>
</feed>
