Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Add test capturing use-case for normalized version. Ref #308. | Jason R. Coombs | 2020-03-15 | 1 | -0/+7 | |
| |/ / / / / | ||||||
* / / / / / | Extract method for normalization, allowing for bypass when the version is ↵ | Jason R. Coombs | 2020-03-15 | 2 | -11/+21 | |
|/ / / / / | | | | | | | | | | | | | | | | wrapped in 'sic'. Fixes #308. | |||||
* | | | | | Extract method for validating version. | Jason R. Coombs | 2020-03-15 | 1 | -9/+14 | |
| | | | | | ||||||
* | | | | | Merge pull request #1979 from pypa/debt/remove-features | Jason R. Coombs | 2020-03-08 | 3 | -341/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | Remove Feature support | |||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/master' into debt/remove-features | Jason R. Coombs | 2020-03-07 | 39 | -220/+586 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Remove the Features feature. Fixes #65. | Jason R. Coombs | 2020-01-19 | 3 | -343/+7 | |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | This commit reverts e4460fad043f4fa0edc7b7e1eef0b209f4588fe5. | |||||
* | | | | | | Merge pull request #1890 from rotu/patch-1 | Jason R. Coombs | 2020-03-07 | 2 | -7/+22 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove module importing hack | |||||
| * \ \ \ \ \ | Merge branch 'master' into patch-1 | Jason R. Coombs | 2020-03-07 | 71 | -1925/+2997 | |
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Remove sys.modules hack | Dan Rose | 2019-10-27 | 2 | -7/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #1888 (metadata accidentally not picklable), and removes a case where reimporting a vendored module results in a second copy of the same module. | |||||
* | | | | | | | Merge pull request #1894 from ataylor284/bad-auth-message | Jason R. Coombs | 2020-03-07 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Add info message on package index auth error | |||||
| * | | | | | | Add info message when authentication error encountered processing package index. | Andrew Taylor | 2019-10-29 | 1 | -0/+2 | |
| | | | | | | | ||||||
* | | | | | | | Use CPython 3.8.0 mechanism to find msvc 14+ | mayeut | 2020-03-07 | 2 | -8/+235 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge branch 'master' into fix/1557 | Jason R. Coombs | 2020-02-11 | 73 | -1940/+3426 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge pull request #1941 from joreiff/pr-easyinstall | Jason R. Coombs | 2020-02-05 | 1 | -13/+10 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make easy_install command less strict (fixes #1405) | |||||
| | * \ \ \ \ \ | Merge branch 'master' into pr-easyinstall | Johannes Reiff | 2020-01-25 | 40 | -271/+485 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Make easy_install command less strict (fixes #1405) | Johannes Reiff | 2019-12-19 | 1 | -14/+10 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #1986 from vstinner/skip_wininst | Jason R. Coombs | 2020-02-05 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix install_scripts() if bdist_wininst is missing | |||||
| | * | | | | | | | | Fix install_scripts() if bdist_wininst is missing | Victor Stinner | 2020-02-03 | 1 | -2/+5 | |
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Closes #1985 | |||||
| * | | | | | | | | Merge branch 'master' into feature/deps-in-metadata | Jason R. Coombs | 2020-01-20 | 1 | -0/+12 | |
| |\| | | | | | | | ||||||
| | * | | | | | | | Merge commit 'f9e279df' | Jason R. Coombs | 2020-01-20 | 1 | -0/+12 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Move test dependencies into the package, removing 'tests' directory which ↵ | Jason R. Coombs | 2020-01-20 | 1 | -0/+12 | |
| | | | |/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | masks the error reported in #1896. | |||||
| * | / | | | | | | Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in ↵ | Jason R. Coombs | 2020-01-20 | 1 | -0/+11 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | metadata to be installed without ignoring REQUIRES_PYTHON | |||||
| * | | | | | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Separate test for 'is_present' into its own test and add a TODO about this ↵ | Jason R. Coombs | 2020-01-19 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behavior being apparently unused. | |||||
| * | | | | | | | Extract 'find_spec' function to consolidate behavior. Ref #1905. | Jason R. Coombs | 2020-01-19 | 1 | -12/+12 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into patch-1 | Jason R. Coombs | 2020-01-19 | 57 | -1114/+1752 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 10 | -47/+47 | |
| | | | | | | | | | ||||||
| | * | | | | | | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 28 | -153/+231 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| | * | | | | | | Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into ↵ | Jason R. Coombs | 2020-01-14 | 2 | -0/+35 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | maint/44.x | |||||
| | | * | | | | | | Add tests | Emiel Wiedijk | 2019-05-15 | 1 | -0/+28 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Set sys.argv[0] in build scripts run by build_meta | Emiel Wiedijk | 2019-05-15 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some setup.py scripts, use sys.argv[0] to locate the source directory of a project. I added this to build_meta.__legacy__ since that is focused on backwards compatibility with old scripts. However, @pganssle said this behaviour should not be added to setuptools.build_meta. Fixes #1628 | |||||
| | * | | | | | | | Fix for Python 4: replace unsafe six.PY3 with PY2 | Hugo | 2020-01-08 | 11 | -31/+31 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge pull request #1908 from benoit-pierre/drop_py34_support | Jason R. Coombs | 2020-01-01 | 1 | -4/+1 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | drop support for Python 3.4 | |||||
| | | * | | | | | | | drop support for Python 3.4 | Benoit Pierre | 2019-11-15 | 1 | -4/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fix latin1 and utf8 tests on Python 2 | Jason R. Coombs | 2020-01-01 | 1 | -2/+11 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Restore Python 2.7 compatibility | Jason R. Coombs | 2020-01-01 | 1 | -5/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove unused import | Jason R. Coombs | 2019-12-31 | 1 | -1/+0 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Remove instance attribute; rely on tmpdir fixture; re-use touch helper. | Jason R. Coombs | 2019-12-31 | 1 | -8/+7 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Rewrite TestSdistTest setup/teardown_method as pytest fixture. | Jason R. Coombs | 2019-12-31 | 1 | -18/+17 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Restore Python 2.7 compatibilityfeature/include-pyproject.toml | Jason R. Coombs | 2019-12-31 | 1 | -0/+2 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Add test for exclusion expectation. Ref #1650. | Jason R. Coombs | 2019-12-31 | 1 | -0/+16 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Add test ensuring pyproject.toml is included during PEP 517 build. | Tzu-ping Chung | 2019-12-29 | 1 | -0/+21 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'master' into feature/include-pyproject.toml | Jason R. Coombs | 2019-12-29 | 73 | -2192/+4155 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Extract methods to separate _safe_data_files behavior and _add_data_files. | Jason R. Coombs | 2019-12-21 | 1 | -8/+21 | |
| | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg | Jason R. Coombs | 2019-12-01 | 2 | -2/+58 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Extract function to strip the marker for concise code in the long function. | Jason R. Coombs | 2019-12-01 | 1 | -5/+14 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | fix possible issue with transitive build dependencies | Benoit Pierre | 2019-11-27 | 2 | -2/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle the case where a missing transitive build dependency is required by an extra for an already installed build dependency. | |||||
| | | * | | | | | | | | fix support for easy_install's find-links option in setup.cfg | Benoit Pierre | 2019-11-26 | 2 | -2/+49 | |
| | | |/ / / / / / / | ||||||
| | | * | | | | | | | wheel: fix `is_compatible` implementation | Benoit Pierre | 2019-11-25 | 2 | -1/+10 | |
| | | | | | | | | | | ||||||
| | | * | | | | | | | Merge pull request #1877 from pypa/feature/distribution-options-hooks | Jason R. Coombs | 2019-11-23 | 1 | -4/+20 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add new hook 'setuptools.finalize_distribution_options' |