summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove reliance on distutils log verbosity.Jason R. Coombs2021-11-261-10/+3
* | Bind to 'distutils.log' late in case the loader has changed.Jason R. Coombs2021-11-261-3/+2
* | Remove 'sample_test' fixture, unused.Jason R. Coombs2021-11-261-59/+0
* | Use jaraco.path.build in test_tests_are_run_once.Jason R. Coombs2021-11-261-18/+18
* | Merge pull request 2902.Jason R. Coombs2021-11-222-20/+60
* | Merge pull request #2875 from pypa/feature/local-schemesJason R. Coombs2021-11-188-77/+171
|\ \
| * | Merge https://github.com/pypa/distutils into feature/local-schemesJason R. Coombs2021-11-185-19/+70
| * | Merge branch 'main' into feature/local-schemesfeature/local-schemesJason R. Coombs2021-11-123-58/+101
* | | Update setuptools.readthedocs.io to setuptools.pypa.ioHugo van Kemenade2021-11-161-3/+3
* | | Suppress invalid versions when parsing in package_index. They will still be a...Jason R. Coombs2021-11-151-1/+9
* | | Update config.ConfigMetadataHandler._parse_version not to rely on LegacyVersion.Jason R. Coombs2021-11-151-2/+4
* | | Merge pull request #2879 from pypa/debt/update-packagingJason R. Coombs2021-11-1415-1013/+1058
|\ \ \
| * | | Update packaging to 21.2. Ref #2497.debt/update-packagingJason R. Coombs2021-11-1415-1013/+1058
| |/ /
* | | Reduce scope of setup_requires deprecation to only deprecate the installation...feature/deprecate-installerJason R. Coombs2021-11-142-6/+7
|/ /
* | Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-invalid-sum...Jason R. Coombs2021-11-121-4/+4
|\ \
| * | Restore single_line as a simple, universal validator.Jason R. Coombs2021-11-121-6/+4
| * | Fail on a multiline distribution package summarySviatoslav Sydorenko2021-11-111-6/+8
* | | Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip...Jason R. Coombs2021-11-121-4/+9
* | | Merge pull request #2865 from mkoeppe/github_workflows_SETUPTOOLS_USE_DISTUTILSJason R. Coombs2021-11-122-0/+9
|\ \ \ | |/ / |/| |
| * | Bring back the xfail as it appears to be needed at least on macOS.Jason R. Coombs2021-11-111-0/+4
| * | Avoid upgrading setuptools when creating the venv for distutils_adoption test...Jason R. Coombs2021-11-111-4/+5
| * | Disable some virtualenv integration tests for PyPy.Jason R. Coombs2021-11-101-0/+4
* | | Merge pull request #2866 into main.Jason R. Coombs2021-11-103-10/+25
* | | Merge pull request #2858 from abravalheri/issue-2698Jason R. Coombs2021-11-071-0/+24
|\ \ \
| * | | Expose distutils errorsAnderson Bravalheri2021-11-051-0/+24
| |/ /
* | | Use warning instead of log for distutils commandAnderson Bravalheri2021-11-052-18/+7
|/ /
* | Make sure user gets warned when using distutilsAnderson Bravalheri2021-11-041-1/+15
* | Handle custom build_py inheriting from distutilsAnderson Bravalheri2021-11-041-1/+9
* | Add regression test for #2849Anderson Bravalheri2021-11-041-10/+47
* | Suppress 'setup.py install' warning under bdist_wheel. Fixes #2847.Jason R. Coombs2021-11-031-2/+11
* | Trim docstring and remove comment.Jason R. Coombs2021-11-021-6/+4
* | Remove data_files avoidance code.Jason R. Coombs2021-11-021-3/+0
* | Reformat docstring and rewrite in imperative voice.Jason R. Coombs2021-11-021-4/+5
* | Fix 1461: Better loop breaker for `manifest_maker`Anderson Bravalheri2021-11-014-5/+56
* | Drop tests against pip < 20, which no longer work without 'wheel' specified i...Jason R. Coombs2021-10-311-8/+0
|/
* Deprecate setup.py install and easy_install. Ref #917.Jason R. Coombs2021-10-222-0/+13
* Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.debt/deprecate-setup-requiresJason R. Coombs2021-10-221-0/+6
* Fix usage of virtualenv to ensure that tests are run in the bare virtualenv. ...Jason R. Coombs2021-10-191-2/+3
* Merge https://github.com/pypa/distutilsJason R. Coombs2021-10-183-20/+13
* Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-014-3/+17
|\
| * Rebuilt arm executables from source on a repeatable builder (Docker image).Jason R. Coombs2021-10-012-0/+0
| * Fix linting errorsNiyas Sait2021-09-062-1/+2
| * use distutils.util.get_platform to find the target platformNiyas Sait2021-08-261-1/+1
| * add win/arm64 launchersNiyas Sait2021-08-264-3/+16
* | sdist: Accept -u/--owner and -g/--group optionsJohn Marshall2021-09-221-0/+4
* | Merge https://github.com/pypa/distutils into distutils-02e9f65ab0Jason R. Coombs2021-09-216-17/+46
* | Merge pull request #2785 from hugovk/replace-configparser-deprecationsJason R. Coombs2021-09-121-1/+1
|\ \
| * | configparser: replace deprecated readfp with read_fileHugo van Kemenade2021-09-121-1/+1
* | | Deprecate bdist_rpmHugo van Kemenade2021-09-092-0/+36
|/ /
* | Merge branch 'main' into mrs/edit_config-case-sensitiveJason R. Coombs2021-09-083-5/+8
|\ \