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 formatting of tests and change dash deprecation method name
Melissa Li
2021-03-08
1
-2
/
+2
*
Reduce scope of dash deprecation warning to Setuptools and distutils
Melissa Li
2021-03-08
1
-0
/
+8
*
Apply suggestions in code review.
Jason R. Coombs
2021-03-06
1
-11
/
+12
*
Warn for uppercase usage in setup.cfg metadata
Melissa Li
2021-03-05
1
-0
/
+12
*
Dash to underscore compatibility
Melissa Li
2021-03-03
1
-1
/
+1
*
Update warning for dash to underscore conversion
Melissa Li
2021-03-03
1
-11
/
+9
*
Add compatibility method to warn for future underscore change
Melissa Li
2021-03-02
1
-1
/
+16
*
handle AttributeError by raising DisutilsSetupError in check_specifier
Melissa Li
2021-02-28
1
-1
/
+1
*
Preserve case-sensitive keys in setup.cfg
Melissa Li
2021-02-23
1
-0
/
+1
*
Fix AttributeError in Description validation. Fixes #2539.
Jason R. Coombs
2021-01-17
1
-1
/
+1
*
Repair Descriptions with newlines and emit a warning that the value will be d...
bugfix/1390-lenient-description
Jason R. Coombs
2021-01-17
1
-1
/
+3
*
Quick fix for #1390. Now description cannot contain a newline.
Jason R. Coombs
2021-01-16
1
-1
/
+8
*
Apply noqa C901 comments to overly complex code
Sviatoslav Sydorenko
2020-12-31
1
-3
/
+5
*
Simplify `dist.Distribution._parse_config_files`
Sviatoslav Sydorenko
2020-12-31
1
-24
/
+26
*
Remove Python 2 compatibility
Jason R. Coombs
2020-08-16
1
-37
/
+11
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-28
1
-17
/
+21
*
Merge tag 'v44.1.0'
Jason R. Coombs
2020-03-21
1
-3
/
+3
|
\
|
*
use finalize_distribution_options entrypoint order
con-f-use
2020-02-15
1
-3
/
+3
*
|
Extract method for normalization, allowing for bypass when the version is wra...
Jason R. Coombs
2020-03-15
1
-11
/
+17
*
|
Extract method for validating version.
Jason R. Coombs
2020-03-15
1
-9
/
+14
*
|
Merge remote-tracking branch 'origin/master' into debt/remove-features
Jason R. Coombs
2020-03-07
1
-1
/
+1
|
\
\
|
*
|
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-01-19
1
-1
/
+1
|
|
/
*
|
Remove the Features feature. Fixes #65.
Jason R. Coombs
2020-01-19
1
-257
/
+3
|
/
*
Fix for Python 4: replace unsafe six.PY3 with PY2
Hugo
2020-01-08
1
-3
/
+3
*
Merge pull request #1877 from pypa/feature/distribution-options-hooks
Jason R. Coombs
2019-11-23
1
-4
/
+20
|
\
|
*
Move all finalization of distribution options into hooks. Allow hooks to spec...
Jason R. Coombs
2019-11-16
1
-6
/
+18
|
*
Add new hook 'setuptools.finalize_distribution_options' for plugins like 'set...
Jason R. Coombs
2019-10-18
1
-0
/
+4
*
|
Merge pull request #1767 from kchmck/feat-license-files
Jason R. Coombs
2019-11-16
1
-0
/
+1
|
\
\
|
*
|
Use an OrderedSet for accumulating license files
Mick Koch
2019-10-28
1
-1
/
+1
|
*
|
Add support for `license_files` option in metadata
Mick Koch
2019-10-28
1
-0
/
+1
|
|
/
*
|
dist: re-implement `fetch_build_egg` to use pip
Benoit Pierre
2019-11-15
1
-26
/
+2
|
/
*
Merge branch 'master' into feature/deterministic-provides-extras
Jason R. Coombs
2019-09-11
1
-28
/
+23
|
\
|
*
improve `package_data` check
Daniel Himmelstein
2019-07-16
1
-14
/
+15
|
*
fix assert_string_list docstring
Daniel Himmelstein
2019-07-16
1
-1
/
+1
|
*
Force metadata-version = 1.2 when project urls are present.
Bastian Venthur
2019-05-16
1
-1
/
+2
|
*
When reading config files, require them to be encoded with UTF-8. Fixes #1702.
Jason R. Coombs
2019-04-05
1
-7
/
+2
|
*
Feed the hobgoblins (delint).
Jason R. Coombs
2019-04-05
1
-3
/
+2
|
*
Fix typo in docstring (#1718)
Dustin Ingram
2019-03-16
1
-1
/
+1
|
*
Remove duplicate import io (#1713)
Frédéric Chapoton
2019-03-06
1
-1
/
+0
*
|
Use an ordered set when constructing 'extras provided'. Ref #1305.
Jason R. Coombs
2019-02-17
1
-1
/
+2
|
/
*
Prefer native strings on Python 2 when reading config files. Fixes #1653.
Jason R. Coombs
2019-01-28
1
-1
/
+21
*
Fix test failure by better detecting string options from an updated ConfigPar...
Jason R. Coombs
2019-01-26
1
-1
/
+1
*
Adopt distutils.dist.Distribution._set_command_options to support better stri...
Jason R. Coombs
2019-01-26
1
-0
/
+48
*
Given that the config file parsing functionality is unlikely to change upstre...
Jason R. Coombs
2019-01-25
1
-4
/
+74
*
Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2
Jason R. Coombs
2019-01-25
1
-65
/
+200
|
\
|
*
Fix issue with missing author metadata
Paul Ganssle
2018-11-12
1
-2
/
+2
|
*
Use write_field in write_pkg_file
Paul Ganssle
2018-11-07
1
-20
/
+26
|
*
Start patching DistributionMetadata.read_pkg_file
Paul Ganssle
2018-11-07
1
-13
/
+20
|
*
Store metadata version on metadata object
Paul Ganssle
2018-11-07
1
-2
/
+6
|
*
Add DistributionMetadata.read_pkg_file
Paul Ganssle
2018-11-07
1
-0
/
+53
[next]