summaryrefslogtreecommitdiff
path: root/tools/vendored.py
Commit message (Expand)AuthorAgeFilesLines
* Restore more_itertools.more, make importing `concurrent.futures` lazyMaciej Pasternacki2022-02-081-6/+10
* Clean also .pyi of more_itertoolsMaciej Pasternacki2022-02-081-4/+5
* Remove more_itertools.more from vendored libs (fixes pypa/setuptools#3090)Maciej Pasternacki2022-02-081-0/+12
* Ensure that _vendor/jaraco is available as a module. Fixes #3084.Jason R. Coombs2022-02-061-0/+2
* Vendor jaraco.text with setuptools.Jason R. Coombs2022-02-051-0/+3
* Remove 'lorem_ipsum' property from jaraco.text, bypassing the behavior on imp...Jason R. Coombs2022-02-021-0/+2
* Remove workaround to add __init__ for vendored jaraco package, seemingly unne...Jason R. Coombs2022-01-291-3/+0
* Ensure text file from vendored package is included.Jason R. Coombs2022-01-291-0/+3
* Include all the dependencies needed to run on Python 3.7 and patch all of the...Jason R. Coombs2022-01-291-0/+34
* Simplify vendored script to simply include the metadata.Jason R. Coombs2022-01-141-34/+0
* six isn't installed any longerJason R. Coombs2022-01-141-1/+0
* Remove dependency on paver in vendored update.Jason R. Coombs2022-01-141-2/+4
* Move vendor routine to toolsJason R. Coombs2022-01-141-0/+102