Blame MANIFEST

Packit 130fc8
.travis.yml
Packit 130fc8
.version
Packit 130fc8
AUTHORS
Packit 130fc8
COPYING
Packit 130fc8
ChangeLog
Packit 130fc8
INSTALL
Packit 130fc8
MANIFEST
Packit 130fc8
MANIFEST.in
Packit 130fc8
Makefile.am
Packit 130fc8
Makefile.in
Packit 130fc8
NEWS
Packit 130fc8
README
Packit 130fc8
_dbus_bindings/abstract.c
Packit 130fc8
_dbus_bindings/bus.c
Packit 130fc8
_dbus_bindings/bytes.c
Packit 130fc8
_dbus_bindings/compat-internal.h
Packit 130fc8
_dbus_bindings/conn-internal.h
Packit 130fc8
_dbus_bindings/conn-methods.c
Packit 130fc8
_dbus_bindings/conn.c
Packit 130fc8
_dbus_bindings/containers.c
Packit 130fc8
_dbus_bindings/dbus_bindings-internal.h
Packit 130fc8
_dbus_bindings/debug.c
Packit 130fc8
_dbus_bindings/exceptions.c
Packit 130fc8
_dbus_bindings/float.c
Packit 130fc8
_dbus_bindings/generic.c
Packit 130fc8
_dbus_bindings/int.c
Packit 130fc8
_dbus_bindings/libdbusconn.c
Packit 130fc8
_dbus_bindings/mainloop.c
Packit 130fc8
_dbus_bindings/message-append.c
Packit 130fc8
_dbus_bindings/message-get-args.c
Packit 130fc8
_dbus_bindings/message-internal.h
Packit 130fc8
_dbus_bindings/message.c
Packit 130fc8
_dbus_bindings/module.c
Packit 130fc8
_dbus_bindings/pending-call.c
Packit 130fc8
_dbus_bindings/server.c
Packit 130fc8
_dbus_bindings/signature.c
Packit 130fc8
_dbus_bindings/string.c
Packit 130fc8
_dbus_bindings/types-internal.h
Packit 130fc8
_dbus_bindings/unixfd.c
Packit 130fc8
_dbus_bindings/validation.c
Packit 130fc8
_dbus_glib_bindings/module.c
Packit 130fc8
aclocal.m4
Packit 130fc8
build-aux/compile
Packit 130fc8
build-aux/config.guess
Packit 130fc8
build-aux/config.sub
Packit 130fc8
build-aux/depcomp
Packit 130fc8
build-aux/install-sh
Packit 130fc8
build-aux/ltmain.sh
Packit 130fc8
build-aux/missing
Packit 130fc8
build-aux/py-compile
Packit 130fc8
build-aux/test-driver
Packit 130fc8
config.h.in
Packit 130fc8
configure
Packit 130fc8
configure.ac
Packit 130fc8
dbus-python.pc.in
Packit 130fc8
dbus/__init__.py
Packit 130fc8
dbus/_compat.py
Packit 130fc8
dbus/_dbus.py
Packit 130fc8
dbus/_expat_introspect_parser.py
Packit 130fc8
dbus/bus.py
Packit 130fc8
dbus/connection.py
Packit 130fc8
dbus/decorators.py
Packit 130fc8
dbus/exceptions.py
Packit 130fc8
dbus/gi_service.py
Packit 130fc8
dbus/glib.py
Packit 130fc8
dbus/gobject_service.py
Packit 130fc8
dbus/lowlevel.py
Packit 130fc8
dbus/mainloop/__init__.py
Packit 130fc8
dbus/mainloop/glib.py
Packit 130fc8
dbus/proxies.py
Packit 130fc8
dbus/server.py
Packit 130fc8
dbus/service.py
Packit 130fc8
dbus/types.py
Packit 130fc8
doc/API_CHANGES.txt
Packit 130fc8
doc/HACKING.txt
Packit 130fc8
doc/PY3PORT.txt
Packit 130fc8
doc/tutorial.txt
Packit 130fc8
examples/example-async-client.py
Packit 130fc8
examples/example-client.py
Packit 130fc8
examples/example-service.py
Packit 130fc8
examples/example-signal-emitter.py
Packit 130fc8
examples/example-signal-recipient.py
Packit 130fc8
examples/gconf-proxy-client.py
Packit 130fc8
examples/gconf-proxy-service2.py
Packit 130fc8
examples/list-system-services.py
Packit 130fc8
examples/unix-fd-client.py
Packit 130fc8
examples/unix-fd-service.py
Packit 130fc8
include/dbus/dbus-python.h
Packit 130fc8
m4/am-check-python-headers.m4
Packit 130fc8
m4/ax_append_compile_flags.m4
Packit 130fc8
m4/ax_append_flag.m4
Packit 130fc8
m4/ax_append_link_flags.m4
Packit 130fc8
m4/ax_check_compile_flag.m4
Packit 130fc8
m4/ax_check_link_flag.m4
Packit 130fc8
m4/ax_compiler_flags.m4
Packit 130fc8
m4/ax_compiler_flags_cflags.m4
Packit 130fc8
m4/ax_compiler_flags_gir.m4
Packit 130fc8
m4/ax_compiler_flags_ldflags.m4
Packit 130fc8
m4/ax_generate_changelog.m4
Packit 130fc8
m4/ax_is_release.m4
Packit 130fc8
m4/ax_python_module.m4
Packit 130fc8
m4/ax_require_defined.m4
Packit 130fc8
m4/dbus-py-add-rst2htmlflag.m4
Packit 130fc8
m4/libtool.m4
Packit 130fc8
m4/ltoptions.m4
Packit 130fc8
m4/ltsugar.m4
Packit 130fc8
m4/ltversion.m4
Packit 130fc8
m4/lt~obsolete.m4
Packit 130fc8
m4/pkg.m4
Packit 130fc8
setup.py
Packit 130fc8
test/TestSuitePythonService.service.in
Packit 130fc8
test/cross-test-client.py
Packit 130fc8
test/cross-test-server.py
Packit 130fc8
test/crosstest.py
Packit 130fc8
test/dbus_py_test.c
Packit 130fc8
test/import-repeatedly.c
Packit 130fc8
test/run-test.sh
Packit 130fc8
test/test-client.py
Packit 130fc8
test/test-exception-py2.py
Packit 130fc8
test/test-exception-py3.py
Packit 130fc8
test/test-p2p.py
Packit 130fc8
test/test-service.py
Packit 130fc8
test/test-signals.py
Packit 130fc8
test/test-standalone.py
Packit 130fc8
test/test-unusable-main-loop.py
Packit 130fc8
test/tmp-session-bus.conf.in
Packit 130fc8
test/wait-for-name.py
Packit 130fc8
test/with-session-bus.sh
Packit 130fc8
tools/check-c-style.sh
Packit 130fc8
tools/check-coding-style.mk
Packit 130fc8
tools/check-py-style.sh
Packit 130fc8
tools/check-whitespace.sh