summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_command_build_scripts.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge further changes by Montreal sprinters?ric Araujo2012-05-161-0/+30
|\
| * Now deleting build-scripts directory before creating it. No more leftovers.Pierre Paul2012-05-141-0/+35
| |
* | Fix minor whitespace, syntax and idiom nits?ric Araujo2012-05-161-10/+16
|/
* Now creating scripts everytime when build_scripts is called, as a side ↵Pierre Paul2012-05-121-4/+23
| | | | effect, --force option has been removed
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-7/+7
|
* Fixes to actually use the backports.Jeremy Kloth2011-09-121-1/+1
|
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-3/+7
|
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-14/+9
|
* Don?t import sysconfig from the (2.7) stdlib.?ric Araujo2010-11-161-4/+1
| | | | | distutils2._backport.sysconfig is actually *newer* than the versions in the 2.7 and 3.2 standard libraries.
* removed core.pyTarek Ziade2010-10-251-1/+1
|
* Rename command's tests filenames to test_command_*, and install_tools.py to ↵Alexis Metaireau2010-10-041-0/+116
install.py The goal is to avoid overlaps between commands and scripts names (for instance the "install" script and the "install" command)