summaryrefslogtreecommitdiff
path: root/pkg_resources
Commit message (Expand)AuthorAgeFilesLines
...
* Add in a test that checks comparsion of Requirement with markersSteve Kowalik2016-03-081-0/+22
* Add in safe_name for project_name, which disappeared in my refactor.Steve Kowalik2016-03-071-1/+2
* Change pkg_resources.Requirement to be a subclass of packagingSteve Kowalik2016-03-072-15/+8
* Shift requirement parsing inside RequirementSteve Kowalik2016-03-012-36/+31
* Bump vendored packaging to 16.5. Fixes #502.Jason R. Coombs2016-02-274-8/+8
* Re-run vendoring on packaging 16.4 (adding utils.py module, apparently omitted).Jason R. Coombs2016-02-271-0/+14
* Add test capturing expectation that spaces between version specifiers should ...Jason R. Coombs2016-02-251-0/+4
* Update to packaging 16.4. Fixes #499.Steve Kowalik2016-02-234-6/+8
* Add test capturing previously allowed usage. Ref #499.Jason R. Coombs2016-02-191-0/+3
* Fix typo, correcting failures on late Pythons when mock is not already instal...Jason R. Coombs2016-02-191-1/+1
* Correct tests under both Python 2 and 3.Steve Kowalik2016-02-192-4/+4
* Merge from master, resolving conflicts.Steve Kowalik2016-02-163-63/+146
|\
| * Fix failing tests on Python 220.0Jason R. Coombs2016-02-071-0/+2
| * Fix syntax errors on Python 2Jason R. Coombs2016-02-071-1/+2
| * Remove unused importsJason R. Coombs2016-02-031-2/+0
| * Extract ns_str as class attributeJason R. Coombs2016-02-031-5/+5
| * Use consistent numbering for clarity.Jason R. Coombs2016-02-031-3/+3
| * Use py.path objects for cleaner setupJason R. Coombs2016-02-031-15/+15
| * Extract variable for readabilityJason R. Coombs2016-02-031-3/+5
| * Use py.path objects for cleaner setupJason R. Coombs2016-02-031-16/+12
| * Rewrite setup/teardown methods as pytest fixtures, encapsulating concepts for...Jason R. Coombs2016-02-031-42/+52
| * Use new style string formattingJason R. Coombs2016-01-311-3/+3
| * Extract variable for template stringJason R. Coombs2016-01-311-11/+12
| * 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
| * 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
| * Invoke import on importlib.machinery directly. Access an attribute to force i...Jason R. Coombs2016-01-231-3/+4
| * Merged in embray/setuptools (pull request #167)Jason R. Coombs2016-01-162-13/+72
| |\
| | * Sort __path__ entries for namespace packages according to their orderErik Bray2016-01-062-11/+51
| | * Fixes the original root cause of #231, and re-enables the test when the tempd...Erik Bray2015-12-312-8/+27
| * | Always use Python 3 version of mapJason R. Coombs2016-01-163-2/+6
| |/
* | Correct tests after the move to packaging 16.1.Steve Kowalik2016-02-093-17/+17
* | Update to packaging 16.1Steve Kowalik2016-02-085-24/+50
* | Switch back to SyntaxError for invalid markers, stops consumers having to imp...Steve Kowalik2016-02-081-3/+6
* | Shift packaging to use shiny extern.Steve Kowalik2016-01-073-8/+8
* | Properly merge from default.Steve Kowalik2016-01-071-33/+14
* | Merge from default.Steve Kowalik2016-01-073-6/+943
|\ \ | |/
| * Use six in pkg_resources.Jason R. Coombs2016-01-042-25/+11
| * Move six to pkg_resources for use there.Jason R. Coombs2016-01-043-1/+870
| * 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-022-1/+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