Commit | Date | |
---|---|---|
2012-02-24 17:12:39 | Tree | |
2011-11-25 21:09:33 | Tree | |
2011-11-10 09:41:35 | Tree | |
2011-11-05 17:15:12 | Tree | |
[r8575]
by
yaberauneya
Add a patch for python issue # 13214 to make cmd.Cmd.get_names do our bidding in a more reasonable way. 1. We need to have a do_EOF handler as a hack for the CLI to trickle failures up to the top layer (otherwise ^D output looks like this): *** Unknown syntax: EOF This was brought up some time ago on the Python bug tracker via Issue 1294 and the proposed solution was rejected by the BDFL because it was a limiting hack. 2. We also need dynamic registering of commands via the cmd module. Without this patch, commands are statically defined according to the module definition. |
2011-11-04 04:24:07 | Tree |
2011-11-01 00:13:04 | Tree | |
2011-10-26 22:39:07 | Tree |