| Commit message (Expand) | Author | Age | Files | Lines |
* | dbus-python (1.2.0-2+0.tails1)HEADdebian/1.2.0-2+0.tails1master | intrigeri | 2015-04-19 | 1 | -0/+9 |
* | Always initialize DBus locking system when loading the module. | intrigeri | 2015-04-19 | 2 | -0/+20 |
* | releasedebian/1.2.0-2 | Simon McVittie | 2013-06-03 | 1 | -2/+2 |
* | Force pythondir/pyexecdir instead of taking the default, fixing FTBFS | Simon McVittie | 2013-06-03 | 2 | -0/+15 |
* | Standards-Version: 3.9.4 (no further changes) | Simon McVittie | 2013-06-03 | 2 | -1/+2 |
* | Canonicalize Vcs-Git | Simon McVittie | 2013-06-03 | 2 | -1/+7 |
* | releasedebian/1.2.0-1 | Simon McVittie | 2013-05-08 | 1 | -2/+2 |
* | Use EXT_SUFFIX for python3.3-dbg too | Simon McVittie | 2013-05-08 | 1 | -1/+1 |
* | New upstream release | Simon McVittie | 2013-05-08 | 1 | -1/+3 |
* | Merge tag 'upstream/1.2.0' | Simon McVittie | 2013-05-08 | 40 | -320/+835 |
|\ |
|
| * | Imported Upstream version 1.2.0upstream/1.2.0upstream | Simon McVittie | 2013-05-08 | 40 | -320/+835 |
| |\ |
|
| | * | distribute new tests | Simon McVittie | 2013-05-08 | 1 | -0/+2 |
| | * | 1.2.0 | Simon McVittie | 2013-05-08 | 2 | -4/+12 |
| | * | Add support for skipping tests, and use it | Simon McVittie | 2013-05-08 | 7 | -15/+62 |
| | * | utf8 test: pass when used with dbus 1.6.10, 1.7.2 | Simon McVittie | 2013-05-08 | 1 | -16/+25 |
| | * | Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Marko Lindqvist | 2013-05-07 | 1 | -1/+1 |
| | * | Use GObject.__class__ instead of GObjectMeta | Simon McVittie | 2013-04-22 | 3 | -4/+7 |
| | * | Unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE | Simon McVittie | 2013-04-22 | 1 | -0/+2 |
| | * | Require D-Bus 1.6, drop fallback paths | Simon McVittie | 2013-04-22 | 4 | -77/+7 |
| | * | NEWS | Simon McVittie | 2012-10-23 | 1 | -0/+7 |
| | * | Update the confusing notice of what license dbus-python is under | Thiago Macieira | 2012-10-23 | 1 | -1/+2 |
| | * | DBusException: override both __str__ and __unicode__ | Simon McVittie | 2012-10-16 | 1 | -11/+17 |
| | * | Slightly better test coverage | Simon McVittie | 2012-10-16 | 1 | -0/+4 |
| | * | Use a form of assertRaises() that works in Python 2.6 | Simon McVittie | 2012-10-16 | 1 | -3/+2 |
| | * | Skip test_dbus_exception_convert_str_fail under unusual default encodings | Simon McVittie | 2012-10-16 | 1 | -3/+8 |
| | * | Support unicode messages for DBusException in Python 2 | Michael Vogt | 2012-10-16 | 4 | -2/+116 |
| | * | Link Python extensions differently on Windows | Simon McVittie | 2012-07-05 | 3 | -0/+41 |
| | * | Replace incorrect AM_LDFLAGS usage with a proper AM_LDFLAGS/LIBADD split | Simon McVittie | 2012-07-05 | 2 | -2/+12 |
| | * | run-test.sh: don't go via make to run the cross-test | Simon McVittie | 2012-07-04 | 1 | -2/+2 |
| | * | NEWS | Simon McVittie | 2012-07-04 | 1 | -1/+13 |
| | * | Don't include stdint.h | Simon McVittie | 2012-07-04 | 6 | -11/+0 |
| | * | Re-indent now that the indentation is unecessary | Simon McVittie | 2012-07-04 | 1 | -32/+29 |
| | * | Avoid variable-length arrays, which MSVC *still* doesn't support | Simon McVittie | 2012-07-04 | 2 | -13/+33 |
| | * | Use AC_C_INLINE to make sure "inline" works | Simon McVittie | 2012-07-04 | 1 | -0/+1 |
| | * | reset to unreleased | Simon McVittie | 2012-06-25 | 1 | -1/+1 |
| | * | prepare release | Simon McVittie | 2012-06-25 | 2 | -3/+5 |
| | * | fd.o #40817: validate UTF-8 according to the same rules as libdbus | Simon McVittie | 2012-06-25 | 4 | -30/+143 |
| | * | NEWS | Simon McVittie | 2012-06-05 | 1 | -1/+6 |
| | * | Py3: correctly guess the signature of ObjectPath(...) and Signature(...) | Simon McVittie | 2012-06-05 | 2 | -2/+14 |
| | * | Back to unreleased status | Simon McVittie | 2012-05-09 | 2 | -1/+6 |
| | * | 1.1.0 | Simon McVittie | 2012-05-09 | 3 | -2/+38 |
| | * | Make AM_CHECK_PYTHON_HEADERS compatible with Python 3 in the absence of pytho... | Simon McVittie | 2012-05-02 | 1 | -2/+2 |
| | * | Deprecate dbus.gobject_service and make it vaguely compatible with 1.0 | Simon McVittie | 2012-05-02 | 1 | -1/+15 |
| | * | Reinstate the old dbus.gobject_service, but only for Python 2 | Simon McVittie | 2012-05-02 | 3 | -0/+82 |
| | * | Rename gobject_service (PyGI version) to gi_service | Simon McVittie | 2012-05-02 | 3 | -12/+12 |
| | * | Fix ref leak in dbus_py_variant_level_set | Simon McVittie | 2012-03-12 | 1 | -0/+2 |
| | * | Put sockets for the regression tests in /tmp, not ${builddir} | Simon McVittie | 2012-02-29 | 1 | -1/+1 |
| | * | Use DBusBasicValue instead of reinventing it, if dbus is new enough | Simon McVittie | 2012-02-24 | 5 | -66/+104 |
| | * | Fix _maintainer-update-htmldocs for out-of-tree builds | Simon McVittie | 2012-02-01 | 1 | -1/+1 |
| | * | Remove TODO, which is now empty - use bugzilla instead | Simon McVittie | 2012-02-01 | 2 | -1/+1 |