aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterMerge pull request #2319 from pypa/fix_changelogPaul Ganssle5 years
fix_changelogRemove superfluous 'v' in CHANGES.rstPaul Ganssle5 years
bugfix/2232-adopt-distutils-defaultMerge branch 'master' into bugfix/2232-adopt-distutils-defaultJason R. Coombs5 years
docs/distutils-portingAdd docs on porting from distutils.Jason R. Coombs5 years
distutils-adopt-escape-hatchAllow opt-in and opt-out of distutils adoption at run time with SETUPTOOLS_US...Jason R. Coombs5 years
bugfix/2232-ubuntu-patchMerge https://github.com/pypa/distutils into bugfix/2232-ubuntu-patchJason R. Coombs5 years
feature/2093-docs-revampMerge pull request #2154 from alvyjudy/entrypointJason R. Coombs5 years
bugfix/2129-better-egg-detectionKeep the full path for each entry when enumerating entries for a candidate path.Jason R. Coombs5 years
debt/remove-RequirementParseErrorUpdate changelog.Jason R. Coombs5 years
distutilsUpdate changelog.Jason R. Coombs5 years
feature/simple-dist-name-in-scriptsAvoid the full spec and only rely on the dist name when generating script wra...Jason R. Coombs5 years
debt/drop-py35Drop support for Python 3.5.Jason R. Coombs5 years
maint/44.xBump version: 44.1.0 → 44.1.1Jason R. Coombs5 years
feature/deprecate-2to3Use the SetuptoolsDeprecationWarning to make the warning more visible outside...Jason R. Coombs5 years
feature/implicit-bootstrapBootstrap the package unconditionally in setup.py. Fixes #2001.Jason R. Coombs5 years
feature/pip-options-alignmentAdd support for --build-option alongside --global-option and use --global-opt...Jason R. Coombs5 years
feature/deps-in-metadataAdd changelog entry.Jason R. Coombs5 years
feature/include-pyproject.tomlRestore Python 2.7 compatibilityJason R. Coombs5 years
pr1887-rebaseSimplify warning.Jason R. Coombs5 years
feature/easy-install-depUse indexserver as that avoids setting the environment variable for setuptool...Jason R. Coombs6 years
feature/1696-update-vendored-depsAdd tox env 'update-vendored' that updates the vendored deps. Ref 1696Jason R. Coombs6 years
di-patch-1Fix typo in docstringDustin Ingram6 years
feature/deterministic-provides-extras-2Retain order when parsing values from configJason R. Coombs6 years
feature/version-in-cfgMove bumpversion config to .bumpversion.cfg as it seems not to be possible to...Jason R. Coombs6 years
40.7-maintenanceBump version: 40.7.2 → 40.7.3Jason R. Coombs6 years
bugfix/1663-restore-portRename changelog to reflect new PRJason R. Coombs6 years
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2test: add a simple regression test for `build_ext`Benoit Pierre6 years
bugfix/1635-disallow-parent-pathsUpdate documentation to match more aggressive absolute path exclusion in reso...Jason R. Coombs6 years
bugfix/downgrade-pip-reduxPin pip to <19 until a more permanent solution can be devised. Ref #1644.Jason R. Coombs6 years
bugfix/downgrade-pipFix pip upgrade/downgrade on Windows.Jason R. Coombs6 years
iterator-unpackExtract common behavior into a functionJason R. Coombs6 years
bugfix/1623-always-targzAdd changelogJason R. Coombs6 years
docs/auto-mergeAdd documents on auto-mergeJason R. Coombs6 years
feature/pyopenssl-fallbackInitial attempt to fall back to PyOpenSSL when built-in SSL is inadequate. Re...Jason R. Coombs7 years
pr/1521Add test for #1519 demonstrating failure.Tzu-ping Chung7 years
feature/xenial-py37pare it down to almost nothing different from path.pyJason R. Coombs7 years
dont-normalizeAdd an option to disable version normalizationDonald Stufft7 years
feature/vendor-pkg-resourcesAdd vendored dependenciesJason R. Coombs7 years
feature/tox-venvTest under venv when available.Jason R. Coombs7 years
feature/1246-utf-8-in-scriptsAlways encode text-based scripts to UTF-8. Fixes #1246.Jason R. Coombs7 years
drop-py26Remove reference to Python 2.6 as a supported interpreter.Jason R. Coombs8 years
issue-889Update changelog. Ref #889.Jason R. Coombs8 years
bootstrapMerge pull request #965 from idgserpro/bootstrapJason R. Coombs8 years
replicant-10Bump version: 33.1.0 → 33.1.1Jason R. Coombs8 years
issue-97Merge branch 'master' into issue-97Jason R. Coombs8 years
issue-704In sandbox.run_setup, always ensure that __file__ is str. Fixes #712.Jason R. Coombs8 years
issue250-module_from_specUpdate changelog. Fixes #250. Fixes #870. Ref #805. Ref pypa/pip#1924. Ref #845.Jason R. Coombs9 years
develop-nspkg-alwaysMerge branch 'master' into develop-nspkg-alwaysJason R. Coombs9 years
issue250-reentryConsidering re-writing the -nspkg.pth file as a call to re-enter setuptools t...Jason R. Coombs9 years
develop-nspkgFor now, suppress creation of package __init__.Jason R. Coombs9 years
export-pkg-resourcesRemove Mercurial metadataJason R. Coombs9 years
setuptools-scmMerge with masterJason R. Coombs9 years
bootstrap-2.xUpdate changelog; Fixes #128.Jason R. Coombs11 years
bootstrap-py24Corrected a TypeError when reading a local package index on Python 3. Fixes #...Jason R. Coombs12 years