index
:
delta/python-setuptools-git.git
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1390-description-no-newlines
bugfix/1390-lenient-description
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/1996-no-bootstrap
bugfix/2129-better-egg-detection
bugfix/2232-just-break-pip-upgrade
bugfix/2232-ubuntu-patch
bugfix/2471-remove-deps
bugfix/2906-distutils-race
bugfix/2938-easy-install-schemes
bugfix/2993-get-pip-exemption
bugfix/2993-redux
bugfix/3026-sysconfig-vars-in-easy-install
bugfix/3073-old-setuptools
bugfix/3452-unconditional-workaround
bugfix/3452-warn
bugfix/3525-error
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/deprecate-setup-requires
debt/deprecate-version
debt/drop-py35
debt/remove-RequirementParseError
debt/remove-easy-install
debt/remove-legacy-version
debt/update-packaging
dev/adopt_bdist_wheel
dev/avoid_wheel_unstable_api
dev/core_metadata
dev/egg_info_requires
dev/simplified_wheelbuilder
dev/untangle_editable_wheel
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
distutils-refresh
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/2550-build-from-source
feature/deprecate-2to3
feature/deprecate-installer
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/distutils-8c160a9693
feature/distutils-bb018f1ac3
feature/distutils-docs
feature/distutils-hack-startup-perf
feature/drop-fetch-build-eggs-easy-install-fallback
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/limit-distutils-hack-pip-workaround
feature/local-distutils
feature/local-schemes
feature/logging
feature/pip-options-alignment
feature/plugins-enabled-by-default
feature/pyopenssl-fallback
feature/refactor-parse-requirements
feature/remove-distutils-hack-pip-workaround
feature/remove-easy-install
feature/remove-eggsecutable
feature/restore-editable-pythonpath
feature/sic-versions-in-commands
feature/simple-dist-name-in-scripts
feature/skeleton
feature/test-as-installed
feature/tox-venv
feature/unvendor
feature/vendor-jaraco-text
feature/vendor-pkg-resources
feature/vendoring
feature/version-in-cfg
feature/xenial-py37
fix/2529
include-pypy
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
jaraco-path-build
license-files-generator
main
maint/44.x
master
pr/1521
pr1887-rebase
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
workaround/2495-clean-indentation
workaround/2495-no-install-requires
github.com: pypa/setuptools.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version: 28.5.0 → 28.6.0
v28.6.0
Jason R. Coombs
2016-10-16
2
-2
/
+2
*
Update changelog
Jason R. Coombs
2016-10-16
1
-0
/
+9
*
Merge pull request #629 from kata198/master
Jason R. Coombs
2016-10-16
1
-1
/
+9
|
\
|
*
Ammend: fb1867e305660161c2960dfcfc5a95d41310e19d add missing sort
Tim Savannah
2016-07-05
1
-0
/
+1
|
*
Scan for distributions in reverse order, so we find the newest version of a d...
Tim Savannah
2016-07-05
1
-1
/
+5
|
*
Skip empty egg directories, which may be leftover from previous installations
Tim Savannah
2016-07-05
1
-0
/
+3
*
|
No need to allow failures, as there are no known failures.
Jason R. Coombs
2016-10-15
1
-5
/
+0
*
|
Restore pypy3 tests. Ref #815.
Jason R. Coombs
2016-10-15
1
-0
/
+1
*
|
Merge pull request #815 from xavfernandez/travis
Jason R. Coombs
2016-10-15
1
-1
/
+7
|
\
\
|
*
|
Add 3.6-dev and nightly to travis configuration
Xavier Fernandez
2016-10-15
1
-1
/
+7
|
/
/
*
|
Bump version: 28.4.0 → 28.5.0
v28.5.0
Jason R. Coombs
2016-10-14
2
-2
/
+2
*
|
Just skip these tests on Python 2.6.
Jason R. Coombs
2016-10-14
1
-4
/
+9
*
|
Allow passing posargs
Jason R. Coombs
2016-10-14
1
-1
/
+1
*
|
Now running under tox, Python 2.6 gets a non-zero PYTHONHASHSEED, so tests ar...
Jason R. Coombs
2016-10-14
1
-4
/
+0
*
|
Update changelog. Fixes #249. Fixes #450
Jason R. Coombs
2016-10-14
1
-0
/
+2
*
|
Merge pull request #764 from timheap/fast_egg_info_command
Jason R. Coombs
2016-10-14
3
-44
/
+451
|
\
\
|
*
|
Much faster implementation of FileList, for big egg_info speedups
Tim Heap
2016-10-15
3
-44
/
+451
*
|
|
Install and invoke tox in appveyor
Jason R. Coombs
2016-10-14
1
-1
/
+2
*
|
|
Update changelog
Jason R. Coombs
2016-10-14
1
-0
/
+5
*
|
|
Use backports.unittest_mock 1.2 for Python 3.2 and 2.6 compatibility.
Jason R. Coombs
2016-10-14
1
-1
/
+1
*
|
|
Simply invoke tox for Python 2.6 compatibility
Jason R. Coombs
2016-10-14
1
-1
/
+2
*
|
|
Just use backports.unittest_mock so that tox can be invoked naturally (withou...
Jason R. Coombs
2016-10-14
1
-1
/
+1
*
|
|
Install tox and not pytest. tox will install pytest.
Jason R. Coombs
2016-10-14
1
-2
/
+1
*
|
|
Run tests with tox
Jason R. Coombs
2016-10-14
4
-20
/
+10
|
/
/
*
|
Bump version: 28.3.0 → 28.4.0
v28.4.0
Jason R. Coombs
2016-10-14
2
-2
/
+2
*
|
Update changelog. Ref #762.
Jason R. Coombs
2016-10-14
1
-0
/
+3
*
|
Merge pull request #762 from matejcik/master
Jason R. Coombs
2016-10-14
1
-1
/
+3
|
\
\
|
*
|
reference certifi pem bundle properly
matejcik
2016-08-24
1
-1
/
+2
|
*
|
add SUSE cert bundle location
matejcik
2016-08-24
1
-0
/
+1
*
|
|
Update changelog
Jason R. Coombs
2016-10-14
1
-0
/
+4
*
|
|
Update sdist to use sdist_add_defaults forward compatibility.
Jason R. Coombs
2016-10-14
2
-54
/
+8
*
|
|
Add note about editing the code
Jason R. Coombs
2016-10-14
1
-0
/
+3
*
|
|
Update doctest to pass
Jason R. Coombs
2016-10-14
1
-2
/
+2
*
|
|
Update sdist_add_defaults to match CPython db8bb1bd6ac5
Jason R. Coombs
2016-10-14
1
-2
/
+21
*
|
|
Adding setuptools.command.py36compat module with functionality copied from di...
Jason R. Coombs
2016-10-14
1
-0
/
+114
*
|
|
Move READMES definition into class attribute.
Jason R. Coombs
2016-10-14
1
-5
/
+5
*
|
|
Always use iterator-based filter
Jason R. Coombs
2016-10-14
1
-0
/
+1
*
|
|
Rely on degenerate behavior in list.extend, as found in distutils.
Jason R. Coombs
2016-10-14
1
-3
/
+2
*
|
|
Update changelog
Jason R. Coombs
2016-10-14
1
-0
/
+6
*
|
|
Merge pull request #732 from mindw/fix_extra_names_dash
Jason R. Coombs
2016-10-14
2
-3
/
+21
|
\
\
\
|
*
|
|
fix for extra names containing '-'
Gabi Davar
2016-08-23
2
-3
/
+21
|
|
/
/
*
|
|
Merge pull request #813 from bittner/patch-1
Jason R. Coombs
2016-10-14
1
-45
/
+44
|
\
\
\
|
*
|
|
Follow PEP8 for keyword arguments syntax in setup
Peter Bittner
2016-10-14
1
-45
/
+44
|
/
/
/
*
|
|
Merge pull request #811 from stepshal/pyparsing
Jason R. Coombs
2016-10-08
2
-34
/
+53
|
\
\
\
|
*
|
|
Upgrade pyparsing to version 2.1.10
stepshal
2016-10-08
2
-34
/
+53
|
/
/
/
*
|
|
Update changelog to match actual release
Jason R. Coombs
2016-10-07
1
-1
/
+1
*
|
|
Bump version: 28.2.0 → 28.3.0
v28.3.0
Jason R. Coombs
2016-10-07
2
-2
/
+2
*
|
|
Merge suppression of namespace handling when PEP-420 can handle namespace pac...
Jason R. Coombs
2016-10-07
4
-3
/
+7
|
\
\
\
|
*
|
|
Bump version: 28.1.0 → 28.2.0
v28.2.0b1
Jason R. Coombs
2016-10-02
2
-2
/
+2
|
*
|
|
Merge with master
Jason R. Coombs
2016-10-02
2
-6
/
+12
|
|
\
\
\
[next]