COMMITS
/ Lib/test/test_cmd.py May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
May 4, 2025
M
gh-133363: Fix Cmd completion for lines beginning with `! ` (#133364)
Matt Wozniski committed
December 5, 2023
C
gh-102130: Support tab completion in cmd for Libedit. (GH-107748)
Constantin Hong committed
November 10, 2023
T
gh-80731: Avoid executing code in except block in cmd (GH-111740)
Tian Gao committed
October 28, 2023
N
gh-111426: Remove `test_cmd.test_coverage` (#111427)
Nikita Sobolev committed
May 4, 2022
S
gh-67248: cmd: Sort miscellaneous help topics (#92254)
Sam Denton committed
September 20, 2021
S
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka committed
February 4, 2018
L
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias committed
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
November 2, 2015
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
June 30, 2014
B
Issue #14235: Use importlib.reload() in test_cmd.test_coverage.
Berker Peksag committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
May 26, 2012
V
Implemented PEP 405 (Python virtual environments).
Vinay Sajip committed
February 19, 2012
J
Test for issue #13500
Jesus Cea committed
September 9, 2010
R
Add docstring to cmd.Cmd.do_help()
Raymond Hettinger committed
August 1, 2010
R
#8620: Cmd no longer truncates last character if stdin ends without newline
R. David Murray committed
April 28, 2010
V
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
January 9, 2010
B
Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Fixed merge accident. Next time I'm going to run the entire test suite ...
Christian Heimes committed
C
Merged revisions 59259-59274 via svnmerge from
Christian Heimes committed