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
*
Expose distutils errors
Anderson Bravalheri
2021-11-05
2
-0
/
+25
*
Merge pull request #2853 from abravalheri/add-logo
Jason R. Coombs
2021-11-04
27
-3
/
+2040
|
\
|
*
Add a note about inspiration
Anderson Bravalheri
2021-11-04
1
-0
/
+15
|
*
Add docs/README to the toctree
Anderson Bravalheri
2021-11-04
3
-5
/
+9
|
*
Rename logo files
Anderson Bravalheri
2021-11-04
25
-7
/
+6
|
*
Add banner to main docs page
Anderson Bravalheri
2021-11-04
1
-2
/
+5
|
*
Customise the sphinx theme to reflect the new logo
Anderson Bravalheri
2021-11-04
2
-0
/
+17
|
*
Add logo design and usage instructions
Anderson Bravalheri
2021-11-04
24
-0
/
+1999
*
|
Bump version: 58.5.2 → 58.5.3
v58.5.3
Jason R. Coombs
2021-11-04
4
-5
/
+13
*
|
Merge pull request #2855 from abravalheri/fix-2849
Jason R. Coombs
2021-11-04
3
-11
/
+73
|
\
\
|
*
|
Mark change as bugfix.
Jason R. Coombs
2021-11-04
1
-0
/
+0
|
*
|
Add news fragment regarding the fix for #2849
Anderson Bravalheri
2021-11-04
1
-0
/
+3
|
*
|
Make sure user gets warned when using distutils
Anderson Bravalheri
2021-11-04
1
-1
/
+15
|
*
|
Handle custom build_py inheriting from distutils
Anderson Bravalheri
2021-11-04
1
-1
/
+9
|
*
|
Add regression test for #2849
Anderson Bravalheri
2021-11-04
1
-10
/
+47
|
|
/
*
|
Merge pull request #2848 from aphedges/fix-doc-typo
Jason R. Coombs
2021-11-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix wrong issue number in CHANGES.rst
Alex Hedges
2021-11-03
1
-1
/
+1
|
/
*
Bump version: 58.5.1 → 58.5.2
v58.5.2
Jason R. Coombs
2021-11-03
4
-3
/
+11
*
Suppress 'setup.py install' warning under bdist_wheel. Fixes #2847.
Jason R. Coombs
2021-11-03
2
-2
/
+12
*
Bump version: 58.5.0 → 58.5.1
v58.5.1
Jason R. Coombs
2021-11-03
4
-3
/
+11
*
Move warning definition above implicit behavior on import. Fixes #2846.
Jason R. Coombs
2021-11-03
2
-9
/
+10
*
Bump version: 58.4.0 → 58.5.0
v58.5.0
Jason R. Coombs
2021-11-03
4
-5
/
+13
*
Merge pull request #2844 from abravalheri/fix-1461
Jason R. Coombs
2021-11-03
6
-5
/
+59
|
\
|
*
Merge with failing test
Jason R. Coombs
2021-11-02
0
-0
/
+0
|
|
\
|
|
*
Introduce test and remove workaround for recursion error.
Anderson Bravalheri
2021-11-02
2
-7
/
+24
|
*
|
Trim docstring and remove comment.
Jason R. Coombs
2021-11-02
1
-6
/
+4
|
*
|
Remove data_files avoidance code.
Jason R. Coombs
2021-11-02
1
-3
/
+0
|
*
|
Reformat docstring and rewrite in imperative voice.
Jason R. Coombs
2021-11-02
1
-4
/
+5
|
*
|
Add build_py and sdist to bootstrap metadata. Ensures distutils versions aren...
Jason R. Coombs
2021-11-02
1
-0
/
+4
|
*
|
Fix 1461: Better loop breaker for `manifest_maker`
Anderson Bravalheri
2021-11-01
5
-5
/
+59
|
|
/
*
|
Merge pull request #2841 from hugovk/patch-2
Jason R. Coombs
2021-11-02
1
-2
/
+2
|
\
\
|
*
|
Docs: Fix typo in History
Hugo van Kemenade
2021-11-01
1
-2
/
+2
|
|
/
*
|
Amend changelog to include link to Paul's blog article.
Jason R. Coombs
2021-11-01
1
-1
/
+1
|
/
*
Bump version: 58.3.0 → 58.4.0
v58.4.0
Jason R. Coombs
2021-10-31
6
-8
/
+19
*
Merge pull request #2840 from pypa/feature/deprecate-legacy-warning
Jason R. Coombs
2021-10-31
3
-0
/
+9
|
\
|
*
Raise a deprecation warning when an invalid version is encountered. Ref #2497...
Jason R. Coombs
2021-10-31
3
-0
/
+9
|
/
*
Drop tests against pip < 20, which no longer work without 'wheel' specified i...
Jason R. Coombs
2021-10-31
1
-8
/
+0
*
Merge pull request #2833 from abravalheri/remove-data-files-from-example
Jason R. Coombs
2021-10-31
3
-8
/
+9
|
\
|
*
Remove data_files from declarative config example
Anderson Bravalheri
2021-10-26
3
-8
/
+9
*
|
Merge pull request #2831 from abravalheri/improve-docs-paver
Jason R. Coombs
2021-10-31
1
-2
/
+11
|
\
\
|
*
|
Docs: Add reference + short description for Paver
Anderson Bravalheri
2021-10-26
1
-2
/
+11
|
|
/
*
|
Merge https://github.com/jaraco/skeleton
Jason R. Coombs
2021-10-31
6
-11
/
+18
|
\
\
|
*
|
Remove wheel from build requirements. It's implied for wheel builds. Ref pypa...
Jason R. Coombs
2021-10-22
1
-1
/
+1
|
*
|
Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.
Jason R. Coombs
2021-10-07
2
-3
/
+1
|
*
|
Test on Python 3.10 (final).
Jason R. Coombs
2021-10-05
1
-3
/
+6
|
*
|
Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fi...
Jason R. Coombs
2021-09-17
1
-0
/
+7
|
*
|
.editorconfig: Set max_line_length to 88 for Python files.
Alan Fregtman
2021-09-04
1
-0
/
+1
*
|
|
Merge pull request #2829 from hugovk/patch-1
Jason R. Coombs
2021-10-31
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix typo and add code formatting
Hugo van Kemenade
2021-10-25
1
-1
/
+1
|
/
/
*
|
Bump version: 58.2.0 → 58.3.0
v58.3.0
Jason R. Coombs
2021-10-22
8
-10
/
+21
[next]