summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.2.4dbus-python-1.2.4Simon McVittie2016-03-062-2/+2
* ci-build: test the setup.py glue as well as the Autotools buildSimon McVittie2016-03-061-0/+7
* Clean up test-service.logSimon McVittie2016-03-061-1/+3
* NEWS so farSimon McVittie2016-03-061-1/+30
* Add Travis-CI metadataSimon McVittie2016-03-063-2/+199
* decorators: use a more modern idiom for signatures in Python >= 3.4Simon McVittie2016-03-061-1/+10
* unicode test: cope with Python 2.6 as provided on travis-ciSimon McVittie2016-03-061-1/+4
* .gitignore: ignore autoconf-archive and pkg-configSimon McVittie2016-03-061-0/+2
* run-test: avoid "test: =: unary operator expected"Simon McVittie2016-03-051-2/+3
* Stop breaking a pre-existing PYTHONPATH in installed-tests' environmentSimon McVittie2016-03-051-7/+6
* Fix Unicode tests on narrow Python buildsSimon McVittie2016-03-051-10/+29
* Use the template GNOME autogen.shSimon McVittie2016-03-051-39/+25
* Add a regression test for the version numberingSimon McVittie2016-03-051-0/+14
* Get the version from the C code, not by generating a Python fileSimon McVittie2016-03-055-11/+3
* Make dbus.version a tuple againSimon McVittie2016-03-051-1/+1
* Always include dbus_bindings-internal.h firstSimon McVittie2016-03-0518-13/+30
* Include config.h every time we compile C codeSimon McVittie2016-03-055-5/+1
* Move dbus-python.h to a dbus subdirectorySimon McVittie2016-03-055-5/+6
* fix NEWS syntaxSimon McVittie2016-02-221-1/+1
* apply development versionSimon McVittie2016-02-222-1/+6
* 1.2.2dbus-python-1.2.2Simon McVittie2016-02-222-2/+44
* Disable Automake maintainer mode when building via setup.pySimon McVittie2016-02-222-0/+6
* Make all test scripts properly executableSimon McVittie2016-02-227-0/+4
* Don't install crosstest.py executableSimon McVittie2016-02-221-1/+7
* Fix setup.py in tarballs on Python 2Simon McVittie2016-02-221-1/+1
* Use AX_IS_RELEASE with the micro-version policySimon McVittie2016-02-193-32/+21
* Use AX_GENERATE_CHANGELOG to generate ChangeLogSimon McVittie2016-02-192-9/+5
* .gitignore: update and sortSimon McVittie2016-02-191-1/+5
* check-coding-style: work in out-of-tree buildsSimon McVittie2016-02-191-6/+6
* configure.ac: avoid misleading syntax highlightingSimon McVittie2016-02-191-1/+1
* configure.ac: use AS_CASE, AS_IFSimon McVittie2016-02-192-53/+43
* Make autoconf fail with an explanatory message if an AX_ macro is missingSimon McVittie2016-02-191-0/+3
* Remove a leftover reference to m4/am-check-pymod.m4Simon McVittie2016-02-171-1/+0
* Use AX_PYTHON_MODULE from autoconf-archive instead of AM_CHECK_PYMODSimon McVittie2016-01-212-41/+4
* Ignore .dirstamp filesSimon McVittie2016-01-211-0/+1
* Add a setup.py which wraps Autotools in something virtualenv-friendlySimon McVittie2016-01-213-0/+117
* Use gi instead of gobject, everywhere except dbus.gobject_serviceSimon McVittie2016-01-208-20/+20
* Replace hard-coded sleep with a wait for the D-Bus name to appearSimon McVittie2016-01-203-6/+71
* Use non-recursive make for tests, and make them into installed-testsSimon McVittie2016-01-2012-232/+277
* Use non-recursive make for everything except testsSimon McVittie2016-01-208-144/+127
* Simplify testing by using dbus-run-session and Automake "log compiler"Simon McVittie2015-12-065-167/+172
* .gitignore: anchor most patterns at $(top_srcdir), and sortSimon McVittie2015-12-061-38/+37
* Don't try to build epydoc documentation if we can't "import epydoc"Simon McVittie2015-12-061-20/+27
* Put Autoconf droppings in build-aux/Simon McVittie2015-12-062-0/+2
* Use AX_COMPILER_FLAGS from autoconf-archiveSimon McVittie2015-12-065-100/+6
* Use AX_COMPILER_FLAGSSimon McVittie2015-12-064-37/+65
* Update build system for Automake 1.13 (parallel test driver)Simon McVittie2015-12-052-8/+10
* _dbus_py_assertion_failed: flag as NORETURNSimon McVittie2015-12-051-11/+14
* configure.ac: use AS_IF for PYTHON_LIBSSimon McVittie2015-12-051-8/+9
* Try ${PYTHON}-config before searching PATHSimon McVittie2015-12-051-4/+15