summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* released 0.6.00.6.0Catherine Devlin2010-02-181-1/+1
* fix usage help name-stripping bugCatherine Devlin2010-02-171-1/+1
* EOF is now the 'unusual' stop signalCatherine Devlin2010-02-171-3/+4
* redirect works even with printCatherine Devlin2010-02-171-8/+10
* fixed bug in empty valuesCatherine Devlin2010-02-171-13/+14
* still working out redirectionCatherine Devlin2010-02-161-11/+8
* output redirection now wraps around precmd, postcmdCatherine Devlin2010-02-161-57/+55
* beginning to change output redirectionCatherine Devlin2010-02-161-46/+47
* going to try moving output redirection to outside precmd, postcmd hooksCatherine Devlin2010-02-161-0/+2
* quitting after invocation commandsCatherine Devlin2010-02-161-17/+16
* transcript test wasn't running pre and post cmd hooksCatherine Devlin2010-02-161-2/+5
* py3 conversion complete?Catherine Devlin2010-02-161-0/+1
* cleanup print to py3 syntax'Catherine Devlin2010-02-161-2/+2
* detect lists with __reversed__ not __getslice__Catherine Devlin2010-02-161-1/+1
* MyInteractiveInterpreter removedCatherine Devlin2010-02-161-29/+3
* alternativesCatherine Devlin2010-02-151-2/+5
* tweaks for sqlpython compatibilityCatherine Devlin2010-02-151-5/+6
* run() folded into app.cmdloop()Catherine Devlin2010-02-121-25/+28
* unit tests fixedCatherine Devlin2010-02-121-3/+3
* doc refreshing refresh.bashCatherine Devlin2010-02-121-5/+6
* more docsCatherine Devlin2010-02-121-6/+6
* default_to_shellCatherine Devlin2010-02-121-2/+11
* free function docsCatherine Devlin2010-02-121-2/+4
* locals_in_pyCatherine Devlin2010-02-121-1/+5
* initial args workingCatherine Devlin2010-02-111-20/+26
* run() workingCatherine Devlin2010-02-111-3/+6
* want to incorporate run() for tests - not yet workingCatherine Devlin2010-02-111-2/+16
* make SHOW TABLES workCatherine Devlin2010-02-111-1/+1
* tweak to settableCatherine Devlin2010-02-111-0/+9
* transcript test running againCatherine Devlin2010-02-111-3/+3
* transcript test stuck in infinite loop?Catherine Devlin2010-02-111-48/+55
* begin to switch settable to TextLineListCatherine Devlin2010-02-111-2/+49
* experiments with line flatteningCatherine Devlin2010-02-111-0/+4
* begin new docsCatherine Devlin2010-02-101-4/+4
* must puzzle out parsing of quoted stringsCatherine Devlin2010-02-091-0/+2
* colorize taken from sqlpythonCatherine Devlin2010-02-061-2/+19
* excluded --options from --comments with .NotAnyCatherine Devlin2010-01-311-26/+31
* select polishedCatherine Devlin2010-01-291-5/+22
* added bash-style SELECTCatherine Devlin2010-01-291-1/+22
* tightening up history.searchCatherine Devlin2010-01-281-9/+21
* throw error from .span'Catherine Devlin2010-01-281-4/+8
* new History.span()Catherine Devlin2010-01-271-1/+1
* new History.span()Catherine Devlin2010-01-271-10/+72
* tweaking transcript test newlines (complete)Catherine Devlin2010-01-271-5/+5
* tweaking transcript test newlinesCatherine Devlin2010-01-271-4/+4
* refactored, unit tests passCatherine Devlin2010-01-261-9/+4
* refactor mostly done?Catherine Devlin2010-01-261-13/+13
* assume newfunc does not have to accept unparsed argumentsCatherine Devlin2010-01-261-13/+13
* trying to simplify parse resultsCatherine Devlin2010-01-261-2/+3
* connect2 changes in progressCatherine Devlin2010-01-251-2/+2