| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 2 | -1/+33 |
| | | |||||
| * | Use Py_CLEAR for greater robustness | Simon McVittie | 2010-12-02 | 1 | -5/+5 |
| | | |||||
| * | Avoid some compiler warnings | Simon McVittie | 2008-07-23 | 1 | -0/+2 |
| | | |||||
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, ↵ | Simon McVittie | 2007-09-27 | 1 | -15/+18 |
| | | | | | removing all references to the LGPL as a result | ||||
| * | Actually commit the numerous copyright-statement changes. | Simon McVittie | 2007-02-07 | 1 | -4/+4 |
| | | |||||
| * | dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated ↵ | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| | | | | | lines in license statement | ||||
| * | Split up Makefile.am between subdirectories | Simon McVittie | 2007-01-22 | 1 | -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 success | Simon McVittie | 2007-01-17 | 1 | -0/+1 |
| | | | | | (thanks Phil Thompson, <phil riverbankcomputing co uk>) | ||||
| * | include/dbus_bindings.h: Rename to include/dbus-python.h, improve namespacing. | Simon McVittie | 2006-12-18 | 1 | -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 argument | Simon McVittie | 2006-11-30 | 1 | -6/+44 |
| | | |||||
| * | Add improved main-loop integration. | Simon McVittie | 2006-11-22 | 1 | -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 arguments | Simon McVittie | 2006-11-14 | 1 | -2/+12 |
| | | |||||
| * | Add a C reimplementation of the formerly-Pyrex bits of dbus-python. | Simon McVittie | 2006-09-26 | 1 | -0/+74 |
