summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add links explaining deprecationsAnderson Bravalheri2023-02-132-2/+6
| * | | Add information on why namespace_packages are deprecatedAnderson Bravalheri2023-02-131-1/+4
| * | | Add news fragmentAnderson Bravalheri2023-02-131-0/+3
| * | | Add DeprecationWarning to `pkg_resources.declare_namespace`Anderson Bravalheri2023-02-133-4/+16
* | | | Reduce usage of pkg_resources (#3792)Anderson Bravalheri2023-02-1315-140/+299
|\ \ \ \
| * | | | 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-243-22/+54
| * | | | 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
| * | | | Prefer packaging instead of pkg_resources in egg_info.pyAnderson Bravalheri2023-01-231-6/+3
| * | | | Prefer setuptools._normalization instead of pkg_resources in egg_info.pyAnderson Bravalheri2023-01-231-5/+6
| * | | | Prefer setuptools._normalization and importlib_metadata instead of pkg_resour...Anderson Bravalheri2023-01-231-6/+8
| * | | | Prefer setuptools._normalization instead of pkg_resources in develop.pyAnderson Bravalheri2023-01-231-6/+8
| * | | | Extract normalization functions from editable_wheel and dist_info into own mo...Anderson Bravalheri2023-01-233-62/+113
| * | | | Replace pkg_resources in version.pyAnderson Bravalheri2023-01-231-2/+2
* | | | | Improve editable_wheel debugging tips (#3822)Anderson Bravalheri2023-02-136-31/+78
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add news fragmentAnderson Bravalheri2023-02-132-0/+8
| * | | | Add test for debugging tipsAnderson Bravalheri2023-02-131-0/+19
| * | | | Improve warning messageAnderson Bravalheri2023-02-131-2/+3
| * | | | Clarify 'editable_wheel' and 'dist_info' are internal commands onlyAnderson Bravalheri2023-02-132-3/+8
| * | | | Use warning in editable since pip hides PEP 678 notesAnderson Bravalheri2023-02-131-8/+6
| * | | | Update note about SETUPTOOLS_ENABLE_FEATURESAnderson Bravalheri2023-02-131-15/+6
| * | | | Remove editable_wheel "catch all" exceptionAnderson Bravalheri2023-02-131-12/+37
|/ / / /
* | | | Do not error on EncodingWarning. Instead emit them like usual. Ref #3810Jason R. Coombs2023-02-121-0/+5
* | | | Merge https://github.com/jaraco/skeletonJason R. Coombs2023-02-122-3/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove reference to EncodingWarning as it doesn't exist on some Pythons.Jason R. Coombs2023-02-091-1/+1
| * | | Add #upstream markers for filtered warnings. Add filter for platform module (...Jason R. Coombs2023-02-071-0/+7
| * | | Exempt warning. Workaround for realpython/pytest-mypy#152Jason R. Coombs2023-01-271-0/+3
| * | | Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-blac...Jason R. Coombs2023-01-271-0/+3
| * | | Enable default encoding warning where available. See PEP 597.Jason R. Coombs2023-01-271-1/+4
| * | | ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now...Jason R. Coombs2023-01-181-1/+0
* | | | Bump version: 67.1.0 → 67.2.0v67.2.0Jason R. Coombs2023-02-064-3/+11
* | | | Merge pull request #3809 from pypa/distutils-8c3c3d29Jason R. Coombs2023-02-0654-111/+153
|\ \ \ \
| * | | | Add changelog (draft)Jason R. Coombs2023-02-061-0/+1
| * | | | Merge https://github.com/pypa/distutils into distutils-8c3c3d29Jason R. Coombs2023-02-0653-111/+152
| |\ \ \ \ |/ / / / / | | | | _
| * | | Merge pull request #199 from mrbean-bremen/issue3591Jason R. Coombs2023-02-062-1/+15
| |\ \ \
| | * | | Fixed accumulating include dirs after compilemrbean-bremen2023-02-062-1/+15
| * | | | Merge pull request #201 from mattip/pypy2Jason R. Coombs2023-02-061-0/+3
| |\ \ \ \
| | * | | | add a pypy CI runmattip2023-02-061-0/+3
| * | | | | Merge pull request #203 from fweimer-rh/ccompiler-windowsJason R. Coombs2023-02-062-2/+3
| |\ \ \ \ \
| | * | | | | distutils.ccompiler: Remove correct executable file on WindowsFlorian Weimer2023-02-072-2/+3
| * | | | | | Merge pull request #202 from GalaxySnail/fix-mingw-w64-2Jason R. Coombs2023-02-062-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix MinGW-w64 segmentation faultGalaxySnail2023-02-072-2/+2
| | | |/ / / | | |/| | |