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
...
|
*
|
Add test capturing failed expectation. Ref #3659.
Jason R. Coombs
2022-11-04
2
-1
/
+14
|
*
|
⚫ Fade to black.
Jason R. Coombs
2022-11-04
1
-40
/
+37
|
*
|
Remove workaround for emacs.
Jason R. Coombs
2022-11-04
1
-1
/
+0
|
*
|
⚫ Fade to black.
Jason R. Coombs
2022-11-04
1
-63
/
+100
|
|
/
|
*
Consistently use unittest.mock in tests
Miro Hrončok
2022-10-17
6
-12
/
+7
|
*
-
-
-
-
-
-
-
-
-
.
Merge PRs #3636 #3634 #3633 #3595 #3576 #3569 #3564
Anderson Bravalheri
2022-10-14
9
-30
/
+50
|
|
\
\
\
\
\
\
|
|
|
|
|
|
|
*
remove python2 cases
Stéphane Blondon
2022-08-25
2
-3
/
+1
|
|
|
|
|
|
*
|
Improve warnings in editable install
Anderson Bravalheri
2022-08-26
2
-5
/
+10
|
|
|
|
|
|
|
/
|
|
|
|
|
*
|
Update validate_pyproject
Anderson Bravalheri
2022-09-02
3
-19
/
+21
|
|
|
|
|
|
/
|
|
|
|
*
|
Handle no-packages projects in editable_wheel
Anderson Bravalheri
2022-10-12
1
-1
/
+6
|
|
|
*
|
|
Use abspath() instead of resolve() in expand._assert_local()
Mike Salvatore
2022-09-22
1
-3
/
+1
|
|
|
*
|
|
Catch an edge case in expand._assert_local()
Mike Salvatore
2022-09-18
2
-1
/
+13
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
fix small error message typo in editable_wheel.py
alexzorin
2022-10-12
1
-1
/
+1
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Skip stdlib distutils tests on Python 3.12
Miro Hrončok
2022-10-13
1
-4
/
+17
|
|
/
/
|
*
|
Restore protection of distutils.log patching.
Jason R. Coombs
2022-10-08
1
-0
/
+5
|
*
|
Restore test for log module, but bypass when irrelevant.
Jason R. Coombs
2022-10-08
1
-0
/
+18
|
*
|
Skip manifest tests as they're copy pasta and broken under a unified logging ...
Jason R. Coombs
2022-10-05
1
-0
/
+2
|
*
|
Suppress monkeypatch when Log is gone, indicating distutils is using logging ...
Jason R. Coombs
2022-10-05
1
-1
/
+2
|
*
|
Support caplog and capsys now that logs go through logging.
Jason R. Coombs
2022-10-05
1
-4
/
+14
|
*
|
Remove hack around distutils.dist.log, no longer relevant with pypa/distutils...
Jason R. Coombs
2022-10-05
2
-27
/
+0
|
*
|
Extract context manager for suppressing logs. Ref pypa/distutils#183.
Jason R. Coombs
2022-10-05
1
-8
/
+17
|
*
|
Merge pull request #3613 from JulienPalard/mdk-expand
Jason R. Coombs
2022-09-29
2
-3
/
+16
|
|
\
\
|
|
*
|
Use pathlib to open the file
Jason R. Coombs
2022-09-29
1
-3
/
+2
|
|
*
|
expand: Give bytes to ast.parse to let it discover encoding cookie.
Julien Palard
2022-09-27
2
-1
/
+15
|
*
|
|
Merge https://github.com/pypa/distutils into distutils-6852b20
Jason R. Coombs
2022-09-29
11
-234
/
+250
|
|
/
/
|
*
|
Merge https://github.com/pypa/distutils into distutils-d82d926
Jason R. Coombs
2022-09-24
4
-129
/
+88
|
|
/
|
*
Prevent accidental name matching in editable hooks (#3562)
Anderson Bravalheri
2022-08-24
2
-1
/
+25
|
|
\
|
|
*
Prevent accidental partial name matching in editable hooks
Anderson Bravalheri
2022-08-24
1
-1
/
+1
|
|
*
Capture problems with similar names in editable install
Anderson Bravalheri
2022-08-24
1
-0
/
+24
|
*
|
Remove inadvertent splatting of the name attribute (#3547)
Anderson Bravalheri
2022-08-24
3
-6
/
+53
|
|
\
\
|
|
*
|
Fix problems with name discovery and dynamic versions
Anderson Bravalheri
2022-08-19
1
-5
/
+10
|
|
*
|
Replicate problems with name discovery and dynamic versions
Anderson Bravalheri
2022-08-19
1
-0
/
+34
|
|
*
|
Remove inadvertent splatting of the name attribute
Benno Rice
2022-08-19
1
-1
/
+0
|
|
*
|
Replicate problems with `setup.py --version` and auto-discovery
Anderson Bravalheri
2022-08-19
1
-0
/
+9
|
*
|
|
Merge https://github.com/pypa/distutils into distutils-22b9bcf
Jason R. Coombs
2022-08-21
5
-77
/
+66
|
|
|
/
|
|
/
|
|
*
|
Limit number of string replacements
Anderson Bravalheri
2022-08-21
1
-1
/
+5
|
*
|
Fix recursion problem in finder
Anderson Bravalheri
2022-08-21
2
-2
/
+3
|
*
|
Capture recursion problem with editable finder
Anderson Bravalheri
2022-08-21
1
-0
/
+20
|
|
/
|
*
Remove monkeypatching of msvc9compiler. Fixes #3536
Jason R. Coombs
2022-08-17
3
-292
/
+1
|
*
Merge https://github.com/pypa/distutils
Jason R. Coombs
2022-08-16
3
-0
/
+1710
|
*
Remove unecessary comma
Anderson Bravalheri
2022-08-15
1
-1
/
+1
|
*
Fix build_meta when metadata_directory=='.' (#3528)
Anderson Bravalheri
2022-08-15
2
-5
/
+30
|
|
\
|
|
*
Fix error in tests
Anderson Bravalheri
2022-08-15
1
-2
/
+1
|
|
*
Remove unused import
Anderson Bravalheri
2022-08-15
1
-1
/
+1
|
|
*
Refactor code to bubble up info directories in build_meta
Anderson Bravalheri
2022-08-15
1
-25
/
+18
|
|
*
Revert change in dist_info search for build_meta
Anderson Bravalheri
2022-08-15
1
-9
/
+24
|
|
*
Reproduce error in issue 3523
Anderson Bravalheri
2022-08-15
1
-0
/
+17
|
*
|
Skip test on platforms difficult to setup compilers
Anderson Bravalheri
2022-08-15
1
-0
/
+3
|
*
|
Improve glob pattern in test
Anderson Bravalheri
2022-08-15
1
-3
/
+2
|
*
|
Fix backward compatibility with distutils
Anderson Bravalheri
2022-08-15
1
-0
/
+2
[prev]
[next]