summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Attempt to use a valid PEP 440 version fallbackAnderson Bravalheri2023-05-021-2/+2
* Adequate venv fixtures to the latest change in virtualenvAnderson Bravalheri2023-05-022-3/+5
* Avoid bitly linksAnderson Bravalheri2023-04-242-2/+3
* Remove redundant URL partAnderson Bravalheri2023-04-241-1/+1
* Fix . When value is false return instead of raising DistutilsSetupError excep...Jam Hernandez Quiceno2023-04-201-0/+1
* Overhaul for better visibility of warnings (#3849)Anderson Bravalheri2023-04-2026-358/+659
|\
| * Apply suggestions from code reviewAnderson Bravalheri2023-03-196-10/+10
| * Cluster deprecations due_dateAnderson Bravalheri2023-03-0710-14/+14
| * Enforce deprecation warnings in setuptools test suiteAnderson Bravalheri2023-03-071-1/+2
| * Use new warnings in setuptools/package_index.pyAnderson Bravalheri2023-03-071-2/+6
| * Use new warnings in setuptools/installer.pyAnderson Bravalheri2023-03-071-12/+8
| * Use new warnings in setuptools/dist.pyAnderson Bravalheri2023-03-071-30/+52
| * Use new warnings in setuptools/config/setupcfg.pyAnderson Bravalheri2023-03-072-51/+66
| * Use new warnings in setuptools/config/pyprojecttoml.pyAnderson Bravalheri2023-03-071-22/+20
| * Use new warnings in setuptools/config/expand.pyAnderson Bravalheri2023-03-071-2/+2
| * Use new warnings in setuptools/config/_apply_pyprojecttoml.pyAnderson Bravalheri2023-03-072-22/+18
| * Use new warnings in setuptools/config/__init__.pyAnderson Bravalheri2023-03-071-11/+18
| * Use new warnings in setuptools/command/upload_docs.pyAnderson Bravalheri2023-03-071-6/+9
| * Use new warnings in setuptools/command/install.pyAnderson Bravalheri2023-03-071-8/+14
| * Use new warnings in setuptools/command/egg_info.pyAnderson Bravalheri2023-03-071-18/+34
| * Use new warnings in setuptools/command/editable_wheel.pyAnderson Bravalheri2023-03-071-65/+66
| * Use new warnings in setuptools/command/easy_install.pyAnderson Bravalheri2023-03-071-15/+18
| * Use new warnings in setuptools/command/dist_info.pyAnderson Bravalheri2023-03-071-2/+3
| * Use new warnings in setuptools/command/build_py.pyAnderson Bravalheri2023-03-071-27/+45
| * Use new warnings in setuptools/command/build.pyAnderson Bravalheri2023-03-071-8/+11
| * Use new warnings in setuptools/command/bdist_rpm.pyAnderson Bravalheri2023-03-071-6/+9
| * Use new warnings in setuptools/build_meta.pyAnderson Bravalheri2023-03-071-6/+9
| * Use new warnings in setuptools/_normalization.pyAnderson Bravalheri2023-03-071-16/+13
| * Use new warnings in setuptools/_importlib.pyAnderson Bravalheri2023-03-061-8/+11
| * Use new warnings in setuptools/__init__.pyAnderson Bravalheri2023-03-061-8/+10
| * Add tests for warning formatting and tweaks to implementationAnderson Bravalheri2023-03-061-0/+106
| * Add warning hierarchy and helper/display functionsAnderson Bravalheri2023-03-061-1/+98
| * Import SetuptoolsDeprecationWarning from setuptools.warningsAnderson Bravalheri2023-03-0611-11/+11
| * Move _deprecation_warning to warnings.Anderson Bravalheri2023-03-061-0/+0
* | _deprecated_config_handler(): Use warn stacklevel for better feedback (#3884)Anderson Bravalheri2023-04-201-1/+1
|\ \
| * | _deprecated_config_handler(): Use warn stacklevel for better feedbackChristian Clauss2023-04-061-1/+1
* | | Improve wrapper compatibility with onexc for py312compat.shutil_rmtreeAnderson Bravalheri2023-04-201-1/+1
* | | Fix flake8 problemAnderson Bravalheri2023-04-201-0/+1
* | | Use the same naming convention for pyXXcompat filesAnderson Bravalheri2023-04-202-2/+2
* | | Handle Python3.12a7 compatibility problemsAnderson Bravalheri2023-04-192-5/+17
|/ /
* | Update code generated by validate-pyproject (#3875)Anderson Bravalheri2023-03-282-25/+47
|\ \
| * | Update code generated by validate-pyprojectAnderson Bravalheri2023-03-281-7/+6
| * | Improve tests on license-files for pyproject.tomlAnderson Bravalheri2023-03-281-18/+41
* | | Fix '_WouldIgnoreField' warnings for scripts/gui_scriptsAnderson Bravalheri2023-03-201-1/+7
* | | Test warnings for dynamic scripts when entry-points is not dynamicAnderson Bravalheri2023-03-201-0/+12
|/ /
* | Add pruning heuristics to PackageFinder based on exclude (#3846)Anderson Bravalheri2023-03-081-12/+22
|\ \
| * | Add pruning heuristics to PackageFinder based on excludeAnderson Bravalheri2023-03-071-12/+22
| |/
* | Simplify changes targeting sys_tags cacheAnderson Bravalheri2023-03-082-17/+9
* | Use functools.lru_cache to cache supported tags for wheels.Maurits van Rees2023-03-072-11/+20
* | Cache supported tags for wheels.Maurits van Rees2023-03-072-4/+12
|/