| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add in a test that checks comparsion of Requirement with markers | Steve Kowalik | 2016-03-08 | 1 | -0/+22 |
| * | Add in safe_name for project_name, which disappeared in my refactor. | Steve Kowalik | 2016-03-07 | 1 | -1/+2 |
| * | Change pkg_resources.Requirement to be a subclass of packaging | Steve Kowalik | 2016-03-07 | 2 | -15/+8 |
| * | Shift requirement parsing inside Requirement | Steve Kowalik | 2016-03-01 | 2 | -36/+31 |
| * | Bump vendored packaging to 16.5. Fixes #502. | Jason R. Coombs | 2016-02-27 | 4 | -8/+8 |
| * | Re-run vendoring on packaging 16.4 (adding utils.py module, apparently omitted). | Jason R. Coombs | 2016-02-27 | 1 | -0/+14 |
| * | Add test capturing expectation that spaces between version specifiers should ... | Jason R. Coombs | 2016-02-25 | 1 | -0/+4 |
| * | Update to packaging 16.4. Fixes #499. | Steve Kowalik | 2016-02-23 | 4 | -6/+8 |
| * | Add test capturing previously allowed usage. Ref #499. | Jason R. Coombs | 2016-02-19 | 1 | -0/+3 |
| * | Fix typo, correcting failures on late Pythons when mock is not already instal... | Jason R. Coombs | 2016-02-19 | 1 | -1/+1 |
| * | Correct tests under both Python 2 and 3. | Steve Kowalik | 2016-02-19 | 2 | -4/+4 |
| * | Merge from master, resolving conflicts. | Steve Kowalik | 2016-02-16 | 3 | -63/+146 |
| |\ |
|
| | * | Fix failing tests on Python 220.0 | Jason R. Coombs | 2016-02-07 | 1 | -0/+2 |
| | * | Fix syntax errors on Python 2 | Jason R. Coombs | 2016-02-07 | 1 | -1/+2 |
| | * | Remove unused imports | Jason R. Coombs | 2016-02-03 | 1 | -2/+0 |
| | * | Extract ns_str as class attribute | Jason R. Coombs | 2016-02-03 | 1 | -5/+5 |
| | * | Use consistent numbering for clarity. | Jason R. Coombs | 2016-02-03 | 1 | -3/+3 |
| | * | Use py.path objects for cleaner setup | Jason R. Coombs | 2016-02-03 | 1 | -15/+15 |
| | * | Extract variable for readability | Jason R. Coombs | 2016-02-03 | 1 | -3/+5 |
| | * | Use py.path objects for cleaner setup | Jason R. Coombs | 2016-02-03 | 1 | -16/+12 |
| | * | Rewrite setup/teardown methods as pytest fixtures, encapsulating concepts for... | Jason R. Coombs | 2016-02-03 | 1 | -42/+52 |
| | * | Use new style string formatting | Jason R. Coombs | 2016-01-31 | 1 | -3/+3 |
| | * | Extract variable for template string | Jason R. Coombs | 2016-01-31 | 1 | -11/+12 |
| | * | Normalize all paths, not excluding ''. Fixes #491. | Jason R. Coombs | 2016-01-31 | 1 | -1/+1 |
| | * | Rename inner function and add docstring | Jason R. Coombs | 2016-01-31 | 1 | -3/+6 |
| | * | Extract function _rebuild_mod_path | Jason R. Coombs | 2016-01-31 | 1 | -10/+16 |
| | * | Adapt resolution of classes from importlib.machinery. Restores compatibility ... | Jason R. Coombs | 2016-01-26 | 1 | -6/+5 |
| | * | Pull up DefaultProvider registration into a classmethod. | Jason R. Coombs | 2016-01-26 | 1 | -3/+7 |
| | * | Combine redundant imports of future functionality | Jason R. Coombs | 2016-01-26 | 1 | -4/+1 |
| | * | Invoke import on importlib.machinery directly. Access an attribute to force i... | Jason R. Coombs | 2016-01-23 | 1 | -3/+4 |
| | * | Merged in embray/setuptools (pull request #167) | Jason R. Coombs | 2016-01-16 | 2 | -13/+72 |
| | |\ |
|
| | | * | Sort __path__ entries for namespace packages according to their order | Erik Bray | 2016-01-06 | 2 | -11/+51 |
| | | * | Fixes the original root cause of #231, and re-enables the test when the tempd... | Erik Bray | 2015-12-31 | 2 | -8/+27 |
| | * | | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 3 | -2/+6 |
| | |/ |
|
| * | | Correct tests after the move to packaging 16.1. | Steve Kowalik | 2016-02-09 | 3 | -17/+17 |
| * | | Update to packaging 16.1 | Steve Kowalik | 2016-02-08 | 5 | -24/+50 |
| * | | Switch back to SyntaxError for invalid markers, stops consumers having to imp... | Steve Kowalik | 2016-02-08 | 1 | -3/+6 |
| * | | Shift packaging to use shiny extern. | Steve Kowalik | 2016-01-07 | 3 | -8/+8 |
| * | | Properly merge from default. | Steve Kowalik | 2016-01-07 | 1 | -33/+14 |
| * | | Merge from default. | Steve Kowalik | 2016-01-07 | 3 | -6/+943 |
| |\ \
| |/ |
|
| | * | Use six in pkg_resources. | Jason R. Coombs | 2016-01-04 | 2 | -25/+11 |
| | * | Move six to pkg_resources for use there. | Jason R. Coombs | 2016-01-04 | 3 | -1/+870 |
| | * | Extract variable for extant name. Add comment about the hack. | Jason R. Coombs | 2016-01-02 | 1 | -3/+9 |
| | * | Add some docstrings | Jason R. Coombs | 2016-01-02 | 1 | -0/+13 |
| | * | Based on experimentation, the canonical module name needs to be in sys.module... | Jason R. Coombs | 2016-01-02 | 1 | -1/+4 |
| | * | Combine separate VendorImporters into a single one in pkg_resources.extern | Jason R. Coombs | 2016-01-02 | 2 | -1/+1 |
| | * | Pop the module off the stack, preventing the 'Version' class from having a di... | Jason R. Coombs | 2016-01-02 | 1 | -2/+1 |
| | * | Make VendorImporter more generic | Jason R. Coombs | 2016-01-02 | 1 | -13/+20 |
| | * | Create a PEP 302 importer for managing conditional import of vendored package... | Jason R. Coombs | 2016-01-02 | 2 | -45/+42 |
| | * | Move extern.packaging into a package to enable package-relative imports to re... | Jason R. Coombs | 2016-01-01 | 1 | -0/+0 |