summaryrefslogtreecommitdiff
path: root/distutils2/run.py
Commit message (Expand)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-211-19/+23
|\
| * Have pysetup read setup.cfg early to find custom commands (#14733).?ric Araujo2012-05-211-13/+10
| * Merge further changes by Montreal sprinters?ric Araujo2012-05-161-1/+2
| |\
| | * #13399 - some tweakingPatrice Gauthier2012-05-141-1/+2
| * | Harmonize error messages and add one missing test for #13339?ric Araujo2012-05-161-8/+5
| * | Fix minor whitespace, syntax and idiom nits?ric Araujo2012-05-161-11/+10
| |/
| * #13399: Fixes the invalid arguments handlingPatrice Gauthier2012-05-121-4/+13
| * #13166: Implement __str__ on Distribution and EggInfoDistribution, use for py...Guillaume Pratte2012-04-211-1/+1
* | Merge fixes for #13462 and others from default?ric Araujo2012-02-091-6/+3
|\ \ | |/
| * Group commands by topic in ?pysetup run --list-commands? output.?ric Araujo2012-02-091-6/+3
* | Merge compat/_backport cleanup from default.?ric Araujo2011-11-231-1/+1
|\ \ | |/
* | Ye olde merge.?ric Araujo2011-11-121-2/+3
|\ \ | |/
| * Bring back callable.?ric Araujo2011-11-121-2/+2
* | Merge fix for #12222 and other changes from default?ric Araujo2011-10-061-2/+3
|\ \ | |/
| * Fix return code of ?pysetup run COMMAND? (closes #12222)?ric Araujo2011-10-061-2/+3
* | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-34/+33
|/
* Remove --all options for pysetup actions metadata and list.?ric Araujo2011-09-191-135/+107
* Fix the backport fixes.?ric Araujo2011-09-181-18/+17
* Convert print function calls back to print statements.?ric Araujo2011-09-121-19/+19
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-2/+4
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-179/+383
* added a create actionTarek Ziade2011-03-121-0/+1
* added a create actionTarek Ziade2011-03-121-1/+8
* [mq]: commandlineTarek Ziade2011-02-201-191/+437
* Refactoring -- Removing grok_environment_error.Kelsey Hightower2011-02-101-7/+1
* hooked the remove code - tests w/ data tree coming upTarek Ziade2011-01-301-1/+5
* cleanupTarek Ziade2011-01-301-23/+25
* branch mergeAlexis Metaireau2011-01-291-0/+24
|\
| * merge the installerAlexis Metaireau2011-01-291-3/+3
| |\
| * \ merge tarek changes.Alexis Metaireau2011-01-281-0/+4
| |\ \
| | * | savepointTarek Ziade2010-12-261-0/+25
| * | | savepointTarek Ziade2011-01-031-0/+20
| |/ /
* | | simplified the package_dir option - just one root dir allowedTarek Ziade2011-01-291-0/+1
* | | add --metadata optionGael Pasgrimaud2011-01-291-0/+29
| |/ |/|
* | Branch merge?ric Araujo2011-01-211-3/+3
|\ \ | |/ |/|
| * Fix bug that caused test test_sub_commands to fail.smathieu2010-12-081-1/+1
| * temporary fix the test runningMathieu Leduc-Hamel2010-12-081-2/+2
* | typo + exiting when help is displayedTarek Ziade2010-12-101-1/+5
* | savepointTarek Ziade2010-11-271-0/+42
|/
* added optparse in the main scriptTarek Ziade2010-11-141-1/+22
* Add basic pysetup support.Alexis Metaireau2010-11-121-1/+6
* removed core.pyTarek Ziade2010-10-251-2/+107
* first version of the -m runnerTarek Ziade2010-09-221-0/+4