aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Merge from master, resolving conflicts.Steve Kowalik2016-02-1623-146/+285
|\
| * Bumped to 20.1.2 in preparation for next release.Jason R. Coombs2016-02-121-1/+1
| * Bumped to 20.1.1 in preparation for next release.20.1.1Jason R. Coombs2016-02-121-1/+1
| * Upload_docs should also resolve passwords from keyring same as upload command.Jason R. Coombs2016-02-121-1/+1
| * Remove unused importJason R. Coombs2016-02-121-1/+0
| * Bumped to 20.2 in preparation for next release.Jason R. Coombs2016-02-111-1/+1
| * Override upload command to load passwords from keyring when available and not...20.1Jason R. Coombs2016-02-112-1/+24
| * Bumped to 20.1 in preparation for next release.Jason R. Coombs2016-02-071-1/+1
| * Bumped to 20.0 in preparation for next release.Jason R. Coombs2016-02-071-1/+1
| * Merge backout of 1ae2a75724bb; fixes #118.Jason R. Coombs2016-02-071-1/+1
| |\
| | * Backout changeset 1ae2a75724bbba56373784f185a7f235ed0f24a4Jason R. Coombs2016-02-071-1/+1
| * | Bumped to 19.8 in preparation for next release.Jason R. Coombs2016-02-031-1/+1
| * | Bumped to 19.7 in preparation for next release.19.7Jason R. Coombs2016-02-031-1/+1
| * | FreeBSD: Add root certificate from ca_root_nss.Julien Cigar2016-02-031-0/+1
| * | Bumped to 19.6.3 in preparation for next release.Jason R. Coombs2016-01-311-1/+1
| * | Bumped to 19.6.2 in preparation for next release.Matthew Iversen2016-01-291-1/+1
| * | Bumped to 19.6.1 in preparation for next release.19.6.1Matthew Iversen2016-01-291-1/+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
| * | Also hide Cython when hiding setuptools, as setuptools will have imported Cyt...19.6b1Jason R. Coombs2016-01-241-1/+5
| * | Add 'launch' hook, based on pip.utils.setuptools_buildJason R. Coombs2016-01-241-0/+28
| * | Bumped to 19.6 in preparation for next release.Jason R. Coombs2016-01-231-1/+1
| * | Bumped to 19.5 in preparation for next release.19.5Jason R. Coombs2016-01-231-1/+1
| * | Merged in darjus/setuptools (pull request #169)Jason R. Coombs2016-01-232-88/+5
| |\ \
| | * | Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no...Darjus Loktevic2016-01-112-88/+5
| * | | Avoid TypeError when getfilesystemencoding returns None. Fixes #486.Jason R. Coombs2016-01-231-1/+1
| * | | Add test capturing failure. Ref #486.Jason R. Coombs2016-01-231-0/+10
| * | | Extract variable for candidate encodingsJason R. Coombs2016-01-231-2/+4
| * | | Bumped to 19.4.1 in preparation for next release.19.4.1Jason R. Coombs2016-01-231-1/+1
| * | | Bumped to 19.5 in preparation for next release.Jason R. Coombs2016-01-161-1/+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
| * | | Merged in embray/setuptools (pull request #167)Jason R. Coombs2016-01-162-29/+173
| |\ \ \
| | * | | Adds the regression test for distribute issue 323 that I attached to #207. T...Erik Bray2015-12-312-29/+173
| | |/ /
| * | | Always use Python 3 version of mapJason R. Coombs2016-01-1615-5/+20
| * | | Prefer relpath to string slicing for computing a path relative to a base. Fix...Jason R. Coombs2016-01-161-4/+2
| * | | ReindentJason R. Coombs2016-01-161-11/+11
| * | | Extract function for getting data files for package.Jason R. Coombs2016-01-161-4/+4
| * | | Remove superfluous local variableJason R. Coombs2016-01-161-2/+2
| * | | Move trailing comment to docstringJason R. Coombs2016-01-161-1/+2
| * | | Bumped to 19.4 in preparation for next release.Jason R. Coombs2016-01-151-1/+1
| |/ /
* | | Merge from default.Steve Kowalik2016-01-0728-231/+183
|\| |
| * | Move six to pkg_resources for use there.Jason R. Coombs2016-01-044-870/+1
| * | Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-021-44/+1
| * | Pop the module off the stack, preventing the 'Version' class from having a di...Jason R. Coombs2016-01-021-2/+1
| * | Make VendorImporter more genericJason R. Coombs2016-01-021-13/+20
| * | Create a PEP 302 importer for managing conditional import of vendored package...Jason R. Coombs2016-01-022-45/+42
| * | Use the same technique in pkg_resources, relying on an 'extern' module to res...Jason R. Coombs2015-12-312-3/+2
| * | Make the technique even more genericJason R. Coombs2015-12-311-7/+6