aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cmd.py
Commit message (Expand)AuthorAge
* gh-102130: Support tab completion in cmd for Libedit. (GH-107748)Constantin Hong2023-12-05
* gh-80731: Avoid executing code in except block in cmd (GH-111740)Tian Gao2023-11-10
* gh-111426: Remove `test_cmd.test_coverage` (#111427)Nikita Sobolev2023-10-29
* gh-67248: cmd: Sort miscellaneous help topics (#92254)Sam Denton2022-05-03
* bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)Serhiy Storchaka2021-09-20
* bpo-32746: Fix multiple typos (GH-5144)Leo Arias2018-02-03
* Remove unused imports.Serhiy Storchaka2016-12-16
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-02
* Issue #14235: Use importlib.reload() in test_cmd.test_coverage.Berker Peksag2014-06-30
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-26
* Test for issue #13500Jesus Cea2012-02-19
* Add docstring to cmd.Cmd.do_help()Raymond Hettinger2010-09-09
* #8620: Cmd no longer truncates last character if stdin ends without newlineR. David Murray2010-08-01
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-28
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via sv...Benjamin Peterson2010-01-09
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Fixed merge accident. Next time I'm going to run the entire test suite ...Christian Heimes2007-12-02
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-02