<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/dbus-python.git/dbus/decorators.py, branch dbus-python-0.83.1</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>Use MIT/X11 license as per permission given on the dbus mailing list.</title>
<updated>2007-10-09T11:20:10+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-10-09T11:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=0a8b67e2d99ed36f30d6709277a40fdd2812953d'/>
<id>0a8b67e2d99ed36f30d6709277a40fdd2812953d</id>
<content type='text'>
This affects code with copyright statements from the following individuals:
* Anders Carlsson
* Colin Walters
* David Zeuthen
* Rob Taylor
and the following companies:
* Collabora Ltd. (represented by me)
* Red Hat Inc. (represented by Havoc Pennington)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This affects code with copyright statements from the following individuals:
* Anders Carlsson
* Colin Walters
* David Zeuthen
* Rob Taylor
and the following companies:
* Collabora Ltd. (represented by me)
* Red Hat Inc. (represented by Havoc Pennington)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rel_path_keyword to @method (fd.o #11623)</title>
<updated>2007-08-01T18:10:37+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-08-01T18:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=5e6fa32bf95a0d17fe5ce6a4ecdcae5dd3f967d5'/>
<id>5e6fa32bf95a0d17fe5ce6a4ecdcae5dd3f967d5</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>Implement fallback objects.</title>
<updated>2007-06-18T15:31:20+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-18T15:31:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=543ebc088ffbef9a52de333d99361b47301571b3'/>
<id>543ebc088ffbef9a52de333d99361b47301571b3</id>
<content type='text'>
In the process, simplify the signal decorator a bit - don't allow the signal
to be emitted from a subset of interfaces (removing connection_keyword),
deprecate path_keyword, disallow path_keyword on objects that support multiple
object paths, and add rel_path_keyword. This is an API removal since previous
patches, but is compatible with the last release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the process, simplify the signal decorator a bit - don't allow the signal
to be emitted from a subset of interfaces (removing connection_keyword),
deprecate path_keyword, disallow path_keyword on objects that support multiple
object paths, and add rel_path_keyword. This is an API removal since previous
patches, but is compatible with the last release.
</pre>
</div>
</content>
</entry>
<entry>
<title>dbus.service: Allow objects to start off unexported, and become exported later.</title>
<updated>2007-06-11T13:51:59+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-06-11T13:51:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=7f2e0bfe0c205af512af716f4fcb7b8508269eb7'/>
<id>7f2e0bfe0c205af512af716f4fcb7b8508269eb7</id>
<content type='text'>
Also allow them to be exported on more than one object path or even connection.
dbus.decorators: Allow connection_keyword on signals and methods, so we can
tell which connection to use for any follow-up actions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also allow them to be exported on more than one object path or even connection.
dbus.decorators: Allow connection_keyword on signals and methods, so we can
tell which connection to use for any follow-up actions.
</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>Revert the part of the previous patch that added dbus_name to signals.</title>
<updated>2007-04-25T10:30:53+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-04-24T13:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=a81f1e90b293f1279ad4797753649f4264c559f3'/>
<id>a81f1e90b293f1279ad4797753649f4264c559f3</id>
<content type='text'>
Making this work correctly will also require changes to the introspect code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making this work correctly will also require changes to the introspect code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preparation for fallback-object support:</title>
<updated>2007-04-25T10:30:38+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-04-24T13:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=e4050f2750d2fdb5c05a7d7b9cb4030b99133f13'/>
<id>e4050f2750d2fdb5c05a7d7b9cb4030b99133f13</id>
<content type='text'>
* Let exported methods receive the path, destination and raw message via
  kwargs, as well as the sender
* Let exported signals be emitted from a variable object-path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Let exported methods receive the path, destination and raw message via
  kwargs, as well as the sender
* Let exported signals be emitted from a variable object-path
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace in Python source</title>
<updated>2007-04-24T17:02:40+00:00</updated>
<author>
<name>Simon McVittie</name>
<email>simon.mcvittie@collabora.co.uk</email>
</author>
<published>2007-04-24T12:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/dbus-python.git/commit/?id=df42e53ab497dce7f00bd2eb3f2af1c022c0096c'/>
<id>df42e53ab497dce7f00bd2eb3f2af1c022c0096c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
