summaryrefslogtreecommitdiff
path: root/distutils2/command/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'verbose' arguments, obsoleted by logging?ric Araujo2011-11-151-2/+1
|
* Undo potentially confusing name change.?ric Araujo2011-11-121-1/+1
| | | | | | | | | | | This method was named reinitialize_command in distutils and accompanied by a comment suggesting to change it to get_reinitialized_command. Following that, I did the change for distutils2, but it proved confusing: The Distribution object has an internal cache of command objects, to make sure only one instance is ever used, and the name get_reinitialized_command could suggest that the object returned was independent of that cache, which it was not. I?m reverting the name change to make code clearer.
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-12/+18
|
* removed core.pyTarek Ziade2010-10-251-1/+1
|
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+75