Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -6/+1 |
| | | | | now much cleaner. Thanks @embray. Ref #229. | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -1/+6 |
| | |||||
* | Use six for Python 2 compatibility | Jason R. Coombs | 2014-07-05 | 1 | -2/+3 |
| | |||||
* | Fixed PEP 8 compliancy of the setuptools.command package | Alex Gr?nholm | 2014-06-18 | 1 | -10/+13 |
| | |||||
* | Reorganize imports and remove excess whitespace | Jason R. Coombs | 2014-02-09 | 1 | -28/+3 |
| | |||||
* | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵ | Vinay Sajip | 2013-06-15 | 1 | -0/+1 |
| | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). | ||||
* | Fix a couple of command descriptions. | PJ Eby | 2005-07-08 | 1 | -1/+1 |
| | |||||
* | * Added "rotate" command to delete old distribution files, given a set of | PJ Eby | 2005-07-08 | 1 | -0/+82 |
patterns to match and the number of files to keep. (Keeps the most recently-modified distribution files matching each pattern.) * Added "saveopts" command that saves all command-line options for the current invocation to the local, global, or per-user configuration file. Useful for setting defaults without having to hand-edit a configuration file. * Added a "setopt" command that sets a single option in a specified distutils configuration file. |