summaryrefslogtreecommitdiff
path: root/pkg_resources
Commit message (Collapse)AuthorAgeFilesLines
* Use pytest.raises for brevity and clarity of purpose.Jason R. Coombs2015-01-061-3/+2
|
* Use pytests parametrize to create separate tests for each specJason R. Coombs2015-01-061-6/+6
|
* Refactor for clarityJason R. Coombs2015-01-061-3/+2
|
* Equal signs are now allowed in entry point names.Jason R. Coombs2015-01-061-1/+1
|
* Restore support for printable characters in the entry point name. Fixes #327.Jason R. Coombs2015-01-062-1/+12
|
* Add EntryPoint.resolve and deprecate most usage of EntryPoint.load. Removed ↵11.3Jason R. Coombs2015-01-051-8/+14
| | | | EntryPoint._load.
* Merge deprecation warning fixJason R. Coombs2015-01-051-0/+1
|\
| * Bump stacklevel to 2 to inform the caller of the issue.Jason R. Coombs2015-01-051-0/+1
| |
* | Fix test failure on Python 2Jason R. Coombs2015-01-041-0/+2
| |
* | Add test capturing expectation when dependencies conflict during resolve. ↵Jason R. Coombs2015-01-041-0/+25
| | | | | | | | Fixes #281
* | Normalize whitespaceJason R. Coombs2015-01-041-4/+6
| |
* | Only raise a ContextualVersionConflict when dependent requirements are present.Jason R. Coombs2015-01-041-1/+11
| |
* | No need to mutate the set to a list; just use the set.Jason R. Coombs2015-01-041-2/+2
| |
* | Split out ContextualVersionConflictJason R. Coombs2015-01-041-11/+18
| |
* | Test the report methodJason R. Coombs2015-01-042-7/+32
| |
* | Add test for WorkingSet.find() when a conflict occurs.Jason R. Coombs2015-01-041-0/+16
| |
* | Remove unreachable branchJason R. Coombs2015-01-041-2/+1
| |
* | Add another assertion on the exception.Jason R. Coombs2015-01-041-1/+4
| |
* | Extract variableJason R. Coombs2015-01-041-4/+2
| |
* | Remove try/except/fail - Exceptions are failures by default.Jason R. Coombs2015-01-041-4/+2
| |
* | And again in doctestJason R. Coombs2015-01-041-2/+1
| |
* | Use except/as, now supported by Python 2.6Jason R. Coombs2015-01-041-6/+4
| |
* | Moved test_resources and test_pkg_resources to pkg_resources package.Jason R. Coombs2015-01-033-0/+719
| |
* | Remove remaining reference to setuptools from test_resourcesJason R. Coombs2015-01-031-0/+2
| |
* | Upgrade packaging lib to 15.0Donald Stufft2015-01-024-12/+75
| |
* | Fix regression in entry-point name parsingIan Cordasco2015-01-021-1/+1
|/ | | | See #323 for more details.
* Officially deprecated EntryPoint.load(require=False).Jason R. Coombs2014-12-311-0/+6
|
* Don't allow imports relative to the pkg_resources module.Jason R. Coombs2014-12-311-2/+1
|
* Extract _load method which is the same as calling .load(False).Jason R. Coombs2014-12-311-0/+3
|
* Rename variable for clarityJason R. Coombs2014-12-311-2/+2
|
* Return value directlyJason R. Coombs2014-12-311-2/+1
|
* Use reduce to retrieve attributes. Reuse error from AttributeError when ↵Jason R. Coombs2014-12-311-5/+4
| | | | translating to ImportError.
* Correct implementation fixing failing testsJason R. Coombs2014-12-311-2/+3
|
* Extract pattern and entry point parsing from EntryPoint.parse.Jason R. Coombs2014-12-311-16/+23
|
* Remove unnecessary branchJason R. Coombs2014-12-311-2/+1
|
* Prefer vendored packaging.Jason R. Coombs2014-12-291-4/+5
|
* Update API docs to reflect relocation of pkg_resources from module to package.Jason R. Coombs2014-12-251-1/+1
|
* Move api_tests to pkg_resources package. Fixes #312.Jason R. Coombs2014-12-251-0/+420
|
* Setuptools now uses the 'packaging' package from pkg_resources, unifying the ↵Jason R. Coombs2014-12-241-3/+8
| | | | behavior around resolution of that package.
* Move vendored packaging module into pkg_resources._vendor, restoring ↵Jason R. Coombs2014-12-249-3/+1287
| | | | independence of pkg_resources from setuptools. Fixes #311.
* Moved pkg_resources into its own package.Jason R. Coombs2014-12-241-0/+2966