2017-08-10  rocky <rocky@gnu.org>

	* __pkginfo__.py, test/integration/test-general.py,
	test/integration/test-macro.py, trepan/version.py: Get ready for
	release 0.7.7 Some lint things

2017-08-10  rocky <rocky@gnu.org>

	* celery/README.md, celery/ctrepan.py, celery/trepan.py,
	trepan/interfaces/client.py, trepan/processor/command/python.py: 
	Bang on celery remote debugging and...  Improve exception handling when going into python: don't go into
	post-mortem debugging.

2017-08-09  rocky <rocky@gnu.org>

	* trepan/clifns.py, trepan/lib/file.py: os.path -> osp. osp.abspath
	-> osp.realpath

2017-08-04  rocky <rocky@gnu.org>

	* test/unit/test-tcp.py, trepan/inout/tcpclient.py,
	trepan/inout/tcpserver.py, trepan/lib/default.py: Remote debugging
	fixups...  If port indicated is not available, search for next available one tcpclient.py: the old Python3 bytes vs str thing.  default.py: add
	more settings test-tcp.py: more aggressive testing. Was masking a
	legit bug

2017-08-04  rocky <rocky@gnu.org>

	* trepan/interfaces/client.py: Track default user_opts type change.

2017-08-04  rocky <rocky@gnu.org>

	* test/unit/test-user.py, trepan/interfaces/client.py,
	trepan/interfaces/server.py, trepan/interfaces/user.py,
	trepan/processor/command/deval.py: Simplify some python option; add
	deval * Replace some custom option code dict.copy() and dict.update()   More opportunities remain * Add deval command

2017-08-04  rocky <rocky@gnu.org>

	* celery/trepan.py, trepan/inout/tcpserver.py,
	trepan/interfaces/server.py, trepan/processor/command/python.py: 
	Bang on remote execution more

2017-08-03  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/processor/command/eval.py: Document deval
	better. Update _pkginfo_

2017-08-03  rocky <rocky@gnu.org>

	* celery/trepan.py, setup.py, trepan/client.py,
	trepan/inout/input.py, trepan/inout/tcpfns.py,
	trepan/inout/tcpserver.py, trepan/interfaces/client.py: Fix up
	remote debugging a little Start celery interface

2017-08-02  rocky <rocky@gnu.org>

	* README.rst, trepan/api.py, trepan/lib/core.py,
	trepan/lib/default.py, trepan/lib/term_background.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/eval.py,
	trepan/processor/command/info_subcmd/pc.py: Sync with python2.
	Mostly doc fixes

2017-07-18  rocky <rocky@gnu.org>

	* README.rst, __pkginfo__.py, rst2html.py, trepan/cli.py,
	trepan/clifns.py, trepan/lib/file.py,
	trepan/processor/command/deparse.py: Find source or decompile when
	bytecode is given

2017-06-22  rocky <rocky@gnu.org>

	* NEWS, trepan/version.py: Get ready for release 0.7.6

2017-06-20  rocky <rocky@gnu.org>

	* setup.py: Better setup checks and suggestions

2017-06-20  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py, trepan/lib/stack.py,
	trepan/processor/cmdfns.py, trepan/processor/cmdproc.py:  Handle position in the presence of eval() and exec() disassemble.py: show code info (via xdis) when disassembling an
	entire function.

2017-06-18  rocky <rocky@gnu.org>

	* : commit 8c2fad3ff38694b1b185b3d75c5a08cabd2de40d Author: rocky
	<rocky@gnu.org> Date:   Sun Jun 18 16:11:32 2017 -0400

2017-06-10  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Small deparse fixes

2017-06-10  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Silent deparse offset fuzzing

2017-06-10  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Show asm listing for opcode

2017-06-06  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Add deparse -o | --offset

2017-06-06  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Fix bugs in deparse option
	processing

2017-06-05  rocky <rocky@gnu.org>

	* setup.py, trepan/processor/command/deparse.py: Show offset when
	deparing

2017-06-03  rocky <rocky@gnu.org>

	* .travis.yml: Remove travis on 3.2

2017-06-03  rocky <rocky@gnu.org>

	* .travis.yml: Try travis on 3.2

2017-06-03  rocky <rocky@gnu.org>

	* setup.py: Struggling with python packaging...

2017-06-03  rocky <rocky@gnu.org>

	* setup.py: Administrivia

2017-06-03  rocky <rocky@gnu.org>

	* NEWS, setup.py, trepan/version.py: Get ready for release 0.7.5

2017-06-03  rocky <rocky@gnu.org>

	* setup.py: Python 3.2 works as well. Note that

2017-06-03  rocky <rocky@gnu.org>

	* NEWS, trepan/processor/command/set_subcmd/style.py: Get ready for
	release 0.7.4 Update NEWS Fix set style doc

2017-06-03  rocky <rocky@gnu.org>

	* trepan/processor/command/list.py: Use "deparse" in list command
	when no source file

2017-06-03  rocky <rocky@gnu.org>

	* appveyor.yml, circle.yml, setup.py: Administrivia

2017-06-03  rocky <rocky@gnu.org>

	* .travis.yml, MANIFEST.in, Makefile, README.rst, requirements.txt,
	rst2html.py, setup.py, trepan/interfaces/user.py,
	trepan/lib/disassemble.py, trepan/lib/format.py,
	trepan/lib/stack.py, trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/pc.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/kill.py, trepan/version.py: Sync with
	trepan2 and bump version Get ready for releae 0.7.4 * Go over documentation * disassemble: show function header when given a frame pointer * make sure we use later uncompyle6 and xdis

2017-06-01  rocky <rocky@gnu.org>

	* MANIFEST.in: More administriva

2017-06-01  rocky <rocky@gnu.org>

	* __pkginfo__.py: Administrivia

2017-05-30  rocky <rocky@gnu.org>

	* test/unit/test-completion.py: Track adding 'info pc'

2017-05-29  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/lib/disassemble.py,
	trepan/processor/cmdproc.py, trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/pc.py,
	trepan/processor/command/info_subcmd/program.py: Add "info pc" show
	progrma counter

2017-05-23  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Miscelany

2017-05-22  rocky <rocky@gnu.org>

	* trepan/lib/stack.py: Fix up get_call_function_name() for Python
	3.6

2017-05-21  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py: Handle Python 3.6
	disassembly ...  code simplified by using routines from xdis.

2017-05-21  rocky <rocky@gnu.org>

	* .gitignore, MANIFEST.in, setup.py,
	test/data/highlight-pyp35.right, test/data/macro-pypy35.right,
	test/integration/.gitignore, trepan/__init__.py, trepan/api.py: 
	Revise packaging and Administrivia

2017-05-10  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Some Python 3.6 tolerance

2017-05-06  rocky <rocky@gnu.org>

	* test/unit/test-kill.py: Comment out kill test on windows

2017-05-06  rocky <rocky@gnu.org>

	* test/unit/test-kill.py: Try kill 1 (HUP) for windows

2017-05-06  rocky <rocky@gnu.org>

	* __pkginfo__.py, setup.py: test_requires doesn't work..  make part of install_requires

2017-05-06  rocky <rocky@gnu.org>

	* __pkginfo__.py, test/unit/test-cmdproc.py,
	test/unit/test-core.py, test/unit/test-lib-file.py,
	trepan/processor/command/kill.py: Add Windows kill command...  Comment out some tests that don't work on MS Windows.

2017-05-06  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #7 from zed/patch-2 add missing dependency to setup.py

2017-05-06  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: Update README.rst

2017-05-06  rocky <rocky@gnu.org>

	* README.rst: Make note of "set style".

2017-05-06  zed <isidore.john.r@gmail.com>

	* setup.py: add missing dependency to setup.py thus `pip install trepan3k` will install the necessary dependency
	(`xdis`) automatically.

2017-05-06  rocky <rocky@gnu.org>

	* __pkginfo__.py, appveyor.yml: Try appveyor

2017-05-06  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #6 from zed/patch-1 fix link in readme

2017-04-08  rocky <rocky@gnu.org>

	* test/data/highlight.right, test/data/macro.right,
	test/data/step.right, trepan/client.py, trepan/inout/tcpfns.py,
	trepan/interfaces/server.py, trepan/processor/cmdproc.py: Remote
	execution fixes...  Remove extra \n in remote output handle "kill" better in remote
	output need to deal with bytes from socket rather than string

2016-12-26  rocky <rocky@gnu.org>

	* setup.py: Correct dependencies

2016-12-23  rocky <rocky@gnu.org>

	* trepan/processor/command/set_subcmd/substitute.py: Set substitute
	doc fixes

2016-11-13  rocky <rocky@gnu.org>

	* setup.py: Administrivia

2016-11-13  rocky <rocky@gnu.org>

	* NEWS, trepan/version.py: Get ready for release 0.7.3

2016-11-13  rocky <rocky@gnu.org>

	* .travis.yml, __pkginfo__.py, test/unit/test-disassemble.py,
	test/unit/test-lib-format.py,
	trepan/processor/command/disassemble.py: Python 3.2 tolerance

2016-11-12  rocky <rocky@gnu.org>

	* appveyor.yml, appveyor/install.ps1, appveyor/run_with_env.cmd: Try
	appveyor CI

2016-11-12  rocky <rocky@gnu.org>

	* test/unit/test-cmdproc.py, test/unit/test-lib-file.py,
	trepan/cli.py, trepan/lib/file.py, trepan/processor/cmdproc.py,
	trepan/processor/command/list.py: Use pyc2py from pyficache

2016-11-12  rocky <rocky@gnu.org>

	* circle.yml: Try CircleCI testing

2016-11-12  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/list.py: Add
	source size checks back in

2016-11-12  rocky <rocky@gnu.org>

	* NEWS, setup.py, trepan/version.py: Get ready for release 0.7.2

2016-11-12  rocky <rocky@gnu.org>

	* setup.py, trepan/processor/cmdproc.py,
	trepan/processor/command/list.py: Comment out new stuff until next
	release More Administrivia

2016-11-12  rocky <rocky@gnu.org>

	* README.rst, requirements.txt, setup.py: Administrivia

2016-11-12  rocky <rocky@gnu.org>

	* .travis.yml: Back off travis testing

