aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Update changelogJason R. Coombs2016-02-031-0/+6
* | | | | | Merge pull request #32 from silenius/masterJason R. Coombs2016-02-031-0/+1
|\ \ \ \ \ \
| * | | | | | FreeBSD: Add root certificate from ca_root_nss.Julien Cigar2016-02-031-0/+1
|/ / / / / /
* | | | | | Use new style string formattingJason R. Coombs2016-01-311-3/+3
* | | | | | Extract variable for template stringJason R. Coombs2016-01-311-11/+12
* | | | | | Bumped to 19.6.3 in preparation for next release.Jason R. Coombs2016-01-311-1/+1
* | | | | | Added tag 19.6.2 for changeset d2782cbb2f15Jason R. Coombs2016-01-311-0/+1
* | | | | | Update changelog19.6.2Jason R. Coombs2016-01-311-0/+7
* | | | | | Normalize all paths, not excluding ''. Fixes #491.Jason R. Coombs2016-01-311-1/+1
* | | | | | Rename inner function and add docstringJason R. Coombs2016-01-311-3/+6
* | | | | | Extract function _rebuild_mod_pathJason R. Coombs2016-01-311-10/+16
* | | | | | Bumped to 19.6.2 in preparation for next release.Matthew Iversen2016-01-291-1/+1
* | | | | | Added tag 19.6.1 for changeset 35d9179d0439Matthew Iversen2016-01-291-0/+1
* | | | | | Bumped to 19.6.1 in preparation for next release.19.6.1Matthew Iversen2016-01-291-1/+1
* | | | | | Allow failures with pypy3 for nowMatthew Iversen2016-01-291-0/+3
* | | | | | Merge pull request #31 from Ivoz/patch-1Jason R. Coombs2016-01-281-0/+1
|\ \ \ \ \ \
| * | | | | | Test on pypy3Matt Iversen2016-01-291-0/+1
* | | | | | | Update changelogJason R. Coombs2016-01-281-0/+10
* | | | | | | Adapt resolution of classes from importlib.machinery. Restores compatibility ...Jason R. Coombs2016-01-261-6/+5
* | | | | | | Pull up DefaultProvider registration into a classmethod.Jason R. Coombs2016-01-261-3/+7
* | | | | | | Combine redundant imports of future functionalityJason R. Coombs2016-01-261-4/+1
* | | | | | | Rather than re-use globals of setuptools.launch, build a unique namespace in ...Jason R. Coombs2016-01-251-6/+13
* | | | | | | Bumped to 19.7 in preparation for next release.Jason R. Coombs2016-01-241-1/+1
* | | | | | | Added tag 19.6 for changeset 3c2332e4ec72Jason R. Coombs2016-01-241-0/+1
* | | | | | | Added tag 19.6b1 for changeset 34121bf49b1a19.6Jason R. Coombs2016-01-241-0/+1
|/ / / / / /
* | | | | | Also hide Cython when hiding setuptools, as setuptools will have imported Cyt...19.6b1Jason R. Coombs2016-01-242-1/+8
* | | | | | Add 'launch' hook, based on pip.utils.setuptools_buildJason R. Coombs2016-01-242-0/+43
* | | | | | Bumped to 19.6 in preparation for next release.Jason R. Coombs2016-01-231-1/+1
* | | | | | Added tag 19.5 for changeset 0a68cbab7258Jason R. Coombs2016-01-231-0/+1
* | | | | | Bumped to 19.5 in preparation for next release.19.5Jason R. Coombs2016-01-231-1/+1
* | | | | | Update changelogJason R. Coombs2016-01-231-2/+4
* | | | | | Merged in darjus/setuptools (pull request #169)Jason R. Coombs2016-01-233-89/+7
|\ \ \ \ \ \
| * | | | | | Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no...Darjus Loktevic2016-01-113-89/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Update changelog.Jason R. Coombs2016-01-231-0/+1
* | | | | | Relicense the package as MIT license. Drop licensing as PSF and Zope as neith...Jason R. Coombs2016-01-231-3/+1
* | | | | | Avoid TypeError when getfilesystemencoding returns None. Fixes #486.Jason R. Coombs2016-01-232-1/+7
* | | | | | Add test capturing failure. Ref #486.Jason R. Coombs2016-01-231-0/+10
* | | | | | Extract variable for candidate encodingsJason R. Coombs2016-01-231-2/+4
* | | | | | Added tag 19.4.1 for changeset 0bda3291ac72Jason R. Coombs2016-01-231-0/+1
* | | | | | Bumped to 19.4.1 in preparation for next release.19.4.1Jason R. Coombs2016-01-231-1/+1
* | | | | | Merged in svetlyak40wt/setuptools/svetlyak40wt/make-194-same-level-header-as-...Jason R. Coombs2016-01-231-230/+1
|\ \ \ \ \ \
| * | | | | | Make all headers on the same level in CHANGES.txt.Alexander Artemenko2016-01-191-231/+1
| * | | | | | Make 19.4 same level header as other version numbers.Alexander Artemenko2016-01-181-0/+1
* | | | | | | Invoke import on importlib.machinery directly. Access an attribute to force i...Jason R. Coombs2016-01-232-3/+11
|/ / / / / /
* | | | | | Bumped to 19.5 in preparation for next release.Jason R. Coombs2016-01-161-1/+1
* | | | | | Added tag 19.4 for changeset f47f3671508bJason R. Coombs2016-01-161-0/+1
* | | | | | Get VersionConflict from pkg_resources.19.4Jason R. Coombs2016-01-161-1/+1
* | | | | | Re-use tarfile_open for Python 2.6 compatibilty.Jason R. Coombs2016-01-161-6/+2
* | | | | | Just use BytesIOJason R. Coombs2016-01-161-7/+1
* | | | | | Update changelogJason R. Coombs2016-01-161-2/+8