summaryrefslogtreecommitdiff
path: root/pkg_resources/extern
Commit message (Expand)AuthorAgeFilesLines
* Add appdirs as vendored package. Ref #763.Jason R. Coombs2016-08-271-1/+1
* Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-201-0/+2
* Shift packaging to use shiny extern.Steve Kowalik2016-01-071-1/+1
* Move six to pkg_resources for use there.Jason R. Coombs2016-01-041-1/+1
* 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-021-0/+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
* 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-312-0/+45