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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Extract function for restoring install lib to encapsulate behavior.
Jason R. Coombs
2020-07-26
1
-6
/
+7
|
|
*
Remove hanging indent
Jason R. Coombs
2020-07-26
1
-2
/
+4
|
|
*
Update docstring to use imperative voice, provide a bit more context, and adv...
Jason R. Coombs
2020-07-26
1
-4
/
+7
|
|
*
Extract pth name and contents into class variables.
Jason R. Coombs
2020-07-26
1
-3
/
+6
|
|
*
Rename _distutils_importer to _distutils_hack, as it supplies more than just ...
Jason R. Coombs
2020-07-26
7
-7
/
+7
|
|
*
Move docstring closer to relevant context
Jason R. Coombs
2020-07-19
2
-7
/
+7
|
|
*
Fix AttributeError when `importlib.util` was not otherwise imported.
Jason R. Coombs
2020-07-19
1
-1
/
+1
|
|
*
Consolidate distutils importing hacks into _distutils_importer package. Gener...
Jason R. Coombs
2020-07-19
8
-30
/
+27
|
|
*
Revert "Remove warnings"
Paul Ganssle
2020-07-13
1
-1
/
+18
|
|
*
Use import hook instead of sys.path manipulation
Paul Ganssle
2020-07-13
3
-9
/
+27
|
|
*
Clean up setuptools/__init__.py imports
Paul Ganssle
2020-07-13
1
-4
/
+3
|
|
*
Adjust distutils shim when removing _distutils_importer
Paul Ganssle
2020-07-13
2
-6
/
+30
|
|
*
Remove warnings
Paul Ganssle
2020-07-13
1
-18
/
+1
|
|
*
Use .pth file to import distutils from setuptools
Paul Ganssle
2020-07-13
5
-0
/
+43
|
|
/
|
/
|
*
|
Bump version: 49.1.3 → 49.2.0
v49.2.0
Jason R. Coombs
2020-07-12
4
-3
/
+8
*
|
Merge pull request #2254 from pypa/better-cov
Jason R. Coombs
2020-07-12
2
-4
/
+18
|
\
\
|
*
|
Programmatically disable coverage when running on PyPy.
Jason R. Coombs
2020-07-12
2
-4
/
+18
*
|
|
Merge pull request #2256 from pypa/bugfix/2230-warn-distutils-present
Jason R. Coombs
2020-07-12
2
-1
/
+19
|
\
\
\
|
*
|
|
Warn the user when distutils is present to discourage this usage and direct u...
Jason R. Coombs
2020-07-12
2
-1
/
+19
|
/
/
/
*
|
|
Merge pull request #2253 from hugovk/gha-3.9-dev
Jason R. Coombs
2020-07-12
1
-0
/
+9
|
\
\
\
|
*
|
|
Test Python 3.9-dev
Hugo
2020-07-12
1
-0
/
+9
*
|
|
|
Bump version: 49.1.2 → 49.1.3
v49.1.3
Jason R. Coombs
2020-07-12
5
-4
/
+9
*
|
|
|
Merge pull request #2251 from pypa/bugfix/2212-distutils-spawn-race
Jason R. Coombs
2020-07-12
3
-10
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update changelog.
Jason R. Coombs
2020-07-12
1
-0
/
+1
|
*
|
|
Merge branch 'clean' of https://github.com/pypa/distutils
Jason R. Coombs
2020-07-12
2
-10
/
+6
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge pull request #6 from pypa/bugfix/2212-spawn-race
Jason R. Coombs
2020-07-12
2
-10
/
+6
|
|
|
\
\
|
|
|
*
|
Allow spawn to accept environment. Avoid monkey-patching global state. Closes...
Jason R. Coombs
2020-07-12
2
-10
/
+6
|
|
|
/
/
*
|
|
|
Merge pull request #2249 from alexhenrie/imp
Jason R. Coombs
2020-07-12
3
-2
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update changelog.
Jason R. Coombs
2020-07-12
1
-0
/
+1
|
*
|
|
Change exec_module to load_module
Alex Henrie
2020-07-11
2
-2
/
+2
*
|
|
|
Add a simple blank issue so it gets a green button.
Jason R. Coombs
2020-07-12
1
-0
/
+4
*
|
|
|
Merge pull request #2248 from hugovk/patch-1
Jason R. Coombs
2020-07-12
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Test Python 3.9-dev
Hugo van Kemenade
2020-07-11
1
-0
/
+1
*
|
|
|
Bump version: 49.1.1 → 49.1.2
v49.1.2
Jason R. Coombs
2020-07-11
4
-3
/
+8
*
|
|
|
Merge pull request #2247 from pypa/distutils-adopt-escape-hatch
Jason R. Coombs
2020-07-11
3
-2
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Allow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_US...
distutils-adopt-escape-hatch
Jason R. Coombs
2020-07-11
3
-3
/
+5
|
*
|
|
Provide escape hatch for distutils adoption.
Jason R. Coombs
2020-07-10
1
-1
/
+10
|
/
/
/
*
|
|
Bump version: 49.1.0 → 49.1.1
v49.1.1
Jason R. Coombs
2020-07-10
4
-3
/
+8
*
|
|
Merge pull request #2238 from pypa/remove-py2-warning
Jason R. Coombs
2020-07-09
3
-17
/
+1
|
\
\
\
|
*
|
|
Update changelog.
Jason R. Coombs
2020-07-07
1
-0
/
+1
|
*
|
|
Remove py2_warn, no longer needed as a SyntaxError is encountered before the ...
Jason R. Coombs
2020-07-07
2
-17
/
+0
*
|
|
|
Merge pull request #2241 from pypa/refresh-distutils
Jason R. Coombs
2020-07-08
18
-46
/
+120
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Merge commit 'bbe8e80bcbafff8cf3d135d17a8526c8ac5f4b27' of https://github.com...
Jason R. Coombs
2020-07-08
18
-46
/
+120
|
/
|
|
|
|
|
/
/
|
*
|
Merge branch 'cpython'
Jason R. Coombs
2020-07-07
18
-45
/
+119
|
|
\
\
|
|
*
|
bpo-41207 In distutils.spawn, rewrite FileNotFound (GH-21359)
Jason R. Coombs
2020-07-07
2
-3
/
+14
|
|
*
|
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
4
-19
/
+19
|
|
*
|
bpo-40275: Use new test.support helper submodules in tests (GH-21151)
Hai Shi
2020-06-25
12
-16
/
+31
|
|
*
|
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-3
/
+3
|
|
*
|
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935)
Victor Stinner
2020-06-17
1
-7
/
+6
|
*
|
|
Move assert outside the context so it actually has its effect.
Jason R. Coombs
2020-07-07
1
-1
/
+1
[prev]
[next]