cpython/Lib/distutils
Miss Islington (bot) c63c8ac238
bpo-45046: Support context managers in unittest (GH-28045)
Add methods enterContext() and enterClassContext() in TestCase.
Add method enterAsyncContext() in IsolatedAsyncioTestCase.
Add function enterModuleContext().
(cherry picked from commit 086c6b1b0f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-05-08 08:12:19 -07:00
..
command bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) 2022-03-30 12:00:27 +01:00
tests bpo-45046: Support context managers in unittest (GH-28045) 2022-05-08 08:12:19 -07:00
README
__init__.py
_msvccompiler.py
archive_util.py
bcppcompiler.py
ccompiler.py Fix typos in the Lib directory (GH-28775) 2021-10-06 16:13:48 -07:00
cmd.py
config.py bpo-47061: deprecate cgi and cgitb (GH-32410) 2022-04-08 17:15:35 -07:00
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py [codemod] Fix non-matching bracket pairs (GH-28473) 2021-09-22 01:09:00 +02:00
msvccompiler.py
spawn.py
sysconfig.py
text_file.py
unixccompiler.py bpo-45371: Fix distutils' rpath support for clang (GH-28732) 2021-10-05 02:43:46 -07:00
util.py
version.py
versionpredicate.py

README

This directory contains the Distutils package.

There's a full documentation available at:

    https://docs.python.org/distutils/

The Distutils-SIG web page is also a good starting point:

    https://www.python.org/sigs/distutils-sig/

$Id$