py-setuptools/setuptools
Jason R. Coombs 4020c9a5fe Avoid loading working set during `Distribution.finalize_options` prior to invoking `_install_setup_requires`, broken since v42.0.0. Fixes #2158. 2020-05-28 20:20:03 -04:00
..
_vendor setuptools: update vendored packaging 2019-10-07 23:32:58 +02:00
command Fix for Python 4: replace unsafe six.PY3 with PY2 2020-01-08 19:10:11 +02:00
extern Add 'ordered_set' as a vendored package 2019-02-17 17:08:40 -05:00
tests Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into maint/44.x 2020-01-14 18:43:48 -05:00
__init__.py Avoid loading working set during `Distribution.finalize_options` prior to invoking `_install_setup_requires`, broken since v42.0.0. Fixes #2158. 2020-05-28 20:20:03 -04:00
_deprecation_warning.py Add custom deprecation warning classes 2018-10-28 17:43:24 -04:00
_imp.py Remove 'sys' import 2019-10-29 10:53:40 +03:00
archive_util.py Remove spurious executable permissions 2018-07-27 14:53:45 +02:00
build_meta.py Set sys.argv[0] in build scripts run by build_meta 2019-05-15 19:56:15 +02:00
cli-32.exe
cli-64.exe
cli.exe
config.py Add support for `license_files` option in metadata 2019-10-28 18:30:31 -04:00
dep_util.py
depends.py Rely on contextlib.closing for brevity. 2019-10-27 20:25:21 -04:00
dist.py use finalize_distribution_options entrypoint order 2020-02-15 17:01:22 +01:00
errors.py Remove "upload" and "register" commands. 2019-11-02 15:10:29 -04:00
extension.py
glob.py Remove use of compatibility shim six.binary_type 2018-09-14 15:03:46 -07:00
gui-32.exe
gui-64.exe
gui.exe
installer.py Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg 2019-12-01 09:44:24 -05:00
launch.py
lib2to3_ex.py
monkey.py Start patching DistributionMetadata.read_pkg_file 2018-11-07 17:38:41 -05:00
msvc.py msvc: fix Python 2 support 2019-10-28 18:51:10 +01:00
namespaces.py Remove spurious executable permissions 2018-07-27 14:53:45 +02:00
package_index.py Fixes for python3.10 2019-08-17 19:18:07 -07:00
py27compat.py imp load_module fix 2019-10-28 10:12:53 +03:00
py31compat.py Fix error when wheels already exist in dist/ 2019-04-22 10:19:28 -04:00
py33compat.py Stop using deprecated HTMLParser.unescape 2019-06-19 10:15:58 -04:00
py34compat.py Ensure importlib.util is imported on Python 3.5 2019-10-28 22:06:44 -04:00
sandbox.py Remove spurious executable permissions 2018-07-27 14:53:45 +02:00
script (dev).tmpl Avoid resource warning from dev scripts installed editable 2018-06-25 12:42:00 -05:00
script.tmpl
site-patch.py
ssl_support.py Use HTTPS in link to RFC #6125 2018-12-28 10:07:43 -05:00
unicode_utils.py Remove detect_encoding, no longer used. 2019-04-05 12:25:03 -04:00
version.py
wheel.py wheel: fix `is_compatible` implementation 2019-11-25 11:39:11 +01:00
windows_support.py