summaryrefslogtreecommitdiff
path: root/src/distutils2/command/cmd.py
Commit message (Collapse)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-494/+0
|
* Hook system improvements.?ric Araujo2010-08-151-1/+1
| | | | | | | | - Tweak some comments/docstrings. - Allow giving callables as hooks in addition to dotted names. - Don?t let errors pass silently (possibly needs an option). - Add two tests from Konrad. - Simplify tests.
* Merged with TarekZubin Mithra2010-08-131-3/+1
|\
| * options moved from build_py to build so that build_py and build_scripts can ↵Zubin Mithra2010-08-131-1/+0
| | | | | | | | access it
| * longopt_xlate removed. merged with tarekZubin Mithra2010-08-081-2/+1
| |\
| | * longopt_xlate removed.Zubin Mithra2010-08-081-2/+1
| | |
* | | Fix some familiar typos and use consistent spellings?ric Araujo2010-08-091-5/+5
|/ /
* | Add command post-hooksKonrad Delong2010-08-051-0/+6
| |
* | Make set_undefined_options more friendly?ric Araujo2010-08-041-17/+21
| |
* | merged spawn into utilTarek Ziade2010-07-251-1/+1
| |
* | Fix import errors found by pyflakes?ric Araujo2010-07-181-2/+2
|/
* Restored logging of directory creationJeremy Kloth2010-07-081-1/+3
|
* merge upstreamAlexis Metaireau2010-07-031-5/+28
|\
| * Make all classes new-style classes.?ric Araujo2010-06-261-1/+1
| | | | | | | | | | | | | | This will make 3.x migration easier (we will catch incompatibilities sooner thanks to python2.6 -3, e.g. the __hash__ deprecation warning), it allows us to use properties, super and other niceties, and new-style classes are instantiated faster.
| * Pull changeset with new docstrings from jkloth?ric Araujo2010-06-241-0/+25
| |
| * Rename a method for greater consistency?ric Araujo2010-06-061-4/+2
| |
* | merged upstreamKonrad Delong2010-06-051-2/+1
|/
* moving cmd.py into command/Tarek Ziade2010-06-021-0/+462