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
Branch
Commit message
Author
Age
master
Merge pull request #2319 from pypa/fix_changelog
Paul Ganssle
5 years
fix_changelog
Remove superfluous 'v' in CHANGES.rst
Paul Ganssle
5 years
bugfix/2232-adopt-distutils-default
Merge branch 'master' into bugfix/2232-adopt-distutils-default
Jason R. Coombs
5 years
docs/distutils-porting
Add docs on porting from distutils.
Jason R. Coombs
5 years
distutils-adopt-escape-hatch
Allow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_US...
Jason R. Coombs
5 years
bugfix/2232-ubuntu-patch
Merge https://github.com/pypa/distutils into bugfix/2232-ubuntu-patch
Jason R. Coombs
5 years
feature/2093-docs-revamp
Merge pull request #2154 from alvyjudy/entrypoint
Jason R. Coombs
5 years
bugfix/2129-better-egg-detection
Keep the full path for each entry when enumerating entries for a candidate path.
Jason R. Coombs
5 years
debt/remove-RequirementParseError
Update changelog.
Jason R. Coombs
5 years
distutils
Update changelog.
Jason R. Coombs
5 years
feature/simple-dist-name-in-scripts
Avoid the full spec and only rely on the dist name when generating script wra...
Jason R. Coombs
5 years
debt/drop-py35
Drop support for Python 3.5.
Jason R. Coombs
5 years
maint/44.x
Bump version: 44.1.0 → 44.1.1
Jason R. Coombs
5 years
feature/deprecate-2to3
Use the SetuptoolsDeprecationWarning to make the warning more visible outside...
Jason R. Coombs
5 years
feature/implicit-bootstrap
Bootstrap the package unconditionally in setup.py. Fixes #2001.
Jason R. Coombs
5 years
feature/pip-options-alignment
Add support for --build-option alongside --global-option and use --global-opt...
Jason R. Coombs
5 years
feature/deps-in-metadata
Add changelog entry.
Jason R. Coombs
5 years
feature/include-pyproject.toml
Restore Python 2.7 compatibility
Jason R. Coombs
5 years
pr1887-rebase
Simplify warning.
Jason R. Coombs
5 years
feature/easy-install-dep
Use indexserver as that avoids setting the environment variable for setuptool...
Jason R. Coombs
6 years
feature/1696-update-vendored-deps
Add tox env 'update-vendored' that updates the vendored deps. Ref 1696
Jason R. Coombs
6 years
di-patch-1
Fix typo in docstring
Dustin Ingram
6 years
feature/deterministic-provides-extras-2
Retain order when parsing values from config
Jason R. Coombs
6 years
feature/version-in-cfg
Move bumpversion config to .bumpversion.cfg as it seems not to be possible to...
Jason R. Coombs
6 years
40.7-maintenance
Bump version: 40.7.2 → 40.7.3
Jason R. Coombs
6 years
bugfix/1663-restore-port
Rename changelog to reflect new PR
Jason R. Coombs
6 years
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
test: add a simple regression test for `build_ext`
Benoit Pierre
6 years
bugfix/1635-disallow-parent-paths
Update documentation to match more aggressive absolute path exclusion in reso...
Jason R. Coombs
6 years
bugfix/downgrade-pip-redux
Pin pip to <19 until a more permanent solution can be devised. Ref #1644.
Jason R. Coombs
6 years
bugfix/downgrade-pip
Fix pip upgrade/downgrade on Windows.
Jason R. Coombs
6 years
iterator-unpack
Extract common behavior into a function
Jason R. Coombs
6 years
bugfix/1623-always-targz
Add changelog
Jason R. Coombs
6 years
docs/auto-merge
Add documents on auto-merge
Jason R. Coombs
6 years
feature/pyopenssl-fallback
Initial attempt to fall back to PyOpenSSL when built-in SSL is inadequate. Re...
Jason R. Coombs
7 years
pr/1521
Add test for #1519 demonstrating failure.
Tzu-ping Chung
7 years
feature/xenial-py37
pare it down to almost nothing different from path.py
Jason R. Coombs
7 years
dont-normalize
Add an option to disable version normalization
Donald Stufft
7 years
feature/vendor-pkg-resources
Add vendored dependencies
Jason R. Coombs
7 years
feature/tox-venv
Test under venv when available.
Jason R. Coombs
7 years
feature/1246-utf-8-in-scripts
Always encode text-based scripts to UTF-8. Fixes #1246.
Jason R. Coombs
7 years
drop-py26
Remove reference to Python 2.6 as a supported interpreter.
Jason R. Coombs
8 years
issue-889
Update changelog. Ref #889.
Jason R. Coombs
8 years
bootstrap
Merge pull request #965 from idgserpro/bootstrap
Jason R. Coombs
8 years
replicant-10
Bump version: 33.1.0 → 33.1.1
Jason R. Coombs
8 years
issue-97
Merge branch 'master' into issue-97
Jason R. Coombs
8 years
issue-704
In sandbox.run_setup, always ensure that __file__ is str. Fixes #712.
Jason R. Coombs
8 years
issue250-module_from_spec
Update changelog. Fixes #250. Fixes #870. Ref #805. Ref pypa/pip#1924. Ref #845.
Jason R. Coombs
9 years
develop-nspkg-always
Merge branch 'master' into develop-nspkg-always
Jason R. Coombs
9 years
issue250-reentry
Considering re-writing the -nspkg.pth file as a call to re-enter setuptools t...
Jason R. Coombs
9 years
develop-nspkg
For now, suppress creation of package __init__.
Jason R. Coombs
9 years
export-pkg-resources
Remove Mercurial metadata
Jason R. Coombs
9 years
setuptools-scm
Merge with master
Jason R. Coombs
9 years
bootstrap-2.x
Update changelog; Fixes #128.
Jason R. Coombs
11 years
bootstrap-py24
Corrected a TypeError when reading a local package index on Python 3. Fixes #...
Jason R. Coombs
12 years