Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Move _deprecation_warning to warnings. | Anderson Bravalheri | 2023-03-06 | 1 | -0/+0 | |
| | | | | | | | | The objective is to centralize all the warnings in a single module. | |||||
* | | _deprecated_config_handler(): Use warn stacklevel for better feedback (#3884) | Anderson Bravalheri | 2023-04-20 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | _deprecated_config_handler(): Use warn stacklevel for better feedback | Christian Clauss | 2023-04-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Improve wrapper compatibility with onexc for py312compat.shutil_rmtree | Anderson Bravalheri | 2023-04-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix flake8 problem | Anderson Bravalheri | 2023-04-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | Use the same naming convention for pyXXcompat files | Anderson Bravalheri | 2023-04-20 | 2 | -2/+2 | |
| | | | ||||||
* | | | Handle Python3.12a7 compatibility problems | Anderson Bravalheri | 2023-04-19 | 2 | -5/+17 | |
|/ / | ||||||
* | | Update code generated by validate-pyproject (#3875) | Anderson Bravalheri | 2023-03-28 | 2 | -25/+47 | |
|\ \ | ||||||
| * | | Update code generated by validate-pyproject | Anderson Bravalheri | 2023-03-28 | 1 | -7/+6 | |
| | | | ||||||
| * | | Improve tests on license-files for pyproject.toml | Anderson Bravalheri | 2023-03-28 | 1 | -18/+41 | |
| | | | ||||||
* | | | Fix '_WouldIgnoreField' warnings for scripts/gui_scripts | Anderson Bravalheri | 2023-03-20 | 1 | -1/+7 | |
| | | | ||||||
* | | | Test warnings for dynamic scripts when entry-points is not dynamic | Anderson Bravalheri | 2023-03-20 | 1 | -0/+12 | |
|/ / | ||||||
* | | Add pruning heuristics to PackageFinder based on exclude (#3846) | Anderson Bravalheri | 2023-03-08 | 1 | -12/+22 | |
|\ \ | ||||||
| * | | Add pruning heuristics to PackageFinder based on exclude | Anderson Bravalheri | 2023-03-07 | 1 | -12/+22 | |
| |/ | ||||||
* | | Simplify changes targeting sys_tags cache | Anderson Bravalheri | 2023-03-08 | 2 | -17/+9 | |
| | | ||||||
* | | Use functools.lru_cache to cache supported tags for wheels. | Maurits van Rees | 2023-03-07 | 2 | -11/+20 | |
| | | | | | | | | | | This is a suggestion by @abravalheri for my PR. https://github.com/pypa/setuptools/pull/3805#issuecomment-1434361907 | |||||
* | | Cache supported tags for wheels. | Maurits van Rees | 2023-03-07 | 2 | -4/+12 | |
|/ | | | | This fixes https://github.com/pypa/setuptools/issues/3804 | |||||
* | Improve error messages for pyproject.toml validation (#3838) | Anderson Bravalheri | 2023-03-06 | 1 | -8/+8 | |
|\ | ||||||
| * | Improve error messages for pyproject.toml validation | Anderson Bravalheri | 2023-02-27 | 1 | -8/+8 | |
| | | ||||||
* | | Fixed interaction between discovery and htmlcov (#3836) | Anderson Bravalheri | 2023-03-06 | 2 | -1/+2 | |
|\ \ | ||||||
| * | | Remove htmlcov from auto **module** discovery | Anderson Bravalheri | 2023-02-27 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | It seems that it was previously added there by mistake. After some inspection ``htmlcov`` should be a folder (by default) and therefore can only be confused by a package (not a module) | |||||
| * | | Hotfix add htmlcov to FlatLayoutPackageFinder.DEFAULT_EXCLUDE | Yukihiko Shinoda | 2023-02-23 | 1 | -1/+2 | |
| | | | ||||||
| * | | Add FlatLayoutPackageFinder's test for Coverage.py | Yukihiko Shinoda | 2023-02-23 | 1 | -0/+1 | |
| |/ | ||||||
* | | Simplify _section_options using str.partition and a generator. | Jason R. Coombs | 2023-03-05 | 1 | -11/+5 | |
| | | ||||||
* | | Extract method for _section_options. | Jason R. Coombs | 2023-03-05 | 1 | -10/+14 | |
| | | ||||||
* | | Resolve setter once. | Jason R. Coombs | 2023-03-05 | 1 | -5/+3 | |
| | | ||||||
* | | Trap exception directly instead of tracking with boolean. | Jason R. Coombs | 2023-03-05 | 1 | -12/+3 | |
| | | ||||||
* | | Rename value to avoid masking variable. | Jason R. Coombs | 2023-03-05 | 1 | -3/+3 | |
| | | ||||||
* | | Use try/except in __setitem__. | Jason R. Coombs | 2023-03-05 | 1 | -4/+3 | |
| | | ||||||
* | | ⚫ Fade to black. | Jason R. Coombs | 2023-03-05 | 1 | -13/+21 | |
| | | ||||||
* | | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'. | Jason R. Coombs | 2023-03-05 | 1 | -6/+3 | |
|/ | ||||||
* | Update vendored importlib-* (#3832) | Anderson Bravalheri | 2023-02-21 | 37 | -485/+1082 | |
|\ | ||||||
| * | Update vendored importlib_* | Anderson Bravalheri | 2023-02-17 | 37 | -485/+1082 | |
| | | ||||||
* | | Merge https://github.com/pypa/distutils into distutils-4435cec3 | Jason R. Coombs | 2023-02-20 | 2 | -4/+4 | |
|/ | ||||||
* | Fix error when integrating with pip | Anderson Bravalheri | 2023-02-14 | 1 | -1/+2 | |
| | ||||||
* | Small rewording for user-facing text/docs | Anderson Bravalheri | 2023-02-13 | 2 | -2/+2 | |
| | ||||||
* | Add a DeprecationWarning to pkg_resources.declare_namespace (#3434) | Anderson Bravalheri | 2023-02-13 | 1 | -1/+3 | |
|\ | ||||||
| * | Add links explaining deprecations | Anderson Bravalheri | 2023-02-13 | 1 | -1/+3 | |
| | | ||||||
* | | Reduce usage of pkg_resources (#3792) | Anderson Bravalheri | 2023-02-13 | 14 | -139/+298 | |
|\ \ | ||||||
| * | | Allow None to be passed to egg_basename | Anderson Bravalheri | 2023-02-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | Revert to using normalized paths in develop to fix test errors | Anderson Bravalheri | 2023-01-24 | 1 | -5/+6 | |
| | | | ||||||
| * | | Fix dist-info naming discrepancy in relation to bdist_wheel | Anderson Bravalheri | 2023-01-24 | 3 | -10/+33 | |
| | | | ||||||
| * | | Replace/move _normalization.path with/to _path.samepath and _path.normpath | Anderson Bravalheri | 2023-01-24 | 4 | -26/+30 | |
| | | | ||||||
| * | | Delay imports of pkg_resources in install_scripts.py | Anderson Bravalheri | 2023-01-24 | 1 | -3/+6 | |
| | | | ||||||
| * | | Centralize usage of pkg_resources from dist.py to installer.py | Anderson Bravalheri | 2023-01-24 | 2 | -21/+53 | |
| | | | ||||||
| * | | Modify _reqs.py to prefer prefer packaging instead of pkg_resources | Anderson Bravalheri | 2023-01-24 | 1 | -5/+19 | |
| | | | ||||||
| * | | Prefer packaging instead for pkg_resources for version in wheel.py | Anderson Bravalheri | 2023-01-24 | 1 | -2/+3 | |
| | | | ||||||
| * | | Prefer alternative from egg_info.py to pkg_resources.Distribution.egg_name | Anderson Bravalheri | 2023-01-24 | 3 | -16/+13 | |
| | | | ||||||
| * | | Implement alternative for pkg_resources.Distribution.egg_name in egg_info.py | Anderson Bravalheri | 2023-01-24 | 1 | -1/+22 | |
| | | | ||||||
| * | | Prefer packaging instead of pkg_resources in dist.py for markers | Anderson Bravalheri | 2023-01-23 | 1 | -2/+12 | |
| | | |