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
*
Revert "drop easy_install script and associated documentation"
Benoit Pierre
2019-11-16
3
-21
/
+73
*
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
*
|
deprecate easy_install command
Benoit Pierre
2019-11-15
2
-2
/
+8
*
|
drop easy_install script and associated documentation
Benoit Pierre
2019-11-15
3
-73
/
+21
*
|
dist: re-implement `fetch_build_egg` to use pip
Benoit Pierre
2019-11-15
5
-65
/
+326
*
|
tests: fix some pytest warnings under Python 2
Benoit Pierre
2019-11-15
1
-1
/
+1
*
|
Merge pull request #1861 from benoit-pierre/fix_empty_namespace_package_wheel...
Benoit Pierre
2019-11-13
2
-6
/
+43
|
\
\
|
*
|
wheel: fix installation of empty namespace package
Benoit Pierre
2019-10-07
2
-1
/
+31
|
*
|
wheel: silence info trace when writing `requires.txt`
Benoit Pierre
2019-10-07
1
-5
/
+12
*
|
|
Remove "upload" and "register" commands.
Paul Ganssle
2019-11-02
6
-433
/
+57
*
|
|
Merge pull request #1855 from isidentical/issue-479
Jason R. Coombs
2019-10-29
4
-29
/
+137
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove 'sys' import
Batuhan Taskaya
2019-10-29
1
-1
/
+0
|
*
|
Allow calling get_frozen_object without paths, raise ImportError when it cant...
Batuhan Taskaya
2019-10-29
1
-2
/
+6
|
*
|
Ensure importlib.util is imported on Python 3.5
Jason R. Coombs
2019-10-28
1
-0
/
+5
|
*
|
Avoid importerror on older Pythons
Jason R. Coombs
2019-10-28
1
-1
/
+1
|
*
|
Extract compatibility function into compatibility module.
Jason R. Coombs
2019-10-28
2
-7
/
+11
|
*
|
remove _resolve
Batuhan Taskaya
2019-10-28
1
-7
/
+0
|
*
|
add docstring to find_module
Batuhan Taskaya
2019-10-28
1
-2
/
+1
|
*
|
py34 compat
Batuhan Taskaya
2019-10-28
1
-1
/
+7
|
*
|
imp load_module fix
Batuhan Taskaya
2019-10-28
1
-1
/
+1
|
*
|
Avoid _resolve in get_module (causes failures).
Jason R. Coombs
2019-10-27
1
-1
/
+1
|
*
|
Extract _resolve
Jason R. Coombs
2019-10-27
1
-6
/
+10
|
*
|
Rely on contextlib.closing for brevity.
Jason R. Coombs
2019-10-27
1
-5
/
+13
|
*
|
Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ...
Jason R. Coombs
2019-10-27
3
-87
/
+112
|
*
|
Remove apparently unrelated change to test
Jason R. Coombs
2019-10-27
1
-1
/
+0
|
*
|
Upgrade setuptools.depends to importlib from depracated imp
isidentical
2019-10-13
2
-14
/
+76
*
|
|
msvc: fix Python 2 support
Benoit Pierre
2019-10-28
1
-0
/
+1
*
|
|
Merge pull request #1824 from asottile/python310
Jason R. Coombs
2019-10-27
4
-6
/
+6
|
\
\
\
|
*
|
|
Fixes for python3.10
Anthony Sottile
2019-08-17
4
-6
/
+6
|
|
/
/
*
|
|
Merge pull request #1811 from JGoutin/msvc_update
Jason R. Coombs
2019-10-27
1
-322
/
+699
|
\
\
\
|
*
|
|
Improve Visual C++ 14.X support
jgoutin
2019-08-03
1
-322
/
+699
*
|
|
|
Remove outdated comment and suppressed exception from test_test.py
Jon Dufresne
2019-10-22
1
-6
/
+2
*
|
|
|
Merge pull request #1881 from jdufresne/utf-8
Paul Ganssle
2019-10-22
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Change coding cookie to use utf-8 (lowercase)
Jon Dufresne
2019-10-21
2
-2
/
+2
*
|
|
|
|
Deprecate the test command
Jon Dufresne
2019-10-21
2
-1
/
+59
|
/
/
/
/
*
|
|
|
minor cleanup
Benoit Pierre
2019-10-07
1
-2
/
+1
*
|
|
|
Pin ordered-set to current version for consistency.
Jason R. Coombs
2019-10-07
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #1847 from pypa/bugfix/1787-python-requires-invalid
Jason R. Coombs
2019-10-06
2
-0
/
+36
|
\
\
\
|
*
|
|
Ensure that python_requires is checked during option processing. Fixes #1787.
Jason R. Coombs
2019-09-11
1
-0
/
+2
|
*
|
|
Add more tests for valid behavior. Expand exception, any should do.
Jason R. Coombs
2019-09-11
1
-1
/
+23
|
*
|
|
Add test capturing failure. Ref #1787.
Jason R. Coombs
2019-09-11
1
-0
/
+12
|
|
|
/
|
|
/
|
*
|
|
Allow 'long_description_content_type' warnings for new versions of packaging....
Jason R. Coombs
2019-10-06
1
-0
/
+1
*
|
|
Refresh vendored packages (ordereddict 3.1.1)
Jason R. Coombs
2019-10-06
1
-2
/
+2
*
|
|
Merge branch 'master' into feature/deterministic-provides-extras
Jason R. Coombs
2019-09-11
17
-102
/
+337
|
\
|
|
|
*
|
Fix some usage of deprecated `imp` module
Anthony Sottile
2019-08-17
2
-5
/
+11
|
|
/
|
*
tests: fix `test_pip_upgrade_from_source` on Python 3.4
Benoit Pierre
2019-07-23
1
-1
/
+6
[next]