summaryrefslogtreecommitdiff
path: root/setuptools/command/alias.py
Commit message (Expand)AuthorAgeFilesLines
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+2
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Gr?nholm2014-06-181-6/+8
* Remove import *Jason R. Coombs2014-02-091-1/+2
* Remove excess whitespace and unused imports.Jason R. Coombs2014-02-091-10/+3
* Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-7/+7
* Cleaner argument quoting in command aliases.PJ Eby2005-07-081-10/+10
* Restructured the 'alias' command to take arguments instead of options, andPJ Eby2005-07-081-13/+56
* Fix a couple of command descriptions.PJ Eby2005-07-081-2/+2
* Added support for defining command aliases in distutils configurationPJ Eby2005-07-081-0/+39