summaryrefslogtreecommitdiff
path: root/setuptools/msvc.py
Commit message (Expand)AuthorAgeFilesLines
* Remove msvc hack for Numpy < 1.11.2Michał Górny2023-01-211-17/+0
* Remove monkeypatching of msvc9compiler. Fixes #3536Jason R. Coombs2022-08-171-102/+0
* Use unique_everseen from more_itertools.Jason R. Coombs2021-05-221-25/+2
* Find VC Express 2017 explicitly, not ARM tools.dofuuz2021-04-301-2/+1
* Add Visual Studio 2017 Express detectiondofuuz2021-04-291-0/+3
* Apply noqa C901 comments to overly complex codeSviatoslav Sydorenko2020-12-311-2/+2
* Simplify `msvc.SystemInfo.find_reg_vs_vers`Sviatoslav Sydorenko2020-12-311-22/+18
* pypa/setuptools#2302Aren Cambre2020-08-161-3/+4
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-4/+2
* Merge branch 'master' into 2020-06-11-raise-fromJason R. Coombs2020-07-031-15/+21
|\
| * catch some resource leaksmattip2020-07-021-15/+21
* | Fix exception causes all over the codebaseRam Rachum2020-06-281-1/+1
|/
* Use CPython 3.8.0 mechanism to find msvc 14+mayeut2020-03-071-8/+151
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-1/+1
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-7/+10
* msvc: fix Python 2 supportBenoit Pierre2019-10-281-0/+1
* Improve Visual C++ 14.X supportjgoutin2019-08-031-322/+699
* Fix "Microsoft Visual C++ Build Tools" linkJGoutin2018-07-101-2/+1
* Setuptools now vendors its own direct dependencies (packaging, six, pyparsing...Jason R. Coombs2018-03-171-2/+2
* Extract variable for exceptions to provide explanationJason R. Coombs2017-08-031-1/+10
* Fix exception on mingw built Python 2Segev Finer2017-08-031-1/+1
* Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-75/+175
|\
| * Revert "In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #...Jason R. Coombs2017-04-161-4/+1
| * Fixes for Visual Studio 2017JGoutin2017-04-101-51/+79
| * Correct typo. Ref #992.Jason R. Coombs2017-04-081-1/+1
| * In msvc9_query_vcvarsall, ensure dict values are not unicode. Fixes #992.Jason R. Coombs2017-04-081-1/+4
| * Extract private method for locating latest available vc ver.Jason R. Coombs2017-04-081-8/+8
| * Let the default vc_min_ver represent the most lenient, degenerate limit.Jason R. Coombs2017-04-081-5/+4
| * Remove unnecessary raw string. Ref #995.Jason R. Coombs2017-04-071-1/+1
| * Simplify _get_content_dirname by simply removing the trailing backslash. Ref ...Jason R. Coombs2017-04-071-8/+3
| * Extract generator for simpler syntax. Ref #995.Jason R. Coombs2017-04-071-8/+7
| * Move initialization into a single location. Ref #995.Jason R. Coombs2017-04-071-3/+3
| * Extract method for finding .Net in the framework folder. Ref #995.Jason R. Coombs2017-04-071-11/+15
| * extract two functions for guessing the VC version; ref #995Jason R. Coombs2017-04-071-16/+25
| * Update for MS BuildTools 2017JGoutin2017-03-201-15/+81
| * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-02-241-2/+2
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-3/+3
|/
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-3/+3
* Fix quantity of blank lines.stepshal2016-10-191-0/+1
* Fix quantity of blank lines.stepshal2016-10-181-0/+3
* Allow get_unpatched to be called to get unpatched version of a class or funct...Jason R. Coombs2016-09-091-5/+5
* Consolidate function patching and resolution of unpatched function, aligning ...Jason R. Coombs2016-09-091-5/+5
* Merge monkeypatch-moduleJason R. Coombs2016-09-091-71/+23
|\
| * Move msvc patch logic into monkey module.Jason R. Coombs2016-09-041-67/+23
| * distutils will always be in globalsJason R. Coombs2016-09-041-4/+0
* | Use LegacyVersion instead of LooseVersionValentin Valls2016-09-061-2/+2
* | Use LooseVersion instread of StrictVersionValentin Valls2016-09-051-2/+2
|/
* Remove trailing whitespace. (#751)stepshal2016-08-191-1/+1
* Add numpy version checkJ. Goutin2016-08-181-3/+4
* Wrong line for commentJ. Goutin2016-08-161-2/+2