summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NEWS: update with timeout fixSimon McVittie2007-07-311-0/+13
* Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie2007-07-313-1/+54
* test-client: Avoid deprecated usage - explicitly pass SessionBus() to BusName...Simon McVittie2007-07-261-1/+1
* Try to avoid importing things from _dbus_bindings when they could be imported...Simon McVittie2007-07-186-33/+29
* Bump version to 0.82.1.YYYYMMDDSimon McVittie2007-07-121-1/+1
* Avoid cpp directives inside macro calls, to be nice to old gcc versionsSimon McVittie2007-07-122-19/+1
* NEWS, configure.ac: 0.82.1, the "double precision" releaseSimon McVittie2007-07-112-4/+4
* Use PyArg_ParseTuple correctly, fixing the timeout in send_message_with_reply...Simon McVittie2007-07-112-2/+5
* Unset dbus_python_releasedSimon McVittie2007-07-031-1/+1
* .gitignore: ignore patch(1) cruft, and detached signatures for the release ta...Simon McVittie2007-06-291-0/+3
* Update NEWSSimon McVittie2007-06-291-0/+23
* dbus.proxies: If making a call with ignore_reply=True, don't block for intros...Simon McVittie2007-06-291-1/+2
* dbus.service: use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODESimon McVittie2007-06-211-1/+1
* Expose HANDLER_RESULT_HANDLED, HANDLER_RESULT_NOT_YET_HANDLED as public API i...Simon McVittie2007-06-211-2/+5
* Get stacklevel right on deprecation of not specifying bus in BusName.__init__Simon McVittie2007-06-211-1/+1
* _dbus_bindings: add DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE etc.Simon McVittie2007-06-211-0/+9
* Avoid using deprecated dbus_watch_get_fd()Simon McVittie2007-06-212-1/+13
* dbus.service: Deprecate the omission of the `bus` argument in the BusName con...Simon McVittie2007-06-201-4/+13
* Stop using interactive-Python syntax in tutorial to reduce user confusion.Simon McVittie2007-06-201-26/+19
* Version 0.82.0Simon McVittie2007-06-192-4/+4
* Improve API documentation markup, particularly adding :Since: annotationsSimon McVittie2007-06-195-30/+88
* Mark Bus.get_connection() as deprecated; improve Bus.__repr__Simon McVittie2007-06-191-8/+10
* Update NEWS with recent changes; next version should be 0.82.0 I thinkSimon McVittie2007-06-191-4/+15
* Use python-config to get Python cppflags (patch from Ubuntu, fd.o #11282).Simon McVittie2007-06-191-4/+1
* Implement fallback objects.Simon McVittie2007-06-186-54/+205
* Unset dbus_python_releasedSimon McVittie2007-06-151-1/+1
* Update NEWSSimon McVittie2007-06-151-0/+29
* doc/tutorial.txt: @service and @method take dbus_interface=..., not interface...Simon McVittie2007-06-141-4/+4
* dbus.bus: In watch_name_owner, only watch the desired name!Simon McVittie2007-06-121-1/+2
* dbus.bus: Ignore any errors while cleaning up signal matches, so we can make ...Simon McVittie2007-06-111-1/+1
* dbus.service: Allow objects to start off unexported, and become exported later.Simon McVittie2007-06-113-59/+239
* dbus.bus: when a unique name goes away, disconnect all signal handlers.Simon McVittie2007-06-071-9/+10
* Update date in NEWS for 0.81.1 releaseSimon McVittie2007-06-041-2/+2
* Version 0.81.1Simon McVittie2007-06-041-2/+2
* NEWS: updateSimon McVittie2007-06-041-2/+2
* dbus.service: change unexport() to remove_from_connection() at J5's requestSimon McVittie2007-06-043-8/+10
* dbus-python.pc.in: Use -I${includedir} to allow libdbus and dbus-python to be...Simon McVittie2007-06-041-0/+1
* NEWS: Describe the fix for #10457Simon McVittie2007-05-301-0/+3
* dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie2007-05-303-4/+83
* NEWS: mention list_exported_child_objects() and its use in introspectionSimon McVittie2007-05-291-0/+4
* dbus.service: include child nodes in introspectionSimon McVittie2007-05-291-0/+4
* _dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie2007-05-293-0/+73
* NEWS: mention the fix for Debian#426412Simon McVittie2007-05-281-0/+5
* dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie2007-05-284-31/+52
* dbus.bus: detect NameHasNoOwner correctly, using new get_dbus_name() methodSimon McVittie2007-05-211-6/+6
* NEWS: Describe new DBusException 'args' supportSimon McVittie2007-05-211-0/+3
* Describe DBusException.get_dbus_name() in NEWSSimon McVittie2007-05-211-0/+11
* dbus.proxies: Log more informatively when introspection fails, and use loggin...Simon McVittie2007-05-171-1/+6
* Implement DBusException in pure Python; add get_dbus_name() method and name= ...Simon McVittie2007-05-1614-75/+105
* configure.ac: Reset released flag to 0Simon McVittie2007-05-161-1/+1