2016-11-12  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/list.py: 
	Workaround check_path_with_frame problems

2016-11-12  rocky <rocky@gnu.org>

	* trepan/processor/command/list.py: Back off source checking

2016-11-12  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/list.py: 
	Ease into source file checking against code

2016-11-12  rocky <rocky@gnu.org>

	* : commit 636899d6c5a38a6ac03a105801d4894262eac20d Author: rocky
	<rocky@gnu.org> Date:   Sat Nov 12 20:01:32 2016 -0500

2016-10-25  rocky <rocky@gnu.org>

	* : commit 3743cfe58bb604aefbe2ffae970e27e9f0a33e3c Author: rocky
	<rocky@gnu.org> Date:   Tue Oct 25 03:12:22 2016 -0400

2016-10-09  rocky <rocky@gnu.org>

	* requirements.txt: Administrivia: Update requirements.txt

2016-10-09  rocky <rocky@gnu.org>

	* README.rst: Move documentation bulletpoint more towards front

2016-10-09  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, setup.py, trepan/version.py: Get ready for
	release 0.7.1 version.py and possibly other things were not getting installed

2016-10-09  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, trepan/version.py: Get ready for release
	0.7.0

2016-10-06  rocky <rocky@gnu.org>

	* NEWS, trepan/version.py: Get ready for release 0.7.0

2016-10-06  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/cli.py, trepan/client.py: Small
	administrative changes.

2016-10-06  rocky <rocky@gnu.org>

	* .travis.yml, setup.py, trepan/VERSION.py, trepan/version.py: 
	Administrivia and Travis * setup.py, version.py: Don't use exec.  * .travis.yml: Add "python ./setup.py develop"

2016-10-06  rocky <rocky@gnu.org>

	* setup.py, trepan/__init__.py, trepan/api.py, trepan/cli.py,
	trepan/interfaces/__init__.py, trepan/processor/__init__.py: Remove
	namespace packages These no longer work in Python3.

2016-09-09  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py: toleratie of Python 3.1,
	somewhat

2016-09-08  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Succumb to Python import-relative
	fascism

2016-07-30  rocky <rocky@gnu.org>

	* trepan/processor/command/display.py,
	trepan/processor/command/set_subcmd/highlight.py: display
	expresssion and highlight changes...  * show display expression after setting it * clear source-code cache after setting highlight

2016-07-26  rocky <rocky@gnu.org>

	* __pkginfo__.py: Update uncompyle6 version

2016-07-26  rocky <rocky@gnu.org>

	* NEWS, requirements.txt, trepan/VERSION.py: Get ready for release
	0.6.5

2016-07-26  rocky <rocky@gnu.org>

	* trepan/interfaces/user.py: PyPy tolerance

2016-06-29  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Wrong index

2016-06-23  rocky <rocky@gnu.org>

	* trepan/processor/cmdbreak.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/set_subcmd/autolist.py: Add deparse
	options...  and other small changes

2016-06-21  rocky <rocky@gnu.org>

	* trepan/processor/command/set_subcmd/autolist.py,
	trepan/processor/command/set_subcmd/basename.py,
	trepan/processor/command/set_subcmd/different.py: Improve/Regularize
	some set subcommands.

2016-06-12  rocky <rocky@gnu.org>

	* trepan/lib/breakpoint.py: Correct type on breakpoint number arg

2016-05-01  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Small change

2016-05-01  rocky <rocky@gnu.org>

	* trepan/processor/command/disassemble.py: Wrong indentation Damn Python

2016-05-01  rocky <rocky@gnu.org>

	* README.rst: Downloads status wrong again

2016-05-01  rocky <rocky@gnu.org>

	* Makefile, trepan/inout/tcpclient.py, trepan/inout/tcpfns.py,
	trepan/inout/tcpserver.py, trepan/processor/command/disassemble.py: 
	flake8 crap

2016-05-01  rocky <rocky@gnu.org>

	* trepan/processor/command/disassemble.py: Flake8 "error"

2016-05-01  rocky <rocky@gnu.org>

	* trepan/processor/command/disassemble.py: Python 3.4 compatibility

2016-05-01  rocky <rocky@gnu.org>

	* requirements.txt: Another travis test (typo)

2016-05-01  rocky <rocky@gnu.org>

	* requirements.txt: Another tranvis test

2016-05-01  rocky <rocky@gnu.org>

	* requirements.txt: I am Dyslexic

2016-05-01  rocky <rocky@gnu.org>

	* .travis.yml, requirements.txt: Travis hacking Need uncompyle6 Try Python 3.5

2016-05-01  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py: Bang on disassemble command Will disassemble source and bytecode files via uncompyle6 And
	therefore disassemble no longer requires a stack.

2016-01-13  rocky <rocky@gnu.org>

	* trepan/processor/command/base_subcmd.py: More flake8 bellyaching

2016-01-13  rocky <rocky@gnu.org>

	* tox.ini, trepan/bwprocessor/main.py, trepan/lib/sighandler.py: 
	Squelch flake8 complaints

2016-01-13  rocky <rocky@gnu.org>

	* tox.ini: Thanks flake8

