aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/extern
Commit message (Expand)AuthorAgeFilesLines
* Remove sys.modules hackDan Rose2019-10-271-7/+0
* Add 'ordered_set' as a vendored packageJason R. Coombs2019-02-171-1/+1
* Switch over to using six.PY{2,3} when possiblePaul Ganssle2018-07-101-1/+1
* Drop support for EOL Python 3.3Hugo2018-05-241-1/+1
* Setuptools now vendors its own direct dependencies (packaging, six, pyparsing...Jason R. Coombs2018-03-171-2/+2
* Copy VendorImporter. Ref #1296.Jason R. Coombs2018-03-171-1/+70
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-0/+4
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-4/+0
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Move six to pkg_resources for use there.Jason R. Coombs2016-01-041-1/+1
* Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-021-44/+1
* Pop the module off the stack, preventing the 'Version' class from having a di...Jason R. Coombs2016-01-021-2/+1
* Make VendorImporter more genericJason R. Coombs2016-01-021-13/+20
* Create a PEP 302 importer for managing conditional import of vendored package...Jason R. Coombs2016-01-022-45/+42
* Make the technique even more genericJason R. Coombs2015-12-311-7/+6
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-312-0/+46