summaryrefslogtreecommitdiff
path: root/setuptools/depends.py
Commit message (Expand)AuthorAgeFilesLines
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-311-6/+1
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-311-1/+6
* Use six for Python 2 compatibilityJason R. Coombs2014-07-051-2/+4
* Patch globals in a function. This technique bypasses the linter warnings abou...Jason R. Coombs2014-05-171-5/+16
* Fix NameError (is this code ever used?).Jason R. Coombs2014-05-171-1/+2
* Modernize syntaxJason R. Coombs2014-05-171-59/+16
* Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-2/+2
* Fix http://bugs.python.org/setuptools/issue31 (backport from trunk)PJ Eby2008-08-211-6/+6
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-201-17/+17
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+246