2016-01-12  rocky <rocky@gnu.org>

	* test/unit/test-lib-pp.py, trepan/lib/pp.py: pprint_simple_array
	wasn't handling arrays properly was dropping trailing ',' between
	lines.  Simplify code. (This was written for columnize before we had
	"arrange_array" and an options hash.

2016-01-08  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/args.py: info args fails when
	not implicit string conversion exists

2015-12-31  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, trepan/VERSION.py: Get ready for release
	0.6.4. Follow gdb up/down conventions. Increase minimum package
	requirements.

2015-12-28  rocky <rocky@gnu.org>

	* : commit 05057386c4012305582e5d4ea90f002516c061dc Author: rocky
	<rocky@gnu.org> Date:   Mon Dec 28 08:57:40 2015 -0500

2015-12-27  rocky <rocky@gnu.org>

	* : commit 809b4b363bf8ba3cc4e035f64165df4a35221f1c Author: rocky
	<rocky@gnu.org> Date:   Sun Dec 27 21:04:18 2015 -0500

2015-12-27  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, test/example/fib.py, trepan/VERSION.py,
	trepan/processor/cmdfns.py, trepan/processor/command/backtrace.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/frame.py: Frame number fixes, tweak tempfile prefix
	name. Require uncompile 2.1.0

2015-12-27  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/VERSION.py, trepan/processor/cmdfns.py,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/frame.py: Frame number fixes, tweak tempfile prefix
	name. Require uncompile 2.1.0

2015-12-26  rocky <rocky@gnu.org>

	* rst2html.py: Add rst2html used to check long description

2015-12-26  rocky <rocky@gnu.org>

	* trepan/processor/cmdfns.py, trepan/processor/cmdproc.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/code.py,
	trepan/processor/command/list.py: Add a repr() routine to respect
	max width Move tempfile for Python source creation to cmdfns.

2015-12-26  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Remove debug stmt

2015-12-26  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py,
	trepan/processor/command/eval.py: In eval guard against no source
	code

2015-12-25  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Add prettified (non-fragment)
	deparse.

2015-12-25  rocky <rocky@gnu.org>

	* requirements-dev.txt: rst2html is not on PyPI

2015-12-25  rocky <rocky@gnu.org>

	* Makefile, requirements-dev.txt: Add rst check

2015-12-25  rocky <rocky@gnu.org>

	* : commit eeb3e59e3c41f6234d56cce5a4ce9823015b22b4 Author: rocky
	<rocky@gnu.org> Date:   Fri Dec 25 12:32:05 2015 -0500

2015-12-24  rocky <rocky@gnu.org>

	* : commit 85e97a1348e7ee6f3c3b65f0d63be22a796b7993 Author: rocky
	<rocky@gnu.org> Date:   Thu Dec 24 23:39:37 2015 -0500

2015-12-24  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/frame.py: Sync with python2

2015-12-22  rocky <rocky@gnu.org>

	* test/unit/test-lib-eval.py, trepan/lib/eval.py: Add assert to
	eval?

2015-12-21  rocky <rocky@gnu.org>

	* test/example/gcd.py: Tests are sensitive to line numbers

2015-12-21  rocky <rocky@gnu.org>

	* README.rst, test/example/gcd.py,
	trepan/processor/command/deparse.py: Add meat to Travis badge

2015-12-20  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Lint

2015-12-20  rocky <rocky@gnu.org>

	* test/example/gcd-dbgcall.py, trepan/processor/command/deparse.py: 
	Add deparse command

2015-12-18  rocky <rocky@gnu.org>

	* trepan/__init__.py: Need to use namespace package

2015-12-18  rocky <rocky@gnu.org>

	* trepan/api.py: Additional check on start_opts

2015-12-18  rocky <rocky@gnu.org>

	* test/example/gcd-dbgcall.py, trepan/__init__.py, trepan/api.py,
	trepan/options.py: Add
	trepan.api.debug(start_opts={'startup-profile': True}) to get user
	profile to be read

2015-12-10  rocky <rocky@gnu.org>

	* README.rst, trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py: Update deparse link.

2015-12-10  rocky <rocky@gnu.org>

	* NEWS, trepan/VERSION.py: Get ready for release 0.6.1

2015-12-06  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Fix bug in setting prompt which is
	triggered when a startup  profile is given

2015-12-06  rocky <rocky@gnu.org>

	* test/unit/test-disassemble.py, trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py: Allow disassembly by offset
	using @ prefix. Disassemble  section header contains limiter
	parameters

2015-12-06  rocky <rocky@gnu.org>

	* README.rst, trepan/lib/stack.py, trepan/processor/cmdproc.py: 
	Small thiungs. Sync code with python2

2015-12-02  rocky <rocky@gnu.org>

	* README.rst, trepan/processor/command/clear.py,
	trepan/processor/command/delete.py: Reorder and revise selling
	points

2015-12-01  rocky <rocky@gnu.org>

	* trepan/lib/breakpoint.py: .copy() -> list(.) to be compatible with
	Python2

2015-12-01  rocky <rocky@gnu.org>

	* test/unit/test-brkpt.py, trepan/lib/breakpoint.py,
	trepan/processor/command/clear.py: Add gdb-like "clear" command

2015-12-01  rocky <rocky@gnu.org>

	* bin/trepan3k, trepan/processor/command/break.py: Sync with python2

2015-11-30  rocky <rocky@gnu.org>

	* Makefile: Add target install-requirements

2015-11-30  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/style.py: Require newer
	pyficache. style/highlight doc changes in sync with python2

2015-11-30  rocky <rocky@gnu.org>

	* README.rst: Make pypi RST safe?

2015-11-30  rocky <rocky@gnu.org>

	* NEWS, README.rst, test/data/highlight.right,
	test/data/macro.right, test/data/step.right, trepan/VERSION.py,
	trepan/processor/command/set_subcmd/style.py,
	trepan/processor/command/show_subcmd/style.py: Get ready for release
	0.6.0. Small doc changes

2015-11-29  rocky <rocky@gnu.org>

	* test/data/highlight.right, test/data/macro.right,
	test/data/step.right, trepan/lib/format.py,
	trepan/processor/command/set_subcmd/highlight.py: Small highlight
	format bug

2015-11-29  rocky <rocky@gnu.org>

	* README.rst: Advertise pygments styles

2015-11-29  rocky <rocky@gnu.org>

	* test/data/highlight.right, test/data/macro.right,
	test/data/step.right, test/integration/helper.py,
	test/unit/test-completion.py, trepan/options.py,
	trepan/processor/cmdproc.py,
	trepan/processor/command/set_subcmd/style.py: Fix command completion
	on set style and improve help.

2015-11-28  rocky <rocky@gnu.org>

	* trepan/options.py, trepan/processor/command/list.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/style.py,
	trepan/processor/command/show_subcmd/style.py: Add ability to set
	pygments styles via set/show style command

2015-11-28  rocky <rocky@gnu.org>

	* bin/trepan3k, trepan/lib/format.py, trepan/lib/printing.py,
	trepan/options.py: options.py: Move configiration loation to
	~/.config. Add hook for python code format.py: and dark/light
	reversed. Customize colorstyle more printing.py: address Python2/3
	incompatibility bin/trepan3k: invocation convenience script

2015-11-28  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py: disassemble: respect dark
	or light background

2015-11-27  rocky <rocky@gnu.org>

	* trepan/processor/command/bpy.py,
	trepan/processor/command/info_subcmd/frame.py: Small things, and a
	typo

2015-10-25  rocky <rocky@gnu.org>

	* trepan/processor/command/set_subcmd/substitute.py: Forgot
	substitute command in last commit

2015-10-25  rocky <rocky@gnu.org>

	* trepan/debugger.py, trepan/processor/cmdproc.py,
	trepan/processor/command/list.py: Add "set substitute": ability to
	remap source-code filename to another. For example a frozen builtin
	to an actual source-code line

2015-10-17  rocky <rocky@gnu.org>

	* .travis.yml, Makefile, tox.ini, trepan/processor/command/quit.py,
	trepan/processor/command/set_subcmd/confirm.py: Run flake8 by
	default in testing

2015-10-16  rocky <rocky@gnu.org>

	* trepan/processor/command/set_subcmd/confirm.py: Should have added
	in last commit

2015-10-16  rocky <rocky@gnu.org>

	* : commit 025c7da221ab639cb14879e80a16e113048d047e Author: rocky
	<rocky@gnu.org> Date:   Fri Oct 16 22:16:16 2015 -0400

2015-10-14  rocky <rocky@gnu.org>

	* trepan/processor/command/kill.py: kill -x is same as kill x.
	Update doc

2015-10-13  rocky <rocky@gnu.org>

	* README.rst: One more Rst change

2015-10-13  rocky <rocky@gnu.org>

	* README.rst: Python3k vs Python2 instruction differences. Remove
	pydb mention

2015-10-12  rocky <rocky@gnu.org>

	* README.rst, trepan/processor/command/quit.py: quit.py: make flake8
	ok. README.rst: make pypi ok

2015-10-12  rocky <rocky@gnu.org>

	* NEWS, README.rst, trepan/VERSION.py,
	trepan/processor/command/exit.py, trepan/processor/command/kill.py,
	trepan/processor/command/mock.py, trepan/processor/command/quit.py: 
	Get ready for release 0.5.3

2015-09-23  rocky <rocky@gnu.org>

	* setup.py: Release as trepan3k

2015-09-21  rocky <rocky@gnu.org>

	* trepan/processor/command/jump.py: Typo

2015-08-24  rocky <rocky@gnu.org>

	* NEWS, trepan/VERSION.py: Get ready for release 0.5.2

2015-08-16  rocky <rocky@gnu.org>

	* trepan/interfaces/user.py: Corrected user finalization

2015-08-15  rocky <rocky@gnu.org>

	* NEWS, trepan/VERSION.py, trepan/lib/default.py: Get ready for
	release 0.5.1

2015-08-15  rocky <rocky@gnu.org>

	* trepan/api.py: pytest support improvement: Add debug(level=...)
	The causes the debugger to skip recent frames used in setup.

2015-08-02  rocky <rocky@gnu.org>

	* NEWS, test/data/highlight.cmd, test/data/highlight.right,
	trepan/VERSION.py: Get ready for release 0.5.0

2015-07-31  rocky <rocky@gnu.org>

	* test/unit/test-break.py: Lint

2015-07-31  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Don't show an error if we can't
	import bpy or ipython - they are optional

2015-07-23  rocky <rocky@gnu.org>

	* trepan/api.py, trepan/processor/cmdproc.py: api.py: got test
	backwards.  cmdproc.py: remove dead test

2015-06-16  rocky <rocky@gnu.org>

	* test/data/highlight.cmd,
	trepan/processor/command/set_subcmd/highlight.py: Small changes

2015-06-16  rocky <rocky@gnu.org>

	* NEWS, test/data/highlight.cmd, test/data/highlight.right,
	test/integration/test-highlight.py,
	trepan/processor/command/help.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/skip.py: Improve 'set
	highlight', doc, and start testing

2015-06-12  rocky <rocky@gnu.org>

	* test/data/macro.right, test/data/step.right,
	trepan/bwprocessor/command/base_cmd.py,
	trepan/processor/command/base_cmd.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/help.py,
	trepan/processor/command/help/.gitignore,
	trepan/processor/command/help/README,
	trepan/processor/command/help/command.rst,
	trepan/processor/command/help/examples.rst,
	trepan/processor/command/help/filename.rst,
	trepan/processor/command/help/location.rst,
	trepan/processor/command/help/suffixes.rst,
	trepan/processor/command/restart.py: Add "help syntax" and fix some
	small bugs

2015-06-06  rocky <rocky@gnu.org>

	* README.rst: Add links to readthedocs where possible

2015-06-06  rocky <rocky@gnu.org>

	* test/data/macro.right, test/data/step.right,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/list.py,
	trepan/processor/command/set_subcmd/autopython.py,
	trepan/processor/command/set_subcmd/different.py,
	trepan/processor/command/set_subcmd/events.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/listsize.py,
	trepan/processor/command/set_subcmd/trace.py,
	trepan/processor/command/show_subcmd/autoeval.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/confirm.py,
	trepan/processor/command/show_subcmd/dbg_trepan.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/listsize.py: Doc changes. Sync
	with trepan2

2015-06-03  rocky <rocky@gnu.org>

	* README.rst, trepan/processor/command/continue.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/down.py, trepan/processor/command/edit.py,
	trepan/processor/command/enable.py,
	trepan/processor/command/eval.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/help.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/ipython.py,
	trepan/processor/command/kill.py, trepan/processor/command/list.py,
	trepan/processor/command/next.py, trepan/processor/command/pdef.py,
	trepan/processor/command/pr.py, trepan/processor/command/pydocx.py,
	trepan/processor/command/python.py,
	trepan/processor/command/quit.py, trepan/processor/command/run.py,
	trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/autoeval.py,
	trepan/processor/command/skip.py, trepan/processor/command/step.py,
	trepan/processor/command/up.py, trepan/processor/command/whatis.py: 
	Go over command docstrings. Sync with trepan2

2015-05-29  rocky <rocky@gnu.org>

	* trepan/processor/command/bpy.py: pyflakes lint thing.

2015-05-29  rocky <rocky@gnu.org>

	* trepan/processor/command/bpy.py: pyflakes lint thing.

2015-05-29  rocky <rocky@gnu.org>

	* README.rst, trepan/lib/eval.py, trepan/post_mortem.py,
	trepan/processor/command/bpy.py, trepan/processor/command/python.py: 
	Add bpython shell. eval? of for VAR in EXPR: is EXPR

2015-05-27  rocky <rocky@gnu.org>

	* trepan/VERSION.py, trepan/processor/command/python.py: Change
	fronm debugger completion to default rlcompletion in python shell

2015-05-27  rocky <rocky@gnu.org>

	* NEWS, test/unit/test-lib-eval.py, trepan/lib/eval.py: eval? picks
	out EXPR in for VAR in EXPR

2015-05-27  rocky <rocky@gnu.org>

	* trepan/processor/command/ipython.py: restore (i)python completion
	if we can do so.

2015-05-27  rocky <rocky@gnu.org>

	* trepan/interfaces/user.py, trepan/processor/command/ipython.py,
	trepan/processor/command/python.py: Save/restore debugger completion
	around an (i)python call

2015-05-27  rocky <rocky@gnu.org>

	* trepan/processor/command/python.py: Remove one more instance of
	Pydbgr

2015-05-27  rocky <rocky@gnu.org>

	* NEWS, trepan/processor/cmdproc.py,
	trepan/processor/command/set_subcmd/highlight.py: Don't highlight
	prompt when highlight is plain/off

2015-05-27  rocky <rocky@gnu.org>

	* NEWS, trepan/lib/file.py, trepan/processor/command/break.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/tbreak.py, trepan/processor/complete.py: 
	Add line completion on tbreak and break

2015-05-19  rocky <rocky@gnu.org>

	* trepan/VERSION.py, trepan/lib/stack.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/info_subcmd/builtins.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/info_subcmd/signals.py,
	trepan/processor/command/info_subcmd/threads.py: Add "info *" and
	"info arg1, arg2". Update docs Add "info frame *number* set/sheck
	max args in subcommands

2015-05-17  rocky <rocky@gnu.org>

	* trepan/lib/default.py, trepan/lib/stack.py, trepan/options.py,
	trepan/processor/command/set_subcmd/highlight.py: Remove some lint.
	Add set highlight completion

2015-05-17  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Lint cmdproc

2015-05-17  rocky <rocky@gnu.org>

	* test/integration/helper.py, trepan/processor/cmdproc.py: Include
	instruction number in location

2015-05-17  rocky <rocky@gnu.org>

	* trepan/processor/command/pydocx.py,
	trepan/processor/command/whatis.py: whatis: more info via Python3
	inspect go over doc for pydocx and whatis

2015-05-16  rocky <rocky@gnu.org>

	* trepan/VERSION.py, trepan/lib/disassemble.py,
	trepan/processor/command/condition.py: Align disassembly more with
	dis.dis.  Update condition doc Bump version

2015-05-16  rocky <rocky@gnu.org>

	* NEWS, trepan/VERSION.py: Get ready for release 0.4.7

2015-05-16  rocky <rocky@gnu.org>

	* README.rst: Reorder list

2015-05-16  rocky <rocky@gnu.org>

	* README.rst: Revise README to note trepanning similarity

2015-05-16  rocky <rocky@gnu.org>

	* __pkginfo__.py, test/unit/test-cmdfns.py,
	test/unit/test-cmdproc.py, test/unit/test-completion.py,
	test/unit/test-finish.py, test/unit/test-lib-complete.py,
	test/unit/test-subcmd.py, trepan/lib/complete.py,
	trepan/processor/command/condition.py,
	trepan/processor/command/debug.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/display.py,
	trepan/processor/command/pp.py, trepan/processor/command/pr.py,
	trepan/processor/command/pydocx.py,
	trepan/processor/command/whatis.py, trepan/processor/complete.py: 
	Add identifier completions on pp, pr, pydocx, and debug Some
	commands include builtins and some do not

2015-05-16  rocky <rocky@gnu.org>

	* test/unit/test-brkpt.py, test/unit/test-lib-complete.py,
	trepan/lib/breakpoint.py, trepan/lib/complete.py,
	trepan/processor/command/break.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/enable.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/complete.py: Add compeltion for breakpoint numbers

2015-05-16  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/frame.py: Was givng wrong
	frame index on 'info frame'

2015-05-15  rocky <rocky@gnu.org>

	* README.rst: Link to ipython stuff

2015-05-15  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py,
	trepan/processor/command/info_subcmd/frame.py: cmdproc.py:
	list_lineno for post_mortem frame.py: python3 never has execption
	info

2015-05-15  rocky <rocky@gnu.org>

	* trepan/processor/command/quit.py: fix lint error

2015-05-15  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/quit.py: Colorize thread info show brkpt
	option in info files help Allow quit if we are in the Main thread

2015-05-15  rocky <rocky@gnu.org>

	* test/unit/test-completion.py: Add frame and builtins to completion
	test

2015-05-15  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/builtins.py,
	trepan/processor/command/info_subcmd/frame.py: Add info frame and
	info builtins

2015-05-15  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/info_subcmd/display.py,
	trepan/processor/command/info_subcmd/globals.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/command/info_subcmd/signals.py,
	trepan/processor/command/info_subcmd/threads.py: Go over info doc.
	Add info signals *

2015-05-15  rocky <rocky@gnu.org>

	* trepan/lib/breakpoint.py: fn breakpoints may be causing this.

2015-05-15  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/debugger.py, trepan/processor/cmdproc.py: 
	Correct <string> remapping. Need new version of pifycache though

2015-05-14  rocky <rocky@gnu.org>

	* __pkginfo__.py: Modname back to trepan

2015-05-14  rocky <rocky@gnu.org>

	* trepan/inout/output.py: silence flake8

2015-05-14  rocky <rocky@gnu.org>

	* NEWS, trepan/VERSION.py, trepan/api.py, trepan/debugger.py,
	trepan/inout/output.py, trepan/interfaces/user.py,
	trepan/lib/core.py, trepan/lib/stack.py, trepan/options.py,
	trepan/post_mortem.py, trepan/processor/cmdproc.py,
	trepan/processor/command/quit.py: Get ready for release 2.4.6 and
	sync with python2 ipython integration: add --from_ipython option.
	Underlining prompt cmdproc.py: filename remap on <string> glommed
	different eval strings stack.py: catch and note <string> is
	exec/eval

2015-05-13  rocky <rocky@gnu.org>

	* README.rst: Add TOC

2015-05-10  rocky <rocky@gnu.org>

	* trepan/__init__.py: Add status badges on info

2015-05-10  rocky <rocky@gnu.org>

	* trepan/VERSION.py, trepan/__init__.py: Fix rSt. Bump version

2015-05-10  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, trepan/VERSION.py, trepan/__init__.py: Get
	ready for release 0.4.5

2015-05-01  rocky <rocky@gnu.org>

	* trepan/processor/command/ipython.py: ipython doc correction

2015-05-01  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/ipython.py: 
	Lint errors

2015-05-01  rocky <rocky@gnu.org>

	* trepan/processor/command/ipython.py: Small changes

2015-05-01  rocky <rocky@gnu.org>

	* : commit 5a76d994781ee35926316b4cd8fe86e37a1fe860 Author: rocky
	<rocky@gnu.org> Date:   Fri May 1 04:07:01 2015 -0400

2015-04-23  rocky <rocky@gnu.org>

	* trepan/processor/command/base_submgr.py: Fix bug in searching help
	with regexp

2015-04-21  rocky <rocky@gnu.org>

	* test/functional/test-next.py: Disable another test

2015-04-21  rocky <rocky@gnu.org>

	* test/functional/test-next.py: Disable another test for now

2015-04-20  rocky <rocky@gnu.org>

	* : commit a27e80f40811b687faa17fe9aaa413c459c97a8d Author: rocky
	<rocky@gnu.org> Date:   Mon Apr 20 22:01:19 2015 -0400

2015-04-07  rocky <rocky@gnu.org>

	* README.rst, trepan/__init__.py: Doc changes

2015-04-06  rocky <rocky@gnu.org>

	* .gitignore, NEWS, __pkginfo__.py,
	test/integration/test-general.py, test/integration/test-macro.py,
	trepan/VERSION.py: Reinstate integration tests. Get ready for
	release.

2015-04-06  rocky <rocky@gnu.org>

	* .gitignore, __pkginfo__.py, test/integration/test-general.py,
	test/integration/test-macro.py, trepan/VERSION.py: Reinstate
	integration tests. Get ready for release.

2015-04-06  rocky <rocky@gnu.org>

	* README.rst: Revise python version allowed in README.rst

2015-04-06  rocky <rocky@gnu.org>

	* README.txt: We use README.rst, so don't need README.txt

2015-04-06  rocky <rocky@gnu.org>

	* test/data/macro.right, test/data/step.right,
	test/functional/Makefile, test/functional/setup.py,
	test/integration/Makefile, test/integration/setup.py,
	trepan/cli.py, trepan/debugger.py: Make sure we don't step/trace
	into open() when running debugger

2015-04-06  rocky <rocky@gnu.org>

	* README.rst: README.rst link correcton

2015-04-06  rocky <rocky@gnu.org>

	* README.rst, trepan/VERSION.py: README.rst link correcton

2015-04-06  rocky <rocky@gnu.org>

	* README.rst: Forget target on travis build tag

2015-04-06  rocky <rocky@gnu.org>

	* .coveragerc, NEWS, test/Makefile, test/data/macro.right,
	test/data/step.right, test/integration/test-general.py,
	test/integration/test-macro.py, test/make-check-filter.py, tox.ini,
	trepan/VERSION.py: Get ready for release 0.4.2

2015-04-06  rocky <rocky@gnu.org>

	* trepan/processor/command/base_submgr.py,
	trepan/processor/command/set_subcmd/autopython.py,
	trepan/processor/command/set_subcmd/different.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/set_subcmd/skip.py,
	trepan/processor/command/show.py,
	trepan/processor/command/show_subcmd/args.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/dbg_trepan.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/listsize.py: Go over set/show
	commands and abbrev display. Add dbg_trepan.py.

2015-04-06  rocky <rocky@gnu.org>

	* README.rst: Add travis build status badge

2015-04-06  rocky <rocky@gnu.org>

	* test/integration/test-general.py, test/integration/test-macro.py: 
	Travis 8th try

2015-04-06  rocky <rocky@gnu.org>

	* test/functional/test-jump.py: Travis 7th try

2015-04-06  rocky <rocky@gnu.org>

	* test/functional/test-jump.py: Travis 6th try

2015-04-06  rocky <rocky@gnu.org>

	* test/functional/test-skip.py: Travis 4th try

2015-04-06  rocky <rocky@gnu.org>

	* .travis.yml, test/functional/test-skip.py: Travis 3rd try

2015-04-06  rocky <rocky@gnu.org>

	* .travis.yml, requirements-dev.txt, test/functional/test-skip.py: 
	Travis 3rd try

2015-04-06  rocky <rocky@gnu.org>

	* .travis.yml: Travis 2nd try

2015-04-06  rocky <rocky@gnu.org>

	* .travis.yml: Try travis

2015-04-06  rocky <rocky@gnu.org>

	* trepan/lib/sighandler.py: Fix bug in signal name lookup.  This was uncovered by running tests in tox with varying dictionary
	ordering (PYTHONHASHSEED).

2015-04-06  rocky <rocky@gnu.org>

	* .gitignore, Makefile, trepan/api.py, trepan/bwcli.py,
	trepan/bwprocessor/command/__init__.py,
	trepan/bwprocessor/command/base_cmd.py,
	trepan/bwprocessor/command/step.py, trepan/bwprocessor/location.py,
	trepan/bwprocessor/main.py, trepan/bwprocessor/msg.py,
	trepan/cli.py, trepan/debugger.py, trepan/inout/base.py,
	trepan/inout/output.py, trepan/inout/tcpfns.py,
	trepan/interface.py, trepan/interfaces/server.py,
	trepan/lib/breakpoint.py, trepan/lib/default.py,
	trepan/lib/disassemble.py, trepan/lib/eval.py,
	trepan/lib/format.py, trepan/lib/pp.py, trepan/lib/sighandler.py,
	trepan/misc.py, trepan/post_mortem.py,
	trepan/processor/cmdbreak.py, trepan/processor/cmdproc.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/info.py,
	trepan/processor/command/info_subcmd/__init__.py,
	trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/info_subcmd/display.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/info_subcmd/signals.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/kill.py, trepan/processor/command/list.py,
	trepan/processor/command/macro.py, trepan/processor/command/pp.py,
	trepan/processor/command/pr.py, trepan/processor/command/pydocx.py,
	trepan/processor/command/restart.py,
	trepan/processor/command/set_subcmd/autolist.py,
	trepan/processor/command/set_subcmd/cmdtrace.py,
	trepan/processor/command/set_subcmd/events.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/listsize.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/step.py, trepan/processor/command/up.py,
	trepan/processor/trace.py: Remove lint warnings and errors

2015-04-05  rocky <rocky@gnu.org>

	* __pkginfo__.py, requirements.txt, setup.py,
	test/functional/fn_helper.py, test/functional/setup.cfg,
	test/functional/stringarray.py, test/integration/helper.py,
	test/integration/setup.cfg, test/integration/test-general.py,
	test/integration/test-macro.py, test/integration/test-noscript.py,
	test/unit/cmdhelper.py, test/unit/test-break.py,
	test/unit/test-brkpt.py, test/unit/test-bytecode.py,
	test/unit/test-clifns.py, test/unit/test-cmd-alias.py,
	test/unit/test-cmdfns.py, test/unit/test-cmdproc.py,
	test/unit/test-completion.py, test/unit/test-core.py,
	test/unit/test-disassemble.py, test/unit/test-except.py,
	test/unit/test-fifo.py, test/unit/test-help.py,
	test/unit/test-info-files.py, test/unit/test-inout-input.py,
	test/unit/test-io-input.py, test/unit/test-kill.py,
	test/unit/test-lib-complete.py, test/unit/test-lib-display.py,
	test/unit/test-lib-eval.py, test/unit/test-lib-file.py,
	test/unit/test-lib-format.py, test/unit/test-lib-pp.py,
	test/unit/test-lib-print.py, test/unit/test-lib-printing.py,
	test/unit/test-lib-sig.py, test/unit/test-lib-thread.py,
	test/unit/test-list.py, test/unit/test-misc.py,
	test/unit/test-pdef.py, test/unit/test-pr.py,
	test/unit/test-processor.py, test/unit/test-quit.py,
	test/unit/test-run.py, test/unit/test-stack.py,
	test/unit/test-step.py, test/unit/test-subcmd.py,
	test/unit/test-tcp.py, test/unit/test-user.py, trepan/__init__.py,
	trepan/api.py, trepan/bwcli.py,
	trepan/bwprocessor/command/base_cmd.py,
	trepan/bwprocessor/command/mock.py,
	trepan/bwprocessor/command/quit.py,
	trepan/bwprocessor/command/step.py, trepan/bwprocessor/location.py,
	trepan/bwprocessor/main.py, trepan/cli.py, trepan/client.py,
	trepan/clifns.py, trepan/inout/__init__.py,
	trepan/inout/fifoclient.py, trepan/inout/fifoserver.py,
	trepan/inout/input.py, trepan/inout/output.py,
	trepan/inout/scriptin.py, trepan/inout/stringarray.py,
	trepan/inout/tcpclient.py, trepan/inout/tcpserver.py,
	trepan/interfaces/bullwinkle.py, trepan/interfaces/client.py,
	trepan/interfaces/script.py, trepan/interfaces/server.py,
	trepan/interfaces/user.py, trepan/lib/__init__.py,
	trepan/lib/core.py, trepan/lib/disassemble.py,
	trepan/lib/display.py, trepan/lib/print.py, trepan/lib/printing.py,
	trepan/lib/sighandler.py, trepan/lib/stack.py, trepan/misc.py,
	trepan/options.py, trepan/post_mortem.py,
	trepan/processor/__init__.py, trepan/processor/cmdbreak.py,
	trepan/processor/cmdproc.py, trepan/processor/command/alias.py,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/base_cmd.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/command/break.py, trepan/processor/command/cd.py,
	trepan/processor/command/condition.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/debug.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/display.py,
	trepan/processor/command/down.py, trepan/processor/command/edit.py,
	trepan/processor/command/enable.py,
	trepan/processor/command/eval.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/exit.py,
	trepan/processor/command/finish.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/handle.py,
	trepan/processor/command/help.py, trepan/processor/command/info.py,
	trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/info_subcmd/display.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/globals.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/info_subcmd/return.py,
	trepan/processor/command/info_subcmd/signals.py,
	trepan/processor/command/info_subcmd/source.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/jump.py, trepan/processor/command/kill.py,
	trepan/processor/command/list.py,
	trepan/processor/command/macro.py,
	trepan/processor/command/mock.py, trepan/processor/command/next.py,
	trepan/processor/command/pdef.py, trepan/processor/command/pp.py,
	trepan/processor/command/pr.py, trepan/processor/command/pydocx.py,
	trepan/processor/command/python.py,
	trepan/processor/command/quit.py,
	trepan/processor/command/restart.py,
	trepan/processor/command/run.py, trepan/processor/command/set.py,
	trepan/processor/command/set_subcmd/__demo_helper__.py,
	trepan/processor/command/set_subcmd/autoeval.py,
	trepan/processor/command/set_subcmd/autolist.py,
	trepan/processor/command/set_subcmd/autopython.py,
	trepan/processor/command/set_subcmd/basename.py,
	trepan/processor/command/set_subcmd/cmdtrace.py,
	trepan/processor/command/set_subcmd/dbg_trepan.py,
	trepan/processor/command/set_subcmd/different.py,
	trepan/processor/command/set_subcmd/events.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/listsize.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/set_subcmd/skip.py,
	trepan/processor/command/set_subcmd/trace.py,
	trepan/processor/command/set_subcmd/width.py,
	trepan/processor/command/show.py,
	trepan/processor/command/show_subcmd/__demo_helper__.py,
	trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/args.py,
	trepan/processor/command/show_subcmd/autoeval.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/autopython.py,
	trepan/processor/command/show_subcmd/basename.py,
	trepan/processor/command/show_subcmd/confirm.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/listsize.py,
	trepan/processor/command/skip.py,
	trepan/processor/command/source.py,
	trepan/processor/command/step.py,
	trepan/processor/command/tbreak.py,
	trepan/processor/command/unalias.py,
	trepan/processor/command/undisplay.py,
	trepan/processor/command/up.py, trepan/processor/command/whatis.py,
	trepan/processor/complete.py, trepan/processor/frame.py,
	trepan/processor/subcmd.py, trepan/processor/trace.py,
	trepan/vprocessor.py: remove import_relative - with thanks to Georg
	Brandl in Python2 code

2015-04-05  rocky <rocky@gnu.org>

	* trepan/processor/command/alias.py: Small docfix to alias command.

2015-04-05  rocky <rocky@gnu.org>

	* .gitignore, tox.ini: Sync with python2-trepan

2015-04-05  rocky <rocky@gnu.org>

	* trepan/processor/command/help.py: If help regexp matches a single
	command, give help for that.

2015-04-04  rocky <rocky@gnu.org>

	* README.rst: Correct link to trepan2

2015-04-04  rocky <rocky@gnu.org>

	* README.rst: Not PIP installable yet

2015-04-04  rocky <rocky@gnu.org>

	* README.rst: Update README (2nd try)

2015-04-04  rocky <rocky@gnu.org>

	* README.rst: Update README

2015-04-04  rocky <rocky@gnu.org>

	* test/data/macro.right, test/data/step.right, test/example/gcd.py,
	test/functional/fn_helper.py, trepan/options.py:  Remove trepan2-client from console_scripts (Georg Brandl)
	Integeration test output changes due to running into defaultoutput
	encoding. FIXME down the line. Setup file name creation wrong becase
	debugger name is "trepan" not trepan3k.

2015-04-04  rocky <rocky@gnu.org>

	* trepan/options.py, trepan/processor/command/list.py: Was using
	improperly created file name. Prefer .trepan3rc to ~/trepanr3rc

2015-04-04  rocky <rocky@gnu.org>

	* trepan/processor/command/backtrace.py,
	trepan/processor/command/list.py,
	trepan/processor/command/macro.py,
	trepan/processor/command/pdef.py, trepan/processor/command/pp.py,
	trepan/processor/command/pr.py, trepan/processor/command/quit.py,
	trepan/processor/command/run.py, trepan/processor/command/set.py,
	trepan/processor/command/show.py, trepan/processor/command/step.py,
	trepan/processor/command/tbreak.py,
	trepan/processor/command/unalias.py,
	trepan/processor/command/undisplay.py: More Markdown section
	headings

2015-04-04  rocky <rocky@gnu.org>

	* trepan/lib/format.py, trepan/processor/command/break.py,
	trepan/processor/command/kill.py,
	trepan/processor/command/set_subcmd/events.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/set_subcmd/width.py: Handle ReStructerdText
	Headings.

2015-01-24  Rocky Bernstein <rocky@gnu.org>

	* test/data/macro.right, test/data/noscript.right,
	test/data/step.right, trepan/interfaces/user.py: Add termination
	message

2015-01-24  Rocky Bernstein <rocky@gnu.org>

	* test/functional/stringarray.py: Add stringarray. Not used though.

2015-01-24  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-cmd-alias.py, test/unit/test-pdef.py,
	trepan/debugger.py, trepan/processor/command/frame.py,
	trepan/processor/command/pdef.py: Refert sync change with pdef

2015-01-24  Rocky Bernstein <rocky@gnu.org>

	* .gitignore, COPYING, requirements.txt,
	test/functional/test-jump.py, test/functional/test-next.py,
	test/functional/test-skip.py, test/functional/test-step.py,
	test/integration/helper.py, test/integration/test-macro.py,
	tox.ini, trepan/cli.py, trepan/debugger.py, trepan/inout/Makefile,
	trepan/inout/__init__.py, trepan/inout/input.py,
	trepan/lib/core.py, trepan/lib/stack.py, trepan/lib/thred.py,
	trepan/options.py, trepan/processor/command/kill.py,
	trepan/processor/command/pdef.py,
	trepan/processor/command/tbreak.py: Sync with trepan2.

2015-01-24  Rocky Bernstein <rocky@gnu.org>

	* test/functional/test-break.py, trepan/api.py, trepan/cli.py,
	trepan/client.py, trepan/debugger.py, trepan/processor/__init__.py,
	trepan/processor/cmdfns.py, trepan/processor/cmdproc.py,
	trepan/processor/command/__init__.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/command/break.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/debug.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/macro.py,
	trepan/processor/command/set_subcmd/__init__.py,
	trepan/processor/command/set_subcmd/autopython.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/__init__.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/subcmd.py: Macro command loads. Set highlight
	works. More sync stuff.

2015-01-23  Rocky Bernstein <rocky@gnu.org>

	* README.rst, setup.py: Slightly closer to working being sync'd.

2015-01-23  Rocky Bernstein <rocky@gnu.org>

	* .gitignore, setup.py, test/data/macro.right,
	test/functional/fn_helper.py, test/functional/test-break.py,
	test/functional/test-finish.py, test/functional/test-jump.py,
	test/functional/test-next.py, test/functional/test-sig.py,
	test/functional/test-skip.py, test/functional/test-step.py,
	test/integration/helper.py, test/integration/test-general.py,
	test/integration/test-noscript.py, test/unit/cmdhelper.py,
	test/unit/test-break.py, test/unit/test-brkpt.py,
	test/unit/test-bytecode.py, test/unit/test-clifns.py,
	test/unit/test-cmd-alias.py, test/unit/test-cmdfns.py,
	test/unit/test-cmdproc.py, test/unit/test-completion.py,
	test/unit/test-core.py, test/unit/test-disassemble.py,
	test/unit/test-except.py, test/unit/test-fifo.py,
	test/unit/test-finish.py, test/unit/test-help.py,
	test/unit/test-info-files.py, test/unit/test-io-input.py,
	test/unit/test-kill.py, test/unit/test-lib-complete.py,
	test/unit/test-lib-display.py, test/unit/test-lib-eval.py,
	test/unit/test-lib-file.py, test/unit/test-lib-pp.py,
	test/unit/test-lib-print.py, test/unit/test-lib-sig.py,
	test/unit/test-lib-thread.py, test/unit/test-list.py,
	test/unit/test-misc.py, test/unit/test-pdef.py,
	test/unit/test-pr.py, test/unit/test-run.py,
	test/unit/test-stack.py, test/unit/test-tcp.py,
	test/unit/test-user.py, trepan/VERSION.py, trepan/api.py,
	trepan/bwcli.py, trepan/bwprocessor/command/base_cmd.py,
	trepan/bwprocessor/command/mock.py,
	trepan/bwprocessor/command/step.py, trepan/bwprocessor/location.py,
	trepan/bwprocessor/main.py, trepan/cli.py, trepan/client.py,
	trepan/clifns.py, trepan/debugger.py, trepan/exception.py,
	trepan/inout/base.py, trepan/inout/fifoclient.py,
	trepan/inout/fifoserver.py, trepan/inout/output.py,
	trepan/inout/scriptin.py, trepan/inout/stringarray.py,
	trepan/inout/tcpclient.py, trepan/inout/tcpfns.py,
	trepan/inout/tcpserver.py, trepan/interfaces/__init__.py,
	trepan/interfaces/bullwinkle.py, trepan/interfaces/client.py,
	trepan/interfaces/script.py, trepan/interfaces/server.py,
	trepan/interfaces/user.py, trepan/io/__init__.py,
	trepan/io/base.py, trepan/io/fifoclient.py,
	trepan/io/fifoserver.py, trepan/io/input.py, trepan/io/output.py,
	trepan/io/scriptin.py, trepan/io/stringarray.py,
	trepan/io/tcpclient.py, trepan/io/tcpfns.py,
	trepan/io/tcpserver.py, trepan/lib/Makefile,
	trepan/lib/__init__.py, trepan/lib/breakpoint.py,
	trepan/lib/bytecode.py, trepan/lib/complete.py, trepan/lib/core.py,
	trepan/lib/default.py, trepan/lib/disassemble.py,
	trepan/lib/display.py, trepan/lib/eval.py, trepan/lib/file.py,
	trepan/lib/format.py, trepan/lib/pp.py, trepan/lib/print.py,
	trepan/lib/sighandler.py, trepan/lib/stack.py,
	trepan/lib/thread.py, trepan/misc.py, trepan/options.py,
	trepan/post_mortem.py, trepan/processor/cmdbreak.py,
	trepan/processor/cmdfns.py, trepan/processor/cmdproc.py,
	trepan/processor/command/alias.py,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/base_cmd.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/command/break.py, trepan/processor/command/cd.py,
	trepan/processor/command/condition.py,
	trepan/processor/command/debug.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/display.py,
	trepan/processor/command/edit.py,
	trepan/processor/command/enable.py,
	trepan/processor/command/eval.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/finish.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/help.py,
	trepan/processor/command/info_subcmd/__init__.py,
	trepan/processor/command/info_subcmd/display.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/jump.py, trepan/processor/command/kill.py,
	trepan/processor/command/list.py,
	trepan/processor/command/macro.py,
	trepan/processor/command/mock.py, trepan/processor/command/next.py,
	trepan/processor/command/python.py,
	trepan/processor/command/set_subcmd/autolist.py,
	trepan/processor/command/set_subcmd/listsize.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/show_subcmd/confirm.py,
	trepan/processor/command/skip.py,
	trepan/processor/command/source.py,
	trepan/processor/command/step.py,
	trepan/processor/command/tbreak.py,
	trepan/processor/command/undisplay.py,
	trepan/processor/complete.py, trepan/processor/frame.py,
	trepan/processor/subcmd.py, trepan/processor/trace.py,
	trepan/vprocessor.py: First attempt to syncronize with trepan2 from
	6 months ago.

2014-07-04  Rocky Bernstein <rocky@gnu.org>

	* setup.py, trepan/cli.py, trepan/client.py,
	trepan/interfaces/client.py, trepan/io/fifoclient.py,
	trepan/io/fifoserver.py, trepan/options.py: setup.py cater to
	changing setuptools or python3. I'm not sure which.  io: regularize
	options.

2014-04-21  Rocky Bernstein <rocky@gnu.org>

	* trepan/cli.py, trepan/exception.py: Another small doc change

2014-04-21  Rocky Bernstein <rocky@gnu.org>

	* trepan/cli.py: One small docstring typo.

2014-03-30  Rocky Bernstein <rocky@gnu.org>

	* test/functional/fn_helper.py, test/unit/test-list.py,
	trepan/processor/cmdproc.py, trepan/processor/command/list.py,
	trepan/processor/frame.py: In "list" save and last file list
	location. See issue #15. Fix functional tests. sync with trepan2

2014-02-05  Rocky Bernstein <rocky@gnu.org>

	* trepan/interfaces/server.py: Pass TCP connection parameters
	properly

2014-02-05  Rocky Bernstein <rocky@gnu.org>

	* trepan/options.py: --client wasn't setting up default port
	properly

2014-02-03  Rocky Bernstein <rocky@gnu.org>

	* test/functional/fn_helper.py, trepan/cli.py, trepan/client.py,
	trepan/options.py, trepan/processor/command/info_subcmd/files.py: 
	Start work on --host and --port options for remote execution.

2013-11-30  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/python.py: Add "shell" as an alias for
	"python". That's what a number of the other trepan debuggers do.

2013-09-06  rocky <rocky@gnu.org>

	* test/unit/test-info-file.py, test/unit/test-info-files.py,
	test/unit/test-lib-sig.py: test-lib-sig.py: Python3.3 seems to add
	'ITIMER_PROF'. test-info-files: underlying module name change from
	'file' to 'files'.

2013-05-13  rocky <rocky@gnu.org>

	* test/unit/test-completion.py, trepan/processor/command/source.py,
	trepan/processor/command/unalias.py: Add completion for "source" and
	"unalias" .

2013-05-12  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-completion.py, trepan/VERSION.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/info_subcmd/file.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/macro.py: Bug in frame command.
	"info file" -> "info files". Add "info files" completion. Add "info
	macro" completion.

2013-05-12  Rocky Bernstein <rocky@gnu.org>

	* NEWS, trepan/VERSION.py: Get ready for release 0.2.8

2013-05-12  Rocky Bernstein <rocky@gnu.org>

	* trepan/VERSION.py: Get ready for release 0.2.7

2013-05-09  rocky <rocky@gnu.org>

	* test/unit/test-completion.py, trepan/lib/complete.py,
	trepan/processor/command/help.py: Help completion includes aliases
	now. Start complete_token_filtered.

2013-05-08  rocky <rocky@gnu.org>

	* trepan/lib/complete.py, trepan/processor/command/help.py: Start
	simple completion for "help" command

2013-05-07  rocky <rocky@gnu.org>

	* test/unit/test-lib-display.py, trepan/lib/display.py,
	trepan/processor/command/display.py,
	trepan/processor/command/undisplay.py: Start display unit tests. Fix
	bug in removing a display.

2013-05-07  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-completion.py, trepan/lib/complete.py,
	trepan/processor/cmdproc.py, trepan/processor/command/down.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/command/kill.py, trepan/processor/command/up.py,
	trepan/processor/complete.py, trepan/processor/frame.py: Add command
	completion to up/down and kill. examine cross-reference pr not
	print. Split out frame code in processor. Add "info locals".

2013-05-06  rocky <rocky@gnu.org>

	* test/unit/test-completion.py, trepan/processor/complete.py: More
	fixups in completion - when we are at the end of a word.

2013-05-06  rocky <rocky@gnu.org>

	* test/unit/test-completion.py, trepan/options.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/complete.py: Fix completion of things like "set
	basename ".

2013-05-06  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-completion.py, trepan/debugger.py,
	trepan/lib/complete.py, trepan/processor/command/base_subcmd.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/complete.py: Alias completion works and so does
	boolean subcommand completion, sort of. Port more complete
	test-completion.py from Ruby.

2013-04-07  Rocky Bernstein <rocky@gnu.org>

	* trepan/cli.py: Don't use '2' suffix

2013-04-07  Rocky Bernstein <rocky@gnu.org>

	* __pkginfo__.py, setup.py, test/unit/test-lib-complete.py,
	trepan/cli.py, trepan/clifns.py, trepan/lib/complete.py,
	trepan/processor/complete.py: Start completion unit test

2013-04-05  rocky <rocky@gnu.org>

	* trepan/cli.py, trepan/debugger.py, trepan/options.py: Split out
	options into a separate module. Track with python2 code

2013-04-05  rocky <rocky@gnu.org>

	* trepan/client.py, trepan/interfaces/client.py,
	trepan/io/fifoserver.py, trepan/io/tcpfns.py: Get remote execution
	working.

2013-04-05  Rocky Bernstein <rocky@gnu.org>

	* trepan/cli.py, trepan/client.py: Partial work to get --server and
	--client options working

2013-04-02  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-fifo.py, test/unit/test-io-input.py.try,
	test/unit/test-tcp.py, trepan/io/fifoserver.py: Sync with
	python2-pydbgr

2013-04-02  Rocky Bernstein <rocky@gnu.org>

	* .gitignore, __pkginfo__.py, trepan/bwcli.py,
	trepan/bwprocessor/__init__.py,
	trepan/bwprocessor/command/__init__.py,
	trepan/bwprocessor/command/base_cmd.py,
	trepan/bwprocessor/command/mock.py,
	trepan/bwprocessor/command/quit.py,
	trepan/bwprocessor/command/step.py, trepan/bwprocessor/location.py,
	trepan/bwprocessor/main.py, trepan/bwprocessor/msg.py,
	trepan/lib/core.py, trepan/processor/__init__.py: Start Bullwinkle
	processor.

2013-04-01  rocky <rocky@gnu.org>

	* trepan/lib/complete.py: common completion functions used in CLI
	command and subcommands

2013-03-31  rocky <rocky@gnu.org>

	* trepan/debugger.py, trepan/processor/command/base_submgr.py,
	trepan/processor/complete.py: Fill out some subcommand completion

2013-03-31  rocky <rocky@gnu.org>

	* trepan/debugger.py, trepan/interfaces/script.py,
	trepan/interfaces/server.py, trepan/interfaces/user.py,
	trepan/io/base.py, trepan/io/input.py, trepan/lib/default.py,
	trepan/processor/cmdproc.py, trepan/processor/complete.py: Fill out
	at some of the top-level command completion. Will deal with
	subcommand completion later. Fix "python" command history file
	access. (Sync with pydbgr)

2013-03-30  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/macro.py: More import-relative
	adjusting

2013-03-24  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-lib-sig.py, trepan/lib/sighandler.py: Work around
	some new 3.3 signals. Will probably come back to and deal with
	better later.

2013-03-24  Rocky Bernstein <rocky@gnu.org>

	* test/functional/fn_helper.py,
	trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/info_subcmd/display.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/info_subcmd/return.py,
	trepan/processor/command/info_subcmd/source.py,
	trepan/processor/command/info_subcmd/threads.py: pylint info
	subcommands.

2013-03-24  Rocky Bernstein <rocky@gnu.org>

	* __pkginfo__.py: Bump minimum versions of required packages.

2013-03-24  Rocky Bernstein <rocky@gnu.org>

	* test/data/macro.right, test/unit/test-lib-sig.py,
	trepan/processor/cmdproc.py, trepan/processor/command/continue.py,
	trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/next.py,
	trepan/processor/command/tbreak.py: Sort macro names in "info
	macro". Make it work on Python 3.3. Add a couple of test assert
	messages.

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* trepan/VERSION.py, trepan/lib/sighandler.py: Start to make work on
	3.3

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* NEWS, trepan/VERSION.py: Get ready for release 0.2.5

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* trepan/io/fifoclient.py, trepan/io/fifoserver.py,
	trepan/io/input.py, trepan/io/output.py, trepan/io/scriptin.py,
	trepan/io/tcpclient.py, trepan/io/tcpserver.py, trepan/lib/eval.py: 
	Fix macro processing error messages better. pyflakes io directory.

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* __pkginfo__.py, trepan/processor/command/base_submgr.py,
	trepan/processor/command/show_subcmd/listsize.py: __pkginfo.py__:
	forgot to include set commands. Add "show listsize", duh.

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* Makefile, test/data/macro.right, test/data/step.right,
	test/integration/Makefile, test/integration/helper.py,
	test/integration/setup.cfg, test/integration/setup.py,
	test/integration/test-general.py, test/integration/test-macro.py,
	test/integration/test-noscript.py, trepan/processor/cmdproc.py,
	trepan/processor/command/set_subcmd/listsize.py: Add set listsize,
	finish initegration tests. With this we should be about ready to
	release.

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* test/data/Makefile, test/data/macro.cmd, test/data/macro.right,
	test/data/noscript.cmd, test/data/noscript.right,
	test/data/step.cmd, test/data/step.right, trepan/cli.py,
	trepan/interfaces/script.py, trepan/io/output.py,
	trepan/processor/command/set_subcmd/autoeval.py,
	trepan/processor/command/set_subcmd/autolist.py,
	trepan/processor/command/set_subcmd/basename.py,
	trepan/processor/command/set_subcmd/cmdtrace.py,
	trepan/processor/command/set_subcmd/dbg_trepan.py,
	trepan/processor/command/set_subcmd/different.py,
	trepan/processor/command/set_subcmd/events.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/set_subcmd/skip.py,
	trepan/processor/command/set_subcmd/trace.py,
	trepan/processor/command/set_subcmd/width.py: Fill out "set"
	commands. Start integration test conversion. Fix one of the
	"source"/script handling bugs.

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* test/functional/fn_helper.py, test/functional/test-jump.py,
	test/functional/test-next.py, test/functional/test-sig.py,
	test/functional/test-skip.py, test/functional/test-step.py: Finish
	1st cut at functional tests.

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* .gitignore, Makefile, test/functional/Makefile,
	test/functional/fn_helper.py, test/functional/setup.cfg,
	test/functional/setup.py, test/functional/test-break.py,
	test/functional/test-finish.py, test/unit/Makefile,
	test/unit/test-info-file.py, test/unit/test-io-input.py,
	test/unit/test-pr.py: Administrivia

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* test/unit/cmdhelper.py, test/unit/test-break.py,
	test/unit/test-brkpt.py, test/unit/test-bytecode.py,
	test/unit/test-clifns.py, test/unit/test-cmd-alias.py,
	test/unit/test-core.py, test/unit/test-finish.py,
	test/unit/test-help.py, test/unit/test-info-file.py,
	test/unit/test-io-input.py.try, test/unit/test-kill.py,
	test/unit/test-lib-pp.py, test/unit/test-lib-sig.py,
	test/unit/test-list.py, test/unit/test-misc.py,
	test/unit/test-pdef.py, test/unit/test-processor.py,
	test/unit/test-quit.py, test/unit/test-run.py,
	test/unit/test-stack.py, test/unit/test-step.py,
	test/unit/test-subcmd.py, test/unit/test-user.py: pyflakes unit
	tests.

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* trepan/lib/breakpoint.py, trepan/lib/disassemble.py,
	trepan/lib/file.py, trepan/lib/format.py, trepan/lib/print.py,
	trepan/lib/sighandler.py: More cleanup

2013-03-23  Rocky Bernstein <rocky@gnu.org>

	* test/unit/cmdhelper.py, test/unit/test-break.py,
	test/unit/test-brkpt.py, test/unit/test-clifns.py,
	test/unit/test-cmd-alias.py, test/unit/test-core.py,
	test/unit/test-disassemble.py, test/unit/test-quit.py: Start to
	clean up unit tests

2013-03-22  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-stack.py, trepan/lib/stack.py: Another test,
	another bug found.

2013-03-22  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-step.py: Another test

2013-03-22  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-except.py, test/unit/test-info-file.py: Add another
	test

2013-03-22  Rocky Bernstein <rocky@gnu.org>

	* trepan/io/stringarray.py: This isn't Ruby\!

2013-03-22  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-disassemble.py, trepan/io/stringarray.py,
	trepan/lib/disassemble.py, trepan/processor/command/disassemble.py: 
	Fix bugs in disassemble command and add test for it.

2013-03-22  Rocky Bernstein <rocky@gnu.org>

	* trepan/cli.py, trepan/client.py: Server code definitely does not
	work. Need buffer interface

2013-03-22  Rocky Bernstein <rocky@gnu.org>

	* trepan/cli.py, trepan/client.py, trepan/interfaces/bullwinkle.py,
	trepan/interfaces/client.py, trepan/interfaces/comcodes.py,
	trepan/interfaces/server.py, trepan/io/fifoclient.py,
	trepan/io/fifoserver.py, trepan/io/tcpclient.py,
	trepan/io/tcpfns.py, trepan/io/tcpserver.py: Finish all interface
	code. Not fully tested though.

2013-03-22  Rocky Bernstein <rocky@gnu.org>

	* trepan/lib/disassemble.py, trepan/lib/pp.py,
	trepan/processor/command/alias.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/handle.py,
	trepan/processor/command/jump.py,
	trepan/processor/command/macro.py, trepan/processor/command/pp.py,
	trepan/processor/command/pr.py, trepan/processor/command/pydocx.py,
	trepan/processor/command/skip.py: Finish converting top-level
	debugger commands

2013-03-20  Rocky Bernstein <rocky@gnu.org>

	* .gitignore, test/unit/test-io-input.py.try,
	trepan/interfaces/user.py, trepan/lib/sighandler.py: Administivia
	and some deal with new 3.3 weird signals SIG_SETMASK and ITIMER_PROF

2013-03-19  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-run.py, trepan/cli.py,
	trepan/processor/command/restart.py,
	trepan/processor/command/run.py: Add "run" command. R alias moved to
	"run".

2013-03-18  Rocky Bernstein <rocky@gnu.org>

	* trepan/lib/default.py, trepan/post_mortem.py,
	trepan/processor/command/python.py,
	trepan/processor/command/restart.py: Add "python" command. Until
	"run works", put "R" alias on "restart".

2013-03-18  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/set_subcmd/__demo_helper__.py,
	trepan/processor/command/set_subcmd/autolist.py,
	trepan/processor/command/set_subcmd/autopython.py,
	trepan/processor/command/set_subcmd/different.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/set_subcmd/skip.py,
	trepan/processor/command/set_subcmd/trace.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/autopython.py: Fill more set
	subcommands.

2013-03-18  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/base_subcmd.py,
	trepan/processor/command/set.py,
	trepan/processor/command/set_subcmd/__init__.py,
	trepan/processor/command/set_subcmd/autoeval.py,
	trepan/processor/command/show_subcmd/__demo_helper__.py,
	trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/args.py,
	trepan/processor/command/show_subcmd/autoeval.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/basename.py,
	trepan/processor/command/show_subcmd/confirm.py: Start set
	subcommands. DRY show demo code. Fix bug in showing bool set
	commands.

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/mock.py,
	trepan/processor/command/source.py,
	trepan/processor/command/whatis.py: Two more debugger commands:
	whatis, and source. Mock improved to add mock output in interface.

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/base_subcmd.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/command/info_subcmd/display.py,
	trepan/processor/command/info_subcmd/file.py,
	trepan/processor/command/info_subcmd/globals.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/info_subcmd/signals.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/autopython.py,
	trepan/processor/command/show_subcmd/basename.py: base_subcmd.py:
	un-RST-ify doc for bool class. *_subcmd/: DRY code

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* : commit 21f142b8cc40095d4048059969bf4d262fcb9ea2 Author: Rocky
	Bernstein <rocky@gnu.org> Date:   Sun Mar 17 09:05:58 2013 -0400

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-clifns.py, test/unit/test-cmdproc.py,
	test/unit/test-finish.py, test/unit/test-help.py,
	test/unit/test-lib-pp.py: More tests

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-lib-pp.py, trepan/__init__.py: Remove debug print
	statements. Add test for lib/pp.py.

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* trepan/__init__.py: Remove debug print statements. I wish I could
	you my own debugger more.

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* __pkginfo__.py, test/unit/test-cmd-alias.py, trepan/__init__.py,
	trepan/processor/command/debug.py: First installable working
	version. No really. This time for sure!

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-cmdfns.py, trepan/api.py, trepan/lib/format.py,
	trepan/lib/sighandler.py, trepan/processor/command/base_cmd.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/finish.py,
	trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/next.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/up.py, trepan/processor/trace.py: pydbgr ->
	trepan

2013-03-17  Rocky Bernstein <rocky@gnu.org>

	* .gitignore, Makefile, __pkginfo__.py, setup.py,
	test/unit/test-io-input.py, test/unit/test-io-input.py.try,
	trepan/cli.py, trepan/lib/core.py, trepan/processor/cmdfns.py,
	trepan/processor/cmdproc.py, trepan/processor/command/restart.py,
	trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/autopython.py,
	trepan/processor/command/show_subcmd/basename.py,
	trepan/processor/command/show_subcmd/confirm.py,
	trepan/processor/command/tbreak.py,
	trepan/processor/command/undisplay.py: First installable and workin
	version. Finish show subcommands. Install trepan3. Add
	"until_condition" to step until we hit __main__ to skip over
	encoding stuff.

2013-03-16  Rocky Bernstein <rocky@gnu.org>

	* Makefile, trepan/processor/command/show.py,
	trepan/processor/command/show_subcmd/__init__.py,
	trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/args.py,
	trepan/processor/command/show_subcmd/autoeval.py: Start show
	subcommands

2013-03-16  rocky <rocky@gnu.org>

	* trepan/lib/pp.py, trepan/lib/sighandler.py,
	trepan/processor/command/info_subcmd/display.py,
	trepan/processor/command/info_subcmd/file.py,
	trepan/processor/command/info_subcmd/globals.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/info_subcmd/return.py,
	trepan/processor/command/info_subcmd/signals.py,
	trepan/processor/command/info_subcmd/source.py,
	trepan/processor/command/info_subcmd/threads.py: Finish info
	subcommands

2013-03-15  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/base_subcmd.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/command/info.py,
	trepan/processor/command/info_subcmd/__init__.py,
	trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/kill.py, trepan/processor/subcmd.py: Start
	"info" subcommands.

2013-03-14  Rocky Bernstein <rocky@gnu.org>

	* test/unit/test-break.py, test/unit/test-clifns.py,
	test/unit/test-core.py, trepan/__init__.py,
	trepan/processor/command/kill.py: Add kill command and more unit
	tests.

2013-03-13  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/display.py,
	trepan/processor/command/eval.py: Knock off another two debuger
	commands

2013-03-13  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/exit.py: Add exit command.

2013-03-12  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/cd.py,
	trepan/processor/command/condition.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/edit.py,
	trepan/processor/command/enable.py: Add cd, condition, delete,
	disable, edit, and enable debugger commands

2013-03-12  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/down.py,
	trepan/processor/command/frame.py, trepan/processor/command/up.py: 
	Add "up", "down" and "frame" commands

2013-03-12  Rocky Bernstein <rocky@gnu.org>

	* trepan/processor/command/alias.py,
	trepan/processor/command/break.py,
	trepan/processor/command/unalias.py: Add alias, unalias and break
	commands

2013-03-11  Rocky Bernstein <rocky@gnu.org>

	* test/example/hanoi.py, test/unit/test-user.py,
	trepan/processor/command/finish.py: Port more code

2013-03-11  Rocky Bernstein <rocky@gnu.org>

	* test/example/gcd.py, trepan/cli.py, trepan/lib/core.py,
	trepan/processor/cmdproc.py, trepan/processor/command/backtrace.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/help.py, trepan/processor/command/list.py,
	trepan/processor/command/next.py, trepan/processor/command/step.py: 
	Debugger starts working! Start to fill in the vast number commands.

2013-03-11  rocky <rocky@gnu.org>

	* trepan/api.py, trepan/post_mortem.py, trepan/processor/cmdproc.py: 
	Add api and post-mortem

2013-03-11  Rocky Bernstein <rocky@gnu.org>

	* trepan/clifns.py, trepan/debugger.py, trepan/lib/core.py: Most of
	the pseudo-circular dependency stuff making the debugger core filled
	out.

2013-03-11  Rocky Bernstein <rocky@gnu.org>

	* Makefile, trepan/lib/thread.py, trepan/processor/cmdproc.py,
	trepan/processor/command/__init__.py,
	trepan/processor/command/base_cmd.py,
	trepan/processor/command/mock.py, trepan/processor/command/quit.py,
	trepan/processor/trace.py: Fill out basic command processor. Only
	one commands, 'quit' though.

2013-03-10  rocky <rocky@gnu.org>

	* trepan/processor/cmdbreak.py: Add processor/cmdbreak.py

2013-03-10  rocky <rocky@gnu.org>

	* test/unit/test-cmdfns.py, trepan/lib/pp.py,
	trepan/processor/__init__.py, trepan/processor/cmdfns.py: More code
	ported.

2013-03-08  rocky <rocky@gnu.org>

	* test/unit/test-lib-sig.py, trepan/Makefile, trepan/exception.py,
	trepan/lib/Makefile, trepan/lib/sighandler.py: Signal handler and
	exception restart code  converted to 3k

2013-03-08  rocky <rocky@gnu.org>

	* test/unit/test-lib-print.py, trepan/lib/display.py,
	trepan/lib/print.py, trepan/lib/stack.py: Convert lib/stack.py and
	lib/print.py to 3k

2013-03-07  rocky <rocky@gnu.org>

	* trepan/vprocessor.py: Processor virtual interface.

2013-03-07  rocky <rocky@gnu.org>

	* trepan/interfaces/script.py, trepan/interfaces/user.py,
	trepan/io/output.py: Port script interface. TrepanOutput ->
	TrepanUserOutput.

2013-03-07  rocky <rocky@gnu.org>

	* test/unit/cmdhelper.py, trepan/interface.py,
	trepan/interfaces/__init__.py, trepan/interfaces/user.py: Start
	converting interface code, and user inteface in particular.

2013-03-07  rocky <rocky@gnu.org>

	* test/unit/test-lib-eval.py, test/unit/test-lib-file.py,
	trepan/lib/eval.py, trepan/lib/file.py: Convert lib/{eval,file}.py
	from Python2 to Python3

2013-03-04  rocky <rocky@gnu.org>

	* .gitignore, test/unit/test-brkpt.py, test/unit/test-bytecode.py,
	test/unit/test-io-input.py, test/unit/test-lib-format.py,
	test/unit/test-misc.py, trepan/lib/disassemble.py,
	trepan/lib/format.py: Port a lib/format.py and lib/disassemble.py.
	Change to: #! ... python3

2013-03-04  rocky <rocky@gnu.org>

	* trepan/__init__.py, trepan/io/__init__.py: Pay homage to the older
	setuptools

2013-03-04  rocky <rocky@gnu.org>

	* Makefile, make-check-filter.py, setup.cfg, test/unit/Makefile,
	test/unit/test-brkpt.py, test/unit/test-bytecode.py,
	test/unit/test-io-input.py, trepan/lib/breakpoint.py,
	trepan/lib/bytecode.py: Port more code over.

2013-02-25  rocky <rocky@gnu.org>

	* .gitignore, Makefile, test/unit/test-io-input.py,
	trepan/__init__.py, trepan/io/__init__.py, trepan/io/dbg_input.py,
	trepan/io/dbg_output.py, trepan/io/input.py, trepan/io/output.py,
	trepan/io/scriptin.py, trepan/lib/__init__.py, trepan/misc.py: 
	dbg_{input,output} -> {input,output}. misc.py, __init__.py: start to
	simplfy and DRY code

2013-02-24  rocky <rocky@gnu.org>

	* .gitignore, Makefile, NEWS, README.txt, __init__.py,
	__pkginfo__.py, make-check-filter.py, setup.py, trepan/VERSION.py: 
	Package Administrivia

2013-02-24  rocky <rocky@gnu.org>

	* test/unit/test-io-input.py, test/unit/test-misc.py,
	trepan/io/dbg_input.py, trepan/io/dbg_output.py,
	trepan/io/stringarray.py, trepan/misc.py: Convert
	trepan.io.dbug_input, trepan.msc and add tests for these

2013-02-24  rocky <rocky@gnu.org>

	* Convert more stuff

