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
/
setuptools
/
command
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Ensure new options for dist-info work
Anderson Bravalheri
2022-06-16
1
-6
/
+11
*
|
Add translator for config_settings to build_meta
Anderson Bravalheri
2022-06-16
1
-1
/
+15
*
|
Avoid adding PathEntryFinder if not necessary
Anderson Bravalheri
2022-06-15
1
-0
/
+4
*
|
Add missing methods to PathEntryFinder
Anderson Bravalheri
2022-06-15
1
-4
/
+10
*
|
Correctly handle namespace spec via PathEntryFinder
Anderson Bravalheri
2022-06-15
1
-39
/
+65
*
|
Allow egg-info directory to be ignored in manifest
Anderson Bravalheri
2022-06-15
2
-1
/
+24
*
|
Improve clarity of 'editable_wheel' code
Anderson Bravalheri
2022-06-15
1
-41
/
+58
*
|
Add LinkTree strategy for build executable
Anderson Bravalheri
2022-06-15
3
-43
/
+139
*
|
Fix error with Python 3.7
Anderson Bravalheri
2022-06-15
1
-2
/
+2
*
|
Add logging messages to editable install
Anderson Bravalheri
2022-06-15
1
-4
/
+19
*
|
Make sure top-level modules can be imported in editable install
Anderson Bravalheri
2022-06-15
1
-1
/
+13
*
|
Add editable strategy with MetaPathFinder for top-level packages
Anderson Bravalheri
2022-06-15
1
-22
/
+146
*
|
Add template for MetaPathFinder that can be used in editable mode
Anderson Bravalheri
2022-06-15
1
-0
/
+55
*
|
Rename variable for clarity
Anderson Bravalheri
2022-06-15
1
-2
/
+2
*
|
Reorganise editable_wheel to allow different strategies
Anderson Bravalheri
2022-06-15
1
-20
/
+116
*
|
Remove unused function
Anderson Bravalheri
2022-06-15
1
-17
/
+0
*
|
Temporarily support deprecated namespace packages
Anderson Bravalheri
2022-06-15
1
-5
/
+33
*
|
Start adding APIs for handling multiple editable modes
Anderson Bravalheri
2022-06-15
1
-4
/
+25
*
|
Re-use dist-info dir for build_editable
Anderson Bravalheri
2022-06-15
1
-1
/
+2
*
|
Rely on wheel and bdist_wheel for editable_wheel
Anderson Bravalheri
2022-06-15
1
-90
/
+61
*
|
Make sure setuptools itself can be installed with editable_wheel
Anderson Bravalheri
2022-06-15
1
-32
/
+16
*
|
Remove unecessary editable dependency
Anderson Bravalheri
2022-06-15
1
-24
/
+8
*
|
Avoid creating dist_info_dir before the command runs
Anderson Bravalheri
2022-06-15
1
-1
/
+1
*
|
Make sure output_dir exists with dist_info
Anderson Bravalheri
2022-06-15
1
-2
/
+4
*
|
Change dist_info to better control output directory
Anderson Bravalheri
2022-06-15
1
-9
/
+26
*
|
Add dist_info_dir param to dist_info command
Anderson Bravalheri
2022-06-15
1
-8
/
+9
*
|
Merge branch 'upstream/main' into build-editable-aggregate
Anderson Bravalheri
2022-06-15
3
-4
/
+85
|
\
\
|
|
/
|
*
Improve warning message
Anderson Bravalheri
2022-06-13
1
-1
/
+1
|
*
Add setuptools.command.build (#3256)
Anderson Bravalheri
2022-06-13
1
-0
/
+24
|
|
\
|
|
*
Test that users are informed about subcommands in distutils
Anderson Bravalheri
2022-06-09
1
-1
/
+1
|
|
*
separate subcommands for setuptools class
Isuru Fernando
2022-06-09
1
-1
/
+20
|
|
*
Fix flake8 error
Anderson Bravalheri
2022-04-11
1
-0
/
+1
|
|
*
Add setuptools.command.build
Isuru Fernando
2022-04-07
1
-0
/
+4
|
*
|
Change warning about namespace packages and data files
Anderson Bravalheri
2022-06-09
1
-3
/
+4
|
*
|
Improve warning message for package data abuse
Anderson Bravalheri
2022-06-05
1
-5
/
+6
|
*
|
Update setuptools/command/build_py.py
Anderson Bravalheri
2022-05-18
1
-1
/
+1
|
*
|
Improve warning message for dist_info._version
Anderson Bravalheri
2022-05-18
1
-1
/
+2
|
*
|
Improve warning message for _IncludePackageDataAbuse
Anderson Bravalheri
2022-05-18
1
-1
/
+4
|
*
|
Warn about deprecation of behaviour that considers modules/packages as data w...
Anderson Bravalheri
2022-05-16
1
-2
/
+52
|
|
\
\
|
|
*
|
Simplify checks for abuse of include_package_data
Anderson Bravalheri
2022-05-06
1
-19
/
+17
|
|
*
|
Warn about packages/modules included as package data
Anderson Bravalheri
2022-05-05
1
-2
/
+54
|
|
|
/
|
*
|
Allow recursive globs for package_data
nullableVoidPtr
2022-05-07
1
-1
/
+2
|
|
/
*
|
include pep660 proof of concept (#3082)
Anderson Bravalheri
2022-04-22
1
-0
/
+157
|
\
\
|
|
/
|
/
|
|
*
include pep660 proof of concept
Daniel Holth
2022-02-04
1
-0
/
+157
*
|
Fix version produced by dist_info (#3230)
Anderson Bravalheri
2022-04-04
2
-3
/
+45
|
\
\
|
*
|
Change dist_info naming to use the same convention as bdist_wheel
Anderson Bravalheri
2022-03-29
1
-1
/
+33
|
*
|
Restore tags in egg_info but change the idempotency check
Anderson Bravalheri
2022-03-29
1
-4
/
+9
|
*
|
Fix duplicated version tags in egg_info
Anderson Bravalheri
2022-03-29
1
-2
/
+7
*
|
|
Merge pull request #3151 from hexagonrecursion/fix-editable
Jason R. Coombs
2022-04-03
1
-12
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix editable --user installs with build isolation
Andrey Bienkowski
2022-03-06
1
-12
/
+6
[prev]
[next]