summaryrefslogtreecommitdiff
path: root/distutils2
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix typo found thanks to ?build --show-compiler??ric Araujo2010-11-161-1/+1
* | | | Make error message from resolve_name more useful for debugging?ric Araujo2010-11-161-2/+2
* | | | A touch of PEP 8 and pyflaking?ric Araujo2010-11-168-68/+63
* | | | Make "python test_config.py" work. See explanation in the diff.?ric Araujo2010-11-161-4/+11
* | | | Silence test_config?ric Araujo2010-11-161-0/+1
* | | | Don?t import sysconfig from the (2.7) stdlib.?ric Araujo2010-11-165-21/+6
* | | | Fix typo?ric Araujo2010-11-161-1/+1
| |/ / |/| |
* | | added optparse in the main scriptTarek Ziade2010-11-143-9/+24
* | | merged with AlexisTarek Ziade2010-11-134-33/+288
|\ \ \
| * \ \ branch mergeAlexis Metaireau2010-11-134-33/+288
| |\ \ \ | | |/ /
| | * | branch mergeAlexis Metaireau2010-11-132-32/+277
| | |\ \
| | | * | Add basic installation script + tests.Alexis Metaireau2010-11-132-32/+277
| | * | | Add basic pysetup support.Alexis Metaireau2010-11-122-1/+11
| | |/ /
* | | | Fixed #1049: mkcfg was crashing on licence selectionTarek Ziade2010-11-131-26/+35
* | | | fixed testTarek Ziade2010-11-131-1/+5
|/ / /
* | | compiler_type -> nameTarek Ziade2010-11-138-13/+15
* | | moved extension into compiler/Tarek Ziade2010-11-136-13/+6
* | | now distutils2 uses set_command to set its own commandsTarek Ziade2010-11-139-260/+147
|/ /
* | ...and its testTarek Ziade2010-11-111-21/+0
* | removed the EMX compilerTarek Ziade2010-11-111-303/+0
* | now you can register your custom compilers using the .cfg filesTarek Ziade2010-11-113-0/+31
* | now compilers are loaded using fully qualified namesTarek Ziade2010-11-114-53/+27
* | added a description field in compilers - pre-step to enhance the compiler reg...Tarek Ziade2010-11-116-0/+6
* | moved general functions out of ccompilerTarek Ziade2010-11-1114-348/+358
* | passing the distribution object as well.Tarek Ziade2010-11-072-2/+2
* | added the manifest_builders optionTarek Ziade2010-11-072-2/+41
* | now sub_commands can be configure in the .cfg filesTarek Ziade2010-11-075-26/+79
* | renamed the cmd testTarek Ziade2010-11-071-0/+0
* | removed install_miscTarek Ziade2010-11-061-31/+0
* | Merge backout?ric Araujo2010-11-061-3/+2
|\ \
| * | Back out bad changeset 1e41afca6ae3?ric Araujo2010-11-061-3/+2
* | | Branch merge?ric Araujo2010-11-0681-1604/+680
|\ \ \ | |/ /
| * | Change strange idiom?ric Araujo2010-11-051-2/+3
| * | remove the usage of anyTarek Ziade2010-11-051-5/+8
| * | removed uneeded classTarek Ziade2010-11-051-7/+0
| * | renamed tests filesTarek Ziade2010-11-052-0/+0
| * | finished the removal of the log moduleTarek Ziade2010-11-0527-250/+138
| |/
| * switching compiler/ to use loggingTarek Ziade2010-10-255-28/+30
| * now using logging in distTarek Ziade2010-10-252-13/+20
| * introducing a logger object and started to drop log module usageTarek Ziade2010-10-252-5/+8
| * cleanupTarek Ziade2010-10-251-8/+0
| * removed core.pyTarek Ziade2010-10-2536-358/+209
| * added an automatic mode to fill [files]Tarek Ziade2010-10-242-10/+128
| * added modules and extra_files to the mkcfg wizardTarek Ziade2010-10-241-19/+42
| * py_modules -> modulesTarek Ziade2010-10-232-2/+2
| * making 'include' the default actionTarek Ziade2010-10-232-3/+27
| * forcing the pypi test server to use 127.0.0.1 because '' will not work with s...Tarek Ziade2010-10-231-2/+2
| * fix importTarek Ziade2010-10-231-1/+1
| * Removing the converter. This is not going to work out. We have better ideas a...Tarek Ziade2010-10-2315-851/+0
| * missing renamingTarek Ziade2010-10-231-6/+6