summaryrefslogtreecommitdiff
path: root/setuptools/command/alias.py
Commit message (Collapse)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
| | | | to display the definition of the named alias or of all aliases.
* 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
files, under the "[aliases]" section. To prevent recursion and to allow aliases to call the command of the same name, a given alias can be expanded only once per command-line invocation. You can define new aliases with the "alias" command, either for the local, global, or per-user configuration.