summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Collapse)AuthorAgeFilesLines
...
| * Move _deprecation_warning to warnings.Anderson Bravalheri2023-03-061-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 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
| | | | | | | | | | 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 Rees2023-03-072-4/+12
|/ | | | This fixes https://github.com/pypa/setuptools/issues/3804
* Improve error messages for pyproject.toml validation (#3838)Anderson Bravalheri2023-03-061-8/+8
|\
| * Improve error messages for pyproject.toml validationAnderson Bravalheri2023-02-271-8/+8
| |
* | Fixed interaction between discovery and htmlcov (#3836)Anderson Bravalheri2023-03-062-1/+2
|\ \
| * | Remove htmlcov from auto **module** discoveryAnderson Bravalheri2023-02-271-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_EXCLUDEYukihiko Shinoda2023-02-231-1/+2
| | |
| * | Add FlatLayoutPackageFinder's test for Coverage.pyYukihiko Shinoda2023-02-231-0/+1
| |/
* | Simplify _section_options using str.partition and a generator.Jason R. Coombs2023-03-051-11/+5
| |
* | Extract method for _section_options.Jason R. Coombs2023-03-051-10/+14
| |
* | Resolve setter once.Jason R. Coombs2023-03-051-5/+3
| |
* | Trap exception directly instead of tracking with boolean.Jason R. Coombs2023-03-051-12/+3
| |
* | Rename value to avoid masking variable.Jason R. Coombs2023-03-051-3/+3
| |
* | Use try/except in __setitem__.Jason R. Coombs2023-03-051-4/+3
| |
* | ⚫ Fade to black.Jason R. Coombs2023-03-051-13/+21
| |
* | Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.Jason R. Coombs2023-03-051-6/+3
|/
* Update vendored importlib-* (#3832)Anderson Bravalheri2023-02-2137-485/+1082
|\
| * Update vendored importlib_*Anderson Bravalheri2023-02-1737-485/+1082
| |
* | Merge https://github.com/pypa/distutils into distutils-4435cec3Jason R. Coombs2023-02-202-4/+4
|/
* Fix error when integrating with pipAnderson Bravalheri2023-02-141-1/+2
|
* Small rewording for user-facing text/docsAnderson Bravalheri2023-02-132-2/+2
|
* Add a DeprecationWarning to pkg_resources.declare_namespace (#3434)Anderson Bravalheri2023-02-131-1/+3
|\
| * Add links explaining deprecationsAnderson Bravalheri2023-02-131-1/+3
| |
* | Reduce usage of pkg_resources (#3792)Anderson Bravalheri2023-02-1314-139/+298
|\ \
| * | Allow None to be passed to egg_basenameAnderson Bravalheri2023-02-011-2/+2
| | |
| * | Revert to using normalized paths in develop to fix test errorsAnderson Bravalheri2023-01-241-5/+6
| | |
| * | Fix dist-info naming discrepancy in relation to bdist_wheelAnderson Bravalheri2023-01-243-10/+33
| | |
| * | Replace/move _normalization.path with/to _path.samepath and _path.normpathAnderson Bravalheri2023-01-244-26/+30
| | |
| * | Delay imports of pkg_resources in install_scripts.pyAnderson Bravalheri2023-01-241-3/+6
| | |
| * | Centralize usage of pkg_resources from dist.py to installer.pyAnderson Bravalheri2023-01-242-21/+53
| | |
| * | Modify _reqs.py to prefer prefer packaging instead of pkg_resourcesAnderson Bravalheri2023-01-241-5/+19
| | |
| * | Prefer packaging instead for pkg_resources for version in wheel.pyAnderson Bravalheri2023-01-241-2/+3
| | |
| * | Prefer alternative from egg_info.py to pkg_resources.Distribution.egg_nameAnderson Bravalheri2023-01-243-16/+13
| | |
| * | Implement alternative for pkg_resources.Distribution.egg_name in egg_info.pyAnderson Bravalheri2023-01-241-1/+22
| | |
| * | Prefer packaging instead of pkg_resources in dist.py for markersAnderson Bravalheri2023-01-231-2/+12
| | |