summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documented undocumented commands and removed command aliases.Todd Leonhardt2017-02-057-54/+21
* Use older form of invoking super class ctor for Py2/3 compatibility.Todd Leonhardt2017-02-051-1/+2
* Fixed flaw in unit tests so they can be reliably parallelized.Todd Leonhardt2017-02-051-9/+6
* Removed some unused bash scripts which were for uploading stuff to PyCon 2010Todd Leonhardt2017-02-053-11/+0
* Removed unused docs/pycon2010/ui directory.Todd Leonhardt2017-02-0511-934/+0
* Various cleanup changes:Todd Leonhardt2017-02-058-75/+53
* Minor tweak to Coverage.py configTodd Leonhardt2017-02-051-0/+3
* Removed unused ljust() function wrapper for calling ljust on lists.Todd Leonhardt2017-02-051-10/+0
* Added a couple more unit tests.Todd Leonhardt2017-02-053-0/+57
* Added more unit tests for list command.Todd Leonhardt2017-02-051-0/+39
* Added unit test for doing transcript testing within the cmdloop.Todd Leonhardt2017-02-051-2/+31
* Re-ordered test skip condition.Todd Leonhardt2017-02-051-1/+1
* Fixed unit test skip condition.Todd Leonhardt2017-02-051-1/+2
* Marked one test to skip on Linux because it fails on the TravisCI Linux conta...Todd Leonhardt2017-02-051-0/+2
* Added unit test for calling cmdloop without a queueTodd Leonhardt2017-02-051-8/+35
* Added unit test for redirecting input from a file using <Todd Leonhardt2017-02-052-1/+14
* Removed unused method fileimport() from cmd2.Cmd classTodd Leonhardt2017-02-051-10/+0
* Added unit test for cmdloop()Todd Leonhardt2017-02-051-1/+19
* Added unit test for the interactive form of do_py().Todd Leonhardt2017-02-052-1/+12
* Fixed how the six.moves.input function is imported and used.Todd Leonhardt2017-02-053-7/+37
* Removed an except clause which was only there to support Python 2.4 on Linux.Todd Leonhardt2017-02-051-16/+2
* Added Coverage.py configuration file to exclude platform specific code from c...Todd Leonhardt2017-02-051-0/+22
* Fixed long-form show unit test to deal with Windows not having colors.Todd Leonhardt2017-02-041-3/+6
* Added unit test for "show -l".Todd Leonhardt2017-02-042-3/+27
* Added unit tests for the edit command.Todd Leonhardt2017-02-042-0/+86
* Fix cut-and-paste mistakeTodd Leonhardt2017-02-041-1/+1
* Fix to colorize unit test for WindowsTodd Leonhardt2017-02-041-1/+5
* Added unit test of colorize() methodTodd Leonhardt2017-02-041-0/+12
* Added unit test of debug output capabilityTodd Leonhardt2017-02-041-0/+21
* Fixed timing unit test on Windows.Todd Leonhardt2017-02-041-1/+4
* Added unit test for optional command timing featureTodd Leonhardt2017-02-041-0/+9
* Told pytest to skip one unit test on Windows because getting the output was p...Todd Leonhardt2017-02-041-0/+3
* Added can_clip declaration inside Windows code section for purposes of unit t...Todd Leonhardt2017-02-043-1/+15
* Added unit tests for appending to a file and sending output to the clipboardTodd Leonhardt2017-02-041-1/+34
* Added unit test for passing command line arguments at invocationTodd Leonhardt2017-02-041-0/+12
* Added more and better unit tests for load and save commandsTodd Leonhardt2017-02-045-113/+173
* Made argument parsing more backward compatible by default.Todd Leonhardt2017-02-031-2/+17
* Removed some unused code.Todd Leonhardt2017-02-031-12/+3
* Exceptions are now much more apparent when they occur to avoid confusion.Todd Leonhardt2017-02-032-6/+21
* Improve earlier fix by catching a specific exception instead of all exceptionsTodd Leonhardt2017-02-031-1/+1
* Added another unit test and a test fixture associated with it.Todd Leonhardt2017-02-031-2/+25
* Fixed optparse parsing of arguments so it works correctly both with embedded ...Todd Leonhardt2017-02-032-5/+28
* Disabled Mac OS X build on TravisCI because their Mac building isn't reliableTodd Leonhardt2017-02-011-3/+3
* Fixed a bug that would occur if a pipe was entered on a line by itselfTodd Leonhardt2017-02-011-1/+5
* Improved pipe_to_shell unit test so it should be more robust across OSesTodd Leonhardt2017-02-011-2/+8
* Fixed pipe to shell bug on Python 3.x.Todd Leonhardt2017-02-012-15/+38
* It turns out that setting the stdout and stderr arguments for subprocess.chec...Todd Leonhardt2017-01-311-3/+6
* Added doc _build dir to .gitignoreTodd Leonhardt2017-01-312-0/+4
* Added a couple notes in the docs:Todd Leonhardt2017-01-302-2/+19
* A more complete fix for the subprocess.check_call() blocking issue addressed ...Todd Leonhardt2017-01-301-4/+9