summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tweak workaround for #1644Benoit Pierre2019-11-152-2/+11
| | | | Work around buggy pip detection code for "pip.exe install/update pip ...".
* Merge pull request #1867 from ↵Benoit Pierre2019-11-1310-46/+40
|\ | | | | | | | | benoit-pierre/drop-some-pkg_resources-tests-dependency-on-easy_install test: drop pkg_resources tests dependency on easy_install
| * 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 #1644
| * improve workaround for #1644Benoit Pierre2019-10-074-8/+38
| | | | | | | | Make it possible to use a more recent version of pip for tests.
* | Merge pull request #1861 from ↵Benoit Pierre2019-11-133-6/+44
|\ \ | | | | | | | | | | | | benoit-pierre/fix_empty_namespace_package_wheel_install Fix empty namespace package wheel install
| * | 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.
| * | | Remove "upload" and "register" commands.Paul Ganssle2019-11-028-442/+64
|/ / / | | | | | | | | | | | | | | | The upload and register commands were deprecated over a year ago, in July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to actively remove them in favor of twine.
* | | 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
|\ \ \ | | | | | | | | Upgrade setuptools.depends to importlib from depracated imp
| * | | Remove 'sys' importBatuhan Taskaya2019-10-291-1/+0
| | | |
| * | | Allow calling get_frozen_object without paths, raise ImportError when it ↵Batuhan Taskaya2019-10-291-2/+6
| | | | | | | | | | | | | | | | cant find module
| * | | 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
| | | | | | | | | | | | | | | | for compatibility.
| * | | Remove apparently unrelated change to testJason R. Coombs2019-10-271-1/+0
| | | |
| * | | Upgrade setuptools.depends to importlib from depracated impisidentical2019-10-132-14/+76
| | | |
* | | | Bump version: 41.5.0 → 41.5.1v41.5.1Benoit Pierre2019-10-284-3/+8
| | | |
* | | | Merge pull request #1892 from benoit-pierre/fix_1891mergify[bot]2019-10-282-0/+2
|\ \ \ \ | | | | | | | | | | Fix code for detecting Visual Studio's version on Windows under Python 2.
| * | | | msvc: fix Python 2 supportBenoit Pierre2019-10-282-0/+2
|/ / / /
* | | | Bump version: 41.4.0 → 41.5.0v41.5.0Jason R. Coombs2019-10-2712-11/+16
| | | |
* | | | Merge pull request #1814 from benoit-pierre/fix_requirement_hash/equalityJason R. Coombs2019-10-273-0/+19
|\ \ \ \ | | | | | | | | | | pkg_resources: fix ``Requirement`` hash/equality implementation
| * | | | pkg_resources: fix ``Requirement`` hash/equality implementationBenoit Pierre2019-08-133-0/+19
| | | | | | | | | | | | | | | | | | | | Take PEP 508 direct URL into account.
* | | | | Merge pull request #1815 from Hawk777/document-package-data-asteriskJason R. Coombs2019-10-271-1/+5
|\ \ \ \ \ | | | | | | | | | | | | Document using asterisk in package_data section
| * | | | | Document using asterisk in package_data sectionChristopher Head2019-08-121-1/+5
| |/ / / /
* | | | | Fix typoJason R. Coombs2019-10-271-1/+1
| | | | |
* | | | | Merge pull request #1862 from benoit-pierre/drop-ez_setup-documentationJason R. Coombs2019-10-274-225/+4
|\ \ \ \ \ | | | | | | | | | | | | docs: drop ez_setup documentation and related references
| * | | | | docs: drop ez_setup documentation and related referencesBenoit Pierre2019-10-084-225/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1868 from ↵Jason R. Coombs2019-10-275-148/+54
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | benoit-pierre/drop-most-documentation-references-to-easy_install doc: drop most references to EasyInstall
| * | | | | doc: drop most references to EasyInstallBenoit Pierre2019-10-085-148/+54
| | | | | |
* | | | | | Merge pull request #1886 from jdufresne/test-py38Jason R. Coombs2019-10-272-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Python 3.8 final to Travis test matrix
| * | | | | | Add Python 3.8 final to Travis test matrixJon Dufresne2019-10-222-1/+3
| | | | | | |
* | | | | | | Merge pull request #1824 from asottile/python310Jason R. Coombs2019-10-279-10/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes for python3.10
| * | | | | | | Fixes for python3.10Anthony Sottile2019-08-179-10/+11
| | | | | | | |
* | | | | | | | Merge pull request #1811 from JGoutin/msvc_updateJason R. Coombs2019-10-272-322/+700
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve Visual C++ 14.X support
| * | | | | | | | Improve Visual C++ 14.X supportjgoutin2019-08-032-322/+700
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve VC++14 support for VS 2017 and 2019. Separate VC from VS version (Miss match starting VS15). Improve docstrings args and returns information + fixe typos. Fix coding style and minor coding issues. Remove Microsoft "Windows SDK 7.0" dead link.