summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog. Ref #889.issue-889Jason R. Coombs2017-07-271-4/+23
* Get six from externsJason R. Coombs2017-07-271-1/+1
* Also disable interpolation when on Python 2. Ref #889Jason R. Coombs2017-07-271-8/+58
* Update changelogJason R. Coombs2017-07-261-0/+7
* Merge branch 'issue-889'Jason R. Coombs2017-07-263-2/+16
|\
| * Ensure Distribution_parse_config_files.parse_config_files is called if presentJason R. Coombs2017-07-261-1/+6
| * Also disable interpolation when re-initializing ConfigParser. Ref #889.Jason R. Coombs2017-07-261-1/+1
| * Add test capturing failed expectation despite #889. Ref #1062.Jason R. Coombs2017-07-261-0/+9
* | Bump version: 36.2.3 → 36.2.4v36.2.4Jason R. Coombs2017-07-262-2/+2
* | Use inspect.getmro to inspect the mro. Alternate implementation to that propo...Jason R. Coombs2017-07-262-10/+17
* | Bump version: 36.2.2 → 36.2.3v36.2.3Jason R. Coombs2017-07-252-2/+2
* | Update changelog. Ref #1103.Jason R. Coombs2017-07-251-0/+5
* | Merge pull request #1103 from benoit-pierre/allow_empty_extrasJason R. Coombs2017-07-252-0/+20
|\ \
| * | do not strip empty sections in `extras_require`Benoit Pierre2017-07-252-0/+20
|/ /
* | Bump version: 36.2.1 → 36.2.2v36.2.2Jason R. Coombs2017-07-242-2/+2
* | Update changelog. Ref #1100.Jason R. Coombs2017-07-241-0/+6
* | Merge branch 'master' of https://github.com/pypa/setuptoolsJason R. Coombs2017-07-242-17/+40
|\ \
| * \ Merge pull request #1100 from benoit-pierre/revert_a3ec721Jason R. Coombs2017-07-242-13/+40
| |\ \
| | * | Revert "fix `install_requires` handling of extras"Benoit Pierre2017-07-232-13/+40
| |/ /
* | | Extract method capturing the 'suffix' for a marker.Jason R. Coombs2017-07-231-4/+16
* | | Parse the requirements just once for simplicity and clarityJason R. Coombs2017-07-231-8/+3
|/ /
* | Align suffix calculation for extras sectionsJason R. Coombs2017-07-231-9/+4
* | Refactor a bit for clarityJason R. Coombs2017-07-231-9/+12
* | Consolidate logic around a 'simple' requirementJason R. Coombs2017-07-231-7/+11
* | Extract a function for removing extras and marker from a requirement.Jason R. Coombs2017-07-231-9/+15
* | Handle rebuild of install_requires separate from building extras"Jason R. Coombs2017-07-231-7/+12
* | Use term 'section' consistentlyJason R. Coombs2017-07-231-5/+4
* | Extract two methods (still interdependent) for fixing requiresJason R. Coombs2017-07-231-9/+19
* | Consolidate assignment of extras to the key in extras requirements.Jason R. Coombs2017-07-231-5/+3
* | Extract variable for nicer indentationJason R. Coombs2017-07-231-6/+4
* | Remove dependency on virtualenv. Setuptools' tests don't require it except py...Jason R. Coombs2017-07-231-1/+0
* | More concise explanationJason R. Coombs2017-07-231-1/+1
* | Bump version: 36.2.0 → 36.2.1v36.2.1Jason R. Coombs2017-07-232-2/+2
* | Update changelog. Ref #1089.Jason R. Coombs2017-07-231-0/+7
* | Merge pull request #1089 from benoit-pierre/fix_requires_handlingJason R. Coombs2017-07-2310-65/+164
|\ \
| * | fix `install_requires` handling of extrasBenoit Pierre2017-07-152-4/+41
| * | fix `extras_require` handlingBenoit Pierre2017-07-152-27/+66
| * | fix possible error when finalizing `install_requires`Benoit Pierre2017-07-152-2/+22
| * | tests: rework clean install testBenoit Pierre2017-07-154-30/+34
| * | tests: switch back to mock instead of backports.unittest_mockBenoit Pierre2017-07-155-6/+5
|/ /
* | Invoke bootstrap prior to cutting release. Fixes #1084.v36.2.0Jason R. Coombs2017-07-131-0/+1
* | Bump version: 36.1.1 → 36.2.0Jason R. Coombs2017-07-132-2/+2
* | DelintJason R. Coombs2017-07-131-1/+1
* | Update changelogJason R. Coombs2017-07-131-0/+5
* | Update changelog. Ref #1081.Jason R. Coombs2017-07-131-0/+8
* | DelintJason R. Coombs2017-07-131-20/+31
* | Use filter and next to directly extract a single failure.Jason R. Coombs2017-07-131-8/+12
* | Use better variable names and the partition method for simplicity.Jason R. Coombs2017-07-131-7/+6
* | ReindentJason R. Coombs2017-07-131-11/+12
* | Extract _check_extra functionJason R. Coombs2017-07-131-7/+11