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
/
dist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix . When value is false return instead of raising DistutilsSetupError excep...
Jam Hernandez Quiceno
2023-04-20
1
-0
/
+1
*
Apply suggestions from code review
Anderson Bravalheri
2023-03-19
1
-1
/
+1
*
Cluster deprecations due_date
Anderson Bravalheri
2023-03-07
1
-3
/
+3
*
Use new warnings in setuptools/dist.py
Anderson Bravalheri
2023-03-07
1
-30
/
+52
*
Add a DeprecationWarning to pkg_resources.declare_namespace (#3434)
Anderson Bravalheri
2023-02-13
1
-1
/
+3
|
\
|
*
Add links explaining deprecations
Anderson Bravalheri
2023-02-13
1
-1
/
+3
*
|
Centralize usage of pkg_resources from dist.py to installer.py
Anderson Bravalheri
2023-01-24
1
-9
/
+3
*
|
Prefer packaging instead of pkg_resources in dist.py for markers
Anderson Bravalheri
2023-01-23
1
-2
/
+12
*
|
Prefer setuptools._normalization and importlib_metadata instead of pkg_resour...
Anderson Bravalheri
2023-01-23
1
-6
/
+8
|
/
*
Add files referenced by file: directive in setup.cfg to sdist
Anderson Bravalheri
2023-01-19
1
-1
/
+6
*
Fix logging errors - `underlying buffer has been detached` (#3690)
Anderson Bravalheri
2022-11-23
1
-10
/
+2
|
\
|
*
Fix logging errors: 'underlying buffer has been detached'
Daniel Laügt
2022-11-17
1
-10
/
+2
*
|
The default encoding of Python sources is UTF-8
Dimitri Papadopoulos
2022-11-20
1
-1
/
+0
|
/
*
setuptools: drop support for installing an entrypoint dependencies
Benoit Pierre
2022-07-02
1
-12
/
+0
*
Remove comma
Gyeongjae Choi
2022-05-17
1
-1
/
+1
*
Add deprecation messages for `namespace_packages`.
Anderson Bravalheri
2022-05-16
1
-0
/
+5
*
do not backfill Project-URL: homepage into Home-page: field (causes duplicate...
wim glenn
2022-04-29
1
-6
/
+16
*
Decrease verbosity of _install_setup_requires
Anderson Bravalheri
2022-03-27
1
-5
/
+10
*
Preserve _tmp_extras_require as an ordered set
Anderson Bravalheri
2022-03-27
1
-2
/
+5
*
Store install_requires and extras_require for future usage
Anderson Bravalheri
2022-03-27
1
-0
/
+10
*
Make sure to ignore option errors with MinimalDistribution
Anderson Bravalheri
2022-03-21
1
-1
/
+1
*
Merge branch 'main' into experimental/support-pyproject
Anderson Bravalheri
2022-03-16
1
-18
/
+4
|
\
|
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2022-03-13
1
-1
/
+1
|
*
Vendor nspektr. Utilize it in Distribution._install_dependencies.
Jason R. Coombs
2022-03-13
1
-17
/
+3
*
|
Fix wrong order when partitioning TOML config files
Anderson Bravalheri
2022-03-09
1
-4
/
+6
*
|
Automatic discovery of packages, py_modules and name (#2894)
Anderson Bravalheri
2022-03-07
1
-0
/
+11
|
\
\
|
*
|
Add implementation for automatic config discovery
Anderson Bravalheri
2022-03-05
1
-0
/
+11
|
|
/
*
|
Add pyproject.toml to dist.parse_config_files
Anderson Bravalheri
2022-03-05
1
-4
/
+14
|
/
*
Use new _entry_points.load to validate entry points.
Jason R. Coombs
2022-02-06
1
-2
/
+3
*
Port check_importable to metadata.EntryPoint
Jason R. Coombs
2022-02-06
1
-1
/
+1
*
Replaced use of iter_entry_points in setuptools.dist
Jason R. Coombs
2022-02-06
1
-18
/
+44
*
Replace use of parse_requirements with _reqs.parse.
Jason R. Coombs
2022-02-05
1
-5
/
+6
*
Merge pull request #3057 from cdce8p/optional-home_page
Jason R. Coombs
2022-01-30
1
-8
/
+3
|
\
|
*
Don't include Home-page with UNKNOWN value
Marc Mueller
2022-01-28
1
-8
/
+3
*
|
Merge branch 'main' into missing_metadata
Jason R. Coombs
2022-01-29
1
-8
/
+14
|
\
\
|
|
/
|
*
In dist, rely on packaging instead of distutils for version management.
Jason R. Coombs
2021-12-12
1
-5
/
+8
|
*
Update comment and docstring.
Jason R. Coombs
2021-11-29
1
-2
/
+5
|
*
When repairing bad summaries, use only the first line.
Jason R. Coombs
2021-11-28
1
-1
/
+1
|
*
Revert "Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-inv...
Jason R. Coombs
2021-11-28
1
-4
/
+4
|
*
Restore single_line as a simple, universal validator.
Jason R. Coombs
2021-11-12
1
-6
/
+4
|
*
Fail on a multiline distribution package summary
Sviatoslav Sydorenko
2021-11-11
1
-6
/
+8
*
|
Refactor to calculate missing as a difference of sets. Simply emit all missin...
Jason R. Coombs
2022-01-29
1
-14
/
+9
*
|
Remove hook in run_commands; a different hook point may be better.
Jason R. Coombs
2022-01-29
1
-4
/
+0
*
|
Only validate name
Jason R. Coombs
2022-01-29
1
-2
/
+1
*
|
WIP: Reject packages without required metadata
Paul Ganssle
2021-10-15
1
-0
/
+23
|
/
*
Rename to 'ignore_unless_false'.
Jason R. Coombs
2021-09-07
1
-3
/
+3
*
Make warning a DistDeprecationWarning
Jason R. Coombs
2021-09-07
1
-1
/
+1
*
Do not error if use_2to3 is set to a false value
Andrew Plummer
2021-09-07
1
-2
/
+5
*
Fail fast when use_2to3 is supplied.
Jason R. Coombs
2021-09-06
1
-0
/
+4
*
Remove time-based horizon.
Jason R. Coombs
2021-09-06
1
-13
/
+6
[next]