index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg_resources
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle Python3.12a7 compatibility problems
Anderson Bravalheri
2023-04-19
1
-0
/
+3
*
Make pkg_resources more forgiving of non-compliant versions (#3839)
Anderson Bravalheri
2023-03-06
1
-1
/
+62
|
\
|
*
Remove duplication in warning message
Anderson Bravalheri
2023-02-27
1
-1
/
+1
|
*
Make pkg_resources more forgiving of non-compliant versions
Anderson Bravalheri
2023-02-27
1
-1
/
+62
*
|
Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.
Jason R. Coombs
2023-03-05
1
-4
/
+9
|
/
*
Make clear which package is calling pkg_resources.declare_namespaces
Anderson Bravalheri
2023-02-15
1
-0
/
+1
*
Add links explaining deprecations
Anderson Bravalheri
2023-02-13
1
-1
/
+3
*
Add DeprecationWarning to `pkg_resources.declare_namespace`
Anderson Bravalheri
2023-02-13
1
-0
/
+6
*
Flip conditionals around package finders in pkg_resources (#3685)
Anderson Bravalheri
2023-01-20
1
-7
/
+7
|
\
|
*
Remove conditional for FileFinder in pkg_resources
Anderson Bravalheri
2023-01-18
1
-5
/
+2
|
*
Wrap deprecated pkgutil usage in pkg_resources in conditional
Anderson Bravalheri
2023-01-18
1
-2
/
+5
*
|
Avoid unecessarily lengthy traceback
Anderson Bravalheri
2023-01-18
1
-1
/
+1
*
|
Add informative notes for the InvalidVersion error (LegacyVersion removal)
Anderson Bravalheri
2023-01-18
1
-1
/
+8
|
/
*
Merge pull request #2822 from pypa/debt/remove-legacy-version
Jason R. Coombs
2023-01-15
1
-86
/
+2
|
\
|
*
Merge branch 'main' into debt/remove-legacy-version
Jason R. Coombs
2023-01-14
1
-154
/
+220
|
|
\
|
*
\
Merge branch 'main' into debt/remove-legacy-version
Jason R. Coombs
2022-02-12
1
-36
/
+17
|
|
\
\
|
*
\
\
Merge branch 'main' into debt/remove-legacy-version
debt/remove-legacy-version
Jason R. Coombs
2021-11-14
1
-9
/
+9
|
|
\
\
\
|
*
\
\
\
Merge branch 'main' into debt/remove-legacy-version
Jason R. Coombs
2021-10-22
1
-5
/
+9
|
|
\
\
\
\
|
*
|
|
|
|
Remove use of packaging.version.LegacyVersion. Fixes #2497.
Jason R. Coombs
2020-12-20
1
-69
/
+2
*
|
|
|
|
|
Merge branch 'main' into debt/lint
Jason R. Coombs
2023-01-14
1
-155
/
+213
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Replace appdirs with platformdirs.
Jason R. Coombs
2023-01-13
1
-2
/
+2
|
*
|
|
|
|
⚫ Fade to black.
Jason R. Coombs
2023-01-13
1
-158
/
+214
*
|
|
|
|
|
Extract method for resolving the dist. Fixes complexity lint.
Jason R. Coombs
2023-01-13
1
-31
/
+36
|
/
/
/
/
/
*
|
|
|
|
Add matching of normalized requirements to canonical packages
Łukasz Daniluk
2022-03-24
1
-3
/
+16
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
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
|
\
\
\
\
|
*
|
|
|
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 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 #2497...
Jason R. Coombs
2021-10-31
1
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
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
|
\
\
|
*
|
Rely on tuple argument to endswith
Jason R. Coombs
2021-01-16
1
-1
/
+1
|
*
|
Find .egg-info in zipimport too
Tim Hatch
2020-12-21
1
-1
/
+2
|
|
/
*
|
Merge pull request #2518 from webknjaz/maintenance/flake8-mccabe-complexity
Jason R. Coombs
2021-01-16
1
-3
/
+6
|
\
\
|
*
|
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
|
/
*
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
|
\
[next]