summaryrefslogtreecommitdiff
path: root/Lib/test/test_cmd.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)Miss Islington (bot)2018-02-031-2/+2
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #14235: Use importlib.reload() in test_cmd.test_coverage.Berker Peksag2014-06-301-1/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-1/+1
* Test for issue #13500Jesus Cea2012-02-191-0/+29
* Add docstring to cmd.Cmd.do_help()Raymond Hettinger2010-09-091-4/+4
* #8620: Cmd no longer truncates last character if stdin ends without newlineR. David Murray2010-08-011-1/+26
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-3/+3
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via sv...Benjamin Peterson2010-01-091-3/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Fixed merge accident. Next time I'm going to run the entire test suite ...Christian Heimes2007-12-021-14/+14
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-0/+186