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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change warning about namespace packages and data files
Anderson Bravalheri
2022-06-09
1
-3
/
+4
*
Make test_setup_install_includes_dependencies work with custom PYTHONPATH (#3...
Anderson Bravalheri
2022-06-07
1
-8
/
+13
|
\
|
*
No need to set PYTHONPATH in test_setup_install_includes_dependencies at all
Miro Hrončok
2022-05-24
1
-4
/
+0
|
*
Preserve PYTHONPATH in test_setup_install_includes_dependencies
Miro Hrončok
2022-05-24
1
-1
/
+5
|
*
Make test_setup_install_includes_dependencies easier to debug
Miro Hrončok
2022-05-24
1
-7
/
+12
*
|
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 _InvalidFile
Anderson Bravalheri
2022-05-18
1
-3
/
+2
*
Improve warning message for dist_info._version
Anderson Bravalheri
2022-05-18
1
-1
/
+2
*
Improve warning message for _WouldIgnoreField
Anderson Bravalheri
2022-05-18
1
-3
/
+5
*
Improve warning message for _IncludePackageDataAbuse
Anderson Bravalheri
2022-05-18
1
-1
/
+4
*
Remove comma
Gyeongjae Choi
2022-05-17
1
-1
/
+1
*
Add deprecation messages for `namespace_packages` (#3262)
Anderson Bravalheri
2022-05-16
5
-6
/
+48
|
\
|
*
Add deprecation messages for `namespace_packages`.
Anderson Bravalheri
2022-05-16
5
-6
/
+48
*
|
Update vendored `pyparsing` to fix problems with 3.11 (#3276)
Anderson Bravalheri
2022-05-16
26
-5810
/
+10574
|
\
\
|
*
|
Update pyparsing to fix problems with 3.11
Anderson Bravalheri
2022-04-21
25
-5809
/
+10573
|
*
|
Update version of pyparsing in vendored.txt
Anderson Bravalheri
2022-04-21
1
-1
/
+1
*
|
|
Warn about deprecation of behaviour that considers modules/packages as data w...
Anderson Bravalheri
2022-05-16
2
-2
/
+123
|
\
\
\
|
*
|
|
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
|
*
|
|
Add test that capture transitional behaviour for build_py
Anderson Bravalheri
2022-05-05
1
-0
/
+71
*
|
|
|
Remove residual dependencies from setup.py when dependencies are set in pypro...
Anderson Bravalheri
2022-05-16
2
-2
/
+13
|
\
\
\
\
|
*
|
|
|
Add warning about overwritten dependencies
Anderson Bravalheri
2022-05-04
1
-2
/
+4
|
*
|
|
|
Capture expectations about overwritten dependencies in test
Anderson Bravalheri
2022-05-04
1
-0
/
+9
|
|
/
/
/
*
|
|
|
Allow recursive globs for package_data (#3309)
Anderson Bravalheri
2022-05-16
2
-1
/
+25
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fix mistake on recursive glob test
nullableVoidPtr
2022-05-10
1
-1
/
+1
|
*
|
|
Allow recursive globs for package_data
nullableVoidPtr
2022-05-07
2
-1
/
+25
|
|
/
/
*
|
|
Add warnings about incompatibilities in bundled dependencies (#3296)
Anderson Bravalheri
2022-05-16
1
-0
/
+11
|
\
\
\
|
*
|
|
Fix incorrect information in comment
Anderson Bravalheri
2022-04-29
1
-1
/
+1
|
*
|
|
Prefer `importlib-metadata` in warning message
Anderson Bravalheri
2022-04-29
1
-2
/
+2
|
*
|
|
Warn when an incompatible version of importlib is used
Anderson Bravalheri
2022-04-29
1
-0
/
+11
|
|
/
/
*
|
|
Merge https://github.com/pypa/distutils into feature/distutils-a7cfb56a7b1eaa
Jason R. Coombs
2022-05-10
11
-89
/
+112
*
|
|
do not backfill Project-URL: homepage into Home-page: field (causes duplicate...
wim glenn
2022-04-29
3
-29
/
+32
|
/
/
*
|
Try to rescue the download backing off a few seconds
Anderson Bravalheri
2022-04-21
1
-2
/
+8
|
/
*
Merge https://github.com/pypa/distutils into feature/distutils-5229dad46b
Jason R. Coombs
2022-04-10
7
-20
/
+64
*
Rename variable
Anderson Bravalheri
2022-04-05
1
-4
/
+4
*
Simplify auto-discovered package_dir
Anderson Bravalheri
2022-04-05
2
-3
/
+56
*
Fix problem with dynamic readme (#3247)
Anderson Bravalheri
2022-04-04
2
-2
/
+21
|
\
|
*
Fix dynamic readme
Anderson Bravalheri
2022-04-04
1
-2
/
+7
|
*
Add test for dynamic readme from setup.py args
Anderson Bravalheri
2022-04-04
1
-0
/
+14
*
|
Fix version produced by dist_info (#3230)
Anderson Bravalheri
2022-04-04
3
-3
/
+129
|
\
\
|
*
|
Fix reference to issue number
Anderson Bravalheri
2022-03-30
1
-1
/
+1
|
*
|
Test with different package names
Anderson Bravalheri
2022-03-30
1
-11
/
+12
|
*
|
Add comment explaining test
Anderson Bravalheri
2022-03-29
1
-0
/
+3
|
*
|
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
|
*
|
Capture expectation of invalid version warning
Anderson Bravalheri
2022-03-29
1
-0
/
+10
|
*
|
Test dist_info creates similar dir to bdist_wheel
Anderson Bravalheri
2022-03-29
1
-0
/
+70
*
|
|
Honor file mode for wheel install_as_egg (#3167)
Anderson Bravalheri
2022-04-04
3
-23
/
+118
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]