]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 5 May 2025 17:46:46 +0000 (20:46 +0300)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 17:46:46 +0000 (19:46 +0200)
commit4ac916ae33b962cb6b4f8849556403594b22a7f2
tree0a570835e3d8f5dfef8ff53abe49869ea76a2699
parent2b4e2b78303197dea9d3ffecfc0423fa09edf71f
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
36 files changed:
Lib/ast.py
Lib/calendar.py
Lib/code.py
Lib/compileall.py
Lib/dis.py
Lib/doctest.py
Lib/ensurepip/__init__.py
Lib/gzip.py
Lib/http/server.py
Lib/inspect.py
Lib/json/tool.py
Lib/mimetypes.py
Lib/pdb.py
Lib/pickle.py
Lib/pickletools.py
Lib/platform.py
Lib/py_compile.py
Lib/random.py
Lib/sqlite3/__main__.py
Lib/tarfile.py
Lib/test/test_ast/test_ast.py
Lib/test/test_calendar.py
Lib/test/test_mimetypes.py
Lib/test/test_pickle.py
Lib/test/test_platform.py
Lib/test/test_random.py
Lib/test/test_sqlite3/test_cli.py
Lib/tokenize.py
Lib/trace.py
Lib/unittest/main.py
Lib/uuid.py
Lib/venv/__init__.py
Lib/webbrowser.py
Lib/zipapp.py
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Library/2025-05-04-16-00-01.gh-issue-130645.yNwKue.rst [new file with mode: 0644]