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
*
Fix failing tests on Python 2
20.0
Jason R. Coombs
2016-02-07
1
-0
/
+2
*
Fix syntax errors on Python 2
Jason R. Coombs
2016-02-07
1
-1
/
+2
*
Bumped to 20.0 in preparation for next release.
Jason R. Coombs
2016-02-07
1
-1
/
+1
*
Merge backout of 1ae2a75724bb; fixes #118.
Jason R. Coombs
2016-02-07
2
-1
/
+8
|
\
|
*
Backout changeset 1ae2a75724bbba56373784f185a7f235ed0f24a4
Jason R. Coombs
2016-02-07
1
-1
/
+1
*
|
Remove unused imports
Jason R. Coombs
2016-02-03
1
-2
/
+0
*
|
Extract ns_str as class attribute
Jason R. Coombs
2016-02-03
1
-5
/
+5
*
|
Use consistent numbering for clarity.
Jason R. Coombs
2016-02-03
1
-3
/
+3
*
|
Use py.path objects for cleaner setup
Jason R. Coombs
2016-02-03
1
-15
/
+15
*
|
Extract variable for readability
Jason R. Coombs
2016-02-03
1
-3
/
+5
*
|
Use py.path objects for cleaner setup
Jason R. Coombs
2016-02-03
1
-16
/
+12
*
|
Rewrite setup/teardown methods as pytest fixtures, encapsulating concepts for...
Jason R. Coombs
2016-02-03
1
-42
/
+52
*
|
Bumped to 19.8 in preparation for next release.
Jason R. Coombs
2016-02-03
1
-1
/
+1
*
|
Added tag 19.7 for changeset c6e619ce910d
Jason R. Coombs
2016-02-03
1
-0
/
+1
*
|
Bumped to 19.7 in preparation for next release.
19.7
Jason R. Coombs
2016-02-03
1
-1
/
+1
*
|
Update changelog
Jason R. Coombs
2016-02-03
1
-0
/
+6
*
|
Merge pull request #32 from silenius/master
Jason R. Coombs
2016-02-03
1
-0
/
+1
|
\
\
|
*
|
FreeBSD: Add root certificate from ca_root_nss.
Julien Cigar
2016-02-03
1
-0
/
+1
|
/
/
*
|
Use new style string formatting
Jason R. Coombs
2016-01-31
1
-3
/
+3
*
|
Extract variable for template string
Jason R. Coombs
2016-01-31
1
-11
/
+12
*
|
Bumped to 19.6.3 in preparation for next release.
Jason R. Coombs
2016-01-31
1
-1
/
+1
*
|
Added tag 19.6.2 for changeset d2782cbb2f15
Jason R. Coombs
2016-01-31
1
-0
/
+1
*
|
Update changelog
19.6.2
Jason R. Coombs
2016-01-31
1
-0
/
+7
*
|
Normalize all paths, not excluding ''. Fixes #491.
Jason R. Coombs
2016-01-31
1
-1
/
+1
*
|
Rename inner function and add docstring
Jason R. Coombs
2016-01-31
1
-3
/
+6
*
|
Extract function _rebuild_mod_path
Jason R. Coombs
2016-01-31
1
-10
/
+16
*
|
Bumped to 19.6.2 in preparation for next release.
Matthew Iversen
2016-01-29
1
-1
/
+1
*
|
Added tag 19.6.1 for changeset 35d9179d0439
Matthew Iversen
2016-01-29
1
-0
/
+1
*
|
Bumped to 19.6.1 in preparation for next release.
19.6.1
Matthew Iversen
2016-01-29
1
-1
/
+1
*
|
Allow failures with pypy3 for now
Matthew Iversen
2016-01-29
1
-0
/
+3
*
|
Merge pull request #31 from Ivoz/patch-1
Jason R. Coombs
2016-01-28
1
-0
/
+1
|
\
\
|
*
|
Test on pypy3
Matt Iversen
2016-01-29
1
-0
/
+1
*
|
|
Update changelog
Jason R. Coombs
2016-01-28
1
-0
/
+10
*
|
|
Adapt resolution of classes from importlib.machinery. Restores compatibility ...
Jason R. Coombs
2016-01-26
1
-6
/
+5
*
|
|
Pull up DefaultProvider registration into a classmethod.
Jason R. Coombs
2016-01-26
1
-3
/
+7
*
|
|
Combine redundant imports of future functionality
Jason R. Coombs
2016-01-26
1
-4
/
+1
*
|
|
Rather than re-use globals of setuptools.launch, build a unique namespace in ...
Jason R. Coombs
2016-01-25
1
-6
/
+13
*
|
|
Bumped to 19.7 in preparation for next release.
Jason R. Coombs
2016-01-24
1
-1
/
+1
*
|
|
Added tag 19.6 for changeset 3c2332e4ec72
Jason R. Coombs
2016-01-24
1
-0
/
+1
*
|
|
Added tag 19.6b1 for changeset 34121bf49b1a
19.6
Jason R. Coombs
2016-01-24
1
-0
/
+1
|
/
/
*
|
Also hide Cython when hiding setuptools, as setuptools will have imported Cyt...
19.6b1
Jason R. Coombs
2016-01-24
2
-1
/
+8
*
|
Add 'launch' hook, based on pip.utils.setuptools_build
Jason R. Coombs
2016-01-24
2
-0
/
+43
*
|
Bumped to 19.6 in preparation for next release.
Jason R. Coombs
2016-01-23
1
-1
/
+1
*
|
Added tag 19.5 for changeset 0a68cbab7258
Jason R. Coombs
2016-01-23
1
-0
/
+1
*
|
Bumped to 19.5 in preparation for next release.
19.5
Jason R. Coombs
2016-01-23
1
-1
/
+1
*
|
Update changelog
Jason R. Coombs
2016-01-23
1
-2
/
+4
*
|
Merged in darjus/setuptools (pull request #169)
Jason R. Coombs
2016-01-23
3
-89
/
+7
|
\
\
|
*
|
Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no...
Darjus Loktevic
2016-01-11
3
-89
/
+7
*
|
|
Update changelog.
Jason R. Coombs
2016-01-23
1
-0
/
+1
*
|
|
Relicense the package as MIT license. Drop licensing as PSF and Zope as neith...
Jason R. Coombs
2016-01-23
1
-3
/
+1
[next]