| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add INTORLONG_CHECK macro so we don't have to conditionalize PyInt_Check | Simon McVittie | 2012-01-11 | 1 | -5/+2 |
| * | Consistently use the str type for identifier-like (ASCII) strings | Simon McVittie | 2012-01-11 | 1 | -5/+1 |
| * | This is the big one; it adds Python 3 support. | Barry Warsaw | 2011-12-15 | 1 | -2/+18 |
| * | First round of PyInt -> PyLong changes. These are only compatible with Python | Barry Warsaw | 2011-12-14 | 1 | -2/+4 |
| * | In preparation for Python 3 support, use the Python 2 PyBytes aliases for the | Barry Warsaw | 2011-12-14 | 1 | -2/+2 |
| * | Use Py_CLEAR for greater robustness | Simon McVittie | 2010-12-02 | 1 | -5/+5 |
| * | Refactor DBusPyConnection_NewForBus and make it go via DbusPyConnection_Type.... | Simon McVittie | 2008-07-15 | 1 | -26/+59 |
| * | Relicense Collabora code under the MIT/X11 license proposed for dbus core, re... | Simon McVittie | 2007-09-27 | 1 | -15/+18 |
| * | Implement DBusException in pure Python; add get_dbus_name() method and name= ... | Simon McVittie | 2007-05-16 | 1 | -3/+2 |
| * | Remove BusImplementation, removing its remaining functionality to Connection. | Simon McVittie | 2007-04-30 | 1 | -93/+41 |
| * | Implement o.fd.DBus method wrappers in Python instead of C. | Simon McVittie | 2007-04-30 | 1 | -235/+0 |
| * | Actually commit the numerous copyright-statement changes. | Simon McVittie | 2007-02-07 | 1 | -7/+7 |
| * | dbus, _dbus_bindings, _dbus_glib_bindings: remove accidentally duplicated lin... | Simon McVittie | 2007-01-25 | 1 | -2/+0 |
| * | Improve various type docstrings | Simon McVittie | 2006-12-21 | 1 | -2/+6 |
| * | Switch to autotools and test with Python 2.5 as well as 2.4. | Simon McVittie | 2006-12-18 | 1 | -1/+1 |
| * | bus.c, conn-methods.c, conn.c: Alter format of signatures in docstrings to ke... | Simon McVittie | 2006-12-18 | 1 | -7/+7 |
| * | bus.c: Add tracing and a couple of missed assertions | Simon McVittie | 2006-12-13 | 1 | -0/+11 |
| * | _dbus_bindings/bus.c, _dbus_bindings/conn-methods.c, _dbus_bindings/conn.c: A... | Simon McVittie | 2006-12-12 | 1 | -0/+9 |
| * | Whitespace consistency: Don't put a space between function name and parenthes... | Simon McVittie | 2006-12-11 | 1 | -49/+49 |
| * | Split out exceptions, pending call, message into separate .c files | Simon McVittie | 2006-12-11 | 1 | -2/+2 |
| * | _dbus_bindings: bus-impl.h -> bus.c | Simon McVittie | 2006-12-08 | 1 | -0/+417 |