summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
...
* decode seems a healthy changecat2010-02-221-1/+1
* avoiding 'str doesn't support the buffer api' exceptioncat2010-02-211-1/+4
* added run to pycat2010-02-181-5/+14
* fix quit() in pycat2010-02-181-1/+1
* released 0.6.00.6.0catherine2010-02-181-1/+1
* fix usage help name-stripping bugcatherine2010-02-171-1/+1
* EOF is now the 'unusual' stop signalcatherine2010-02-171-3/+4
* redirect works even with printcatherine2010-02-171-8/+10
* fixed bug in empty valuescatherine2010-02-171-13/+14
* still working out redirectioncatherine2010-02-161-11/+8
* output redirection now wraps around precmd, postcmdcatherine2010-02-161-57/+55
* beginning to change output redirectioncatherine2010-02-161-46/+47
* going to try moving output redirection to outside precmd, postcmd hookscatherine2010-02-161-0/+2
* quitting after invocation commandscatherine2010-02-161-17/+16
* transcript test wasn't running pre and post cmd hookscatherine2010-02-161-2/+5
* py3 conversion complete?catherine2010-02-161-0/+1
* cleanup print to py3 syntax'catherine2010-02-161-2/+2
* detect lists with __reversed__ not __getslice__catherine2010-02-161-1/+1
* MyInteractiveInterpreter removedcatherine2010-02-161-29/+3
* alternativescatherine2010-02-151-2/+5
* tweaks for sqlpython compatibilitycatherine2010-02-151-5/+6
* run() folded into app.cmdloop()cat2010-02-121-25/+28
* unit tests fixedcat2010-02-121-3/+3
* doc refreshing refresh.bashcat2010-02-121-5/+6
* more docscat2010-02-121-6/+6
* default_to_shellcat2010-02-121-2/+11
* free function docscat2010-02-121-2/+4
* locals_in_pycat2010-02-121-1/+5
* initial args workingcatherine2010-02-111-20/+26
* run() workingcatherine2010-02-111-3/+6
* want to incorporate run() for tests - not yet workingcatherine2010-02-111-2/+16
* make SHOW TABLES workcatherine2010-02-111-1/+1
* tweak to settablecatherine2010-02-111-0/+9
* transcript test running againcatherine2010-02-111-3/+3
* transcript test stuck in infinite loop?catherine2010-02-111-48/+55
* begin to switch settable to TextLineListcatherine2010-02-111-2/+49
* experiments with line flatteningcat2010-02-111-0/+4
* begin new docscatherine2010-02-101-4/+4
* must puzzle out parsing of quoted stringscatherine2010-02-091-0/+2
* colorize taken from sqlpythoncatherine2010-02-061-2/+19
* excluded --options from --comments with .NotAnycatherine2010-01-311-26/+31
* select polishedcatherine2010-01-291-5/+22
* added bash-style SELECTcatherine2010-01-291-1/+22
* tightening up history.searchcatherine2010-01-281-9/+21
* throw error from .span'catherine2010-01-281-4/+8
* new History.span()catherine2010-01-271-1/+1
* new History.span()catherine2010-01-271-10/+72
* tweaking transcript test newlines (complete)catherine2010-01-271-5/+5
* tweaking transcript test newlinescatherine2010-01-271-4/+4
* refactored, unit tests passcatherine2010-01-261-9/+4