Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-92584: Remove the distutils package (#99061) | Victor Stinner | 2022-11-03 | 1 | -5/+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 | ||||
* | Fix closes Issue11439 Remove the SVN keywords from the code as it is no ↵ | Senthil Kumaran | 2011-07-28 | 1 | -2/+0 |
| | | | | longer applicable in hg. Patch Contributed by Neil Muller. | ||||
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -2/+0 |
| | |||||
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+0 |
| | |||||
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+4 |
| | | | | suggested by PEP 291. | ||||
* | Define DEBUG in a separate module to resolve circular references. | Jeremy Hylton | 2002-09-11 | 1 | -0/+6 |