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
*
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 #2236 from pypa/bugfix/2228-spawn-missing
Jason R. Coombs
2020-07-05
3
-3
/
+20
|
\
|
*
Merge branch 'master' into bugfix/2228-spawn-missing
Jason R. Coombs
2020-07-05
31
-14
/
+1281
|
|
\
|
|
/
|
/
|
*
|
Remove stale description of packaging.
Jason R. Coombs
2020-07-04
1
-8
/
+1
*
|
Add banner to main docs page
Jason R. Coombs
2020-07-04
1
-2
/
+5
*
|
Render logo in the readme.
Jason R. Coombs
2020-07-04
1
-0
/
+4
*
|
Rename logo assets to remove project name and 'logo', which are implied by th...
Jason R. Coombs
2020-07-04
9
-0
/
+0
*
|
Merge pull request #2229 from cajhne/logo001
Jason R. Coombs
2020-07-04
24
-0
/
+1258
|
\
\
|
*
|
Use lowercase 't' for consistency in branding.
Jason R. Coombs
2020-07-04
1
-2
/
+2
|
*
|
Add logo resources
cajhne
2020-07-03
24
-0
/
+1258
*
|
|
Amend changelog for 48.0 to include more detail about usage expectations. Ref...
Jason R. Coombs
2020-07-03
1
-1
/
+2
*
|
|
Bump version: 49.0.0 → 49.1.0
v49.1.0
Jason R. Coombs
2020-07-03
4
-3
/
+8
*
|
|
Merge pull request #2231 from pypa/bugfix/disable-distutils
Jason R. Coombs
2020-07-03
3
-1
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Omit distutils_patch from test collection.
Jason R. Coombs
2020-07-03
1
-0
/
+1
|
*
|
Update changelog. Ref #2228 and #2230.
Jason R. Coombs
2020-07-03
1
-0
/
+1
|
*
|
Disable adopted distutils while troubleshooting #2228 and #2230.
Jason R. Coombs
2020-07-03
1
-1
/
+2
|
/
/
|
*
Bump version: 49.0.0 → 49.0.1
v49.0.1
Jason R. Coombs
2020-07-05
4
-3
/
+8
|
*
Update changelog. Ref #2228.
Jason R. Coombs
2020-07-05
1
-0
/
+1
|
*
Merge https://github.com/pypa/distutils into HEAD
Jason R. Coombs
2020-07-05
2
-3
/
+14
|
/
|
|
*
Replace OSError with DistutilsExecError. Fixes pypa/distutils#3 and pypa/setu...
Jason R. Coombs
2020-07-05
1
-3
/
+9
|
*
Add test for spawn when exe is missing. Ref pypa/distutils#3.
Jason R. Coombs
2020-07-05
1
-0
/
+5
*
|
Bump version: 48.0.0 → 49.0.0
v49.0.0
Jason R. Coombs
2020-07-03
7
-6
/
+11
*
|
Merge pull request #2199 from cool-RR/2020-06-11-raise-from
Jason R. Coombs
2020-07-03
10
-40
/
+50
|
\
\
|
*
\
Merge branch 'master' into 2020-06-11-raise-from
Jason R. Coombs
2020-07-03
146
-381
/
+24879
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2180 from ozars/2175-bump-pkg-resources-vendor
Jason R. Coombs
2020-07-03
12
-186
/
+661
|
\
\
\
|
*
|
|
Update changelog.
Jason R. Coombs
2020-07-03
1
-0
/
+1
|
*
|
|
Update vendor packaging in pkg_resources to v19.2
Omer Ozarslan
2020-07-03
11
-186
/
+660
*
|
|
|
Merge pull request #2166 from pypa/bugfix/2165-remove-site-py
Jason R. Coombs
2020-07-03
6
-129
/
+3
|
\
\
\
\
|
*
|
|
|
Update changelog.
Jason R. Coombs
2020-05-29
1
-0
/
+1
|
*
|
|
|
Setuptools no longer installs a site.py file during easy_install or develop i...
Jason R. Coombs
2020-05-29
5
-129
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #2137 from pypa/debt/remove-RequirementParseError
Jason R. Coombs
2020-07-03
2
-9
/
+6
|
\
\
\
\
|
*
|
|
|
Update changelog.
debt/remove-RequirementParseError
Jason R. Coombs
2020-07-03
1
-0
/
+1
|
*
|
|
|
Add a compatibility wrapper, so downstream consumers trapping a RequirementPa...
Jason R. Coombs
2020-06-15
1
-0
/
+4
|
*
|
|
|
Remove superfluous RequirementParseError. Ref #1832.
Jason R. Coombs
2020-05-24
1
-9
/
+1
*
|
|
|
|
Bump version: 47.3.2 → 48.0.0
v48.0.0
Jason R. Coombs
2020-07-03
4
-3
/
+8
*
|
|
|
|
Merge pull request #2143 from pypa/distutils
Jason R. Coombs
2020-07-03
117
-18
/
+24159
|
\
\
\
\
\
|
*
|
|
|
|
Update changelog.
distutils
Jason R. Coombs
2020-07-03
1
-1
/
+1
|
*
|
|
|
|
Merge pull request #2226 from pypa/distutils-nested
Jason R. Coombs
2020-07-03
111
-16
/
+8
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Ensure the module is named 'distutils'. Avoids errors when distutils.log and ...
Jason R. Coombs
2020-07-03
1
-0
/
+1
|
|
*
|
|
|
|
Move distutils into a submodule of setuptools.
Jason R. Coombs
2020-07-03
111
-16
/
+7
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge pull request #2221 from mattip/pypy
Jason R. Coombs
2020-07-02
4
-18
/
+26
|
|
\
\
\
\
\
|
|
*
|
|
|
|
catch some resource leaks
mattip
2020-07-02
3
-17
/
+25
|
|
*
|
|
|
|
fix test for deprecation warning
mattip
2020-07-02
1
-1
/
+1
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge https://github.com/pypa/distutils into distutils
Jason R. Coombs
2020-07-02
12
-43
/
+182
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Merge pull request #1 from pypa/feature/integrate-pypy
Jason R. Coombs
2020-07-02
4
-36
/
+84
|
|
|
\
\
\
\
|
|
|
*
|
|
|
In test_unixcompiler.test_osx*, also patch sysconfig.get_config_vars followin...
Jason R. Coombs
2020-07-02
1
-0
/
+14
|
|
|
*
|
|
|
Skip test on PyPy where the functionality is disabled.
Jason R. Coombs
2020-07-01
1
-0
/
+1
|
|
|
*
|
|
|
no Makefile with PyPy and has own layout for python stdlib, site-packages
mattip
2020-07-01
1
-35
/
+44
|
|
|
*
|
|
|
do the minimum to fix sysconfig.py for PyPy, more will probably be needed
mattip
2020-07-01
1
-1
/
+5
[next]