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
*
Apply workaround on all versions of Python. Fixes #3452.
bugfix/3452-unconditional-workaround
Jason R. Coombs
2022-07-14
1
-2
/
+4
*
Minor edits to integration tests.
Jason R. Coombs
2022-07-13
1
-13
/
+13
*
Just assume exactly one sdist is available.
Jason R. Coombs
2022-07-13
1
-10
/
+2
*
Add another conditional to resolve the release for version-specific packages....
Jason R. Coombs
2022-07-13
1
-1
/
+1
*
Merge https://github.com/pypa/distutils
Jason R. Coombs
2022-07-13
1
-2
/
+5
*
Add stacklevel=2 to make calling code clear
Hugo van Kemenade
2022-07-12
1
-1
/
+1
*
Use text mode for subprocess, avoiding unicode sandwich.
Jason R. Coombs
2022-07-04
1
-6
/
+8
*
build_meta: execute code directly
Anderson Bravalheri
2022-07-04
1
-1
/
+1
*
Merge with pypa/distutils@152c13d
Jason R. Coombs
2022-07-03
6
-8
/
+127
*
setuptools/tests: minor cleanup
Benoit Pierre
2022-07-02
1
-3
/
+5
*
setuptools/vendored: drop `nspektr`
Benoit Pierre
2022-07-02
11
-262
/
+1
*
setuptools: drop support for installing an entrypoint dependencies
Benoit Pierre
2022-07-02
2
-13
/
+0
*
setuptools: add test for distutils' entrypoints using extras
Benoit Pierre
2022-07-02
1
-0
/
+69
*
-
.
Allow `file` directive for dependencies (#3253, #3255)
Anderson Bravalheri
2022-06-19
5
-25
/
+213
|
\
\
|
|
*
Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.toml
Aarni Koskela
2022-04-08
3
-17
/
+173
|
*
|
Allow `file:` for `requires` statements in setup.cfg
Aarni Koskela
2022-06-14
2
-8
/
+40
*
|
|
config.expand.StaticModule: handle scenarios when annotated assignment does n...
Anderson Bravalheri
2022-06-19
1
-2
/
+2
*
|
|
config.expand: Refactor StaticModule
Anderson Bravalheri
2022-06-19
1
-13
/
+12
*
|
|
test_expand: Add example for annotated assignment without value
Anderson Bravalheri
2022-06-19
1
-5
/
+9
*
|
|
Add support for annotated assignments to static attribute lookup.
Karl Otness
2022-06-18
2
-16
/
+25
*
|
|
Clarify modules used for pyproject.toml parsing are private
Anderson Bravalheri
2022-06-17
4
-2
/
+14
*
|
|
Change wording from *experimental* to *beta*
Anderson Bravalheri
2022-06-16
1
-7
/
+4
*
|
|
Warn about 'tool.setuptool' instead of project metadata in pyproject.toml
Anderson Bravalheri
2022-06-16
1
-7
/
+8
*
|
|
fixed some spelling mistakes,
Bastian Venthur
2022-06-14
3
-3
/
+3
*
|
|
Make it easier to read the docstring for setuptools/extension
Anderson Bravalheri
2022-06-14
1
-0
/
+14
*
|
|
Fix missing intersphinx reference in Extension docstring
Anderson Bravalheri
2022-06-14
1
-1
/
+1
*
|
|
Add docstring documentation to setuptools.Extension
Anderson Bravalheri
2022-06-14
1
-1
/
+72
|
/
/
*
|
Improve warning message
Anderson Bravalheri
2022-06-13
1
-1
/
+1
*
|
Add setuptools.command.build (#3256)
Anderson Bravalheri
2022-06-13
2
-0
/
+87
|
\
\
|
*
|
Separate test for build sub commands
Anderson Bravalheri
2022-06-09
1
-7
/
+38
|
*
|
Test that users are informed about subcommands in distutils
Anderson Bravalheri
2022-06-09
2
-7
/
+15
|
*
|
Test that extending setuptools' build sub_commands does not extend distutils
Isuru Fernando
2022-06-09
1
-1
/
+9
|
*
|
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 a simple test for setuptools.command.build
Isuru Fernando
2022-04-07
1
-0
/
+16
|
*
|
Add setuptools.command.build
Isuru Fernando
2022-04-07
1
-0
/
+4
|
|
/
*
|
Merge pypa/distutils@75ed79d
Jason R. Coombs
2022-06-12
99
-4024
/
+5584
*
|
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
|
\
\
[next]