summaryrefslogtreecommitdiff
path: root/setuptools/depends.py
Commit message (Expand)AuthorAgeFilesLines
* In depends, rely on packaging instead of distutils for version management.Jason R. Coombs2021-12-121-4/+5
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-7/+6
* Rely on contextlib.closing for brevity.Jason R. Coombs2019-10-271-5/+13
* Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ...Jason R. Coombs2019-10-271-87/+8
* Upgrade setuptools.depends to importlib from depracated impisidentical2019-10-131-14/+75
* Re-introduce _iter_code functionality as a Bytecode backport. Fixes failing t...Jason R. Coombs2016-12-281-2/+3
* Merge proposals. Ref #866.Jason R. Coombs2016-12-281-11/+5
|\
| * Attempt to fix issue #866 by iterating over code with `dis.Bytecode` instead ...Preston Landers2016-12-281-37/+6
* | Use dis module rather than manually disassembling the bytecode. Fixes #866.Jason R. Coombs2016-12-281-31/+5
|/
* Fix spacing after comment hash.stepshal2016-10-191-1/+1
* Add missing blank lines after class or function definition.stepshal2016-07-211-0/+1
* Put colon-separated compound statement on separate lines.stepshal2016-07-211-1/+2
* Merge pull request #655 from stepshal/imorts_in_same_blockJason R. Coombs2016-07-201-1/+1
|\
| * Put imports in same block alphabeticaly.stepshal2016-07-141-1/+1
* | Fix missing whitespace around operator.stepshal2016-07-141-10/+10
|/
* Add missing whitespace.stepshal2016-07-141-6/+6
* Fix quantity of blank lines after code object.stepshal2016-07-131-3/+1
* 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