summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
| * Branch mergeAlexis Metaireau2010-10-176-20/+41
| |\
| | * now sdist uses the extra_files option from setup.cfg, and the Distribution ob...Tarek Ziade2010-10-174-17/+22
| | * manifest.read_template now accepts file objectsTarek Ziade2010-10-172-3/+19
| * | Rename install to install_dist in command/__init__.py too.Alexis Metaireau2010-10-171-1/+1
| * | Rename the install command from "install" to "instal_dist", to avoid anyAlexis Metaireau2010-10-1714-30/+30
| |/
* | Branch merge?ric Araujo2010-10-222-27/+17
|\ \
| * | Remove last two svn markers. Also clean up command_template.?ric Araujo2010-10-052-27/+17
* | | Make sysconfig.get_makefile_filename public (#9877)?ric Araujo2010-10-222-2/+6
* | | Minor cleanup in test_dist?ric Araujo2010-10-221-20/+16
* | | Fix one bug and address some pyflakes warnings?ric Araujo2010-10-163-8/+5
| |/ |/|
* | mergedTarek Ziade2010-10-135-20/+79
|\ \
| * | now accepting description-fileTarek Ziade2010-10-132-1/+18
| * | None as defaultTarek Ziade2010-10-131-1/+1
| * | implemented setup_hook= and commands= in [global]Tarek Ziade2010-10-114-18/+60
* | | Branch merge?ric Araujo2010-10-111-1/+1
|\ \ \ | |/ / |/| |
| * | More mkpkg/mkcfg renaming?ric Araujo2010-10-101-1/+1
* | | now a command can be any kind of classTarek Ziade2010-10-111-2/+4
|/ /
* | Add a way to search the simple index using wildcards (*).Alexis Metaireau2010-10-082-5/+13
* | make sure upload_docs is listed in the commandsTarek Ziade2010-10-081-0/+1
* | renamed mkpkg to mkcfgTarek Ziade2010-10-071-4/+4
* | fixed test after the inclusion of nut-funkyversionTarek Ziade2010-10-071-2/+3
|/
* Remove redundant redundancy?ric Araujo2010-10-051-0/+0
* Moving a test that should not be executed in each test run?ric Araujo2010-10-051-126/+0
* Updated imports to match new layoutJeremy Kloth2010-10-042-8/+11
* mergedTarek Ziade2010-10-0433-33/+0
|\
| * removed the __revision__ tag, that are specific to SVNTarek Ziade2010-10-0433-33/+0
* | Remove some ununsed imports.Alexis Metaireau2010-10-043-7/+1
* | Rename command's tests filenames to test_command_*, and install_tools.py to i...Alexis Metaireau2010-10-0425-377/+380
|/
* make sure depgraph don't choke on irrational installed versionsTarek Ziade2010-10-034-5/+49
* make depgraph.main print out the dependencies in the standard output - output...Tarek Ziade2010-10-032-11/+86
* mergedTarek Ziade2010-10-021-12/+19
|\
| * Branch merge?ric Araujo2010-10-021-12/+19
| |\
| | * Added the ability to test for existence of a given fieldJeremy Kloth2010-10-011-12/+19
* | | setting package manually - a automatic introspection does not work in a real ...Tarek Ziade2010-10-021-26/+29
* | | allow one-liner for packagesTarek Ziade2010-10-021-1/+5
* | | removed setup.py from the list of files included by default, and make sure th...Tarek Ziade2010-10-022-10/+11
|/ /
* | now generating a setup.cfg instead of a setup.py in mkpkgTarek Ziade2010-10-021-35/+30
* | added the package_dir conversionTarek Ziade2010-10-022-3/+15
* | mergedTarek Ziade2010-10-024-13/+155
|\ \ | |/ |/|
| * added support for more metadata and filesTarek Ziade2010-10-013-7/+144
* | Merge fixes from jkloth?ric Araujo2010-10-0155-138/+124
|\ \
| * | More test fiddling?ric Araujo2010-10-014-6/+11
| * | Branch merge?ric Araujo2010-10-0153-116/+113
| |\ \
| | * | Fix one XXX from Rajiv?ric Araujo2010-10-011-3/+2
| | * | refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-3048-105/+65
| | * | Automated merge with https://bitbucket.org/mtlpython/distutils2Nicolas Cadou2010-09-291-0/+2
| | |\ \
| | | * | cleanup to prevent test_index_simple failuresNicolas Cadou2010-09-291-0/+2
| | * | | Merge.Rajiv Abraham2010-09-293-3/+19
| | |\ \ \
| | | * | | Added some more hash testing to make the intent of equal hashes clearer.Amos Latteier2010-09-291-0/+2
| | | |/ /
| | | * | Fixed issue with striping of hostname in test_index_simple.pyMathieu Perreault2010-09-291-1/+1