index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_cmd.py
Commit message (
Expand
)
Author
Age
*
gh-102130: Support tab completion in cmd for Libedit. (GH-107748)
Constantin Hong
2023-12-05
*
gh-80731: Avoid executing code in except block in cmd (GH-111740)
Tian Gao
2023-11-10
*
gh-111426: Remove `test_cmd.test_coverage` (#111427)
Nikita Sobolev
2023-10-29
*
gh-67248: cmd: Sort miscellaneous help topics (#92254)
Sam Denton
2022-05-03
*
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka
2021-09-20
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-03
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
*
Issue #14235: Use importlib.reload() in test_cmd.test_coverage.
Berker Peksag
2014-06-30
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
*
Test for issue #13500
Jesus Cea
2012-02-19
*
Add docstring to cmd.Cmd.do_help()
Raymond Hettinger
2010-09-09
*
#8620: Cmd no longer truncates last character if stdin ends without newline
R. David Murray
2010-08-01
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
*
Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via sv...
Benjamin Peterson
2010-01-09
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Fixed merge accident. Next time I'm going to run the entire test suite ...
Christian Heimes
2007-12-02
*
Merged revisions 59259-59274 via svnmerge from
Christian Heimes
2007-12-02