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
/
distutils
/
command
Commit message (
Expand
)
Author
Age
Files
Lines
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2022-03-27
1
-5
/
+6
*
Don't warn on false positive for author/maintainer's email
Anderson Bravalheri
2022-02-23
1
-9
/
+31
*
Merge pull request #113 from zooba/issue112
Jason R. Coombs
2022-01-30
1
-3
/
+9
|
\
|
*
Only rely on py_version_nodot_plat where not present (Python 3.9 and earlier).
Jason R. Coombs
2022-01-30
1
-5
/
+7
|
*
Fixes #112 install command doesn't use platform in nt_user scheme
Steve Dower
2022-01-24
1
-2
/
+6
*
|
Use super()
谭九鼎
2022-01-26
2
-2
/
+2
|
/
*
In install command, honor config_vars from sysconfig. Fixes pypa/distutils#103.
Jason R. Coombs
2022-01-03
1
-9
/
+11
*
Move 'str' cast into the one place where it's needed and allow config_vars to...
Jason R. Coombs
2021-12-23
1
-3
/
+2
*
Cast value to str and provide a comment explaining why. Ref pypa/distutils#87.
Jason R. Coombs
2021-12-23
1
-1
/
+2
*
When headers are missing in a preferred scheme, use the default scheme as a f...
Jason R. Coombs
2021-12-23
1
-8
/
+21
*
Fix AttributeError when sysconfig does not supply platsubdir
Anthony Sottile
2021-12-22
1
-1
/
+1
*
Add support for 'platsubdir'. Fixes pypa/distutils#85.
Jason R. Coombs
2021-12-22
1
-0
/
+1
*
Extract _select_scheme function to be re-used by Setuptools.
Jason R. Coombs
2021-12-20
1
-23
/
+42
*
Honor sysconfig.get_preferred_scheme when selecting install schemes. Fixes #76.
Jason R. Coombs
2021-12-17
1
-1
/
+14
*
Extract _pypy_hack method.
Jason R. Coombs
2021-12-17
1
-8
/
+9
*
Extract 'incomplete_scheme' as a variable for readability.
Jason R. Coombs
2021-12-17
1
-4
/
+9
*
Merge pull request #42 from imba-tjd/patch-2
Jason R. Coombs
2021-12-12
1
-3
/
+1
|
\
|
*
sys._home -> sys.base_exec_prefix
谭九鼎
2021-05-17
1
-3
/
+1
*
|
Move _prefix_addition inline, so it's only configurable through sysconfig.
Jason R. Coombs
2021-11-27
1
-4
/
+5
*
|
Load _prefix_addition attribute directly from sysconfig
Miro Hrončok
2021-11-24
1
-1
/
+1
*
|
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
*
|
Add comments to help protect these interfaces from refactoring without consid...
Jason R. Coombs
2021-11-17
1
-0
/
+4
*
|
Create hooks and implement Debian's patches against those hooks. Fixes #2.
Jason R. Coombs
2021-11-13
1
-4
/
+7
*
|
Rename 'posix' to 'unix' to match sysconfig. Merge both definitions with sysc...
Jason R. Coombs
2021-11-12
1
-11
/
+19
*
|
Revert "Rename 'headers' to 'include' to match sysconfig."
Jason R. Coombs
2021-11-12
1
-17
/
+13
*
|
Prefer 'posix_*' to 'unix_*'
Jason R. Coombs
2021-11-06
1
-4
/
+4
*
|
Copy installed_base from sysconfig.get_config_vars.
Jason R. Coombs
2021-11-06
1
-2
/
+5
*
|
Merge branch 'main' into feature/local-schemes
Jason R. Coombs
2021-11-06
5
-49
/
+28
|
\
\
|
*
|
Fix PyPy3.8 install locations
Isuru Fernando
2021-09-21
1
-9
/
+17
|
*
|
Merge pull request #52 from longnguyen2004/main
Jason R. Coombs
2021-09-21
1
-1
/
+1
|
|
\
\
|
|
*
|
Prefer sysconfig.python_build
Long Nguyen
2021-09-05
1
-1
/
+1
|
*
|
|
adopt more standard schema for pypy3.8 (#51)
Matti Picus
2021-09-10
1
-0
/
+1
|
*
|
|
remove 2to3
Thomas Grainger
2021-07-22
2
-34
/
+2
|
|
/
/
|
*
|
Prefer using `Distribution.has_ext_modules` method
messense
2021-06-20
2
-2
/
+2
|
*
|
Fixed get_export_symbols for unicode filenames
da-woods
2021-04-18
1
-3
/
+5
|
|
/
*
|
Replace shell/Perl-style variables in install schemes with format-style.
Jason R. Coombs
2021-11-06
1
-35
/
+35
*
|
Rename 'headers' to 'include' to match sysconfig.
Jason R. Coombs
2021-11-06
1
-13
/
+17
*
|
Prefer contextlib.suppress to except/pass
Jason R. Coombs
2021-11-06
1
-3
/
+2
*
|
Prefer public APIs for sysconfig schemes.
Jason R. Coombs
2021-11-06
1
-1
/
+5
*
|
Replace instance method with global function.
Jason R. Coombs
2021-09-21
1
-16
/
+17
*
|
Remove special casing for Debian. Instead, Debian should make sure the scheme...
Jason R. Coombs
2021-09-21
1
-16
/
+1
*
|
Remove 'unix_local' install scheme.
Jason R. Coombs
2021-09-21
1
-19
/
+0
*
|
In _load_schemes, actually return the schemes and avoid mutating the global s...
Jason R. Coombs
2021-09-21
1
-8
/
+11
*
|
Remove is_rpm_build, unneeded.
Jason R. Coombs
2021-09-21
1
-5
/
+1
*
|
Only catch relevant exeptions.
Jason R. Coombs
2021-09-21
1
-1
/
+1
*
|
Allow sysconfig to override install schemes and provide some compatibility ov...
Jason R. Coombs
2021-01-23
1
-0
/
+50
|
/
*
Restore pythonlib support on older Pythons. Fixes pypa/distutils#9.
Jason R. Coombs
2020-09-01
2
-1
/
+32
*
Merge branch 'cpython'
Jason R. Coombs
2020-07-07
1
-3
/
+3
*
add pypy schemas
mattip
2020-07-01
1
-0
/
+20
[next]