summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Aadd a get_all_projects method for the XML/RPC client.Alexis Metaireau2010-12-244-9/+34
| * | | | | typo + exiting when help is displayedTarek Ziade2010-12-101-1/+5
| * | | | | added pysetupTarek Ziade2010-12-101-2/+3
| * | | | | make sure we don't mix 1.1 metadata and setuptools onesTarek Ziade2010-12-102-13/+9
| * | | | | savepointTarek Ziade2010-11-275-39/+120
* | | | | | Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-1726-56/+51
* | | | | | Add disclaimer about MinGW compat (#6007). Patch by Chris Lambacher.?ric Araujo2010-12-152-16/+24
* | | | | | Add missing document to toctree?ric Araujo2010-12-151-0/+1
| |/ / / / |/| | | |
* | | | | Branch merge?ric Araujo2010-12-1518-129/+62
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558).?ric Araujo2010-12-152-5/+6
| * | | | Merge duplicate test_ensure_string_list?ric Araujo2010-12-091-21/+13
| * | | | Don?t use a deprecated name?ric Araujo2010-12-097-22/+22
| * | | | Fix a test, uncover a bug, simplify other tests?ric Araujo2010-12-091-29/+13
| * | | | Remove implicit relative imports and fix our beloved typo in d2.index?ric Araujo2010-12-094-6/+4
| * | | | Remove deprecated code o/?ric Araujo2010-11-263-46/+4
* | | | | fixed a that was looking for a particular order in the list of packaged files...Yannick Gingras2010-12-081-2/+2
|/ / / /
* | | | Run pep8 on d2.util?ric Araujo2010-11-261-11/+14
* | | | Small code cleanup?ric Araujo2010-11-263-21/+9
* | | | Remove unneeded imports, pepeightize?ric Araujo2010-11-221-19/+35
* | | | Fix docstrings in sysconfig (see #9877)?ric Araujo2010-11-221-6/+6
* | | | branch mergeAlexis Metaireau2010-11-211-13/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | Work In Progress on install.py.Alexis Metaireau2010-11-211-13/+23
* | | | Forgot one instance of wrong import in 088dbb97fd18, oops!?ric Araujo2010-11-161-4/+1
* | | | 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-135-33/+313
|\ \ \
| * \ \ branch mergeAlexis Metaireau2010-11-135-33/+313
| |\ \ \ | | |/ /
| | * | branch mergeAlexis Metaireau2010-11-133-32/+302
| | |\ \
| | | * | Add basic installation script + tests.Alexis Metaireau2010-11-133-32/+302
| | * | | Add basic pysetup support.Alexis Metaireau2010-11-122-1/+11
| | |/ /
* | | | Fixed #1049: mkcfg was crashing on licence selectionTarek Ziade2010-11-132-26/+37
* | | | fixed testTarek Ziade2010-11-131-1/+5
|/ / /
* | | compiler_type -> nameTarek Ziade2010-11-138-13/+15
* | | added setup.cfg docTarek Ziade2010-11-131-0/+161
* | | 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-114-0/+35
* | 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