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: 63.4.0 → 63.4.1
v63.4.1
Jason R. Coombs
2022-08-03
4
-3
/
+11
*
Merge pull request #3482 from pypa/bugfix/format-commands-regr
Jason R. Coombs
2022-08-03
2
-10
/
+28
|
\
|
*
Update changelog.
Jason R. Coombs
2022-08-03
1
-0
/
+1
|
*
Merge https://github.com/pypa/distutils into bugfix/format-commands-regr
Jason R. Coombs
2022-08-03
1
-10
/
+27
|
|
\
|
/
/
|
*
Mark use of format_commands.append as deprecated. Ref anxuae/setuptools-cytho...
Jason R. Coombs
2022-08-03
1
-2
/
+8
|
*
Revert "Remove compatibility shims for Setuptools."
Jason R. Coombs
2022-08-03
1
-10
/
+21
*
|
Clean up cruft in changelog.
Jason R. Coombs
2022-08-02
1
-6
/
+0
*
|
Bump version: 63.3.0 → 63.4.0
v63.4.0
Jason R. Coombs
2022-08-02
8
-9
/
+23
*
|
Merge pull request #3469 from pypa/debt/deprecate-upload-docs
Jason R. Coombs
2022-08-02
2
-2
/
+4
|
\
\
|
*
|
Update changelog
Jason R. Coombs
2022-08-02
1
-0
/
+1
|
*
|
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2022-08-02
1
-1
/
+3
|
*
|
spell out read the docs
Jason R. Coombs
2022-08-02
1
-1
/
+1
|
*
|
Revert "Limit the scope of deprecation of the upload_docs command."
Jason R. Coombs
2022-07-27
2
-2
/
+1
*
|
|
Merge pull request #3480 from pypa/bugfix/distutils-164
Jason R. Coombs
2022-08-02
74
-1081
/
+1037
|
\
\
\
|
*
|
|
Update changelog
Jason R. Coombs
2022-08-02
1
-0
/
+1
|
*
|
|
Merge https://github.com/pypa/distutils into bugfix/distutils-164
Jason R. Coombs
2022-08-02
73
-1081
/
+1036
|
|
\
\
\
|
/
/
/
/
|
|
|
_
|
*
|
Add test compatibility on Windows.
Jason R. Coombs
2022-08-02
1
-5
/
+5
|
*
|
Extract 'roots' variable.
Jason R. Coombs
2022-08-02
1
-3
/
+3
|
*
|
Use itertools.product to compute the product of two generators. Fixes pypa/di...
Jason R. Coombs
2022-08-02
2
-3
/
+6
|
*
|
Add tests capturing failure. Ref pypa/distutils#164.
Jason R. Coombs
2022-08-02
1
-0
/
+16
|
*
|
Move setup/teardown from BuildExtTestCase into a fixture.
Jason R. Coombs
2022-08-01
1
-28
/
+23
|
*
|
Replace save/restore of argv and cwd as pytest fixtures.
Jason R. Coombs
2022-08-01
5
-59
/
+52
|
*
|
Remove compatibility shims for Setuptools.
Jason R. Coombs
2022-07-31
1
-21
/
+10
|
*
|
Convert many tests to pytest native
Jason R. Coombs
2022-07-31
23
-60
/
+31
|
*
|
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2022-07-31
7
-11
/
+10
|
*
|
⚫ Fade to black.
Jason R. Coombs
2022-07-31
24
-67
/
+141
|
*
|
Ran unittest2pytest
Jason R. Coombs
2022-07-31
40
-773
/
+718
|
*
|
Implement LoggingSilencer setup and teardown as a pytest fixture. Required bu...
Jason R. Coombs
2022-07-31
9
-15
/
+42
|
*
|
Implement TempdirManager setup and teardown as a pytest fixture.
Jason R. Coombs
2022-07-31
2
-15
/
+19
|
*
|
In DummyCommand, simplify setting of kwargs.
Jason R. Coombs
2022-07-31
1
-2
/
+1
|
*
|
Run pyupgrade --py37-plus
Jason R. Coombs
2022-07-31
50
-148
/
+145
*
|
|
Docs: create nice 404 pages (#3444)
Anderson Bravalheri
2022-08-02
3
-0
/
+6
|
\
\
\
|
*
\
\
Merge branch 'main' into docs-notfound-page
Anderson Bravalheri
2022-08-01
102
-841
/
+470
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Docs: enable tooltips on documentation (#3443)
Anderson Bravalheri
2022-08-01
3
-0
/
+16
|
\
\
\
\
|
*
|
|
|
Docs: pin sphinx-hoverxref as minor than v2
Manuel Kaufmann
2022-07-13
1
-1
/
+1
|
*
|
|
|
Docs: enable tooltips on documentation
Manuel Kaufmann
2022-07-13
3
-0
/
+16
*
|
|
|
|
Bump version: 63.2.0 → 63.3.0
v63.3.0
Jason R. Coombs
2022-07-31
3
-2
/
+16
*
|
|
|
|
Merge pull request #3475 from pypa/distutils-129480b
Jason R. Coombs
2022-07-31
88
-797
/
+389
|
\
\
\
\
\
|
*
|
|
|
|
Update 'bdist' format addition to assume a single 'format_commands' as a dict...
Jason R. Coombs
2022-07-31
1
-2
/
+6
|
*
|
|
|
|
Add changelog.
Jason R. Coombs
2022-07-31
1
-0
/
+1
|
*
|
|
|
|
Merge https://github.com/pypa/distutils into distutils-129480b
Jason R. Coombs
2022-07-31
86
-795
/
+382
|
|
\
\
\
\
\
|
/
/
/
/
/
/
|
|
|
|
_
/
|
|
|
|
/
|
*
|
|
|
⚫ Fade to black.
Jason R. Coombs
2022-07-31
3
-13
/
+16
|
*
|
|
|
Assign result to a check and use that to consolidate return into a single exp...
Jason R. Coombs
2022-07-31
1
-6
/
+8
|
*
|
|
|
Calculate the CFLAGS match early and simply include that in the choice on whe...
Jason R. Coombs
2022-07-31
1
-9
/
+5
|
*
|
|
|
Eliminate repetition by iterating over the problem space.
Jason R. Coombs
2022-07-31
1
-27
/
+21
|
*
|
|
|
Rewrite the comment to focus on the mechanics and not the author.
Jason R. Coombs
2022-07-31
1
-4
/
+4
|
*
|
|
|
Extract _library_root to disentangle that concern from the other calculations.
Jason R. Coombs
2022-07-31
1
-40
/
+41
|
*
|
|
|
Rewrite comment in imperative voice. Use bulleted list for clarity. Short cir...
Jason R. Coombs
2022-07-31
1
-11
/
+15
|
*
|
|
|
Merge pull request #161 from DWesl/patch-3
Jason R. Coombs
2022-07-31
1
-8
/
+9
|
|
\
\
\
\
|
|
*
|
|
|
Consolidate messaging when runtime_library_dirs is indicated.
Jason R. Coombs
2022-07-31
1
-10
/
+9
[next]