<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/_dbus_bindings, 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>Avoid some compiler warnings</title>
<updated>2008-07-23T16:36:41+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-23T16:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=d634b018107c5aaeaeca704c14b9e853b9d52bfd'/>
<id>d634b018107c5aaeaeca704c14b9e853b9d52bfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into server</title>
<updated>2008-07-15T18:38:08+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-15T18:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=90c84c2cbe826e8aa4a4a4d8c4f4926c77590f25'/>
<id>90c84c2cbe826e8aa4a4a4d8c4f4926c77590f25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugfix for: if using Connection.add_message_filter, only the last filter will be called</title>
<updated>2008-07-15T18:37:00+00:00</updated>
<author>
<name>Huang Peng</name>
<email>phuang@redhat.com</email>
</author>
<published>2008-07-15T18:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=b5aa7ce1baa7628c883982f6dde9ca32958db857'/>
<id>b5aa7ce1baa7628c883982f6dde9ca32958db857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize LibDBusConnection correctly</title>
<updated>2008-07-15T18:30:33+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-15T18:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=810b67cd6d30e4af73067090c7fe1ae14952ce00'/>
<id>810b67cd6d30e4af73067090c7fe1ae14952ce00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make DBusPyConnection_NewConsumingDBusConnection static now nobody else needs to call it</title>
<updated>2008-07-15T18:22:21+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-15T18:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=88a08077393d4c6f091109ccc819c6ec4664ba71'/>
<id>88a08077393d4c6f091109ccc819c6ec4664ba71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DbusPyServer: construct connections by calling the type, so the object will be fully initialized</title>
<updated>2008-07-15T18:21:51+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-15T18:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=2f7e3865c5cae60769b98dac163802e224345fb9'/>
<id>2f7e3865c5cae60769b98dac163802e224345fb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor DBusPyConnection_NewForBus and make it go via DbusPyConnection_Type.tp_new</title>
<updated>2008-07-15T18:15:42+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-15T18:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=bdc76e63da5ca9e017cfbea6c1ce1b0e21ebf706'/>
<id>bdc76e63da5ca9e017cfbea6c1ce1b0e21ebf706</id>
<content type='text'>
Now that we have the LibDBusConnection temporary objects, we don't have
to do strange sideways inheritance, we can just chain up to the superclass
constructor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we have the LibDBusConnection temporary objects, we don't have
to do strange sideways inheritance, we can just chain up to the superclass
constructor.
</pre>
</div>
</content>
</entry>
<entry>
<title>_dbus_bindings._Connection: sort out constructor</title>
<updated>2008-07-15T18:13:55+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-15T18:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=0f0193180b7853cfea486d0aef1b60d4fa067ed2'/>
<id>0f0193180b7853cfea486d0aef1b60d4fa067ed2</id>
<content type='text'>
Accept a LibDBusConnection for the address (sic) parameter,
so we can construct a Connection for a DBusConnection that already
exists.

The way all this works right now is a bit unfortunate, with hindsight,
but most of it is fixable like this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accept a LibDBusConnection for the address (sic) parameter,
so we can construct a Connection for a DBusConnection that already
exists.

The way all this works right now is a bit unfortunate, with hindsight,
but most of it is fixable like this.
</pre>
</div>
</content>
</entry>
<entry>
<title>[trivial] un-extern Struct_tp_getattro</title>
<updated>2008-07-15T17:59:33+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-15T17:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=9d53f6c5179c590089bd6560e266dda538202f93'/>
<id>9d53f6c5179c590089bd6560e266dda538202f93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LibDBusConnection in _dbus_bindings</title>
<updated>2008-07-15T17:54:54+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2008-07-15T17:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=9d9322f9faf49f7ac8b4c3048f1333a9d7cabb48'/>
<id>9d9322f9faf49f7ac8b4c3048f1333a9d7cabb48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
