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: 65.5.1 → 65.6.0
v65.6.0
Jason R. Coombs
2022-11-18
4
-3
/
+11
*
Merge pull request #3674 from pypa/distutils-e0787fa
Jason R. Coombs
2022-11-17
76
-631
/
+558
|
\
|
*
Update changelog.
Jason R. Coombs
2022-11-13
1
-0
/
+1
|
*
Merge https://github.com/pypa/distutils into distutils-e0787fa
Jason R. Coombs
2022-11-13
75
-631
/
+557
|
|
\
|
/
/
|
*
Merge pull request #183 from pypa/debt/logging
Jason R. Coombs
2022-11-13
44
-309
/
+202
|
|
\
|
|
*
Log to the root logger, as that's the one Setuptools patches/validates.
Jason R. Coombs
2022-11-13
2
-2
/
+2
|
|
*
Avoid use of the distutils.log module.
Jason R. Coombs
2022-11-13
32
-66
/
+80
|
|
*
Replace bespoke logging facility with logging module, available since Python ...
Jason R. Coombs
2022-11-13
15
-245
/
+124
|
|
/
|
*
Rewrite init/for/append loop as comprehension and if/else as tertiary statement.
Jason R. Coombs
2022-11-03
1
-7
/
+1
|
*
In TempdirManager, use pathlib and more_itertools to more simply write the text.
Jason R. Coombs
2022-10-29
2
-8
/
+4
|
*
Pin pytest to <7.2. Workaround for pypa/distutils#186.
Jason R. Coombs
2022-10-29
1
-1
/
+2
|
*
Re-paste RangeMap with newlines restored (unsure what made them disappear).
Jason R. Coombs
2022-10-29
1
-0
/
+23
|
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2022-10-29
1
-1
/
+0
|
*
Use try/except when assigning msc_ver.
Jason R. Coombs
2022-10-29
1
-3
/
+3
|
*
Use RangeMap to define the ranges in one place.
Jason R. Coombs
2022-10-29
2
-24
/
+143
|
*
Prefer regex search to string manipulation.
Jason R. Coombs
2022-10-29
1
-3
/
+4
|
*
Move lookup out of the function
Jason R. Coombs
2022-10-29
1
-18
/
+20
|
*
Replace if/else with a lookup.
Jason R. Coombs
2022-10-29
1
-18
/
+15
|
*
Work with ints uniformally.
Jason R. Coombs
2022-10-29
1
-9
/
+9
|
*
Prefer partition to find.
Jason R. Coombs
2022-10-29
1
-3
/
+3
|
*
Short circuit when MSC version is not found.
Jason R. Coombs
2022-10-29
1
-28
/
+30
|
*
Remove setting of dll_libraries in Mingw32CCompiler. One call superseded the ...
Jason R. Coombs
2022-10-29
1
-7
/
+0
|
*
or maybe not
Jason R. Coombs
2022-10-29
1
-4
/
+0
|
*
Prefer caplog to mocking the logging interface.
Jason R. Coombs
2022-10-05
1
-11
/
+5
|
*
Fix broken test
Jason R. Coombs
2022-10-04
1
-3
/
+1
|
*
Prefer capsys to test.support.captured*
Jason R. Coombs
2022-10-04
6
-70
/
+37
|
*
Consolidate fixture for capturing logs. Removes LoggingSilencer.
Jason R. Coombs
2022-10-04
25
-119
/
+71
|
*
Expand 'logs' fixture to support features needed by LoggingSilencer.
Jason R. Coombs
2022-10-04
3
-14
/
+36
|
*
Extract fixture for capturing logs in _util modules.
Jason R. Coombs
2022-10-04
3
-34
/
+29
|
*
Use monkeypatch to set log and threshold.
Jason R. Coombs
2022-10-04
1
-10
/
+3
|
*
No need to save 'threshold' on the instance.
Jason R. Coombs
2022-10-04
1
-2
/
+2
|
*
Prefer relative imports for better portability.
Jason R. Coombs
2022-10-04
40
-153
/
+153
|
*
Remove readme
Jason R. Coombs
2022-10-04
1
-11
/
+0
|
*
Prefer partition for splitting a string.
Jason R. Coombs
2022-10-04
1
-1
/
+1
|
*
Remove docstring in distutils
Jason R. Coombs
2022-10-04
1
-10
/
+0
*
|
Skip an additional test under xdist. Ref pypa/distutils#183. Expanded workaro...
Jason R. Coombs
2022-11-13
1
-4
/
+8
*
|
Skip test under xdist as it fails after migrating to Python logging. Ref pypa...
Jason R. Coombs
2022-11-13
1
-0
/
+4
*
|
⚫ Fade to black.
Jason R. Coombs
2022-11-13
1
-6
/
+10
*
|
Fix typo in docs/userguide/development_mode (#3664)
Anderson Bravalheri
2022-11-11
1
-1
/
+1
|
\
\
|
*
|
Minor stylistic change
Anderson Bravalheri
2022-11-11
1
-1
/
+2
|
*
|
Fix typo in docs/userguide/development_mode.rst
shripadbadithe
2022-11-06
1
-2
/
+1
*
|
|
Report coverage from Cygwin jobs (#3642)
Anderson Bravalheri
2022-11-11
1
-0
/
+26
|
\
\
\
|
*
|
|
Minor stylistic change
Anderson Bravalheri
2022-11-11
1
-15
/
+6
|
*
|
|
Use an absolute path for codecov uploads
Sviatoslav Sydorenko
2022-10-20
1
-1
/
+2
|
*
|
|
Explicitly point Codecov at `coverage.xml`
Sviatoslav Sydorenko
2022-10-20
1
-0
/
+1
|
*
|
|
Report coverage from Cygwin jobs
Sviatoslav Sydorenko
2022-10-20
1
-0
/
+33
*
|
|
|
Upload accurate coverage flags from unit tests job (#3641)
Anderson Bravalheri
2022-11-11
1
-2
/
+6
|
\
\
\
\
|
*
|
|
|
Minor stylistic change
Anderson Bravalheri
2022-11-11
1
-9
/
+3
|
*
|
|
|
Use job id as a coverage flag
Sviatoslav Sydorenko
2022-10-20
1
-1
/
+1
|
*
|
|
|
Upload accurate coverage flags from unit tests job
Sviatoslav Sydorenko
2022-10-19
1
-2
/
+12
|
|
/
/
/
[next]