summaryrefslogtreecommitdiff
path: root/Lib/distutils/tests/test_msvccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-81/+0
| | | | | | | | | | | | Remove the distutils package. It was deprecated in Python 3.10 by PEP 632 "Deprecate distutils module". For projects still using distutils and cannot be updated to something else, the setuptools project can be installed: it still provides distutils. * Remove Lib/distutils/ directory * Remove test_distutils * Remove references to distutils * Skip test_check_c_globals and test_peg_generator since they use distutils
* bpo-5846: Do not use obsolete unittest functions. (GH-28303)Serhiy Storchaka2021-09-131-1/+1
| | | | Get rid of use of makeSuite() and findTestCases(). Also make test_math and test_threading_local discoverable.
* bpo-38597: Never statically link extension initialization code on Windows ↵Steve Dower2020-03-031-51/+0
| | | | (GH-18724)
* bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)Steve Dower2017-09-071-2/+26
|
* Issue #27048: Prevents distutils failing on Windows when environment ↵Steve Dower2016-06-171-0/+18
| | | | variables contain non-ASCII characters
* Whitespace fixes to make the commit hook on hg.python.org happy.Larry Hastings2015-09-091-1/+1
|
* Moves distutils test import within skippable class.Steve Dower2015-09-081-2/+5
|
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-081-5/+53
| | | | to Windows installation.
* Issue #24798: _msvccompiler.py doesn't properly support manifestsSteve Dower2015-08-051-121/+0
|
* Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.Steve Dower2015-05-231-0/+160