log cmd2.py @ 424:6773286315f0

age author description
Wed, 20 Jul 2011 23:23:09 -0400 catherine devlin require pyparsing 1.5.6 for its Python 3 power
Wed, 20 Jul 2011 21:23:53 -0400 catherine devlin Python 3 installation instructions
Wed, 22 Jun 2011 21:56:20 -0400 Jason Ledbetter Additional support for native pbcopy for clipboard redirect (">") on MacOSX.
Wed, 02 Feb 2011 05:26:37 -0800 catherine devlin raise a specific error overriding optparse .error
Wed, 02 Feb 2011 08:15:21 -0500 catherine devlin generalizing xclip error trap
Wed, 02 Feb 2011 08:13:03 -0500 catherine devlin fix xclip trapping bug
Wed, 02 Feb 2011 08:00:26 -0500 catherine devlin use exception inheritence instead of listing all optparse exceptions
Tue, 01 Feb 2011 18:27:48 -0500 catherine devlin nesting try/finally for 2.4 compatibility
Wed, 17 Nov 2010 21:59:01 -0500 Catherine Devlin replacing self.perror();return with raise for catchability
Fri, 12 Nov 2010 20:05:46 -0500 Catherine Devlin begin work on v 0.6.3
Fri, 12 Nov 2010 20:03:21 -0500 Catherine Devlin added arg_desc to @options, thanks Renzo Crispiatico
Tue, 09 Nov 2010 05:22:41 -0500 Catherine Devlin doc update 0.6.2
Mon, 08 Nov 2010 08:49:32 -0500 Catherine Devlin broke down StopIteration catches
Mon, 08 Nov 2010 04:27:13 -0500 Catherine Devlin before changing StopIteration catch
Sun, 07 Nov 2010 21:30:13 -0500 Catherine Devlin improving missing-end detection for transcript test
Sun, 07 Nov 2010 09:24:11 -0500 Catherine Devlin was detecting first absent editor, not first presnt
Sun, 07 Nov 2010 09:20:33 -0500 Catherine Devlin merged
Sat, 06 Nov 2010 07:56:07 -0400 Catherine Devlin swallow echo of editor path
Thu, 25 Mar 2010 18:40:03 -0400 catherine don't let falling-off-the-edge equal test success
Sun, 07 Nov 2010 06:48:15 -0500 catherine devlin report when end of transcript never seen
Tue, 21 Sep 2010 15:25:56 -0400 catherine devlin added postparse
Mon, 20 Sep 2010 00:59:39 -0400 catherine devlin __version__ not _version__
Sun, 19 Sep 2010 15:42:47 -0400 catherine devlin change version number to 0.6.2
Sun, 19 Sep 2010 09:20:56 -0400 catherine devlin encode paste buffer write for Python 3
Fri, 17 Sep 2010 11:32:36 -0400 catherine devlin no xclip >>> output got lost
Thu, 16 Sep 2010 07:38:26 -0400 Catherine Devlin ignore whitespace during comparisons
Tue, 07 Sep 2010 07:25:49 -0400 catherine devlin swallow xclip error
Wed, 07 Jul 2010 19:24:15 -0400 catherine devlin before jens bundle
Tue, 02 Mar 2010 19:12:08 -0500 catherine trying to fix binds
Mon, 01 Mar 2010 23:26:55 -0500 catherine doubledashcomment moved into sqlpyPlus to define parser after local comment definition
Mon, 22 Feb 2010 21:26:40 -0500 cat replacing temporaryfile with an object seems good
Mon, 22 Feb 2010 19:24:50 -0500 cat hg troubles with py3 branch
Mon, 22 Feb 2010 19:18:58 -0500 cat now attempting new outputtrap
Mon, 22 Feb 2010 18:09:06 -0500 cat decode seems a healthy change
Sun, 21 Feb 2010 15:25:22 -0500 cat avoiding 'str doesn't support the buffer api' exception
Thu, 18 Feb 2010 16:13:10 -0500 cat added run to py
Thu, 18 Feb 2010 15:35:36 -0500 cat fix quit() in py
Thu, 18 Feb 2010 01:32:50 -0500 catherine released 0.6.0 0.6.0
Wed, 17 Feb 2010 14:32:04 -0500 catherine fix usage help name-stripping bug
Wed, 17 Feb 2010 12:32:49 -0500 catherine EOF is now the 'unusual' stop signal
Wed, 17 Feb 2010 12:08:42 -0500 catherine redirect works even with print
Wed, 17 Feb 2010 00:01:55 -0500 catherine fixed bug in empty values
Tue, 16 Feb 2010 20:51:47 -0500 catherine still working out redirection
Tue, 16 Feb 2010 19:10:01 -0500 catherine output redirection now wraps around precmd, postcmd
Tue, 16 Feb 2010 17:33:11 -0500 catherine beginning to change output redirection
Tue, 16 Feb 2010 16:33:47 -0500 catherine going to try moving output redirection to outside precmd, postcmd hooks
Tue, 16 Feb 2010 15:47:17 -0500 catherine quitting after invocation commands
Tue, 16 Feb 2010 15:13:11 -0500 catherine transcript test wasn't running pre and post cmd hooks
Tue, 16 Feb 2010 13:01:41 -0500 catherine py3 conversion complete?
Tue, 16 Feb 2010 12:53:02 -0500 catherine cleanup print to py3 syntax'
Tue, 16 Feb 2010 12:36:14 -0500 catherine detect lists with __reversed__ not __getslice__
Tue, 16 Feb 2010 12:23:47 -0500 catherine MyInteractiveInterpreter removed
Mon, 15 Feb 2010 22:07:37 -0500 catherine alternatives
Mon, 15 Feb 2010 17:45:52 -0500 catherine tweaks for sqlpython compatibility
Fri, 12 Feb 2010 23:29:19 -0500 cat run() folded into app.cmdloop()
Fri, 12 Feb 2010 22:57:41 -0500 cat unit tests fixed
Fri, 12 Feb 2010 22:15:04 -0500 cat doc refreshing refresh.bash
Fri, 12 Feb 2010 21:41:17 -0500 cat more docs
Fri, 12 Feb 2010 16:28:15 -0500 cat default_to_shell
Fri, 12 Feb 2010 15:55:38 -0500 cat free function docs
Fri, 12 Feb 2010 15:35:48 -0500 cat locals_in_py
Thu, 11 Feb 2010 18:22:17 -0500 catherine initial args working
Thu, 11 Feb 2010 17:47:29 -0500 catherine run() working
Thu, 11 Feb 2010 17:03:45 -0500 catherine want to incorporate run() for tests - not yet working
Thu, 11 Feb 2010 16:07:24 -0500 catherine make SHOW TABLES work
Thu, 11 Feb 2010 14:46:50 -0500 catherine tweak to settable
Thu, 11 Feb 2010 14:41:07 -0500 catherine transcript test running again
Thu, 11 Feb 2010 14:18:28 -0500 catherine transcript test stuck in infinite loop?
Thu, 11 Feb 2010 13:07:05 -0500 catherine begin to switch settable to TextLineList
Thu, 11 Feb 2010 09:08:22 -0500 cat experiments with line flattening
Wed, 10 Feb 2010 14:07:01 -0500 catherine begin new docs
Tue, 09 Feb 2010 21:15:56 -0500 catherine must puzzle out parsing of quoted strings
Sat, 06 Feb 2010 19:21:44 -0500 catherine colorize taken from sqlpython
Sun, 31 Jan 2010 08:18:15 -0500 catherine excluded --options from --comments with .NotAny
Fri, 29 Jan 2010 11:26:23 -0500 catherine select polished
Fri, 29 Jan 2010 10:32:40 -0500 catherine added bash-style SELECT
Thu, 28 Jan 2010 08:52:04 -0500 catherine tightening up history.search
Thu, 28 Jan 2010 07:55:34 -0500 catherine throw error from .span'
Wed, 27 Jan 2010 16:29:33 -0500 catherine new History.span()
Wed, 27 Jan 2010 16:28:10 -0500 catherine new History.span()
Wed, 27 Jan 2010 10:16:08 -0500 catherine tweaking transcript test newlines (complete)
Wed, 27 Jan 2010 10:05:11 -0500 catherine tweaking transcript test newlines
Tue, 26 Jan 2010 18:11:12 -0500 catherine refactored, unit tests pass
Tue, 26 Jan 2010 18:04:20 -0500 catherine refactor mostly done?
Tue, 26 Jan 2010 17:39:29 -0500 catherine assume newfunc does not have to accept unparsed arguments
Tue, 26 Jan 2010 17:23:44 -0500 catherine trying to simplify parse results
Mon, 25 Jan 2010 10:05:51 -0500 catherine connect2 changes in progress
Sun, 24 Jan 2010 07:51:57 -0500 catherine "None"
Sun, 24 Jan 2010 07:42:41 -0500 catherine tolerate single option in non-list form
Sun, 24 Jan 2010 06:59:36 -0500 catherine debugged snarl in saving .parser
Fri, 22 Jan 2010 04:46:15 -0500 catherine fixed default failure
Fri, 22 Jan 2010 04:42:28 -0500 catherine no longer attaching .parser to ParsedString
Thu, 21 Jan 2010 19:59:28 -0500 catherine time to work on parsing refactor
Fri, 06 Nov 2009 22:09:57 -0500 catherine bugfixes to set
Fri, 06 Nov 2009 21:41:55 -0500 catherine show -l working
Thu, 29 Oct 2009 16:17:58 -0400 catherine oops, had to fix a reference to newFunc
Thu, 29 Oct 2009 13:31:41 -0400 catherine hooray, fixed bad comment parser - all unit tests pass
Mon, 19 Oct 2009 18:00:26 -0400 catherine refactoring, but something went wrong with comments
Fri, 16 Oct 2009 17:52:47 -0400 catherine sprucing up comments
Thu, 15 Oct 2009 19:03:29 -0400 catherine --flags with sqlpython
Fri, 09 Oct 2009 11:52:50 -0400 catherine do not poutput empty messages
Fri, 09 Oct 2009 09:10:17 -0400 catherine unknown
Wed, 07 Oct 2009 14:24:14 -0400 catherine added debug stack trace printing
Thu, 08 Oct 2009 17:30:12 -0400 catherine hmm... missing my changes
Wed, 07 Oct 2009 13:33:58 -0400 catherine adding .get() to opts
Sat, 08 Aug 2009 00:16:27 -0400 catherine v0.5.5
Fri, 07 Aug 2009 16:38:31 -0400 catherine changes for sqlpython 1.6.7 0.5.5
Tue, 02 Jun 2009 07:34:15 -0400 catherine changes for error reporting complete
Thu, 28 May 2009 17:33:19 -0400 catherine restoring python 2.4 compatibility
Mon, 04 May 2009 11:42:06 -0400 catherine must use unparsed string for py
Wed, 29 Apr 2009 22:35:24 -0400 catherine merge
Wed, 29 Apr 2009 22:33:58 -0400 catherine fixed unit test
Thu, 09 Apr 2009 00:15:33 -0400 Catherine Devlin colors
Wed, 08 Apr 2009 18:27:46 -0400 Catherine Devlin merged with bare prefix allowance
Wed, 08 Apr 2009 18:26:58 -0400 Catherine Devlin poutput etc.
Tue, 07 Apr 2009 18:26:41 -0400 Catherine Devlin poutput, perror, pfeedback
Wed, 08 Apr 2009 17:02:13 -0400 Catherine Devlin permit bare prefix
Fri, 03 Apr 2009 13:04:39 -0400 Catherine Devlin mark v0.5.2 in code
Fri, 03 Apr 2009 13:02:36 -0400 Catherine Devlin transcript tests with regex now work smoothly 0.5.2
Fri, 03 Apr 2009 12:47:13 -0400 Catherine Devlin line end-stripping working in transcript testing