| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add matching of normalized requirements to canonical packages | Łukasz Daniluk | 2022-03-24 | 1 | -3/+16 |
| | | | | | Signed-off-by: Łukasz Daniluk <lukasz.dan@gmail.com> | ||||
| * | Vendor jaraco.text to supply yield_lines, drop_comment, and join_continuation. | Jason R. Coombs | 2022-01-29 | 1 | -76/+6 |
| | | |||||
| * | Merge pull request #3045 from pypa/feature/refactor-parse-requirements | Jason R. Coombs | 2022-01-29 | 1 | -15/+63 |
| |\ | | | | | Feature/refactor parse requirements | ||||
| | * | Consolidate behavior now that it fits on one line.feature/refactor-parse-requirements | Jason R. Coombs | 2022-01-23 | 1 | -3/+3 |
| | | | |||||
| | * | Extract function for joining continuations in lines. | Jason R. Coombs | 2022-01-23 | 1 | -12/+35 |
| | | | |||||
| | * | Extract function for dropping comments. | Jason R. Coombs | 2022-01-23 | 1 | -4/+16 |
| | | | |||||
| | * | Add tests for yield_lines. | Jason R. Coombs | 2022-01-23 | 1 | -1/+14 |
| | | | |||||
| * | | Use super() | 谭九鼎 | 2022-01-26 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #2918 from nitzmahone/fix_nonlegacy_loader | Jason R. Coombs | 2022-01-10 | 1 | -1/+3 |
| |\ | | | | | fix `pkg_resources` import failures w/ py3-only loaders | ||||
| | * | fix failures w/ py3-only loaders | Matt Davis | 2021-12-06 | 1 | -1/+3 |
| | | | |||||
| * | | Use MappingProxyType to ensure immutability. | Matthew Suozzo | 2022-01-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/main' into patch-1 | Anderson Bravalheri | 2022-01-06 | 1 | -24/+39 |
| |\ \ | |/ | |||||
| | * | Re-implement yield_lines as a singledispatch function. | Jason R. Coombs | 2021-12-03 | 1 | -12/+13 |
| | | | |||||
| | * | Update setuptools.readthedocs.io to setuptools.pypa.io | Hugo van Kemenade | 2021-11-16 | 1 | -1/+1 |
| | | | |||||
| | * | Fix sorting of filenames not to rely on LegacyVersion. Fixes #2885. | Jason R. Coombs | 2021-11-15 | 1 | -2/+11 |
| | | | |||||
| | * | Move warning definition above implicit behavior on import. Fixes #2846. | Jason R. Coombs | 2021-11-03 | 1 | -9/+9 |
| | | | |||||
| | * | Raise a deprecation warning when an invalid version is encountered. Ref ↵ | Jason R. Coombs | 2021-10-31 | 1 | -0/+5 |
| | | | | | | | | | #2497. Ref #2822. | ||||
| * | | Remove pkg_resources nondeterminism. | Matthew Suozzo | 2021-11-28 | 1 | -2/+2 |
| |/ | |||||
| * | Remove unused variable | Jason R. Coombs | 2021-01-16 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #2490 from thatch/main | Jason R. Coombs | 2021-01-16 | 1 | -1/+2 |
| |\ | | | | | Fix .egg-info metadata support for zipimport | ||||
| | * | Rely on tuple argument to endswith | Jason R. Coombs | 2021-01-16 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | ||||
| | * | Find .egg-info in zipimport too | Tim Hatch | 2020-12-21 | 1 | -1/+2 |
| | | | | | | | | | Fixes #2489 | ||||
| * | | Merge pull request #2518 from webknjaz/maintenance/flake8-mccabe-complexity | Jason R. Coombs | 2021-01-16 | 1 | -3/+6 |
| |\ \ | | | | | | | Enable McCabe complexity check in flake8 | ||||
| | * | | Apply noqa C901 comments to overly complex code | Sviatoslav Sydorenko | 2020-12-31 | 1 | -3/+6 |
| | |/ | |||||
| * | | Avoid deprecated load_module() in pkg_resources namespace delaration | Petr Viktorin | 2021-01-06 | 1 | -1/+2 |
| |/ | | | | Fixes: https://github.com/pypa/setuptools/issues/2493 | ||||
| * | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -34/+5 |
| | | |||||
| * | Merge pull request #2153 from pypa/bugfix/2129-better-egg-detection | Jason R. Coombs | 2020-08-13 | 1 | -3/+14 |
| |\ | | | | | Stricter egg detection | ||||
| | * | Keep the full path for each entry when enumerating entries for a candidate path.bugfix/2129-better-egg-detection | Jason R. Coombs | 2020-07-03 | 1 | -1/+4 |
| | | | |||||
| | * | In pkg_resources, no longer detect any pathname ending in .egg as a Python ↵ | Jason R. Coombs | 2020-05-28 | 1 | -2/+10 |
| | | | | | | | | | egg. Now the path must be an unpacked egg or a zip file. Fixes #2129. | ||||
| * | | Remove py2_warn, no longer needed as a SyntaxError is encountered before the ↵ | Jason R. Coombs | 2020-07-07 | 1 | -1/+0 |
| | | | | | | | | | warning can be issueed. | ||||
| * | | Merge branch 'master' into 2020-06-11-raise-from | Jason R. Coombs | 2020-07-03 | 1 | -10/+7 |
| |\ \ | |||||
| | * \ | Merge pull request #2137 from pypa/debt/remove-RequirementParseError | Jason R. Coombs | 2020-07-03 | 1 | -9/+5 |
| | |\ \ | | | | | | | | | Remove superfluous RequirementParseError | ||||
| | | * | | Add a compatibility wrapper, so downstream consumers trapping a ↵ | Jason R. Coombs | 2020-06-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | RequirementParseError will now trap an InvalidRequirement, allowing transition to only trapping an InvalidRequirement. | ||||
| | | * | | Remove superfluous RequirementParseError. Ref #1832. | Jason R. Coombs | 2020-05-24 | 1 | -9/+1 |
| | | | | | |||||
| | * | | | Merge pull request #2143 from pypa/distutils | Jason R. Coombs | 2020-07-03 | 1 | -1/+2 |
| | |\ \ \ | | | | | | | | | | | Adopt distutils | ||||
| | | * | | | catch some resource leaks | mattip | 2020-07-02 | 1 | -1/+2 |
| | | | |/ | | |/| | |||||
| * | | | | Fix exception causes all over the codebase | Ram Rachum | 2020-06-28 | 1 | -9/+9 |
| |/ / / | |||||
| * | | | Merge pull request #1973 from jdufresne/makedirs | Jason R. Coombs | 2020-06-15 | 1 | -2/+1 |
| |\ \ \ | |/ / |/| | | Remove pkg_resources.py31compat.makedirs() in favor of the stdlib | ||||
| | * | | Remove pkg_resources.py31compat.makedirs() in favor of the stdlib | Jon Dufresne | 2020-02-16 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | As setuptools is now python 3.5+, this compatibility shim is no longer necessary. | ||||
| * | | | Extract _parents function and _set_egg method. Reword comment. | Jason R. Coombs | 2020-05-28 | 1 | -12/+21 |
| | |/ |/| | |||||
| * | | Just remove fragment remover. PyPI no longer supplies these md5 values ↵ | Jason R. Coombs | 2020-05-12 | 1 | -11/+2 |
| | | | | | | | | | anyway. Fixes #2089. | ||||
| * | | To assess the directoriness of an entry, include the path of that entry. | Jason R. Coombs | 2020-05-10 | 1 | -1/+4 |
| | | | |||||
| * | | Fix test failures when 'foo.dist-info' does not exist | Jason R. Coombs | 2020-05-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into check-file-distinfo | Jason R. Coombs | 2020-05-10 | 1 | -13/+13 |
| |\ \ | |||||
| | * | | change: Mac OS X -> macOS | Reece Dunham | 2020-04-11 | 1 | -13/+13 |
| | | | | | | | | | | | | | Signed-off-by: Reece Dunham <me@rdil.rocks> | ||||
| * | | | Restore single return | Jason R. Coombs | 2020-05-10 | 1 | -10/+12 |
| | | | | |||||
| * | | | Restore parameter | Jason R. Coombs | 2020-05-10 | 1 | -3/+3 |
| | | | | |||||
| * | | | Stop recognizing files ending with .dist-info as dist | Nguyễn Gia Phong | 2020-04-24 | 1 | -16/+14 |
| |/ / | | | | | | | As proposed in PEP 376, dist-info distributions must be directories. | ||||
| * | | Merge pull request #1563 from alhirzel/master | Jason R. Coombs | 2020-03-21 | 1 | -4/+8 |
| |\ \ | | | | | | | Change find_module to find_spec for py37 compat | ||||
| | * | | Trap AttributeError in exactly one place. | Jason R. Coombs | 2020-03-21 | 1 | -8/+4 |
| | | | | |||||
