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
/
setuptools
Commit message (
Expand
)
Author
Age
Files
Lines
*
When loading distutils from the vendored copy, rewrite __name__ to ensure con...
Jason R. Coombs
2022-02-15
1
-14
/
+2
*
Merge branch 'main' into add-tests-for-duplicated-imports
Jason R. Coombs
2022-02-15
161
-185
/
+8993
|
\
|
*
Merge pull request #3099 from abravalheri/flaky-test-build-meta
Jason R. Coombs
2022-02-14
1
-1
/
+19
|
|
\
|
|
*
Ensure process killing does not fail on Windows
Anderson Bravalheri
2022-02-14
1
-2
/
+2
|
|
*
Kill individual worker process after timeout in test_build_meta
Anderson Bravalheri
2022-02-14
1
-3
/
+13
|
|
*
Kill process pool after timeout in test_build_meta
Anderson Bravalheri
2022-02-13
1
-0
/
+1
|
|
*
Prevent type error from env var
Anderson Bravalheri
2022-02-12
1
-1
/
+1
|
|
*
Add timeout to test_build_meta
Anderson Bravalheri
2022-02-12
1
-1
/
+8
|
*
|
Merge pull request #3109 from pypa/bugfix/3107-importlib-metadata-empty-eggin...
Jason R. Coombs
2022-02-14
9
-28
/
+24
|
|
\
\
|
|
*
|
Bump importlib_metadata to 4.11.1. Fixes #3107.
Jason R. Coombs
2022-02-14
9
-28
/
+24
|
|
|
/
|
*
|
Merge pull request #3108 from pypa/bugfix/3102-old-metadata-conflict
Jason R. Coombs
2022-02-14
1
-0
/
+23
|
|
\
\
|
|
*
|
Prevent vendored importlib_metadata from loading distributions from older imp...
Jason R. Coombs
2022-02-14
1
-0
/
+23
|
|
|
/
|
*
|
Fix issue where string-based entry points would be omitted. Fixes #3103.
Jason R. Coombs
2022-02-14
1
-1
/
+1
|
*
|
Add test for loading entry points from a string. Ref #3103.
Jason R. Coombs
2022-02-14
1
-0
/
+9
|
|
/
|
*
Merge pull request #3087 from pypa/debt/remove-pkg-resources
Jason R. Coombs
2022-02-12
20
-61
/
+2785
|
|
\
|
|
*
Re-use ensure_valid in validate.
Jason R. Coombs
2022-02-12
1
-5
/
+3
|
|
*
Merge branch 'main' into debt/remove-pkg-resources
Jason R. Coombs
2022-02-12
1
-2
/
+1
|
|
|
\
|
|
*
|
Prefer jaraco.text for yield_lines.
Jason R. Coombs
2022-02-06
2
-2
/
+5
|
|
*
|
Update test_sdist not to rely on pkg_resources.
Jason R. Coombs
2022-02-06
1
-4
/
+6
|
|
*
|
Use new _entry_points.load to validate entry points.
Jason R. Coombs
2022-02-06
1
-2
/
+3
|
|
*
|
Refactor _entry_points to separate loading from rendering. Explicitly validat...
Jason R. Coombs
2022-02-06
2
-18
/
+57
|
|
*
|
Prefer jaraco.text for yield_lines.
Jason R. Coombs
2022-02-06
1
-1
/
+1
|
|
*
|
Extract module for entry point management.
Jason R. Coombs
2022-02-06
2
-38
/
+43
|
|
*
|
Port check_importable to metadata.EntryPoint
Jason R. Coombs
2022-02-06
1
-1
/
+1
|
|
*
|
In test command, rely on metadata.EntryPoint for loading the value.
Jason R. Coombs
2022-02-06
1
-5
/
+4
|
|
*
|
In egg_info, port use of pkg_resources.EntryPoint to importlib.metadata
Jason R. Coombs
2022-02-06
2
-3
/
+34
|
|
*
|
Extract function for converting entry points to a string.
Jason R. Coombs
2022-02-06
1
-6
/
+14
|
|
*
|
Refactor to extract entry_points_definition generation.
Jason R. Coombs
2022-02-06
1
-16
/
+23
|
|
*
|
Refactor to construct data in a single expression and extract 'to_str'.
Jason R. Coombs
2022-02-06
1
-7
/
+9
|
|
*
|
Remove duplicate check on ep is None.
Jason R. Coombs
2022-02-06
1
-1
/
+1
|
|
*
|
Avoid dual-use variable.
Jason R. Coombs
2022-02-06
1
-3
/
+3
|
|
*
|
Migrate remainder of 'iter_entry_points' to importlib_metadata.
Jason R. Coombs
2022-02-06
3
-11
/
+14
|
|
*
|
Update vendoring for importlib_metadata to support vendored dependencies typi...
Jason R. Coombs
2022-02-06
11
-5
/
+2605
|
|
*
|
Replaced use of iter_entry_points in setuptools.dist
Jason R. Coombs
2022-02-06
1
-18
/
+44
|
*
|
|
Merge pull request #3098 from pypa/debt/bump-packaging
Jason R. Coombs
2022-02-12
15
-59
/
+37
|
|
\
\
\
|
|
*
|
|
Bump packaging to 21.3
Jason R. Coombs
2022-02-12
15
-59
/
+37
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge pull request #2876 from gentlegiantJGC/main
Jason R. Coombs
2022-02-12
1
-2
/
+19
|
|
\
\
\
|
|
*
|
|
Make _BuildMetaBackend._fix_config static and add tests.
Jason R. Coombs
2022-02-12
1
-1
/
+15
|
|
*
|
|
Use always_iterable to fix --global-option in one expression.
Jason R. Coombs
2022-02-12
1
-3
/
+4
|
|
*
|
|
Merge branch 'main' into gentlegiantJGC/main
Jason R. Coombs
2022-02-12
246
-1947
/
+9915
|
|
|
\
\
\
|
|
|
|
/
/
|
|
*
|
|
Update build_meta.py
gentlegiantJGC
2021-11-13
1
-0
/
+2
|
*
|
|
|
Remove new style class declaration, now the default.
Jason R. Coombs
2022-02-12
1
-1
/
+1
|
*
|
|
|
Remove duplicate invocations of _BuildMetaBackend._fix_config.
Jason R. Coombs
2022-02-12
1
-2
/
+0
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Restore more_itertools.more, make importing `concurrent.futures` lazy
Maciej Pasternacki
2022-02-08
4
-0
/
+4306
|
*
|
|
Clean also .pyi of more_itertools
Maciej Pasternacki
2022-02-08
2
-481
/
+0
|
*
|
|
Remove more_itertools.more from vendored libs (fixes pypa/setuptools#3090)
Maciej Pasternacki
2022-02-08
2
-3826
/
+0
|
|
|
/
|
|
/
|
|
*
|
Ensure that _vendor/jaraco is available as a module. Fixes #3084.
Jason R. Coombs
2022-02-06
1
-0
/
+0
|
*
|
Replace use of parse_requirements with _reqs.parse.
Jason R. Coombs
2022-02-05
1
-5
/
+6
|
*
|
Replace use of parse_requirements with simple constructor.
Jason R. Coombs
2022-02-05
1
-7
/
+3
|
*
|
Move requirements processing to _reqs module. Add parse function.
Jason R. Coombs
2022-02-05
2
-12
/
+21
[next]