summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use six in pkg_resources.feature/issue-229Jason R. Coombs2016-01-042-25/+11
* Move six to pkg_resources for use there.Jason R. Coombs2016-01-047-9/+6
* Extract variable for extant name. Add comment about the hack.Jason R. Coombs2016-01-021-3/+9
* Add some docstringsJason R. Coombs2016-01-021-0/+13
* Based on experimentation, the canonical module name needs to be in sys.module...Jason R. Coombs2016-01-021-1/+4
* Combine separate VendorImporters into a single one in pkg_resources.externJason R. Coombs2016-01-023-45/+2
* Pop the module off the stack, preventing the 'Version' class from having a di...Jason R. Coombs2016-01-022-4/+2
* Make VendorImporter more genericJason R. Coombs2016-01-022-26/+40
* Create a PEP 302 importer for managing conditional import of vendored package...Jason R. Coombs2016-01-024-90/+84
* Move extern.packaging into a package to enable package-relative imports to re...Jason R. Coombs2016-01-011-0/+0
* Use the same technique in pkg_resources, relying on an 'extern' module to res...Jason R. Coombs2015-12-317-15/+53
* Make the technique even more genericJason R. Coombs2015-12-311-7/+6
* Modeling after Astropy's technique for bundling libraries, the imports are no...Jason R. Coombs2015-12-3127-160/+77
* Update vendoring technique to match that used for packaging. Ref #229.Jason R. Coombs2015-12-3134-68/+1036
* Merge with master. Ref #229.Jason R. Coombs2015-12-3134-231/+215
|\
| * Merge with masterJason R. Coombs2015-01-0332-230/+217
| |\
| | * Merge with masterJason R. Coombs2015-01-031-47/+34
| | |\
| | * \ Merge with masterJason R. Coombs2015-01-036-73/+76
| | |\ \
| | * \ \ Merge with 11.0Jason R. Coombs2015-01-0232-232/+218
| | |\ \ \
| | | * \ \ Merge with 10.2.1Jason R. Coombs2015-01-0232-232/+218
| | | |\ \ \
| | | | * | | Include the _vendor directory in the sdistJason R. Coombs2014-11-161-0/+1
| | | | * | | Trying a new technique. In this approach, setuptools is aware of its dependen...Jason R. Coombs2014-11-165-3/+29
| | | | * | | Merge with masterJason R. Coombs2014-11-1632-259/+218
| | | | |\ \ \
| | | | | * | | Try adding six to PYTHONPATHJason R. Coombs2014-09-291-0/+1
| | | | | * | | Merge with 6.0.2Jason R. Coombs2014-09-2933-124/+555
| | | | | |\ \ \
| | | | | * | | | Correct incorrect module for urllib.errorsJason R. Coombs2014-07-051-4/+4
| | | | | * | | | Try adding six as an egg for full compatibility with install_requiresJason R. Coombs2014-07-053-747/+2
| | | | | * | | | Remove compat moduleJason R. Coombs2014-07-051-66/+0
| | | | | * | | | Regenerate egg_infoJason R. Coombs2014-07-051-0/+1
| | | | | * | | | Use six for Python 2 compatibilityJason R. Coombs2014-07-0528-193/+212
| | | | | * | | | Add dependency on sixJason R. Coombs2014-07-051-0/+3
| | | | | * | | | Add six 1.7.3 for bootstrapping purposes. Ref #229Jason R. Coombs2014-07-051-0/+747
* | | | | | | | | Bumped to 19.3 in preparation for next release.Jason R. Coombs2015-12-251-1/+1
* | | | | | | | | Added tag 19.2 for changeset 5d24cf9d1cedJason R. Coombs2015-12-250-0/+0
* | | | | | | | | Bumped to 19.2 in preparation for next release.19.2Jason R. Coombs2015-12-251-1/+1
* | | | | | | | | Update changelogJason R. Coombs2015-12-251-0/+2
* | | | | | | | | Merged in viraptor/setuptools (pull request #162)Jason R. Coombs2015-12-251-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix multiline strings with missing spacesStanislaw Pitucha2015-12-071-2/+2
* | | | | | | | | | Merge with alternate implementation, preferring DirList approach.Jason R. Coombs2015-12-250-0/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Separate _find_egg_info_files into two methods, one for each of the needed ou...Jason R. Coombs2015-12-251-4/+7
* | | | | | | | | | | Wrap the result in a DirList to avoid tuple unpacking and unused variablesJason R. Coombs2015-12-251-3/+8
|/ / / / / / / / / /
* | | | | | | | | | Merged pull request #151 - prep work for issue #450.Jason R. Coombs2015-12-252-23/+74
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added test to ensure that egg_info applies MANIFEST.inLuke Plant2015-10-191-2/+17
| * | | | | | | | | | Pulled out some test code for re-use.Luke Plant2015-10-191-12/+14
| * | | | | | | | | | Added test utility for building files quickly.Luke Plant2015-10-192-11/+44
| * | | | | | | | | | Corrected instructions for running tests.Luke Plant2015-10-191-1/+1
* | | | | | | | | | | Update changelogJason R. Coombs2015-12-251-0/+6
* | | | | | | | | | | Merged in nakatoio/setuptools/get_command_list (pull request #163)Jason R. Coombs2015-12-2522-149/+287
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Prevent exception in atexit handlers when cert store's tempfileErik Bray2015-12-241-0/+6
| * | | | | | | | | | | Fix failing test on Windows due to path formatting bugsErik Bray2015-12-241-3/+8