Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-05-12 | 1 | -2/+2 |
| | | | | Fixes #2107 | ||||
* | 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 | 1 | -1/+3 |
| | |||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2018-03-06 | 1 | -3/+7 |
| | |||||
* | 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. |