summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4989 from pradyunsg/misc/better-pep-518-messagePaul Moore2018-03-261-3/+7
|\
| * Improve message when setuptools is missingPradyun Gedam2018-03-091-3/+7
* | Merge pull request #5116 from pfmoore/issue5085Paul Moore2018-03-262-1/+7
|\ \
| * | Hide --no-user optionPaul Moore2018-03-261-1/+2
| * | Fix for issue 5085 (--user set in config causes pip wheel to fail)Paul Moore2018-03-252-1/+6
* | | Merge pull request #5114 from pfmoore/vendoringPaul Moore2018-03-2449-7132/+1683
|\ \ \ | |/ / |/| |
| * | Placate flake8 (2 spaces before inline comment)Paul Moore2018-03-243-3/+3
| * | Silence invalid mypy errors (see python/typeshed#1985)Paul Moore2018-03-243-3/+3
| * | Update vendored librariesPaul Moore2018-03-2045-7122/+1673
| * | Update vendor.txtPaul Moore2018-03-201-7/+7
* | | Merge branch 'release/9.0.3' into merged/9.0.3Donald Stufft2018-03-211-3/+5
* | | Keep install options in requirements.txt from leakingPhil Pennock2018-03-201-3/+5
|/ /
* | Merge pull request #5053 from pradyunsg/feature/allow-disabling-isolationPaul Moore2018-03-145-9/+30
|\ \
| * | Add --no-build-isolation for disabling build isolationPradyun Gedam2018-03-095-9/+30
| |/
* | :art:Pradyun Gedam2018-03-031-1/+0
* | Move all enviroment management into BuildEnvironmentPradyun Gedam2018-03-032-28/+23
|/
* Merge pull request #4999 from xoviat/pep518-editablePaul Moore2018-03-021-13/+14
|\
| * Merge branch 'master' into pep518-editablexoviat2018-03-013-2/+42
| |\
| * | Run 'setup.py develop' in the build environmentxoviat2018-01-281-13/+14
| * | Address reviewxoviat2018-01-271-0/+3
| * | Fix regressionxoviat2018-01-271-1/+1
| * | :art:xoviat2018-01-271-1/+1
| * | :art:xoviat2018-01-271-6/+7
| * | :art:xoviat2018-01-273-8/+14
| * | Address review commentsxoviat2018-01-274-9/+10
| * | Install build requirements in the prepare operationxoviat2018-01-263-27/+52
| * | Make BuildEnvironment a proprety of Requirementxoviat2018-01-262-1/+4
| * | More eagerly cleanup the requirementxoviat2018-01-261-1/+2
| * | Pass through finder to prepare operationxoviat2018-01-262-8/+8
| * | Add cleanup method to build_envxoviat2018-01-261-0/+3
* | | Merge pull request #4877 from edmorley/markers-ignore-loglevelPaul Moore2018-03-011-4/+4
|\ \ \
| * | | Use log level info when ignoring packages due to environment markersEd Morley2018-01-281-4/+4
| |/ /
* | | Merge pull request #4932 from doloopwhile/bugfix/4917-decoding-stdout-of-shellPaul Moore2018-03-012-42/+45
|\ \ \
| * | | Fixed issue #4917 and Upgraded vendored distro to v1.2.0OMOTO Kenji2017-12-262-42/+45
* | | | Merge pull request #4977 from pradyunsg/misc/verbosity-properlyPradyun Gedam2018-03-013-7/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add a verbosity attribute to basecommandPradyun Gedam2018-01-203-7/+9
* | | | Install build requirements before calling setup.py (#4799)xoviat2018-03-015-38/+87
* | | | Add expansion of environment variables in requirement files (#3728)BrownTruck2018-02-051-0/+34
| |_|/ |/| |
* | | Disallow non-wheel build dependencies (PEP 518)Pradyun Gedam2018-01-261-1/+1
|\ \ \
| * | | Only allow the finder to use wheels as build reqsPradyun Gedam2018-01-231-1/+1
* | | | Merge pull request #4991 from pradyunsg/misc/move-pytoml-to-installreqPradyun Gedam2018-01-252-20/+19
|\ \ \ \
| * | | | Move PEP 518 info fetching into InstallRequirementPradyun Gedam2018-01-232-20/+19
| |/ / /
* | | | Merge pull request #4990 from pradyunsg/misc/move-build-requirementPradyun Gedam2018-01-252-53/+65
|\ \ \ \
| * | | | Use a propertyPradyun Gedam2018-01-231-3/+7
| * | | | Move BuildEnvironment out of wheel.pyPradyun Gedam2018-01-232-53/+61
| |/ / /
* | | | Merge pull request #4992 from pradyunsg/vendor/disable-appdirs-loading-c-libraryPradyun Gedam2018-01-242-10/+5
|\ \ \ \
| * | | | Remove stub for appdirsPradyun Gedam2018-01-241-1/+0
| * | | | Do not load win32com on WindowsPradyun Gedam2018-01-241-9/+5
| |/ / /
* | | | Merge pull request #4982 from pradyunsg/misc/error-out-on-inputPradyun Gedam2018-01-241-2/+3
|\ \ \ \
| * | | | Handle stdin correctly when calling subprocessesPradyun Gedam2018-01-211-2/+3
| |/ / /