Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-92584: Remove the distutils package (#99061) | Victor Stinner | 2022-11-03 | 1 | -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 Storchaka | 2021-09-13 | 1 | -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 Dower | 2020-03-03 | 1 | -51/+0 |
| | | | | (GH-18724) | ||||
* | bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) | Steve Dower | 2017-09-07 | 1 | -2/+26 |
| | |||||
* | Issue #27048: Prevents distutils failing on Windows when environment ↵ | Steve Dower | 2016-06-17 | 1 | -0/+18 |
| | | | | variables contain non-ASCII characters | ||||
* | Whitespace fixes to make the commit hook on hg.python.org happy. | Larry Hastings | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | Moves distutils test import within skippable class. | Steve Dower | 2015-09-08 | 1 | -2/+5 |
| | |||||
* | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵ | Steve Dower | 2015-09-08 | 1 | -5/+53 |
| | | | | to Windows installation. | ||||
* | Issue #24798: _msvccompiler.py doesn't properly support manifests | Steve Dower | 2015-08-05 | 1 | -121/+0 |
| | |||||
* | Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. | Steve Dower | 2015-05-23 | 1 | -0/+160 |