summaryrefslogtreecommitdiff
path: root/pkg_resources
Commit message (Expand)AuthorAgeFilesLines
* Upgrade packaging to 15.3Donald Stufft2015-08-014-4/+26
* Merge fixJason R. Coombs2015-06-081-6/+12
|\
| * Backed out unintended changes made in f572ec9, restoring use of 'imp' module ...Jason R. Coombs2015-06-081-6/+12
* | Add test capturing possible violation in expectation due to new Python 2.7.10...Jason R. Coombs2015-06-071-0/+16
* | Remove now deprecated test capturing failure of range comparison operators (R...Jason R. Coombs2015-06-071-3/+0
* | Merged in jamezpolley/setuptools (pull request #134)Jason R. Coombs2015-06-071-0/+4
|\ \
| * | Expand the range of valid operators to include comparatorsJames Polley2015-05-221-0/+4
* | | Add tests capturing expectation for range comparison operators (Ref #380).Jason R. Coombs2015-06-071-0/+6
* | | Issue #378: Do not use internal importlib._bootstrap module.Arfrever Frehtes Taifersar Arahesis2015-05-281-8/+8
|/ /
* | Extract variable for clarity.Jason R. Coombs2015-05-031-3/+2
|/
* Replace ValueErrors containing implicit contract about the structure of the m...Jason R. Coombs2015-05-031-16/+15
* Restore compatibility for Python 3.2 and earlier.Jason R. Coombs2015-04-261-1/+6
* Remove use of deprecated imp module, avoiding deprecation warnings.Jason R. Coombs2015-04-261-6/+7
* Partial appears to behave differently on Python 2.6. Also, this syntax is mor...15.2Jason R. Coombs2015-04-261-2/+2
* Use _call_aside to signal early that the function is called immediately.Jason R. Coombs2015-04-261-6/+13
* Declare variables for nicer linting.Jason R. Coombs2015-04-261-0/+6
* Extract function for initializing the master working set. Fixes #373.Jason R. Coombs2015-04-261-17/+31
* Bump packaging version to 15.1Jason R. Coombs2015-04-153-30/+22
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2015-03-302-3/+3
* Merged in msabramo/setuptools/DistributionNotFound_list_requirers (pull reque...Jason R. Coombs2015-03-281-7/+26
|\
| * DistributionNotFound: Move message template to classMarc Abramowitz2015-03-241-9/+25
| * DistributionNotFound: Show requirersMarc Abramowitz2015-03-191-7/+10
* | Merge backoutJason R. Coombs2015-03-202-12/+1
|\ \
| * | Backed out changeset 6e045b2724d0 and 56d7ea3d42b2. Ref #307.Jason R. Coombs2015-03-202-12/+2
* | | Disable warning of LegacyVersion in parsed_version. This functionality should...Jason R. Coombs2015-03-201-1/+0
* | | Prefer new string formatting. Re-use variable names.Jason R. Coombs2015-03-201-2/+3
* | | Reindent warning and use short circuits for flatter implementation.Jason R. Coombs2015-03-201-19/+23
* | | Extract method for warning of legacy versionJason R. Coombs2015-03-201-1/+5
* | | Reindent EGG_NAME to reflect structure.Jason R. Coombs2015-03-201-3/+11
|/ /
* | Update EGG_NAME regular expression matcher to allow names to include dashes. ...Jason R. Coombs2015-03-201-2/+2
* | Add test capturing failure to parse package names with hyphens. Ref #307Jason R. Coombs2015-03-201-0/+10
|/
* Remove unused parameter.Jason R. Coombs2015-03-151-2/+2
* Default to 755 permissions since checks later on test for non-group-writabilityVolker Braun2015-03-051-1/+1
* ensure py_version and platform are str in hashcmpMinRK2015-02-051-2/+2
* Add __ne__ method to Requirement classMarc Abramowitz2015-03-061-0/+3
* Update warning to clarify when and how the instance should be use directly or...Jason R. Coombs2015-01-291-2/+4
* 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 E...11.3Jason R. Coombs2015-01-051-8/+14
* 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. Fix...Jason R. Coombs2015-01-041-0/+25
* | 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