Commit message (Expand) | 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 |
* | 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 |