summaryrefslogtreecommitdiff
path: root/_dbus_glib_bindings
Commit message (Collapse)AuthorAgeFilesLines
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-152-1/+33
|
* Use Py_CLEAR for greater robustnessSimon McVittie2010-12-021-5/+5
|
* Avoid some compiler warningsSimon McVittie2008-07-231-0/+2
|
* Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵Simon McVittie2007-09-271-15/+18
| | | | removing all references to the LGPL as a result
* Actually commit the numerous copyright-statement changes.Simon McVittie2007-02-071-4/+4
|
* dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵Simon McVittie2007-01-251-2/+0
| | | | lines in license statement
* Split up Makefile.am between subdirectoriesSimon McVittie2007-01-221-0/+9
| | | | | | As well as being conventional, this seems to be necessary to avoid having dbus_py_test.so installed, while still having it be a Libtool shared library (noinst libraries are helpfully made static).
* DBusGMainLoop: avoid reference leak on successSimon McVittie2007-01-171-0/+1
| | | | (thanks Phil Thompson, <phil riverbankcomputing co uk>)
* include/dbus_bindings.h: Rename to include/dbus-python.h, improve namespacing.Simon McVittie2006-12-181-6/+7
| | | | | _dbus_bindings/conn-internal.h, _dbus_bindings/dbus_bindings-internal.h, _dbus_glib_bindings/module.c: Use dbus-python.h instead of dbus_bindings.h
* _dbus_glib_bindings/module.c: Support set_as_default keyword argumentSimon McVittie2006-11-301-6/+44
|
* Add improved main-loop integration.Simon McVittie2006-11-221-4/+61
| | | | | | Currently only GLib (with the default main context) and a "null main loop" are supported, but a pure-Python main loop could be supported without incompatible API changes.
* Annotate UNUSED argumentsSimon McVittie2006-11-141-2/+12
|
* Add a C reimplementation of the formerly-Pyrex bits of dbus-python.Simon McVittie2006-09-261-0/+74