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: 59.4.0 → 59.5.0
v59.5.0
Jason R. Coombs
2021-12-05
4
-3
/
+11
*
Merge pull request #2915 from rodrigomologni/docs/fix-typo-and-example
Jason R. Coombs
2021-12-05
2
-2
/
+2
|
\
|
*
fix: typo 'extras_require'
Rodrigo Mologni
2021-12-04
1
-1
/
+1
|
*
fix: 'python_requires' must be a string
Rodrigo Mologni
2021-12-04
1
-1
/
+1
*
|
Re-implement yield_lines as a singledispatch function.
Jason R. Coombs
2021-12-03
1
-12
/
+13
*
|
Merge branch 'main' of https://github.com/pypa/setuptools
Jason R. Coombs
2021-12-03
1
-2
/
+5
|
\
\
|
|
/
|
*
Update comment and docstring.
Jason R. Coombs
2021-11-29
1
-2
/
+5
*
|
Merge https://github.com/pypa/distutils at 8f2df0bf6.
Jason R. Coombs
2021-12-03
3
-3
/
+14
|
\
\
|
|
/
|
/
|
|
*
Merge pull request #70 from hroncok/fedora_hack
Jason R. Coombs
2021-12-03
1
-2
/
+7
|
|
\
|
|
*
Move _prefix_addition inline, so it's only configurable through sysconfig.
Jason R. Coombs
2021-11-27
1
-4
/
+5
|
|
*
Revert "Update comment for _distutils_system_mod." as Fedora is not using tha...
Jason R. Coombs
2021-11-24
1
-4
/
+2
|
|
*
Load _prefix_addition attribute directly from sysconfig
Miro Hrončok
2021-11-24
1
-1
/
+1
|
|
*
Update comment for _distutils_system_mod.
Jason R. Coombs
2021-11-20
1
-2
/
+4
|
|
*
Expose _prefix_addition as a class property on install.
Jason R. Coombs
2021-11-20
1
-18
/
+6
|
|
*
Incorporate Fedora's distutil patch
Miro Hrončok
2021-11-19
1
-2
/
+18
|
*
|
Employ the TempdirManager to avoid creating 'scratch' in the test directory. ...
Jason R. Coombs
2021-11-27
1
-1
/
+6
*
|
|
Bump version: 59.3.0 → 59.4.0
v59.4.0
Jason R. Coombs
2021-11-28
4
-3
/
+11
*
|
|
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
2
-4
/
+5
*
|
|
Bump version: 59.2.0 → 59.3.0
v59.3.0
Jason R. Coombs
2021-11-26
5
-4
/
+15
*
|
|
Merge pull request #2907 from pypa/bugfix/2906-distutils-race
Jason R. Coombs
2021-11-26
3
-15
/
+12
|
\
\
\
|
*
|
|
Remove reliance on distutils log verbosity.
Jason R. Coombs
2021-11-26
1
-10
/
+3
|
*
|
|
Bind to 'distutils.log' late in case the loader has changed.
Jason R. Coombs
2021-11-26
2
-4
/
+3
|
*
|
|
In ensure_local_distutils, re-use DistutilsMetaFinder to load the module. Avo...
bugfix/2906-distutils-race
Jason R. Coombs
2021-11-26
2
-4
/
+9
|
/
/
/
*
|
|
Remove 'sample_test' fixture, unused.
Jason R. Coombs
2021-11-26
1
-59
/
+0
*
|
|
Use jaraco.path.build in test_tests_are_run_once.
Jason R. Coombs
2021-11-26
1
-18
/
+18
*
|
|
Merge pull request 2902.
Jason R. Coombs
2021-11-22
3
-20
/
+61
|
\
\
\
|
*
|
|
Add changelog.
Jason R. Coombs
2021-11-22
1
-0
/
+1
|
|
/
/
|
*
|
Merge pull request #71 from abravalheri/use-tokenize
Jason R. Coombs
2021-11-22
2
-20
/
+60
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Remove early initialization of 'commands'; unneeded.
Jason R. Coombs
2021-11-22
1
-4
/
+0
|
|
*
Preserve orignal comment position
Anderson Bravalheri
2021-11-22
1
-1
/
+1
|
|
*
Use tokenize.open directly (available on Python>= 3.2)
Anderson Bravalheri
2021-11-22
1
-3
/
+2
|
|
*
Ensure distribution object is returned
Anderson Bravalheri
2021-11-22
1
-0
/
+2
|
|
*
Add test for run_commands
Anderson Bravalheri
2021-11-21
2
-0
/
+12
|
|
*
Separate run_commands from distutils.core.setup
Anderson Bravalheri
2021-11-21
1
-20
/
+30
|
|
*
Adopt setuptools.build_meta approach for run_setup
Anderson Bravalheri
2021-11-21
1
-3
/
+7
|
|
*
Ensure run_setup handles `if __name__ == '__main__'`
Anderson Bravalheri
2021-11-21
1
-0
/
+17
|
|
/
*
|
Bump version: 59.1.1 → 59.2.0
v59.2.0
Jason R. Coombs
2021-11-18
4
-3
/
+11
*
|
Merge pull request #2875 from pypa/feature/local-schemes
Jason R. Coombs
2021-11-18
9
-77
/
+172
|
\
\
|
*
|
Add changelog.
Jason R. Coombs
2021-11-18
1
-0
/
+1
|
*
|
Merge https://github.com/pypa/distutils into feature/local-schemes
Jason R. Coombs
2021-11-18
5
-19
/
+70
|
|
\
\
|
|
|
/
|
|
*
Merge pull request #69 from pypa/feature/pkgsrc-compat
Jason R. Coombs
2021-11-18
2
-12
/
+29
|
|
|
\
|
|
|
*
Add comments to help protect these interfaces from refactoring without consid...
Jason R. Coombs
2021-11-17
1
-0
/
+1
|
|
|
*
Allow overrides of _multiarch_addendum and _sysconfig_name_tmpl, supporting t...
Jason R. Coombs
2021-11-13
2
-12
/
+28
|
|
*
|
Merge pull request #68 from pypa/feature/debian-compat
Jason R. Coombs
2021-11-18
3
-8
/
+32
|
|
|
\
\
|
|
|
*
|
Add comments to help protect these interfaces from refactoring without consid...
Jason R. Coombs
2021-11-17
2
-0
/
+5
|
|
|
|
/
|
|
|
*
Remove monkeypatch, as it was for illustration purposes only.
Jason R. Coombs
2021-11-13
1
-121
/
+0
|
|
|
*
Move the monkeypatch behavior to the hook target and invoke it on import.
Jason R. Coombs
2021-11-13
1
-6
/
+4
|
|
|
*
Add a hook on import of distutils that will allow Debian to override the defa...
Jason R. Coombs
2021-11-13
1
-0
/
+10
|
|
|
*
Scheme now uses 'posix'
Jason R. Coombs
2021-11-13
1
-3
/
+3
[next]