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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version: 58.4.0 → 58.5.0
v58.5.0
Jason R. Coombs
2021-11-03
4
-5
/
+13
*
Merge pull request #2844 from abravalheri/fix-1461
Jason R. Coombs
2021-11-03
6
-5
/
+59
|
\
|
*
Merge with failing test
Jason R. Coombs
2021-11-02
0
-0
/
+0
|
|
\
|
|
*
Introduce test and remove workaround for recursion error.
Anderson Bravalheri
2021-11-02
2
-7
/
+24
|
*
|
Trim docstring and remove comment.
Jason R. Coombs
2021-11-02
1
-6
/
+4
|
*
|
Remove data_files avoidance code.
Jason R. Coombs
2021-11-02
1
-3
/
+0
|
*
|
Reformat docstring and rewrite in imperative voice.
Jason R. Coombs
2021-11-02
1
-4
/
+5
|
*
|
Add build_py and sdist to bootstrap metadata. Ensures distutils versions aren...
Jason R. Coombs
2021-11-02
1
-0
/
+4
|
*
|
Fix 1461: Better loop breaker for `manifest_maker`
Anderson Bravalheri
2021-11-01
5
-5
/
+59
|
|
/
*
|
Merge pull request #2841 from hugovk/patch-2
Jason R. Coombs
2021-11-02
1
-2
/
+2
|
\
\
|
*
|
Docs: Fix typo in History
Hugo van Kemenade
2021-11-01
1
-2
/
+2
|
|
/
*
|
Amend changelog to include link to Paul's blog article.
Jason R. Coombs
2021-11-01
1
-1
/
+1
|
/
*
Bump version: 58.3.0 → 58.4.0
v58.4.0
Jason R. Coombs
2021-10-31
6
-8
/
+19
*
Merge pull request #2840 from pypa/feature/deprecate-legacy-warning
Jason R. Coombs
2021-10-31
3
-0
/
+9
|
\
|
*
Raise a deprecation warning when an invalid version is encountered. Ref #2497...
Jason R. Coombs
2021-10-31
3
-0
/
+9
|
/
*
Drop tests against pip < 20, which no longer work without 'wheel' specified i...
Jason R. Coombs
2021-10-31
1
-8
/
+0
*
Merge pull request #2833 from abravalheri/remove-data-files-from-example
Jason R. Coombs
2021-10-31
3
-8
/
+9
|
\
|
*
Remove data_files from declarative config example
Anderson Bravalheri
2021-10-26
3
-8
/
+9
*
|
Merge pull request #2831 from abravalheri/improve-docs-paver
Jason R. Coombs
2021-10-31
1
-2
/
+11
|
\
\
|
*
|
Docs: Add reference + short description for Paver
Anderson Bravalheri
2021-10-26
1
-2
/
+11
|
|
/
*
|
Merge https://github.com/jaraco/skeleton
Jason R. Coombs
2021-10-31
6
-11
/
+18
|
\
\
|
*
|
Remove wheel from build requirements. It's implied for wheel builds. Ref pypa...
Jason R. Coombs
2021-10-22
1
-1
/
+1
|
*
|
Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.
Jason R. Coombs
2021-10-07
2
-3
/
+1
|
*
|
Test on Python 3.10 (final).
Jason R. Coombs
2021-10-05
1
-3
/
+6
|
*
|
Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fi...
Jason R. Coombs
2021-09-17
1
-0
/
+7
|
*
|
.editorconfig: Set max_line_length to 88 for Python files.
Alan Fregtman
2021-09-04
1
-0
/
+1
*
|
|
Merge pull request #2829 from hugovk/patch-1
Jason R. Coombs
2021-10-31
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix typo and add code formatting
Hugo van Kemenade
2021-10-25
1
-1
/
+1
|
/
/
*
|
Bump version: 58.2.0 → 58.3.0
v58.3.0
Jason R. Coombs
2021-10-22
8
-10
/
+21
*
|
Merge pull request #2824 from pypa/debt/deprecate-setup-requires
Jason R. Coombs
2021-10-22
6
-11
/
+39
|
\
\
|
*
|
Deprecate setup.py install and easy_install. Ref #917.
Jason R. Coombs
2021-10-22
4
-0
/
+18
|
*
|
Emit a SetuptoolsDeprecationWarning when setup_requires is used. Ref #2823.
debt/deprecate-setup-requires
Jason R. Coombs
2021-10-22
3
-11
/
+21
*
|
|
Rename changelog. Ref #2785.
Jason R. Coombs
2021-10-22
1
-0
/
+0
*
|
|
Rename changelog. Ref #1988.
Jason R. Coombs
2021-10-22
1
-0
/
+0
*
|
|
Add minimum versions for setup_requires, python_requires, py_modules. Closes ...
Jason R. Coombs
2021-10-22
1
-3
/
+3
|
/
/
*
|
Merge pull request #2762 from tanvimoharir/codecov-changes
Jason R. Coombs
2021-10-20
2
-0
/
+6
|
\
\
|
*
|
Rename changelog to match expected syntax.
Jason R. Coombs
2021-10-20
1
-0
/
+0
|
*
|
Create 2762-misc.rst
Tanvi Moharir
2021-10-20
1
-0
/
+2
|
*
|
Removing additional configurations
Tanvi Moharir
2021-09-08
1
-3
/
+0
|
*
|
Update codecov.yml
Tanvi Moharir
2021-08-30
1
-0
/
+7
*
|
|
Fix usage of virtualenv to ensure that tests are run in the bare virtualenv. ...
Jason R. Coombs
2021-10-19
1
-2
/
+3
*
|
|
Merge https://github.com/pypa/distutils
Jason R. Coombs
2021-10-18
3
-20
/
+13
|
\
\
\
|
*
|
|
Fix typos
Kian-Meng, Ang
2021-10-18
1
-2
/
+2
|
*
|
|
Reword comments and eliminate unnecessary 'else'
Jason R. Coombs
2021-09-26
1
-11
/
+9
|
*
|
|
Merge pull request #55 from isuruf/WlR
Jason R. Coombs
2021-09-26
2
-17
/
+12
|
|
\
\
\
|
|
*
|
|
consolidate the two code paths and update comment
Isuru Fernando
2021-09-26
2
-15
/
+10
|
|
*
|
|
Use -Wl,-R instead of -R
Isuru Fernando
2021-09-21
2
-3
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #2808 from jensecj/patch-1
Jason R. Coombs
2021-10-05
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Update docs/userguide/distribution.rst
Jens C. Jensen
2021-10-03
1
-1
/
+1
|
*
|
|
|
fix typo: above -> below
Jens C. Jensen
2021-10-03
1
-1
/
+1
|
/
/
/
/
[next]