index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
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/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1941 from joreiff/pr-easyinstall
Jason R. Coombs
2020-02-05
1
-13
/
+10
|
\
|
*
Merge branch 'master' into pr-easyinstall
Johannes Reiff
2020-01-25
40
-271
/
+485
|
|
\
|
*
|
Make easy_install command less strict (fixes #1405)
Johannes Reiff
2019-12-19
1
-14
/
+10
*
|
|
Merge pull request #1986 from vstinner/skip_wininst
Jason R. Coombs
2020-02-05
1
-2
/
+5
|
\
\
\
|
*
|
|
Fix install_scripts() if bdist_wininst is missing
Victor Stinner
2020-02-03
1
-2
/
+5
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' into feature/deps-in-metadata
Jason R. Coombs
2020-01-20
1
-0
/
+12
|
\
|
|
|
*
|
Merge commit 'f9e279df'
Jason R. Coombs
2020-01-20
1
-0
/
+12
|
|
\
\
|
|
*
|
Move test dependencies into the package, removing 'tests' directory which mas...
Jason R. Coombs
2020-01-20
1
-0
/
+12
*
|
|
|
Rewrite selective PIP_IGNORE_REQUIRES_PYTHON to allow test dependencies in me...
Jason R. Coombs
2020-01-20
1
-0
/
+11
|
/
/
/
*
|
|
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-01-19
1
-1
/
+2
*
|
|
Separate test for 'is_present' into its own test and add a TODO about this be...
Jason R. Coombs
2020-01-19
1
-0
/
+5
*
|
|
Extract 'find_spec' function to consolidate behavior. Ref #1905.
Jason R. Coombs
2020-01-19
1
-12
/
+12
*
|
|
Merge branch 'master' into patch-1
Jason R. Coombs
2020-01-19
57
-1114
/
+1752
|
\
\
\
|
*
|
|
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-01-19
10
-47
/
+47
|
*
|
|
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-01-19
28
-153
/
+231
|
*
|
|
Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into maint/...
Jason R. Coombs
2020-01-14
2
-0
/
+35
|
|
\
\
\
|
|
*
|
|
Add tests
Emiel Wiedijk
2019-05-15
1
-0
/
+28
|
|
*
|
|
Set sys.argv[0] in build scripts run by build_meta
Emiel Wiedijk
2019-05-15
1
-0
/
+7
|
*
|
|
|
Fix for Python 4: replace unsafe six.PY3 with PY2
Hugo
2020-01-08
11
-31
/
+31
|
*
|
|
|
Merge pull request #1908 from benoit-pierre/drop_py34_support
Jason R. Coombs
2020-01-01
1
-4
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
drop support for Python 3.4
Benoit Pierre
2019-11-15
1
-4
/
+1
|
*
|
|
|
|
Fix latin1 and utf8 tests on Python 2
Jason R. Coombs
2020-01-01
1
-2
/
+11
|
*
|
|
|
|
Restore Python 2.7 compatibility
Jason R. Coombs
2020-01-01
1
-5
/
+1
|
*
|
|
|
|
Remove unused import
Jason R. Coombs
2019-12-31
1
-1
/
+0
|
*
|
|
|
|
Remove instance attribute; rely on tmpdir fixture; re-use touch helper.
Jason R. Coombs
2019-12-31
1
-8
/
+7
|
*
|
|
|
|
Rewrite TestSdistTest setup/teardown_method as pytest fixture.
Jason R. Coombs
2019-12-31
1
-18
/
+17
|
*
|
|
|
|
Restore Python 2.7 compatibility
feature/include-pyproject.toml
Jason R. Coombs
2019-12-31
1
-0
/
+2
|
*
|
|
|
|
Add test for exclusion expectation. Ref #1650.
Jason R. Coombs
2019-12-31
1
-0
/
+16
|
*
|
|
|
|
Add test ensuring pyproject.toml is included during PEP 517 build.
Tzu-ping Chung
2019-12-29
1
-0
/
+21
|
*
|
|
|
|
Merge branch 'master' into feature/include-pyproject.toml
Jason R. Coombs
2019-12-29
73
-2192
/
+4155
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Extract methods to separate _safe_data_files behavior and _add_data_files.
Jason R. Coombs
2019-12-21
1
-8
/
+21
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Merge branch 'master' into fix_handling_of_find-links_in_setup.cfg
Jason R. Coombs
2019-12-01
2
-2
/
+58
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Extract function to strip the marker for concise code in the long function.
Jason R. Coombs
2019-12-01
1
-5
/
+14
|
|
|
*
|
|
|
fix possible issue with transitive build dependencies
Benoit Pierre
2019-11-27
2
-2
/
+49
|
|
*
|
|
|
|
fix support for easy_install's find-links option in setup.cfg
Benoit Pierre
2019-11-26
2
-2
/
+49
|
|
|
/
/
/
/
|
|
*
|
|
|
wheel: fix `is_compatible` implementation
Benoit Pierre
2019-11-25
2
-1
/
+10
|
|
*
|
|
|
Merge pull request #1877 from pypa/feature/distribution-options-hooks
Jason R. Coombs
2019-11-23
1
-4
/
+20
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Merge branch 'master' into feature/distribution-options-hooks
Jason R. Coombs
2019-11-16
22
-809
/
+1009
|
|
|
|
\
|
|
|
|
|
|
*
|
|
|
Move all finalization of distribution options into hooks. Allow hooks to spec...
Jason R. Coombs
2019-11-16
1
-6
/
+18
|
|
|
*
|
|
|
Add new hook 'setuptools.finalize_distribution_options' for plugins like 'set...
Jason R. Coombs
2019-10-18
1
-0
/
+4
|
|
*
|
|
|
|
Merge pull request #1909 from benoit-pierre/resurrect_easy_install_script
Jason R. Coombs
2019-11-23
3
-21
/
+73
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
Revert "drop easy_install script and associated documentation"
Benoit Pierre
2019-11-16
3
-21
/
+73
|
|
*
|
|
|
|
|
Merge pull request #1829 from benoit-pierre/update_pep425tags
Jason R. Coombs
2019-11-16
16
-815
/
+662
|
|
|
\
\
\
\
\
\
|
|
|
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
wheel: switch to `packaging.tags` for checking PEP 425 tags
Benoit Pierre
2019-10-07
5
-629
/
+2
|
|
|
*
|
|
|
|
setuptools: update vendored packaging
Benoit Pierre
2019-10-07
11
-186
/
+660
|
|
*
|
|
|
|
|
Merge pull request #1767 from kchmck/feat-license-files
Jason R. Coombs
2019-11-16
4
-14
/
+224
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
Filter out missing files and use extend()
Mick Koch
2019-10-28
1
-2
/
+2
|
|
|
*
|
|
|
|
|
Use an OrderedSet for accumulating license files
Mick Koch
2019-10-28
2
-3
/
+3
|
|
|
*
|
|
|
|
|
Remove DALS for single-line strings
Mick Koch
2019-10-28
1
-40
/
+40
|
|
|
*
|
|
|
|
|
Add support for `license_files` option in metadata
Mick Koch
2019-10-28
4
-8
/
+218
[next]