Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 1 | -0/+2 |
| | |||||
* | Fixed PEP 8 compliancy of the setuptools.command package | Alex Gr?nholm | 2014-06-18 | 1 | -6/+8 |
| | |||||
* | Remove import * | Jason R. Coombs | 2014-02-09 | 1 | -1/+2 |
| | |||||
* | Remove excess whitespace and unused imports. | Jason R. Coombs | 2014-02-09 | 1 | -10/+3 |
| | |||||
* | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -7/+7 |
| | |||||
* | Cleaner argument quoting in command aliases. | PJ Eby | 2005-07-08 | 1 | -10/+10 |
| | |||||
* | Restructured the 'alias' command to take arguments instead of options, and | PJ Eby | 2005-07-08 | 1 | -13/+56 |
| | | | | to display the definition of the named alias or of all aliases. | ||||
* | Fix a couple of command descriptions. | PJ Eby | 2005-07-08 | 1 | -2/+2 |
| | |||||
* | Added support for defining command aliases in distutils configuration | PJ Eby | 2005-07-08 | 1 | -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. |