summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* setup.py: Use os.makedirs instead of deprecated distutils.dir_util.mkpathSimon McVittie2023-01-201-2/+1
* setup.py: Remove unused distutils importsSimon McVittie2023-01-201-2/+1
* setup.py: Build using Meson instead of Autotools by defaultSimon McVittie2022-09-061-36/+64
* setup.py: Remove obsolete Python 2 classifierSimon McVittie2022-09-051-1/+0
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
* Use README as the long descriptionSimon McVittie2018-05-021-0/+1
* Rename source directories for C code to silence an ImportWarningSimon McVittie2017-11-051-2/+2
* Use TAP syntax for all directly-run testsSimon McVittie2016-08-111-0/+1
* Disable Automake maintainer mode when building via setup.pySimon McVittie2016-02-221-0/+1
* Fix setup.py in tarballs on Python 2Simon McVittie2016-02-221-1/+1
* Add a setup.py which wraps Autotools in something virtualenv-friendlySimon McVittie2016-01-211-0/+107
* Remove setup.py (no longer used in favour of autotools)Simon McVittie2007-01-091-195/+0
* Bump version to 0.80rc2Simon McVittie2006-12-131-1/+1
* Convert generic glue, main loop integration, message append/get_args, validat...Simon McVittie2006-12-111-0/+5
* Separate out remaining types (abstract, bytes, containers, int, float, signat...Simon McVittie2006-12-111-2/+9
* Split out exceptions, pending call, message into separate .c filesSimon McVittie2006-12-111-0/+3
* _dbus_bindings: debug-impl.h -> debug.cSimon McVittie2006-12-081-0/+2
* _dbus_bindings: split out conn, conn-methods into separate translation unitsSimon McVittie2006-12-081-1/+5
* NEWS, setup.py, dbus/__init__.py: Bump version to 0.80rc1, aka 0.79.91Simon McVittie2006-12-061-1/+1
* setup.py, dbus/matchrules.py: Remove obsolete dbus.matchrules (the new implem...Simon McVittie2006-12-051-1/+0
* setup.py: Add dbus.lowlevelSimon McVittie2006-11-301-0/+1
* setup.py: Don't remove ChangeLog on clean.Simon McVittie2006-11-241-11/+1
* Bump version to 0.80pre2 (or internally 0.79.2)Simon McVittie2006-11-221-1/+1
* Add short-term backwards compatibility with dbus_bindings (various programs t...Simon McVittie2006-11-221-0/+2
* Add improved main-loop integration.Simon McVittie2006-11-221-0/+2
* Bump version to 0.80~pre1 (but in __init__.py, write it as 0.79.1)Simon McVittie2006-11-161-1/+1
* setup.py: Import CFLAGS from environment (used by development Makefile for wa...Simon McVittie2006-11-141-0/+7
* Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie2006-10-051-2/+1
* setup.py: Remove "import extract" (no longer exists)Simon McVittie2006-09-281-2/+2
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-271-0/+25
* setup.py: Remove _util from modules to installSimon McVittie2006-09-271-1/+0
* Makefile, setup.py: Stop forcing -O0 -gSimon McVittie2006-09-271-1/+0
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-261-19/+6
* Rename dbus_bindings (sometimes a.k.a. dbus.dbus_bindings) to _dbus_bindings.Simon McVittie2006-08-311-7/+7
* * setup.py: read the stdout pipe before stderrJohn (J5) Palmieri2006-07-271-3/+3
* * setup.py: some distros have older gits which don't have the git-log --statJohn (J5) Palmieri2006-07-271-5/+15
* * Released 0.71John (J5) Palmieri2006-07-241-1/+1
* * Patch from Joseph Sacco <joseph_sacco [at] comcast [dot] net>:John (J5) Palmieri2006-07-241-0/+25
* * Automate building of ChangeLogJohn (J5) Palmieri2006-07-211-0/+18
* * fixed where the binary modules are installed intoJohn (J5) Palmieri2006-07-211-2/+2
* * Add tests backJohn (J5) Palmieri2006-07-121-13/+16
* * MANIFEST.in: AddedJohn (J5) Palmieri2006-07-121-1/+1
* - s/dbus/-Idbus\// in includedirs_flagJohn (J5) Palmieri2006-07-121-3/+3
* setup.py, dbus/extract.py: Patch from Osvaldo Santana NetoRobert McQueen2006-07-121-0/+108