| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1521 from uranusjr/normalize-path-normpath | Paul Ganssle | 2018-11-10 | 1 | -0/+53 |
| |\ | | | | | Call os.path.normpath to normalize paths for comp | ||||
| | * | Test normalize_path on various inputs | Tzu-ping Chung | 2018-10-29 | 1 | -4/+52 |
| | | | |||||
| | * | Call os.path.normpath to normalize paths for comp | Tzu-ping Chung | 2018-10-25 | 1 | -0/+5 |
| | | | |||||
| * | | Add unit tests for PkgResourcesDeprecationWarning | robinjhuang | 2018-10-28 | 1 | -1/+10 |
| |/ | |||||
| * | Add test for cache_path race condition | Paul Ganssle | 2018-07-12 | 1 | -1/+32 |
| | | | | | | | | This mocks out the isdir call so that the directory is created immediately after you determine whether or not it exists, thus simulating a race condition between two threads or processes creating the same directory. | ||||
| * | Use text_type and string_types from six | Jason R. Coombs | 2018-06-03 | 1 | -7/+3 |
| | | |||||
| * | Use raw strings for regular expressions | Jason R. Coombs | 2018-06-03 | 1 | -2/+2 |
| | | |||||
| * | Use Python 3 syntax for new-style clasess | Jason R. Coombs | 2018-06-03 | 2 | -4/+8 |
| | | |||||
| * | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 1 | -3/+3 |
| | | |||||
| * | python 2.7 does not implement object.__dir__() | jeffrey k eliasen | 2018-05-15 | 1 | -0/+11 |
| | | |||||
| * | tests | jeffrey k eliasen | 2018-05-15 | 1 | -0/+18 |
| | | |||||
| * | Extract version comparisons as pytest parameters. | Jason R. Coombs | 2018-03-17 | 1 | -84/+51 |
| | | |||||
| * | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-03-06 | 4 | -17/+41 |
| | | |||||
| * | Add testcase for pkg_resources.ZipProvider.resource_listdir | Doug Greiman | 2017-12-11 | 1 | -0/+35 |
| | | |||||
| * | Merge branch 'master' into drop-py26 | Jason R. Coombs | 2017-11-19 | 1 | -2/+2 |
| |\ | |||||
| | * | Clean up resource warnings during tests | Jon Dufresne | 2017-09-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | When tests are invoked with the Python flag -Wall, warnings appear in the form of: ResourceWarning: unclosed file ... Close all files and resources deterministically to avoid such warnings. Most often, easiest to do using a context manager. | ||||
| * | | Merge branch 'master' into drop-py26 | Jason R. Coombs | 2017-09-03 | 4 | -5/+545 |
| |\ \ | |/ | |||||
| | * | pkg_resources: improve WorkingSet.resolve(replace_conflicting=True) | Benoit Pierre | 2017-08-29 | 1 | -0/+478 |
| | | | | | | | | | | | | | | | | | Correctly replace conflicting distributions in sub-requirements if possible (instead of only for top-level requirements passed as arguments). Fix #1124. | ||||
| | * | Better detect unpacked eggs | Leonardo Rochael Almeida | 2017-07-31 | 1 | -0/+65 |
| | | | | | | | | | | | | | Do not assume a directory named in `.egg` is an egg, unless it has an actual egg metadata directory. Closes #462 | ||||
| | * | tests: switch back to mock instead of backports.unittest_mock | Benoit Pierre | 2017-07-15 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä | 2017-02-24 | 1 | -1/+1 |
| | | | | |||||
| | * | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 2 | -3/+3 |
| | |/ | | | | | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
| | * | Rely on backports.unittest_mock plugin to make mock available on old Python ↵ | Jason R. Coombs | 2017-01-30 | 1 | -4/+1 |
| | | | | | | | | | versions. Ref #949. | ||||
| | * | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 2 | -3/+3 |
| | | | |||||
| * | | Drop support for Python 2.6, removing lots of compatibility code for a ↵ | Jason R. Coombs | 2016-12-09 | 1 | -18/+10 |
| |/ | | | | leaner, cleaner codebase. Fixes #878. | ||||
| * | Fix quantity of blank lines. | stepshal | 2016-10-18 | 2 | -9/+3 |
| | | |||||
| * | fix for extra names containing '-' | Gabi Davar | 2016-08-23 | 1 | -0/+18 |
| | | |||||
| * | Fix quantity of blank lines after code object, class of function definition. | stepshal | 2016-08-20 | 3 | -1/+12 |
| | | |||||
| * | Add missing whitespace after comma. | stepshal | 2016-08-18 | 1 | -35/+35 |
| | | |||||
| * | Merge pull request #744 from stepshal/comparison | Jason R. Coombs | 2016-08-17 | 1 | -1/+1 |
| |\ | | | | | Fix comparison with None. | ||||
| | * | Fix comparison with None. | insiv | 2016-08-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #743 from stepshal/block-comment | Jason R. Coombs | 2016-08-17 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix spacing after comment hash. | ||||
| | * | | Fix spacing after comment hash. | insiv | 2016-08-17 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #741 from stepshal/operators | Jason R. Coombs | 2016-08-17 | 1 | -6/+6 |
| |\ \ | | | | | | | Add missing whitespace around operators. | ||||
| | * | | Add missing whitespace around operators. | insiv | 2016-08-17 | 1 | -6/+6 |
| | |/ | |||||
| * | | Remove whitespace around parameter = sign. | insiv | 2016-08-17 | 1 | -1/+1 |
| |/ | |||||
| * | Mark failing tests as xfail until they can be resolved. Ref #591. | Jason R. Coombs | 2016-07-23 | 1 | -0/+5 |
| | | |||||
| * | Always inject extra into the environment when evaluating markers. Fixes #544. | Jason R. Coombs | 2016-04-15 | 1 | -9/+1 |
| | | |||||
| * | Merge pull request #533 from s-t-e-v-e-n-k/compare-ep-attributes | Jason R. Coombs | 2016-04-07 | 1 | -1/+4 |
| |\ | | | | | Stop comparing repr()'s in TestEntryPoint | ||||
| | * | Stop comparing repr()'s in TestEntryPoint | Steve Kowalik | 2016-04-06 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | In Python 3, the default order of iterables can not determined, so comparing the repr of objects that include tuples is not static like it is under Python 2. Compare the attributes of EntryPoint instead, making sure to sort .attrs and .extras. Closes: #526 | ||||
| * | | Adjust expectation that 'extra' is not in the marker evaluation if no extras ↵ | Jason R. Coombs | 2016-04-07 | 1 | -3/+5 |
| | | | | | | | | | demanded the requirement. | ||||
| * | | Extract _ReqExtras to encapsulate that functionality and decouple it from ↵ | Jason R. Coombs | 2016-04-07 | 1 | -4/+19 |
| | | | | | | | | | WorkingSet. | ||||
| * | | Reinstate the or guard in WorkingSet._markers_pass | Steve Kowalik | 2016-04-06 | 1 | -0/+6 |
| |/ | |||||
| * | Restore evaluating environment markers in WorkingSet | Steve Kowalik | 2016-04-05 | 1 | -5/+74 |
| | | | | | | | | | | | Correctly deal with parsed requirements that include extras as a marker inside WorkingSet that are populated from METADATA inside wheels, like we get from pip>=7. This partially reverts commit 04d10ff025e1cbef7ec93a2008c930e856045c8a. Closes: #523 | ||||
| * | Drop unused safe_repr function | Steve Kowalik | 2016-04-01 | 1 | -11/+0 |
| | | | | | | When _assertIn was removed from test_resources, the safe_repr function was not dropped, leaving it with no callers, so drop it. | ||||
| * | Bypass environment marker evaluation in requirements resolution. Ref #523. | Jason R. Coombs | 2016-03-31 | 1 | -0/+1 |
| | | |||||
| * | Extract separate test for test_environment_markers in test_resources. Remove ↵ | Jason R. Coombs | 2016-03-31 | 1 | -2/+6 |
| | | | | | unused variable. | ||||
| * | Merge https://bitbucket.org/pypa/setuptools/pull-requests/185. | Jason R. Coombs | 2016-03-29 | 1 | -0/+5 |
| |\ | |||||
| | * | Support environment markers in *_requires, via WorkingSet. | Steve Kowalik | 2016-03-24 | 1 | -0/+5 |
| | | | |||||
