| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 1.2.2dbus-python-1.2.2 | Simon McVittie | 2016-02-22 | 2 | -2/+44 |
| | | |||||
| * | Disable Automake maintainer mode when building via setup.py | Simon McVittie | 2016-02-22 | 2 | -0/+6 |
| | | | | | | | | pip doesn't preserve timestamps in tarballs, so half the build system is going to look as though it has been changed. Signed-off-by: Simon McVittie <smcv@debian.org> | ||||
| * | Make all test scripts properly executable | Simon McVittie | 2016-02-22 | 7 | -0/+4 |
| | | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||||
| * | Don't install crosstest.py executable | Simon McVittie | 2016-02-22 | 1 | -1/+7 |
| | | | | | | | It's meant to be imported, not executed. Signed-off-by: Simon McVittie <smcv@debian.org> | ||||
| * | Fix setup.py in tarballs on Python 2 | Simon McVittie | 2016-02-22 | 1 | -1/+1 |
| | | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||||
| * | Use AX_IS_RELEASE with the micro-version policy | Simon McVittie | 2016-02-19 | 3 | -32/+21 |
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | Use AX_GENERATE_CHANGELOG to generate ChangeLog | Simon McVittie | 2016-02-19 | 2 | -9/+5 |
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | .gitignore: update and sort | Simon McVittie | 2016-02-19 | 1 | -1/+5 |
| | | |||||
| * | check-coding-style: work in out-of-tree builds | Simon McVittie | 2016-02-19 | 1 | -6/+6 |
| | | |||||
| * | configure.ac: avoid misleading syntax highlighting | Simon McVittie | 2016-02-19 | 1 | -1/+1 |
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | configure.ac: use AS_CASE, AS_IF | Simon McVittie | 2016-02-19 | 2 | -53/+43 |
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | Make autoconf fail with an explanatory message if an AX_ macro is missing | Simon McVittie | 2016-02-19 | 1 | -0/+3 |
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | Remove a leftover reference to m4/am-check-pymod.m4 | Simon McVittie | 2016-02-17 | 1 | -1/+0 |
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | Use AX_PYTHON_MODULE from autoconf-archive instead of AM_CHECK_PYMOD | Simon McVittie | 2016-01-21 | 2 | -41/+4 |
| | | |||||
| * | Ignore .dirstamp files | Simon McVittie | 2016-01-21 | 1 | -0/+1 |
| | | |||||
| * | Add a setup.py which wraps Autotools in something virtualenv-friendly | Simon McVittie | 2016-01-21 | 3 | -0/+117 |
| | | |||||
| * | Use gi instead of gobject, everywhere except dbus.gobject_service | Simon McVittie | 2016-01-20 | 8 | -20/+20 |
| | | |||||
| * | Replace hard-coded sleep with a wait for the D-Bus name to appear | Simon McVittie | 2016-01-20 | 3 | -6/+71 |
| | | |||||
| * | Use non-recursive make for tests, and make them into installed-tests | Simon McVittie | 2016-01-20 | 12 | -232/+277 |
| | | |||||
| * | Use non-recursive make for everything except tests | Simon McVittie | 2016-01-20 | 8 | -144/+127 |
| | | |||||
| * | Simplify testing by using dbus-run-session and Automake "log compiler" | Simon McVittie | 2015-12-06 | 5 | -167/+172 |
| | | | | | | | | Fall back to Telepathy's old with-session-bus.sh script if dbus doesn't have dbus-run-session (versions < 1.8). Also run most of the tests individually, instead of under run-test.sh. | ||||
| * | .gitignore: anchor most patterns at $(top_srcdir), and sort | Simon McVittie | 2015-12-06 | 1 | -38/+37 |
| | | |||||
| * | Don't try to build epydoc documentation if we can't "import epydoc" | Simon McVittie | 2015-12-06 | 1 | -20/+27 |
| | | |||||
| * | Put Autoconf droppings in build-aux/ | Simon McVittie | 2015-12-06 | 2 | -0/+2 |
| | | |||||
| * | Use AX_COMPILER_FLAGS from autoconf-archive | Simon McVittie | 2015-12-06 | 5 | -100/+6 |
| | | |||||
| * | Use AX_COMPILER_FLAGS | Simon McVittie | 2015-12-06 | 4 | -37/+65 |
| | | |||||
| * | Update build system for Automake 1.13 (parallel test driver) | Simon McVittie | 2015-12-05 | 2 | -8/+10 |
| | | |||||
| * | _dbus_py_assertion_failed: flag as NORETURN | Simon McVittie | 2015-12-05 | 1 | -11/+14 |
| | | |||||
| * | configure.ac: use AS_IF for PYTHON_LIBS | Simon McVittie | 2015-12-05 | 1 | -8/+9 |
| | | |||||
| * | Try ${PYTHON}-config before searching PATH | Simon McVittie | 2015-12-05 | 1 | -4/+15 |
| | | | | | | This is helpful for Debian's special debug-build interpreters such as python3.4-dbg, each with an accompanying python3.4-dbg-config. | ||||
| * | Find `python-config` from PATH properly | Yamashita, Yuu | 2015-12-04 | 2 | -3/+8 |
| | | | | | | Expecting `python-config` at the same directory as `python` executable would not be suitable if user is using virtualenv. | ||||
| * | gconf examples: add brief documentation | Simon McVittie | 2015-12-04 | 2 | -0/+9 |
| | | |||||
| * | Use a name in example.com for our example GConf proxy | Simon McVittie | 2015-12-04 | 2 | -2/+2 |
| | | | | | | | dbus-python is not a GNOME project, so we should not use their namespace. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 | ||||
| * | Install all examples | Ben Longbons | 2015-12-04 | 1 | -2/+5 |
| | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separated out from a previous commit] | ||||
| * | Consistently make examples executable | Ben Longbons | 2015-12-04 | 6 | -0/+0 |
| | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separated out from a previous commit] | ||||
| * | Fix GConf examples | Ben Longbons | 2015-12-04 | 2 | -25/+23 |
| | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separate out some changes into separate commits] | ||||
| * | Include FallbackObject in "from dbus.service import *" | Ben Longbons | 2015-12-04 | 1 | -1/+1 |
| | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separate out some changes into separate commits] | ||||
| * | development version | Simon McVittie | 2013-05-08 | 2 | -1/+6 |
| | | |||||
| * | distribute new testsdbus-python-1.2.0 | 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 |
| | | | | | | Now that Python 2.6 isn't a supported version in Debian, it doesn't get a gi module, but we can still get some minimal test coverage. | ||||
| * | utf8 test: pass when used with dbus 1.6.10, 1.7.2 | Simon McVittie | 2013-05-08 | 1 | -16/+25 |
| | | | | | We used to reject noncharacters, but now we accept them. | ||||
| * | Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Marko Lindqvist | 2013-05-07 | 1 | -1/+1 |
| | | | | | | | | | This has been (silently!) deprecated since 2002 and was removed from Automake 1.13. [added commit message -smcv] Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | Use GObject.__class__ instead of GObjectMeta | Simon McVittie | 2013-04-22 | 3 | -4/+7 |
| | | | | | | | In pygobject 3.8, GObjectMeta is no longer available via gi.repository.GObject. What we actually want is "the metaclass of GObject", so, say so. | ||||
| * | Unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE | Simon McVittie | 2013-04-22 | 1 | -0/+2 |
| | | | | | See <https://bugs.freedesktop.org/show_bug.cgi?id=63119>. | ||||
| * | 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 |
| | | | | | | | | | We tried to change the license for the D-Bus core too but were unable to reach all copyright holders. The MIT license was the suggested new license and all reached parties had agreed to. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | ||||
| * | DBusException: override both __str__ and __unicode__ | Simon McVittie | 2012-10-16 | 1 | -11/+17 |
| | | | | | | | | | Avoid chaining up to the superclass, because that behaves particularly oddly. This fixes regression test failures: str(some_dbus_exception) was no longer prefixed with the D-Bus error name under Python 2. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55899 | ||||
| * | Slightly better test coverage | Simon McVittie | 2012-10-16 | 1 | -0/+4 |
| | | |||||
