summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use indexserver as that avoids setting the environment variable for setuptool...feature/easy-install-depJason R. Coombs2019-11-231-4/+4
* For now, demo the concept from a private repository (so as not to create a pu...Jason R. Coombs2019-11-231-1/+4
* Require the easy_install packageJason R. Coombs2019-11-231-0/+2
* Merge pull request #1829 from benoit-pierre/update_pep425tagsJason R. Coombs2019-11-1617-815/+665
|\
| * add changelog entryBenoit Pierre2019-10-071-0/+3
| * wheel: switch to `packaging.tags` for checking PEP 425 tagsBenoit Pierre2019-10-075-629/+2
| * setuptools: update vendored packagingBenoit Pierre2019-10-0711-186/+660
* | Merge pull request #1767 from kchmck/feat-license-filesJason R. Coombs2019-11-166-14/+227
|\ \
| * | Filter out missing files and use extend()Mick Koch2019-10-281-2/+2
| * | Use an OrderedSet for accumulating license filesMick Koch2019-10-282-3/+3
| * | Remove DALS for single-line stringsMick Koch2019-10-281-40/+40
| * | Add support for `license_files` option in metadataMick Koch2019-10-286-8/+221
* | | Merge pull request #1830 from benoit-pierre/pip_wheelsJason R. Coombs2019-11-1615-1258/+364
|\ \ \
| * | | deprecate easy_install commandBenoit Pierre2019-11-152-2/+8
| * | | drop easy_install script and associated documentationBenoit Pierre2019-11-158-1184/+21
| * | | dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-157-73/+336
* | | | Trim excess whitespaceJason R. Coombs2019-11-161-2/+2
|/ / /
* | | Merge pull request #1907 from benoit-pierre/tweak_workaround_for_1644mergify[bot]2019-11-152-2/+11
|\ \ \
| * | | tweak workaround for #1644Benoit Pierre2019-11-152-2/+11
* | | | Merge pull request #1906 from benoit-pierre/fix_pytest_py2_warningsmergify[bot]2019-11-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | tests: fix some pytest warnings under Python 2Benoit Pierre2019-11-151-1/+1
|/ / /
* | | Merge pull request #1867 from benoit-pierre/drop-some-pkg_resources-tests-dep...Benoit Pierre2019-11-1310-46/+40
|\ \ \
| * | | test: drop pkg_resources tests dependency on easy_installBenoit Pierre2019-11-1310-46/+40
|/ / /
* | | Merge pull request #1864 from benoit-pierre/improve_workaround_for_1644Benoit Pierre2019-11-134-8/+38
|\ \ \
| * | | improve workaround for #1644Benoit Pierre2019-10-074-8/+38
| | |/ | |/|
* | | Merge pull request #1861 from benoit-pierre/fix_empty_namespace_package_wheel...Benoit Pierre2019-11-133-6/+44
|\ \ \
| * | | wheel: fix installation of empty namespace packageBenoit Pierre2019-10-073-1/+32
| * | | wheel: silence info trace when writing `requires.txt`Benoit Pierre2019-10-071-5/+12
* | | | Merge pull request #1898 from pganssle/remove_upload_registerPaul Ganssle2019-11-028-442/+64
|\ \ \ \
| * | | | Remove "upload" and "register" commands.Paul Ganssle2019-11-028-442/+64
|/ / / /
* | | | Suppress deprecation of bdist_wininst (redo). Ref #1823.Jason R. Coombs2019-10-311-1/+1
* | | | Suppress deprecation of bdist_wininst. Ref #1823.Jason R. Coombs2019-10-311-0/+3
* | | | Bump version: 41.5.1 → 41.6.0v41.6.0Jason R. Coombs2019-10-294-3/+8
* | | | Rename changelog fileJason R. Coombs2019-10-291-0/+0
* | | | Merge pull request #1855 from isidentical/issue-479Jason R. Coombs2019-10-296-29/+139
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove 'sys' importBatuhan Taskaya2019-10-291-1/+0
| * | | Allow calling get_frozen_object without paths, raise ImportError when it cant...Batuhan Taskaya2019-10-291-2/+6
| * | | Ensure importlib.util is imported on Python 3.5Jason R. Coombs2019-10-281-0/+5
| * | | Avoid importerror on older PythonsJason R. Coombs2019-10-281-1/+1
| * | | Add changelog entry.Jason R. Coombs2019-10-281-0/+1
| * | | Extract compatibility function into compatibility module.Jason R. Coombs2019-10-282-7/+11
| * | | remove _resolveBatuhan Taskaya2019-10-281-7/+0
| * | | add docstring to find_moduleBatuhan Taskaya2019-10-281-2/+1
| * | | py34 compatBatuhan Taskaya2019-10-281-1/+7
| * | | imp load_module fixBatuhan Taskaya2019-10-281-1/+1
| * | | Avoid _resolve in get_module (causes failures).Jason R. Coombs2019-10-271-1/+1
| * | | Extract _resolveJason R. Coombs2019-10-271-6/+10
| * | | 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-274-87/+113
| * | | Remove apparently unrelated change to testJason R. Coombs2019-10-271-1/+0