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
*
Bump version: 57.0.0 → 57.1.0
v57.1.0
Jason R. Coombs
2021-07-04
7
-11
/
+22
*
Merge pull request #2714 from pypa/feature/distutils-sync
Jason R. Coombs
2021-07-04
12
-95
/
+257
|
\
|
*
Update changelog.
Jason R. Coombs
2021-07-04
1
-0
/
+1
|
*
Merge https://github.com/pypa/distutils into feature/distutils-sync
Jason R. Coombs
2021-07-04
11
-95
/
+256
|
|
\
|
/
/
|
*
Merge pull request #46 from pypa/bpo-44497/symlink-infinite-recursion
Jason R. Coombs
2021-07-04
2
-1
/
+38
|
|
\
|
|
*
Move _unique_dirs into classmethod on _UniqueDirs.
Jason R. Coombs
2021-07-04
1
-9
/
+10
|
|
*
Rely on stat (inode and device) to deduplicate.
Jason R. Coombs
2021-07-04
1
-13
/
+17
|
|
*
Extract UniqueDirs for checking uniqueness.
Jason R. Coombs
2021-07-04
1
-4
/
+10
|
|
*
Merge branch 'bpo-44497/symlink-infinite-recursion-repro' into bpo-44497/syml...
Jason R. Coombs
2021-07-04
1
-0
/
+10
|
|
|
\
|
|
|
*
Ensure that the result contains only the one file, not all the different syml...
Jason R. Coombs
2021-07-04
1
-1
/
+4
|
|
|
*
Add test capturing failure. Ref pypa/distutils#44.
Jason R. Coombs
2021-07-04
1
-0
/
+7
|
|
|
/
|
|
/
|
|
|
*
Wrap walk result to prevent infinite recursion. Fixes bpo-44497.
Jason R. Coombs
2021-07-04
1
-1
/
+17
|
|
/
|
*
Remove automerge.
Jason R. Coombs
2021-07-04
1
-27
/
+0
|
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2021-07-04
1
-16
/
+17
|
*
Merge pull request #43 from messense/has-ext-modules
Jason R. Coombs
2021-07-04
2
-2
/
+2
|
|
\
|
|
*
Prefer using `Distribution.has_ext_modules` method
messense
2021-06-20
2
-2
/
+2
|
|
/
|
*
Merge pull request #26 from longnguyen2004/clang-mingw
Jason R. Coombs
2021-06-14
1
-40
/
+51
|
|
\
|
|
*
Change get_gcc_versions back to get_versions
Long Nguyen
2021-04-25
1
-2
/
+2
|
|
*
Merge branch 'main' into clang-mingw
Long Nguyen
2021-04-25
7
-10
/
+90
|
|
|
\
|
|
*
|
Add clang mingw support
Long Nguyen
2021-02-04
1
-41
/
+52
|
*
|
|
Merge pull request #37 from acolinisi/PR--rpath-on-macOS
Jason R. Coombs
2021-05-18
4
-32
/
+142
|
|
\
\
\
|
|
*
|
|
distutils: pass -rpath to linker on macOS >=10.5
Alexei Colin
2021-04-26
4
-32
/
+142
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge pull request #38 from da-woods/fix-unicode-modules
Jason R. Coombs
2021-05-18
2
-4
/
+6
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Fixed get_export_symbols for unicode filenames
da-woods
2021-04-18
2
-4
/
+6
|
|
|
/
*
|
|
Remove wincertstore and certifi. Ref #2711 and #2716.
Jason R. Coombs
2021-07-04
1
-2
/
+0
*
|
|
Remove workaround for pypy/pypy#3503, now that the behavior is consistent wit...
Jason R. Coombs
2021-07-04
1
-6
/
+0
*
|
|
Add another deprecation warning bypass for flake8 on PyPy because the call de...
Jason R. Coombs
2021-07-04
1
-0
/
+6
*
|
|
Merge pull request #2692 from rpurdie/main
Jason R. Coombs
2021-07-04
2
-1
/
+8
|
\
\
\
|
*
|
|
Update changelog.
Jason R. Coombs
2021-07-04
1
-0
/
+1
|
*
|
|
Add test
Jason R. Coombs
2021-07-04
1
-0
/
+6
|
*
|
|
Restore the iterator
Jason R. Coombs
2021-07-04
1
-2
/
+2
|
*
|
|
setuptools/dist: Fix reproducibility issue by sorting globbing
Richard Purdie
2021-05-31
1
-2
/
+2
*
|
|
|
Merge pull request #2716 from pypa/bugfix/2715-ssl-match_hostname-deprecated
Jason R. Coombs
2021-07-04
3
-276
/
+2
|
\
\
\
\
|
*
|
|
|
Update changelog.
Jason R. Coombs
2021-07-04
1
-0
/
+1
|
*
|
|
|
Remove ssl_support. Fixes #2715.
Jason R. Coombs
2021-07-04
2
-276
/
+1
|
/
/
/
/
*
|
|
|
Merge https://github.com/jaraco/skeleton
Jason R. Coombs
2021-07-04
3
-3
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use shutil for rmtree
Brian Rutledge
2021-06-12
1
-2
/
+1
|
*
|
|
Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packagin...
Jason R. Coombs
2021-06-03
1
-0
/
+4
|
*
|
|
Remove setup_requires, obviated by build-requires in pyproject.toml.
Jason R. Coombs
2021-05-26
1
-1
/
+0
|
*
|
|
Test on Python 3.10
Jason R. Coombs
2021-05-20
1
-1
/
+4
*
|
|
|
Merge pull request #2684 from clint-lawrence/patch-1
Jason R. Coombs
2021-05-29
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix a broken external link
clint-lawrence
2021-05-25
1
-1
/
+1
*
|
|
|
|
Merge pull request #2604 from cansjt/fix-inaccurate-entrypoint-doc
Jason R. Coombs
2021-05-29
2
-57
/
+95
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Entrypoints in declarative config are now supported
Nicolas CANIART
2021-05-29
2
-57
/
+95
|
/
/
/
/
*
|
|
|
Unpin dependencies for certs and ssl extras and remove dependency links. Inst...
Jason R. Coombs
2021-05-22
2
-10
/
+2
*
|
|
|
Remove consideration for Java as Jython is no longer supported.
Jason R. Coombs
2021-05-22
1
-5
/
+1
*
|
|
|
Remove src_root from setup.py, seemingly unused.
Jason R. Coombs
2021-05-22
1
-1
/
+0
*
|
|
|
Bump version: 56.2.0 → 57.0.0
v57.0.0
Jason R. Coombs
2021-05-22
10
-16
/
+30
*
|
|
|
Merge pull request #2681 from pypa/feature/omit-setup-requires
Jason R. Coombs
2021-05-22
2
-5
/
+1
|
\
\
\
\
|
*
|
|
|
Remove 'wheel' from setup_requires.
Jason R. Coombs
2021-05-22
2
-5
/
+1
|
/
/
/
/
[next]