2025-09-17  rocky <rocky@gnu.org>

	* ChangeLog-spell-corrected.diff, pyproject.toml, trepan/version.py:
	Get ready for release 1.5.0

2025-09-16  rocky <rocky@gnu.org>

	* trepan/version.py: Bump version

2025-09-12  rocky <rocky@gnu.org>

	* .gitignore, trepan/__main__.py, trepan/api.py,
	trepan/debugger.py, trepan/processor/print.py: Allow debugging
	bytecode-only file

2025-09-04  rocky <rocky@gnu.org>

	* ChangeLog-spell-corrected.diff, NEWS.md,
	admin-tools/make-dist-newest.sh, trepan/version.py: Get ready for
	release 1.4.1

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

	* trepan/processor/cmdproc.py: Add PASSTHROUGH_EXCEPTIONS PASSTHROUGH_EXCEPTIONS allows other debuggers which use this as a
	codebase, e.g.  the Mathics3 debugger, to register additional
	exceptions that can be raised.

2025-08-23  rocky <rocky@gnu.org>

	* .github/workflows/macos.yml,
	.github/workflows/ubuntu-prompt-toolkit.yml,
	.github/workflows/ubuntu.yml, .github/workflows/windows.yml: Need
	xdis github to handle 3.13.7

2025-08-23  rocky <rocky@gnu.org>

	* trepan/lib/breakpoint.py, trepan/lib/deparse.py,
	trepan/lib/format.py, trepan/lib/printing.py, trepan/lib/stack.py:
	Miscellaneous linting

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

	* trepan/api.py, trepan/bwprocessor/main.py, trepan/client.py,
	trepan/inout/fifoclient.py, trepan/inout/fifoserver.py,
	trepan/inout/tcpclient.py, trepan/inout/tcpserver.py,
	trepan/processor/parse/parser.py: Introduce types.Final annotation

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

	* trepan/__main__.py, trepan/api.py, trepan/options.py,
	trepan/post_mortem.py: More lint

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

	* trepan/exception.py, trepan/lib/breakpoint.py,
	trepan/lib/bytecode.py, trepan/misc.py: Misc lint

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

	* trepan/lib/stack.py, trepan/version.py, trepan/vprocessor.py: Bump
	version; small lint stuff

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

	* ChangeLog-spell-corrected.diff, NEWS.md, README.rst,
	admin-tools/make-dist-3.11.sh, admin-tools/make-dist-newest.sh,
	docs/syntax/command.rst, trepan/processor/command/help/arange.rst,
	trepan/processor/command/help/command.rst, trepan/version.py: Get
	ready for release 1.4.0

2025-07-26  R. Bernstein <rocky@users.noreply.github.com>

	* docs/syntax/location.rst: Update location.rst

2025-07-26  R. Bernstein <rocky@users.noreply.github.com>

	* docs/syntax/range.rst: Update range.rst

2025-07-26  R. Bernstein <rocky@users.noreply.github.com>

	* docs/syntax/suffixes.rst: Update suffixes.rst

2025-07-26  R. Bernstein <rocky@users.noreply.github.com>

	* docs/syntax/command.rst: Update command.rst

2025-07-26  R. Bernstein <rocky@users.noreply.github.com>

	* docs/syntax/arange.rst: Update arange.rst

2025-07-25  R. Bernstein <rocky@users.noreply.github.com>

	* docs/features.rst: Update features.rst

2025-07-25  R. Bernstein <rocky@users.noreply.github.com>

	* docs/entry-exit.rst: Update entry-exit.rst

2025-07-25  R. Bernstein <rocky@users.noreply.github.com>

	* .github/ISSUE_TEMPLATE/feature-request.md: Update
	feature-request.md

2025-07-25  R. Bernstein <rocky@users.noreply.github.com>

	* .github/ISSUE_TEMPLATE/bug-report.md: Update bug-report.md

2025-07-25  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: Update README.rst

2025-07-25  R. Bernstein <rocky@users.noreply.github.com>

	* .circleci/config.yml, .github/workflows/macos.yml,
	.github/workflows/ubuntu.yml, .github/workflows/windows.yml: Use
	newer Pythons in CI testing (#79)

2025-07-25  rocky <rocky@gnu.org>

	* .github/workflows/macos.yml,
	.github/workflows/ubuntu-prompt-toolkit.yml,
	.github/workflows/ubuntu.yml, .github/workflows/windows.yml,
	pyproject.toml, test/unit/lib/test_lib_bytecode.py,
	test/unit/lib/test_lib_stack.py: Use recently-released xdis

2025-07-24  rocky <rocky@gnu.org>

	* admin-tools/check-3.11-versions.sh: Reinstate
	check-3.11-versions.sh

2025-07-24  rocky <rocky@gnu.org>

	* admin-tools/check-3.11-versions.sh, pyproject.toml: Way to notate
	License has changed.  I hate Python packaging.

2025-07-24  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py,
	trepan/processor/command/base_cmd.py,
	trepan/processor/command/break.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/tbreak.py: Update break API for "continue"
	and "tbreak" ...  and also modernize. For 3.13, we need to add the "offset" parameter.

2025-07-21  rocky <rocky@gnu.org>

	* trepan/lib/default.py,
	trepan/processor/command/set_subcmd/style.py: consult environment
	variable TREPAN_PYGMENTS_STYLE in order to get a default value for pygments style

2025-07-21  rocky <rocky@gnu.org>

	* trepan/interface.py, trepan/interfaces/user.py,
	trepan/processor/command/python.py: Fix some small bugs and some
	lint...  "completer" is set to None, not False, when we don't have a
	completere.  This happens in Python 3.13 right now In Python 3.13 we need to convert a FrameLocalsProxy to a dictionary
	in order to call exec.  Some type lint was also done.

2025-07-09  rocky <rocky@gnu.org>

	* .gitignore, test/example/.gitignore, test/example/bug.py,
	test/example/gcd-breakpoint.py, test/example/tail.py,
	test/functional/example/step/test_skip.py: Administrivia Add more example files, and add more ignore

2025-07-09  rocky <rocky@gnu.org>

	* trepan/api.py, trepan/debugger.py: Improve run_eval based on
	using.

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

	* docs/commands/set/disasmflavor.rst: Add/rename set disasmflavor

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

	* docs/commands/set.rst, docs/commands/show/disasmflavor.rst: Update
	docs for show disasmflavor

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

	* docs/commands/data/disassemble.rst, docs/commands/files/list.rst,
	docs/commands/set.rst, docs/commands/set/asmfmt.rst,
	docs/commands/set/patsub.rst, docs/commands/set/style.rst,
	docs/commands/set/substitute.rst, docs/commands/show.rst,
	docs/commands/show/asmfmt.rst, docs/commands/show/disasmflavor.rst,
	docs/commands/stack/backtrace.rst, docs/commands/stack/frame.rst,
	docs/commands/support/alias.rst, docs/syntax/range.rst,
	test/unit/processor/test_proc_subcmd.py, trepan/lib/default.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/set_subcmd/{asmfmt.py => disasmflavor.py},
	trepan/processor/command/show_subcmd/{asmfmt.py =>
	disasmflavor.py}, trepan/processor/subcmd.py: subcmand asmfmt ->
	disasmflavor This matches gdb more closely

2025-04-09  rocky <rocky@gnu.org>

	* .github/workflows/ubuntu-prompt-toolkit.yml,
	.github/workflows/ubuntu.yml: Administrivia

2025-04-09  rocky <rocky@gnu.org>

	* docs/commands/data/display.rst: Tag gdb properly

2025-04-09  rocky <rocky@gnu.org>

	* docs/commands/data/display.rst: Correct a ref tag

2025-02-07  R. Bernstein <rocky@users.noreply.github.com>

	* trepan/inout/ptk_bindkeys.py: Don't use context manager with
	pathlib object... (#77) Fixes #74

2025-02-07  rocky <rocky@gnu.org>

	* pyproject.toml: require Pygments, not pygments Fixes #75

2025-01-18  rocky <rocky@gnu.org>

	* trepan/interfaces/user.py, trepan/version.py: better completion
	detection...  Needed for emscripten

2025-01-16  rocky <rocky@gnu.org>

	* NEWS.md: Get ready for release 1.3.1

2025-01-15  rocky <rocky@gnu.org>

	* Makefile, NEWS.md, README.rst, admin-tools/setup-python-3.0.sh,
	admin-tools/setup-python-3.3.sh, admin-tools/setup-python-3.6.sh,
	trepan/version.py: Get ready for release 1.3.1

2024-12-30  rocky <rocky@gnu.org>

	* admin-tools/check-3.11-versions.sh,
	admin-tools/merge-for-3.11.sh, admin-tools/merge-for-3.6.sh,
	admin-tools/pyenv-3.11-versions, admin-tools/pyenv-newest-versions,
	admin-tools/setup-python-3.11.sh: * Split off 3.11 from 3.12 and 3.13 * add Merge for 3.11

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

	* test/data/step-311.right, test/example/gcd.py: black gcd.py

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

	* test/functional/test_skip.py,
	trepan/bwprocessor/command/base_cmd.py,
	trepan/bwprocessor/command/mock.py, trepan/interfaces/user.py,
	trepan/processor/command/base_cmd.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/jump.py, trepan/processor/command/mock.py,
	trepan/processor/command/skip.py, trepan/vprocessor.py: Add warn
	class. Warn suspicious jump command

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

	* test/data/step-311.right, test/functional/example/skip.py,
	test/functional/test_skip.py, trepan/lib/bytecode.py,
	trepan/processor/command/skip.py: Fix bugs in is_def_stmt and
	nextlineno With wordcode will use offset+2 to advance to the next opcode

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

	* admin-tools/checkout_common.sh, admin-tools/setup-master.sh:
	Administrivia

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

	* docs/entry-exit.rst: Shorten a title

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

	* docs/commands.rst, docs/commands/running/continue.rst,
	docs/commands/running/exit.rst, docs/commands/running/kill.rst,
	docs/commands/running/quit.rst, docs/commands/running/restart.rst,
	docs/commands/running/run.rst, docs/commands/running/skip.rst: Go
	over docs

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

	* trepan/bwprocessor/command/mock.py: Use newer tracefilter in Mock

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

	* trepan/lib/disassemble.py, trepan/processor/cmd_addrlist.py,
	trepan/processor/command/disassemble.py: Fix some of the many disasm
	spec problems...  We need more and better offset to line number recalculation. But for
	simple stuff this works whereas the previous code did not.

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

	* docs/commands/running/jump.rst, docs/commands/running/step.rst,
	trepan/processor/command/step.py: Go over "step" documentation

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

	* trepan/options.py, trepan/processor/trace.py,
	trepan/vprocessor.py: Lint a tiny bit

2024-12-16  rocky <rocky@gnu.org>

	* trepan/processor/print.py: Guard against invalid frame indexing in
	backtrace

2024-12-12  rocky <rocky@gnu.org>

	* docs/commands/running/jump.rst, trepan/processor/command/jump.py:
	Go over jump command docs

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

	* admin-tools/check-3.0-3.2-versions.sh,
	admin-tools/pyenv-3.0-3.2-versions: Administrivia

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

	* admin-tools/setup-python-3.3.sh, admin-tools/setup-python-3.6.sh:
	Administrivia

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

	* docs/conf.py, trepan/lib/core.py, trepan/processor/location.py:
	Some small lint

2024-12-09  rocky <rocky@gnu.org>

	* trepan/processor/location.py: Rename variable to something more
	appropriate

2024-12-09  rocky <rocky@gnu.org>

	* trepan/processor/location.py: Fix breakpoint into a nested
	function

2024-12-09  rocky <rocky@gnu.org>

	* docs/commands/set/autoeval.rst,
	trepan/processor/command/set_subcmd/autoeval.py: mention "python"
	alternative in "set autoeval"

2024-12-09  rocky <rocky@gnu.org>

	* docs/commands/data/eval.rst, docs/commands/running/jump.rst,
	docs/commands/running/skip.rst, docs/commands/support/python.rst,
	docs/manpages/trepan3kc.rst, trepan/processor/command/eval.py,
	trepan/processor/command/jump.py, trepan/processor/command/skip.py:
	Go over jump, skip and eval, and python doc

2024-12-09  rocky <rocky@gnu.org>

	* pyproject.toml: Needs to use a newer pyficache

2024-12-06  R. Bernstein <rocky@users.noreply.github.com>

	* .circleci/config.yml,
	.github/workflows/ubuntu-prompt-toolkit.yml,
	.github/workflows/ubuntu.yml, test/unit/lib/test_lib_brkpt.py,
	test/unit/lib/test_lib_complete.py,
	test/unit/processor/command/test_cmd_break.py,
	trepan/lib/breakpoint.py, trepan/misc.py,
	trepan/processor/cmdbreak.py, trepan/processor/cmdlist.py,
	trepan/processor/command/list.py, trepan/processor/location.py:
	Revise breakpoint handling (#73) * Track down code in breakpoint command WARNING -- needs a new
	filecache API for this.  * Fix up list command range parsing * Use github for pyficache in CI

2024-12-04  rocky <rocky@gnu.org>

	* .github/ISSUE_TEMPLATE/bug-report.md,
	.github/ISSUE_TEMPLATE/config.yml,
	.github/ISSUE_TEMPLATE/feature-request.md: Add issue/feature
	templates

2024-12-04  Niels E. J. Meijer <niels.meijer@biochemistry.lu.se>

	* docs/install.rst: Update the Git URL and directory name (#72) The old URL is either deleted or made private at the date of
	writing.

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

	* trepan/lib/sighandler.py: When showing interrupt note trepan3k...  to make it clear *where* the interrupt handler is coming from

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

	* test/example/gcd.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/location.py: Small changes...  * Suggest import when a function is not found.  * gcd.py better error message * info frame: change field name

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

	* trepan/lib/disassemble.py,
	trepan/processor/command/info_subcmd/frame.py: Show instruction
	opname in "info frame"

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

	* test/example/eval.py, trepan/lib/breakpoint.py: Allow breakpoints
	on not frozen modules

2024-11-27  R. Bernstein <rocky@users.noreply.github.com>

	* test/unit/lib/test_lib_brkpt.py,
	test/unit/lib/test_lib_complete.py,
	test/unit/processor/command/test_cmd_break.py,
	test/unit/processor/test_proc_cmdbreak.py,
	trepan/lib/breakpoint.py, trepan/lib/core.py,
	trepan/processor/cmdbreak.py, trepan/processor/command/continue.py,
	trepan/processor/location.py: Convert breakpoint to use code (#70) * breakpoints use code objects now,  not function or module names.  * Adjust breakpoint unit test for more stringent requirements.

2024-11-26  rocky <rocky@gnu.org>

	* trepan/lib/stack.py, trepan/processor/cmdfns.py,
	trepan/processor/print.py: Better information when exec current
	frame

2024-11-26  rocky <rocky@gnu.org>

	* trepan/processor/cmdfns.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/mock.py, trepan/processor/print.py,
	trepan/vprocessor.py: Improve print_location handling via
	deparsing...  Things were very botched before.  * Tolerate missing keys in settings lookup.  * Temporary file now contains some of the deparsed text * Start a means for testing processor.print()

2024-11-26  rocky <rocky@gnu.org>

	* test/example/fib-exec.py: Have something to try "exec" debugging
	on

2024-11-26  rocky <rocky@gnu.org>

	* admin-tools/setup-python-3.6.sh: Administrivia

2024-11-23  rocky <rocky@gnu.org>

	* docs/commands/breakpoints/condition.rst,
	docs/commands/data/disassemble.rst, docs/commands/data/eval.rst,
	docs/commands/data/examine.rst, docs/commands/info/line.rst,
	docs/commands/info/lines.rst, docs/commands/running.rst,
	docs/commands/running/continue.rst, docs/commands/running/exit.rst,
	docs/commands/running/next.rst, docs/commands/running/step.rst,
	docs/commands/running/stepi.rst, docs/commands/set/highlight.rst,
	trepan/processor/command/next.py, trepan/processor/command/stepi.py:
	Go over docs

2024-11-23  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/frame.py: Tidy "info frame"

2024-11-23  rocky <rocky@gnu.org>

	* trepan/processor/command/step.py,
	trepan/processor/command/stepi.py: Add f-strings.

2024-11-23  rocky <rocky@gnu.org>

	* test/unit/lib/test_lib_bytecode.py,
	test/unit/lib/test_lib_stack.py, trepan/lib/stack.py: Reinstate
	eval/exec test...  and customize for Python >= 3.11

2024-11-23  rocky <rocky@gnu.org>

	* trepan/processor/command/stepi.py: Improve and remove Step
	cut/paste artifacts

2024-11-23  rocky <rocky@gnu.org>

	* trepan/lib/stack.py: exec()/eval() can be loaded via LOAD_GLOBAL

2024-11-23  rocky <rocky@gnu.org>

	* trepan/processor/cmdbreak.py,
	trepan/processor/command/info_subcmd/lines.py,
	trepan/processor/command/stepi.py: Add stepi command...  Show stopping information better in "info lines" Warn that we can't
	set breakpoints on eval/exec'd code

2024-11-22  rocky <rocky@gnu.org>

	* trepan/lib/stack.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/print.py: More robust in the face of eval

2024-11-22  rocky <rocky@gnu.org>

	* test/unit/lib/test_lib_bytecode.py, trepan/lib/bytecode.py,
	trepan/lib/core.py, trepan/lib/stack.py: eval/exec detection works
	on 3.11-3.13

2024-11-22  rocky <rocky@gnu.org>

	* trepan/lib/bytecode.py, trepan/lib/stack.py: Fix up eval/exec
	detection

2024-11-22  rocky <rocky@gnu.org>

	* trepan/lib/bytecode.py, trepan/lib/stack.py: Small code cleanup
	for stack...  add some annotations, and rename some variables

2024-11-21  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/frame.py: Show opcode and
	line trace in "info frame"

2024-11-20  rocky <rocky@gnu.org>

	* trepan/__main__.py: Tweak cross-version detection and message

2024-11-20  rocky <rocky@gnu.org>

	* test/unit/lib/test_lib_brkpt.py, trepan/lib/breakpoint.py,
	trepan/lib/core.py, trepan/processor/cmdbreak.py: Fix up break on
	fn()...  We now store a code object for the function, not a string name.
	Some code cleanup was done as well

2024-11-20  rocky <rocky@gnu.org>

	* docs/entry-exit.rst: Go over entry/exit for breakpoint() yet again

2024-11-14  rocky <rocky@gnu.org>

	* admin-tools/checkout_common.sh, admin-tools/setup-python-3.3.sh:
	Administrivia

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

	* admin-tools/check-newest-versions.sh,
	admin-tools/{make-dist-3.0-3.1.sh => make-dist-3.0-3.2.sh},
	admin-tools/make-dist-3.6-3.10.sh, admin-tools/{make-dist-newer.sh
	=> make-dist-newest.sh}, admin-tools/{pyenv-newer-versions =>
	pyenv-newest-versions}: Get ready for release 1.3.0

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

	* ChangeLog-spell-corrected.diff, NEWS.md, README.rst,
	admin-tools/{check-3.2-3.5-versions.sh =>
	check-3.3-3.5-versions.sh}, admin-tools/check-3.6-3.10-versions.sh,
	admin-tools/check-newest-versions.sh,
	admin-tools/pyenv-3.3-3.5-versions, admin-tools/setup-master.sh,
	admin-tools/setup-python-3.0.sh, docs/commands/set/asmfmt.rst,
	docs/commands/set/events.rst, docs/commands/show/asmfmt.rst,
	docs/commands/stack/frame.rst,
	trepan/processor/command/info_subcmd/frame.py, trepan/version.py:
	Get ready for release 1.3.0

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

	* README.rst: Revise README.rst, yet again.

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

	* README.rst: Revise README.rst in preparation for release

2024-11-11  R. Bernstein <rocky@users.noreply.github.com>

	* docs/manpages/trepan3k.rst,
	test/unit/processor/test_proc_complete.py, trepan/inout/input.py,
	trepan/inout/{prompt_bindkeys.py => ptk_bindkeys.py},
	trepan/interfaces/user.py, trepan/processor/cmdproc.py,
	trepan/processor/command/break.py,
	trepan/processor/command/clear.py,
	trepan/processor/command/condition.py,
	trepan/processor/command/debug.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/display.py,
	trepan/processor/command/enable.py,
	trepan/processor/command/help.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/p.py, trepan/processor/command/pp.py,
	trepan/processor/command/set_subcmd/asmfmt.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/width.py,
	trepan/processor/command/tbreak.py,
	trepan/processor/command/whatis.py,
	trepan/processor/complete_ptk.py, trepan/processor/{complete.py =>
	complete_rl.py}: start prompt_toolkit completion (#68) * start prompt_toolkit completion * Handle first-two levels of completion * Add 3rd level prompt-toolkit completion...  And process "candidate_choices" list in top-level ptk completion

2024-11-11  R. Bernstein <rocky@users.noreply.github.com>

	* .circleci/config.yml: We can use released PyPI packages now (#69)

2024-11-11  rocky <rocky@gnu.org>

	* docs/index.rst, docs/manpages.rst, docs/manpages/trepan3k.rst,
	docs/options.rst, trepan/options.py: tweak option descriptions more

2024-11-11  rocky <rocky@gnu.org>

	* docs/entry-exit.rst, docs/index.rst, docs/manpages/Makefile,
	docs/manpages/trepan3k.rst, docs/options.rst,
	docs/syntax/arange.rst, docs/syntax/command.rst,
	docs/syntax/location.rst, trepan/interfaces/client.py,
	trepan/options.py, trepan/processor/command/help/arange.rst: Add
	command-option section...  Also make a pass over docs

2024-11-11  R. Bernstein <rocky@users.noreply.github.com>

	* docs/entry-exit.rst, pyproject.toml, trepan/__main__.py,
	trepan/api.py, trepan/client.py, trepan/processor/cmdproc.py:
	Supoprt 3.7+ breakpoint() call (#63)

2024-11-11  rocky <rocky@gnu.org>

	* test/unit/inout/test_inout_input.py, trepan/inout/input.py: Start
	removing use_raw

2024-11-11  rocky <rocky@gnu.org>

	* trepan/inout/input.py, trepan/inout/prompt_bindkeys.py: Add
	<esc><ctrl-j> to toggle edit mode

2024-11-10  rocky <rocky@gnu.org>

	* trepan/interfaces/user.py, trepan/processor/cmdlist.py,
	trepan/processor/cmdproc.py, trepan/processor/location.py,
	trepan/processor/parse/semantics.py: Improve "list" error handling

2024-11-10  rocky <rocky@gnu.org>

	* trepan/clifns.py, trepan/inout/input.py,
	trepan/inout/prompt_bindkeys.py, trepan/interfaces/user.py,
	trepan/options.py: inputrc for prompt-toolkit...  And put more configuration stuff in .config/trepan3k (not trepanpy)

2024-11-10  rocky <rocky@gnu.org>

	* trepan/debugger.py, trepan/lib/complete.py,
	trepan/processor/command/info_subcmd/builtins.py,
	trepan/processor/command/info_subcmd/code.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/signals.py,
	trepan/processor/command/unalias.py, trepan/processor/complete.py:
	Note "complete" is GNU-Readline complete

2024-11-10  R. Bernstein <rocky@users.noreply.github.com>

	* trepan/inout/input.py, trepan/options.py,
	trepan/processor/command/skip.py: Add trepan3k --edit-mode option
	(#67)

2024-11-10  R. Bernstein <rocky@users.noreply.github.com>

	* trepan/api.py, trepan/inout/input.py, trepan/interfaces/user.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/mock.py,
	trepan/processor/command/show_subcmd/history.py,
	trepan/processor/command/show_subcmd/style.py: Add "show history"
	subcommand (#66)

2024-11-10  R. Bernstein <rocky@users.noreply.github.com>

	* .github/workflows/ubuntu-prompt-toolkit.yml,
	.github/workflows/ubuntu.yml: Try 3.12 build with prompt-toolkit
	(#65)

2024-11-10  R. Bernstein <rocky@users.noreply.github.com>

	* pyproject.toml, test/unit/cmdhelper.py,
	test/unit/interfaces/test_intf_user.py, trepan/debugger.py,
	trepan/inout/input.py, trepan/inout/scriptin.py,
	trepan/inout/stringarray.py, trepan/interfaces/user.py,
	trepan/options.py, trepan/processor/cmdproc.py: Allow prompt_toolkit
	for input (#64)

2024-11-09  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: deparse sorting has to use
	strings

2024-11-09  rocky <rocky@gnu.org>

	* admin-tools/setup-python-3.0.sh: Administrivia

2024-11-08  rocky <rocky@gnu.org>

	* trepan/lib/chdir.py, trepan/lib/stack.py,
	trepan/processor/print.py: Add closing ">" in frame and code
	formatting

2024-11-06  rocky <rocky@gnu.org>

	* .pre-commit-config.yaml, pyproject.toml: Add pyright customization
	in .pyproject.toml

2024-10-20  rocky <rocky@gnu.org>

	* trepan/lib/format.py, trepan/lib/stack.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/print.py: Add functions for formatting code and
	frame

2024-10-20  rocky <rocky@gnu.org>

	* trepan/lib/core.py, trepan/processor/cmdproc.py,
	trepan/processor/print.py: Split out print routines from cmdproc

2024-10-20  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/threads.py: API change
	color->style

2024-10-18  rocky <rocky@gnu.org>

	* trepan/lib/core.py: Add thread test for next/finish level testing

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

	* admin-tools/setup-master.sh, setup.py: Default to 3.12 for master
	for now

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

	* __pkginfo__.py: Adjust version for spark-parser

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

	* __pkginfo__.py: Merge hell

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

	* admin-tools/setup-python-3.3.sh, admin-tools/setup-python-3.6.sh:
	Admnisitrivia

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

	* Makefile, docs/commands/set/asmfmt.rst,
	docs/commands/set/events.rst, docs/commands/show/asmfmt.rst: Improve
	sphinx doc formatting

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

	* admin-tools/setup-python-3.0.sh: Administrivia

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

	* admin-tools/setup-python-3.0.sh: Administrivia

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

	* admin-tools/checkout_common.sh, admin-tools/setup-master.sh,
	admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.3.sh,
	admin-tools/setup-python-3.6.sh: Administrivia

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

	* .pre-commit-config.yaml, admin-tools/{make-dist-3.2-3.5.sh =>
	make-dist-3.3-3.5.sh}, admin-tools/merge-for-3.0.sh,
	admin-tools/{merge-for-3.2.sh => merge-for-3.3.sh},
	admin-tools/{pyenv-3.2-3.5-versions => pyenv-3.3-3.5-versions},
	admin-tools/{setup-python-3.2.sh => setup-python-3.3.sh}:
	Administrivia

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

	* __pkginfo__.py, pyproject.toml: Bump max spark_parser allowed

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

	* test/integration/helper.py: Remove escape string warning and black

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

	* admin-tools/setup-master.sh: Administrivia

2024-09-30  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh, admin-tools/setup-python-3.0.sh,
	admin-tools/setup-python-3.2.sh: Administriva

2024-09-30  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh: Administrivia

2024-09-30  rocky <rocky@gnu.org>

	* admin-tools/checkout_common.sh, admin-tools/setup-python-3.0.sh,
	admin-tools/setup-python-3.6.sh: Administrivia

2024-09-30  rocky <rocky@gnu.org>

	* trepan/__init__.py: Rework __init__.py more later...

2024-09-30  rocky <rocky@gnu.org>

	* .github/workflows/{osx.yml => macos.yml}: osx -> macos

2024-09-29  rocky <rocky@gnu.org>

	* trepan/lib/core.py, trepan/processor/command/info_subcmd/frame.py:
	Small changes...  to "info frame" and trace_hook debugging

2024-09-29  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py,
	trepan/processor/command/info_subcmd/frame.py: Beef up "info
	frame"...  Show: - function name - function args - file path - first part of source text for current line

2024-09-27  rocky <rocky@gnu.org>

	* trepan/lib/stack.py: Break out format_stack_entry() ...  to make it a little more comprehensible and to make it amenable to
	change in the Mathics3 debugger.

2024-09-26  rocky <rocky@gnu.org>

	* trepan/processor/command/load.py: Add a few more mathics modules
	to try

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

	* docs/commands/running.rst: Reword yet again.

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

	* docs/commands/running.rst: Fix spelling typo

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

	* trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/load.py: load runs setup and typo in info
	frame...  frame.py: missing "f" in f-string load.py: call setup() after
	loading new trepan3k command module

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

	* trepan/processor/command/load.py: expand load to handle top-level
	modules...  Previously we only allowed a single module with a single command.
	Now we can put several commands/modules under a single
	package/module.  For example we handle "load trepan3k_mathics3" in addition to the
	previously supported  "load mathics3k_mathics3.printelement"

2024-09-22  rocky <rocky@gnu.org>

	* trepan/processor/command/load.py,
	trepan/processor/command/reload.py,
	trepan/processor/command/restart.py: Add external plugin capability
	via "load" cmd...  and other small tweaks

2024-09-22  rocky <rocky@gnu.org>

	* README.rst: Add docs badge

2024-09-22  rocky <rocky@gnu.org>

	* docs/commands/breakpoints.rst,
	docs/commands/breakpoints/tbreak.rst,
	docs/commands/data/deparse.rst, docs/commands/running.rst,
	docs/commands/set.rst, docs/commands/set/asmfmt.rst,
	docs/commands/set/patsub.rst, docs/commands/show.rst,
	docs/commands/show/asmfmt.rst, docs/commands/support/alias.rst,
	docs/conf.py, trepan/processor/command/deparse.py,
	trepan/processor/command/finish.py: Go over running documentation
	...  and adjust finish with a level number - was off by one.

2024-09-22  rocky <rocky@gnu.org>

	* trepan/lib/core.py: Remove debug statement

2024-09-22  rocky <rocky@gnu.org>

	* admin-tools/checkout_common.sh, admin-tools/pyenv-newer-versions,
	admin-tools/setup-master.sh: Adminstrivia - checkout_common.sh, setup-master.sh: Disambiguate interference in
	bash routine setup_version(), pyenv-newerer-versions: Remove minor
	version

2024-09-22  rocky <rocky@gnu.org>

	* trepan/lib/core.py, trepan/processor/cmdproc.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/location.py: Add fast "next" and ...  Remove f_trace in call when "next"-ing" or "finish"-ing * Fix bug in "info break" when offset is None * Beef up resolve_location9) when when mod_func is "<module>" * more f-strings and annotations * delete f_trace when fast continue

2024-09-22  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py,
	trepan/processor/command/base_submgr.py,
	trepan/processor/command/info_subcmd/return.py: Support aliases on
	subcommands and ...  add "retval" as an alias for "info return"

2024-09-22  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py, trepan/processor/command/base_cmd.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/info_subcmd/pc.py,
	trepan/processor/command/info_subcmd/return.py: set style on info pc
	and tidy

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

	* trepan/processor/command/reload.py: Allow aliases in reload
	command

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

	* admin-tools/pyenv-3.6-3.10-versions,
	admin-tools/setup-python-3.6.sh: Remove shmutz

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

	* admin-tools/pyenv-3.6-3.10-versions, test/functional/test_step.py:
	Changes for 3.6-3.10 branch

2024-09-21  R. Bernstein <rocky@users.noreply.github.com>

	* .circleci/config.yml, .github/workflows/osx.yml,
	.github/workflows/ubuntu.yml, .github/workflows/windows.yml,
	test/integration/test_highlight.py,
	test/integration/test_noscript.py, test/integration/test_step.py,
	trepan/api.py, trepan/lib/core.py, trepan/processor/cmdproc.py,
	trepan/processor/command/condition.py,
	trepan/processor/command/continue.py: Add fast continue... (#61) * Add fast continue... When we continue and there are no
	breakpoints, remove trace hook.  * Go over CI ... we need to get `pyficache` from github sources * MSWindows workaround... skip some tests until we can figure out
	what's up

2024-09-20  rocky <rocky@gnu.org>

	* test/data/highlight-310.right, test/data/step-311.right: Add
	missing test files

2024-09-20  rocky <rocky@gnu.org>

	* test/data/step-310.right, test/integration/test_highlight.py,
	test/integration/test_step.py: Handle 3.10 properly

2024-09-20  rocky <rocky@gnu.org>

	* trepan/lib/stack.py, trepan/processor/cmdproc.py: Simplify and ...  handle highlight="plain" in getlines()

2024-09-20  rocky <rocky@gnu.org>

	* Makefile, test/integration/test-highlight.py,
	test/integration/test-noscript.py,
	test/integration/test_highlight.py,
	test/integration/test_noscript.py, test/integration/test_step.py:
	Get integration tests working again

2024-09-15  rocky <rocky@gnu.org>

	* trepan/debugger.py: remove redundant module

2024-09-15  R. Bernstein <rocky@users.noreply.github.com>

	* test/functional/Makefile, test/functional/test_step.py: Adjust
	step_test, yet again (#60)

2024-09-15  R. Bernstein <rocky@users.noreply.github.com>

	* test/functional/test_step.py: TODO: workaround CI failure (#58) I don't think CircleCI or github workflows is at fault though.

2024-09-15  rocky <rocky@gnu.org>

	* test/functional/test_step.py, trepan/debugger.py,
	trepan/lib/core.py: Changes that didn't get into #58

2024-09-15  R. Bernstein <rocky@users.noreply.github.com>

	* trepan/debugger.py: Use trace module_ignores (#57)

2024-09-14  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #56 from rocky/workflows-ci Try Ubuntu CI testing

2024-09-14  rocky <rocky@gnu.org>

	* .github/workflows/osx.yml, .github/workflows/ubuntu.yml,
	.github/workflows/windows.yml, pyproject.toml: Try Ubuntu CI testing

2024-09-14  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #55 from rocky/pytracer-update Pytracer update

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

	* .circleci/config.yml: Use github for xdis install

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

	* .circleci/config.yml: Update CI testing

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

	* admin-tools/setup-master.sh, admin-tools/setup-python-3.6.sh,
	trepan/lib/core.py, trepan/processor/cmdproc.py: Track pytrace
	changes

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

	* pyproject.toml, trepan/debugger.py: Adjust for pytracer changes

2024-09-07  rocky <rocky@gnu.org>

	* trepan/lib/format.py: Tolerate style=None

2024-09-07  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: And one more annotation

2024-09-07  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: More annotations

2024-09-04  rocky <rocky@gnu.org>

	* trepan/processor/command/frame.py: Increase f-string us in "frame"
	command

2024-09-04  rocky <rocky@gnu.org>

	* trepan/processor/command/frame.py: Reduce f-string use in
	"frame.py"

2024-09-03  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/frame.py: Workaround "info
	frame -v" problem.

2024-09-02  rocky <rocky@gnu.org>

	* trepan/processor/command/reload.py: Implement reloading
	subcommands

2024-08-28  rocky <rocky@gnu.org>

	* admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.6.sh:
	Administrivia

2024-08-26  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/alias.py,
	trepan/processor/command/reload.py: Add debugger "reload" command

2024-08-26  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py: Improve disassembly output Better tagging and use of xdis extended format

2024-08-26  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py: tweak disassembly coloring

2024-08-26  rocky <rocky@gnu.org>

	* trepan/version.py: Bump trepan3k version API changes so we should increase at least the minor version (if not
	the major version).

2024-08-26  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py, trepan/lib/format.py,
	trepan/processor/command/disassemble.py: More format style parameter
	corrections

2024-08-25  rocky <rocky@gnu.org>

	* trepan/lib/format.py, trepan/lib/stack.py,
	trepan/processor/command/backtrace.py: Use Terminal256Color for
	backtrace printing...  It has more colors. TerminalColor just does not have enough colors

2024-08-25  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/threads.py: thread.getName()
	-> thread.name

2024-08-25  rocky <rocky@gnu.org>

	* admin-tools/merge-for-3.0.sh: Administrivia

2024-08-25  rocky <rocky@gnu.org>

	* admin-tools/merge-for-3.2.sh,
	trepan/processor/command/info_subcmd/code.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/info_subcmd/globals.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/lines.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/offsets.py,
	trepan/processor/command/info_subcmd/pc.py,
	trepan/processor/command/info_subcmd/return.py,
	trepan/processor/command/info_subcmd/source.py,
	trepan/processor/command/info_subcmd/threads.py: Bump copyright

2024-08-25  rocky <rocky@gnu.org>

	* admin-tools/merge-for-3.6.sh, trepan/version.py: Administrivia Set python version in 3.6 branch setuptools wants a different dev
	branch version

2024-08-25  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/frame.py:
	small tweaks...  Use thread.getName -> name since former is deprecated I messed up in
	comment on what curindex represents Initialize position_str

2024-08-25  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/frame.py,
	trepan/processor/frame.py: Go over and tidy cmdproc code absolute_pos -> is_absolute_pos comment what "curindex" and "stack" mean

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

	* trepan/bwprocessor/main.py, trepan/processor/frame.py: Correct
	some type annotations

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

	* trepan/processor/frame.py: more type annotations

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

	* trepan/lib/format.py, trepan/lib/stack.py,
	trepan/processor/command/frame.py, trepan/processor/frame.py:
	Modernize a little ...  more f-strings, more import from's, add more annotations

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

	* trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/info_subcmd/code.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/info_subcmd/globals.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/lines.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/offsets.py,
	trepan/processor/command/info_subcmd/pc.py,
	trepan/processor/command/info_subcmd/return.py,
	trepan/processor/command/info_subcmd/source.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/python.py,
	trepan/processor/command/show_subcmd/styles.py: convert % to
	fstrings

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

	* trepan/lib/core.py: run isort

2024-08-23  rocky <rocky@gnu.org>

	* trepan/lib/core.py: Use more precise imports for core.py

2024-08-22  rocky <rocky@gnu.org>

	* trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/args.py,
	trepan/processor/command/show_subcmd/asmfmt.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/style.py,
	trepan/processor/command/show_subcmd/tempdir.py: flynt show
	subcommands

2024-08-22  rocky <rocky@gnu.org>

	* trepan/processor/command/set_subcmd/asmfmt.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/tempdir.py: flynt "set" commands

2024-08-22  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/program.py: flynt program.py

2024-08-22  rocky <rocky@gnu.org>

	* trepan/lib/stack.py, trepan/processor/cmdproc.py: More lint

2024-08-22  rocky <rocky@gnu.org>

	* trepan/lib/stack.py, trepan/processor/cmdproc.py: Small lint-like
	changes

2024-08-21  rocky <rocky@gnu.org>

	* trepan/processor/command/backtrace.py: favor "from x import y"
	over "import x"

2024-08-21  rocky <rocky@gnu.org>

	* trepan/processor/command/base_submgr.py: Use f-strings more

2024-08-21  rocky <rocky@gnu.org>

	* trepan/processor/command/base_submgr.py: Convert one more f-string

2024-08-21  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Convert one more f-string

2024-08-21  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Correct improper call fn

2024-08-20  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Simpilify

2024-08-20  rocky <rocky@gnu.org>

	* trepan/lib/core.py: Simplify and regularize

2024-08-19  rocky <rocky@gnu.org>

	* trepan/lib/core.py, trepan/processor/command/mock.py,
	trepan/vprocessor.py: Python 3 classes don't need (object) anymore

2024-07-25  rocky <rocky@gnu.org>

	* admin-tools/merge-for-3.6.sh: Administrivia

2024-07-25  rocky <rocky@gnu.org>

	* __init__.py: Address packaging woes

2024-07-25  rocky <rocky@gnu.org>

	* trepan/processor/command/p.py, trepan/processor/command/pp.py:
	Misc

2024-07-25  rocky <rocky@gnu.org>

	* admin-tools/checkout_common.sh: Administrivia: should have added
	before Common checkout routines

2024-07-25  rocky <rocky@gnu.org>

	* trepan/processor/command/help.py: Mention help category

2024-07-24  rocky <rocky@gnu.org>

	* admin-tools/make-dist-3.2-3.5.sh: Administrivia

2024-07-24  rocky <rocky@gnu.org>

	* admin-tools/make-dist-3.0-3.1.sh,
	admin-tools/make-dist-3.2-3.5.sh, admin-tools/setup-master.sh,
	admin-tools/setup-python-3.0.sh, admin-tools/setup-python-3.6.sh:
	Administrivia

2024-07-22  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh, admin-tools/setup-python-3.6.sh:
	Administrivia

2024-07-22  rocky <rocky@gnu.org>

	* admin-tools/make-dist-3.2-3.5.sh, trepan/version.py: Bump to dev..  and improve make dist

2024-07-22  rocky <rocky@gnu.org>

	* NEWS.md, pyproject.toml, test/unit/__init__.py,
	trepan/__init__.py, trepan/inout/base.py, trepan/version.py: Get
	ready for release 1.2.11

2024-07-21  rocky <rocky@gnu.org>

	* __pkginfo__.py, requirements.txt: Bump min version of uncompyle6

2024-07-21  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump min version of xdis

2024-03-17  rocky <rocky@gnu.org>

	* pyproject.toml, trepan/version.py: Bump version; fix project short
	description

2024-03-17  rocky <rocky@gnu.org>

	* admin-tools/make-dist-3.0-3.1.sh, admin-tools/{make-dist-older.sh
	=> make-dist-3.2-3.5.sh}, admin-tools/pyenv-3.2-3.5-versions,
	pyproject.toml: Name is trepan3k not trepan

2024-03-17  rocky <rocky@gnu.org>

	* NEWS.md, pyproject.toml, setup.py, trepan/version.py: Get ready
	for release 1.2.10

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

	* .circleci/config.yml, .github/FUNDING.yml,
	trepan/lib/disassemble.py: Use release versions...  Improve disassembler output Add funding

2024-03-12  rocky <rocky@gnu.org>

	* Makefile, trepan/lib/disassemble.py: Go over disasm extended
	format and "make clean"

2024-03-12  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py,
	trepan/processor/command/show_subcmd/styles.py: More style and
	disassemble tweaking

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

	* trepan/lib/default.py, trepan/lib/disassemble.py,
	trepan/processor/command/quit.py: Tweak disassembly listing...  more needs to be done

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

	* Makefile, trepan/lib/default.py, trepan/lib/format.py,
	trepan/processor/command/base_cmd.py: Improve formatting styles

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

	* .pre-commit-config.yaml, test/unit/test_options.py,
	trepan/debugger.py, trepan/lib/core.py, trepan/lib/default.py,
	trepan/lib/disassemble.py, trepan/lib/format.py, trepan/options.py,
	trepan/processor/command/list.py,
	trepan/processor/command/set_subcmd/style.py,
	trepan/processor/command/show_subcmd/style.py,
	trepan/processor/command/show_subcmd/styles.py: Go over set
	style/highlight. Add "show styles".

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

	* docs/commands/data/disassemble.rst, trepan/lib/bytecode.py,
	trepan/lib/default.py, trepan/lib/format.py,
	trepan/processor/command/disassemble.py: Fix some of the funky
	terminal highlight problems..  more remain. Doc asmft

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

	* admin-tools/merge-for-3.0.sh, admin-tools/merge-for-3.2.sh,
	admin-tools/merge-for-3.3.sh, admin-tools/merge-for-3.6.sh,
	admin-tools/setup-python-3.0.sh: Admnistrivia

2024-03-05  rocky <rocky@gnu.org>

	* .circleci/config.yml: Disable CircleCI tests for now

2024-03-05  rocky <rocky@gnu.org>

	* .circleci/config.yml, admin-tools/setup-master.sh: More
	administrivia

2024-03-05  rocky <rocky@gnu.org>

	* admin-tools/merge-for-3.0.sh, admin-tools/merge-for-3.2.sh,
	admin-tools/merge-for-3.3.sh, admin-tools/merge-for-3.6.sh,
	admin-tools/setup-master.sh, admin-tools/setup-python-3.2.sh,
	admin-tools/setup-python-3.6.sh: Administriva: code to merge branches

2024-03-05  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #51 from rocky/circleci-woes Try updating CircleCI config

2024-03-05  rocky <rocky@gnu.org>

	* Makefile, trepan/lib/core.py: modernize import a tad

2024-02-26  rocky <rocky@gnu.org>

	* trepan/interfaces/user.py: Some tolerance for GraalVM...  It has no set-history-length()

2024-02-11  rocky <rocky@gnu.org>

	* admin-tools/merge-for-3.2.sh: Add executable mode for merge
	program

2024-02-11  rocky <rocky@gnu.org>

	* admin-tools/merge-for-3.2.sh: Add merge for 3.2 branch

2024-02-11  rocky <rocky@gnu.org>

	* admin-tools/merge-for-3.6.sh: Try new merging script (from master
	to 3.6)

2024-02-11  rocky <rocky@gnu.org>

	* admin-tools/{check-newer-versions.sh => check-newest-versions.sh}:
	Rename check program to something better

2024-02-11  rocky <rocky@gnu.org>

	* test/functional/test_break.py, test/functional/test_finish.py,
	test/functional/test_jump.py, test/functional/test_sig.py,
	test/functional/test_skip.py: Remove executable mode bit

2024-02-11  rocky <rocky@gnu.org>

	* test/functional/test-sig.py, test/functional/test_sig.py: Convert
	test_sig

2024-02-11  rocky <rocky@gnu.org>

	* test/functional/{test-break.py => test_break.py},
	test/functional/test_step.py: Convert test_break

2024-02-10  rocky <rocky@gnu.org>

	* trepan/processor/command/restart.py,
	trepan/processor/command/run.py: Run/restart tweaks.  run: Correct help text for alais restart: add --env and --python
	option.  Not sure if we really need --env, but for now we'll try it.

2024-02-06  rocky <rocky@gnu.org>

	* test/functional/example/step/step_computed_value.py: Changes
	dictated by black.

2024-02-06  rocky <rocky@gnu.org>

	* test/functional/test_step.py: More test_step unit tests

2024-02-05  rocky <rocky@gnu.org>

	* .circleci/config.yml, requirements-dev.txt: CircleCI woes

2024-02-05  rocky <rocky@gnu.org>

	* .circleci/config.yml: CircleCI woes

2024-02-05  rocky <rocky@gnu.org>

	* trepan/version.py: Administrivia version number doesn't like  ".a0".

2024-02-05  rocky <rocky@gnu.org>

	* test/functional/{test-step.py => test_step.py},
	trepan/lib/core.py: Convert test_step functional test.

2024-02-05  rocky <rocky@gnu.org>

	* __pkginfo__.py, test/unit/test_api.py: 3.10 compatibility and
	uncompyle6 selection

2024-02-05  rocky <rocky@gnu.org>

	* test/functional/test-next.py, test/functional/test_next.py:
	Convert test_next.py

2024-02-04  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh: Administrivia

2024-02-04  rocky <rocky@gnu.org>

	* admin-tools/check-3.6-3.10-versions.sh: Administrivia

2024-02-04  rocky <rocky@gnu.org>

	* test/functional/__init__.py, test/functional/fn_helper.py,
	test/functional/{test-skip.py => test_skip.py}: Add skip functional
	test...  ignore speces in trace output

2024-02-04  rocky <rocky@gnu.org>

	* admin-tools/check-3.2-3.5-versions.sh: Administrivia

2024-02-04  rocky <rocky@gnu.org>

	* admin-tools/{check-older-versions.sh =>
	check-3.2-3.5-versions.sh}, admin-tools/check-3.6-3.10-versions.sh,
	admin-tools/setup-master.sh, admin-tools/setup-python-3.2.sh,
	test/unit/test_api.py, trepan/debugger.py: Go over testing

2024-02-04  rocky <rocky@gnu.org>

	* Makefile, test/functional/test_jump.py,
	test/unit/lib/test_lib_eval.py, test/unit/lib/test_lib_format.py,
	test/unit/lib/test_lib_kill.py, test/unit/lib/test_lib_sig.py,
	test/unit/processor/command/test_cmd_alias.py,
	test/unit/processor/command/test_cmd_help.py,
	test/unit/test_api.py, test/unit/test_clifns.py: First batch of
	functional tests

2024-02-04  rocky <rocky@gnu.org>

	* __pkginfo__.py, setup.cfg, setup.py, test/functional/Makefile,
	test/functional/__init__.py, test/functional/example/jump.py,
	test/functional/fn_helper.py, test/functional/setup.cfg,
	test/functional/setup.py, test/functional/test-jump.py,
	test/functional/{test-finish.py => test_finish.py},
	test/functional/test_jump.py, trepan/debugger.py: Start removing
	"nose" from functional tests

2024-02-04  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh: Use 3.11.7 as base master version

2024-02-04  rocky <rocky@gnu.org>

	* .gitignore, admin-tools/{pyenv-older-versions =>
	pyenv-3.6-3.10-versions}, admin-tools/pyenv-newer-versions,
	admin-tools/setup-python-3.6.sh: Administrivia

2024-02-04  rocky <rocky@gnu.org>

	* requirements.txt: requirements.txt got messed up

2024-02-04  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh, admin-tools/setup-python-3.2.sh,
	trepan/processor/cmdproc.py: Fixes noticed 3.2 branch

2024-01-31  rocky <rocky@gnu.org>

	* requirements.txt, trepan/debugger.py: More lint

2024-01-31  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: correct a fn return mismatch in types

2024-01-31  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #50 from rocky/add-api-test Add api test

2024-01-30  rocky <rocky@gnu.org>

	* test/example/gcd-dbgcall-explicit-profile.py,
	test/example/gcd-dbgcall-noprofile.py, test/example/gcd-dbgcall.py,
	trepan/api.py, trepan/options.py: Run profile on api.debugger entry

2024-01-28  rocky <rocky@gnu.org>

	* Makefile, test/make-check-filter.py, test/unit/inout/__init__.py,
	test/unit/inout/test_inout_input.py,
	test/unit/processor/test_proc_subcmd.py, test/unit/test-fifo.py,
	test/unit/test-inout-input.py, test/unit/test-subcmd.py,
	trepan/processor/command/set_subcmd/style.py: Convert remaining
	unit tests ...  and reduce nose dependency.

2024-01-28  rocky <rocky@gnu.org>

	* test/unit/test-except.py, test/unit/test_exception.py: Convert
	trepan.exception module to pytest

2024-01-28  rocky <rocky@gnu.org>

	* setup.cfg, test/unit/test-misc.py, test/unit/test_misc.py,
	trepan/lib/stack.py, trepan/misc.py: convert unit test test_misc.py
	to pytest

2024-01-27  rocky <rocky@gnu.org>

	* test/unit/lib/test_lib_file.py, trepan/lib/file.py,
	trepan/processor/command/restart.py: In restart check whether file
	is executable

2024-01-27  rocky <rocky@gnu.org>

	* test/unit/lib/test_lib_pp.py, trepan/lib/pp.py: expand
	trepan.lib.pp test

2024-01-27  rocky <rocky@gnu.org>

	* setup.cfg, test/unit/test_options.py, trepan/options.py: Add
	process_options to options tsting

2024-01-27  rocky <rocky@gnu.org>

	* __pkginfo__.py, requirements.txt, test/unit/test_options.py,
	trepan/__main__.py, trepan/bwcli.py, trepan/debugger.py,
	trepan/lib/core.py, trepan/options.py: More lint

2024-01-27  rocky <rocky@gnu.org>

	* trepan/options.py: One more tweak

2024-01-27  rocky <rocky@gnu.org>

	* test/unit/test_options.py, trepan/__main__.py, trepan/bwcli.py,
	trepan/options.py: Go over options processing

2024-01-24  rocky <rocky@gnu.org>

	* test/unit/lib/test_lib_core.py,
	test/unit/processor/test_proc_cmdfns.py, test/unit/test-cmdfns.py,
	test/unit/test-core.py, trepan/lib/core.py: Convert unit test for
	trepan.processor.cmdfns ...  and test.lib.core

2024-01-24  rocky <rocky@gnu.org>

	* test/unit/processor/command/test_cmd_help.py,
	test/unit/test-help.py, trepan/processor/command/alias.py,
	trepan/processor/command/help.py,
	trepan/processor/command/unalias.py,
	trepan/processor/command/undisplay.py: Convert more unit tests ...  Remove fstrings and isort and blackend alias, unalias, and help
	commands.  Lint more.

2024-01-24  rocky <rocky@gnu.org>

	* test/unit/processor/command/test_cmd_alias.py,
	test/unit/processor/command/test_cmd_info_files.py,
	test/unit/processor/command/test_cmd_list.py,
	test/unit/test-cmd-alias.py, trepan/processor/command/alias.py:
	Convert "alias" unit test to pytest

2024-01-23  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Deal with <module>:0 locations

2024-01-23  rocky <rocky@gnu.org>

	* test/unit/interfaces/__init__.py, test/unit/{ =>
	interfaces}/test_intf_user.py, test/unit/test-clifns.py,
	test/unit/test_clifns.py: Convert a couple more unittests to pytest

2024-01-18  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #49 from rocky/convert-to-pytest2 Finish converting lib tests to pytest

2024-01-16  rocky <rocky@gnu.org>

	* trepan/api.py, trepan/processor/command/undisplay.py,
	trepan/processor/command/up.py: Remove some Mdebugger imports; more
	linting

2024-01-16  rocky <rocky@gnu.org>

	* test/unit/lib/test_lib_stack.py, test/unit/lib/test_lib_thread.py:
	Lint more

2024-01-16  rocky <rocky@gnu.org>

	* test/unit/lib/test_lib_display.py,
	test/unit/lib/test_lib_printing.py,
	test/unit/lib/test_lib_stack.py, test/unit/lib/test_lib_thread.py,
	test/unit/{test_quit.py => processor/command/test_cmd_quit.py},
	test/unit/test-lib-display.py, test/unit/test-lib-printing.py,
	test/unit/test-lib-thread.py, test/unit/test-stack.py,
	trepan/lib/printing.py: Finish converting lib tests to pytest

2024-01-16  rocky <rocky@gnu.org>

	* Makefile, test/unit/Makefile, test/unit/lib/__init__.py,
	test/unit/{ => lib}/test_lib_brkpt.py, test/unit/{ =>
	lib}/test_lib_bytecode.py, test/unit/{ =>
	lib}/test_lib_complete.py, test/unit/{ => lib}/test_lib_eval.py,
	test/unit/{ => lib}/test_lib_file.py, test/unit/{ =>
	lib}/test_lib_format.py, test/unit/{ => lib}/test_lib_kill.py,
	test/unit/{ => lib}/test_lib_pp.py, test/unit/{ =>
	lib}/test_lib_sig.py, test/unit/processor/__init__.py,
	test/unit/processor/command/__init__.py, test/unit/{ =>
	processor/command}/test_cmd_break.py,
	test/unit/{test_disassemble.py =>
	processor/command/test_cmd_disassemble.py}, test/unit/{ =>
	processor/command}/test_cmd_finish.py, test/unit/{ =>
	processor/command}/test_cmd_info_files.py, test/unit/{ =>
	processor/command}/test_cmd_list.py, test/unit/{ =>
	processor/command}/test_cmd_p.py, test/unit/{ =>
	processor/command}/test_cmd_run.py, test/unit/{ =>
	processor/command}/test_cmd_step.py, test/unit/{ =>
	processor}/test_proc_cmdbreak.py, test/unit/{ =>
	processor}/test_proc_cmdproc.py, test/unit/{ =>
	processor}/test_proc_complete.py: Reorganize test for better clarity

2024-01-15  rocky <rocky@gnu.org>

	* test/unit/test_cmd_info_files.py, test/unit/test_cmd_run.py,
	test/unit/test_cmd_step.py, test/unit/test_intf_user.py,
	test/unit/test_lib_brkpt.py, trepan/lib/sighandler.py,
	trepan/lib/stack.py: More lint

2024-01-16  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #47 from rocky/convert-to-pytest Convert to pytest

2024-01-16  rocky <rocky@gnu.org>

	* test/unit/cmdhelper.py, test/unit/test-lib-file.py,
	test/unit/test-lib-pp.py, test/unit/test-tcp.py,
	test/unit/test_cmd_break.py, test/unit/test_cmd_info_files.py,
	test/unit/test_inout_tcp.py, test/unit/test_lib_file.py,
	test/unit/test_lib_pp.py: convert to pytest more. Dry code mode

2024-01-15  rocky <rocky@gnu.org>

	* docs/commands/info/files.rst, test/unit/test-info-files.py,
	test/unit/test_cmd_info_files.py,
	trepan/processor/command/info_subcmd/files.py: Convert "info files"
	to pytest

2024-01-15  rocky <rocky@gnu.org>

	* Makefile, test/unit/cmdhelper.py, test/unit/test-disassemble.py,
	test/unit/test-processor.py, test/unit/test-step.py,
	test/unit/test_cmd_break.py, test/unit/test_cmd_finish.py,
	test/unit/test_cmd_list.py, test/unit/test_cmd_run.py,
	test/unit/test_cmd_step.py, test/unit/test_disassemble.py,
	test/unit/test_intf_user.py, test/unit/test_lib_brkpt.py,
	test/unit/test_lib_bytecode.py, test/unit/test_lib_eval.py,
	test/unit/test_lib_format.py, test/unit/test_lib_kill.py,
	test/unit/test_lib_sig.py, test/unit/test_proc_cmdbreak.py,
	test/unit/test_proc_cmdproc.py, test/unit/test_proc_complete.py,
	test/unit/test_quit.py: Convert more unit tests to pytest

2024-01-15  rocky <rocky@gnu.org>

	* test/unit/cmdhelper.py, test/unit/test-finish.py,
	test/unit/test-quit.py, test/unit/test-run.py,
	test/unit/test_cmd_break.py, test/unit/test_cmd_finish.py,
	test/unit/test_cmd_run.py, test/unit/test_lib_bytecode.py,
	test/unit/test_quit.py, trepan/interfaces/user.py,
	trepan/processor/command/quit.py, trepan/processor/command/run.py:
	More unit tests converted to pytest

2024-01-15  rocky <rocky@gnu.org>

	* test/unit/test-cmdproc.py, test/unit/test_proc_cmdproc.py: Convert
	another unit test to pytest

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test-lib-complete.py, test/unit/test-lib-format.py,
	test/unit/test-user.py, test/unit/test_intf_user.py,
	test/unit/test_lib_complete.py, test/unit/test_lib_format.py: More
	unit test conversions

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test_break.py, test/unit/test_cmd_break.py,
	test/unit/test_lib_bytecode.py, test/unit/test_proc_cmdbreak.py,
	trepan/lib/breakpoint.py, trepan/lib/bytecode.py,
	trepan/lib/default.py, trepan/lib/deparse.py,
	trepan/lib/disassemble.py, trepan/lib/file.py,
	trepan/lib/format.py, trepan/lib/pp.py, trepan/lib/printing.py,
	trepan/lib/sighandler.py, trepan/lib/stack.py, trepan/lib/thred.py:
	Another pass over trepan/lib

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test_cmd_break.py, test/unit/{test_bytecode.py =>
	test_lib_bytecode.py}, test/unit/{test_completion.py =>
	test_proc_complete.py}: lint test_completion, rename some tests

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/{test_cmdbreak.py => test_cmd_break.py},
	test/unit/test_cmd_p.py: go over command break test

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test_break.py, test/unit/test_bytecode.py,
	test/unit/test_cmd_list.py, trepan/processor/command/list.py: More
	lint

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test-brkpt.py, test/unit/test_lib_brkpt.py,
	trepan/lib/breakpoint.py: Reinstate FIXME breakpoint tests

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test_bytecode.py, test/unit/{test_list.py =>
	test_cmd_list.py}, test/unit/{test_print.py => test_cmd_p.py},
	test/unit/test_cmdbreak.py, test/unit/test_completion.py,
	test/unit/{test_kill.py => test_lib_kill.py}: segregate test code ..  Start making distinction between "lib" and "cmd".

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test-completion.py, test/unit/test_completion.py:
	Another test converted

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test-cmdbreak.py, test/unit/test_break.py,
	test/unit/test_cmdbreak.py, trepan/interfaces/user.py,
	trepan/lib/thred.py, trepan/processor/cmdlist.py: Add test, revise
	thred.py for current conventions

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/test-break.py, test/unit/test_break.py,
	test/unit/test_list.py: One more test file

2024-01-14  rocky <rocky@gnu.org>

	* test/unit/cmdhelper.py, test/unit/{test_list.py-notyet =>
	test_list.py}: Set up unit test debugger object

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

	* test/unit/{test_list.py => test_list.py-notyet}: Disable list test
	for now

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

	* test/unit/test-lib-eval.py, test/unit/test-list.py,
	test/unit/test_lib_eval.py, test/unit/test_list.py: Two more tesets
	converted

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

	* test/unit/Makefile, test/unit/test-print.py,
	test/unit/{test-bytecode.py => test_bytecode.py},
	test/unit/{test-kill.py => test_kill.py},
	test/unit/{test-lib-sig.py => test_lib_sig.py},
	test/unit/test_print.py, trepan/lib/bytecode.py: More tests
	converted and update Makefile

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

	* test/__init__.py, test/unit/__init__.py,
	test/unit/test-bytecode.py, test/unit/test-kill.py,
	test/unit/test-lib-sig.py: Start to convert to using pytest

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

	* trepan/processor/command/python.py: Lint a file

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

	* .pre-commit-config.yaml, trepan/processor/command/python.py: Add
	"interact" and up pre-commit hook

2023-12-17  rocky <rocky@gnu.org>

	* .gitignore, test/unit/test-lib-sig.py, trepan/lib/sighandler.py:
	Small lint corrections

2023-09-04  rocky <rocky@gnu.org>

	* admin-tools/pyenv-newer-versions, admin-tools/setup-master.sh:
	Bump testing versions

2023-09-04  rocky <rocky@gnu.org>

	* admin-tools/pyenv-newer-versions, trepan/lib/format.py: Bump
	testing versions

2023-08-23  rocky <rocky@gnu.org>

	* .readthedocs.yaml: Add required configuration file

2023-07-01  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh, admin-tools/setup-python-3.2.sh:
	Checkout of 3.2 branch was missing pyficache and xdis

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

	* .pre-commit-config.yaml, admin-tools/pyenv-newer-versions,
	admin-tools/setup-master.sh, trepan/processor/command/deparse.py:
	Bump testing package versions

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

	* : commit b394bb1339f6192ab42e7bb9d5e6999775069e8f Author: rocky
	<rocky@gnu.org> Date:   Sat Jun 3 11:19:26 2023 -0400

2023-06-02  rocky <rocky@gnu.org>

	* test/integration/test-general.py,
	test/integration/test-highlight.py, trepan/lib/deparse.py,
	trepan/processor/command/deval.py: Correct stuff when version < 3.9

2023-06-02  rocky <rocky@gnu.org>

	* __pkginfo__.py, setup.py, trepan/lib/deparse.py,
	trepan/lib/disassemble.py, trepan/lib/stack.py,
	trepan/processor/command/deval.py: Python 3.11 tolerance

2023-06-02  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/version.py: Allow xdis 3.1.0

2023-05-28  rocky <rocky@gnu.org>

	* : commit 4f43a01593b90d4fcd5ce43440436fc676e510bf Author: rocky
	<rocky@gnu.org> Date:   Sat May 27 08:20:14 2023 -0400

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

	* trepan/processor/command/show_subcmd/substitute.py: Add "show
	sustitute" command

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

	* admin-tools/setup-python-3.2.sh, test/unit/test-bytecode.py,
	trepan/lib/bytecode.py: Sync with python 3.2 branch

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

	* .pre-commit-config.yaml, __pkginfo__.py, setup.py,
	trepan/__main__.py, trepan/bwprocessor/command/__init__.py,
	trepan/bwprocessor/command/quit.py, trepan/bwprocessor/location.py,
	trepan/bwprocessor/main.py, trepan/bwprocessor/msg.py,
	trepan/client.py, trepan/clifns.py, trepan/debugger.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/interfaces/bullwinkle.py, trepan/interfaces/user.py,
	trepan/lib/breakpoint.py, trepan/lib/bytecode.py,
	trepan/lib/complete.py, trepan/lib/core.py, trepan/lib/default.py,
	trepan/lib/deparse.py, trepan/lib/disassemble.py,
	trepan/lib/display.py, trepan/lib/eval.py, trepan/lib/file.py,
	trepan/lib/format.py, trepan/lib/printing.py, trepan/lib/stack.py,
	trepan/options.py, trepan/post_mortem.py,
	trepan/processor/cmd_addrlist.py, trepan/processor/cmdfns.py,
	trepan/processor/cmdproc.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/debug.py,
	trepan/processor/command/deval.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/eval.py, trepan/processor/command/exit.py,
	trepan/processor/command/finish.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/jump.py, trepan/processor/command/list.py,
	trepan/processor/command/mock.py, trepan/processor/command/p.py,
	trepan/processor/command/pp.py, trepan/processor/command/python.py,
	trepan/processor/command/restart.py,
	trepan/processor/command/set_subcmd/__demo_helper__.py,
	trepan/processor/command/show_subcmd/__demo_helper__.py,
	trepan/processor/command/show_subcmd/__init__.py,
	trepan/processor/command/whatis.py, trepan/processor/location.py,
	trepan/processor/parse/scanner.py,
	trepan/processor/parse/semantics.py, trepan/processor/subcmd.py,
	trepan/processor/trace.py: linting ...  go over with flake8, isort and black

2023-05-26  rocky <rocky@gnu.org>

	* Makefile, trepan/__main__.py, trepan/api.py,
	trepan/bwprocessor/command/mock.py, trepan/lib/format.py,
	trepan/lib/printing.py, trepan/processor/cmdlist.py,
	trepan/processor/command/tbreak.py: Misc lint

2023-05-26  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh: Bump master version

2023-05-26  rocky <rocky@gnu.org>

	* Makefile, trepan/bwcli.py, trepan/lib/sighandler.py,
	trepan/processor/command/info_subcmd/__init__.py,
	trepan/processor/command/info_subcmd/code.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/signals.py,
	trepan/processor/command/set_subcmd/__init__.py: Misc pylint, isort
	and black stuff

2023-03-13  rocky <rocky@gnu.org>

	* : commit d328dc688b0eec9716d9eb2309a4a0ac9d929c7c Merge: dd7df2c
	a240098 Author: rocky <rocky@gnu.org> Date:   Wed Feb 22 10:35:52
	2023 -0500

2023-01-24  rocky <rocky@gnu.org>

	* .circleci/config.yml: test using Python 3.8

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

	* admin-tools/pyenv-newer-versions: Update neweset Python versions

2022-11-25  rocky <rocky@gnu.org>

	* .isort.cfg, test/unit/test-kill.py, test/unit/test-lib-sig.py,
	trepan/lib/sighandler.py: Misc lint...  Add isort config

2022-10-26  rocky <rocky@gnu.org>

	* trepan/lib/sighandler.py: Ignore ignored signals

2022-08-18  rocky <rocky@gnu.org>

	* admin-tools/make-dist-newer.sh: Because of decompyle, specialize
	wheel for version

2022-06-26  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #42 from dev590t/feature/documentation Add tip about debug overhead

2022-06-26  dev <dev@gmail.com>

	* docs/commands/running.rst: Add tip about debug overhead

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

	* docs/install.rst: Fix incorrect tagging & update decompilation
	info

2022-06-21  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #41 from dev590t/feature/documentation Detail the installation instruction

2022-06-21  dev <dev@gmail.com>

	* docs/install.rst: Add new installation solution

2022-06-21  dev <dev@gmail.com>

	* docs/install.rst: Add installation requirement

2022-06-19  rocky <rocky@gnu.org>

	* .pre-commit-config.yaml, trepan/__main__.py, trepan/api.py,
	trepan/bwcli.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/clifns.py, trepan/debugger.py, trepan/inout/__init__.py,
	trepan/inout/base.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/interface.py,
	trepan/interfaces/__init__.py, trepan/interfaces/bullwinkle.py,
	trepan/interfaces/client.py, trepan/interfaces/comcodes.py,
	trepan/interfaces/script.py, trepan/interfaces/server.py,
	trepan/interfaces/user.py, trepan/lib/__init__.py,
	trepan/lib/breakpoint.py, trepan/lib/complete.py,
	trepan/lib/core.py, trepan/lib/disassemble.py,
	trepan/lib/format.py, trepan/lib/printing.py,
	trepan/lib/sighandler.py, trepan/lib/stack.py, trepan/options.py,
	trepan/post_mortem.py, trepan/processor/cmd_addrlist.py,
	trepan/processor/cmdfns.py, trepan/processor/cmdlist.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/bpython.py,
	trepan/processor/command/break.py, trepan/processor/command/cd.py,
	trepan/processor/command/clear.py,
	trepan/processor/command/condition.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/debug.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/deval.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/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/__init__.py,
	trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/info_subcmd/builtins.py,
	trepan/processor/command/info_subcmd/code.py,
	trepan/processor/command/info_subcmd/display.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/info_subcmd/globals.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/lines.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/command/info_subcmd/macro.py,
	trepan/processor/command/info_subcmd/offsets.py,
	trepan/processor/command/info_subcmd/pc.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/ipython.py,
	trepan/processor/command/jump.py, trepan/processor/command/kill.py,
	trepan/processor/command/list.py,
	trepan/processor/command/macro.py,
	trepan/processor/command/next.py, trepan/processor/command/p.py,
	trepan/processor/command/pp.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/autopc.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/confirm.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/patsub.py,
	trepan/processor/command/set_subcmd/skip.py,
	trepan/processor/command/set_subcmd/style.py,
	trepan/processor/command/set_subcmd/substitute.py,
	trepan/processor/command/set_subcmd/tempdir.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/__init__.py,
	trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/args.py,
	trepan/processor/command/show_subcmd/asmfmt.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/dbg_trepan.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/listsize.py,
	trepan/processor/command/show_subcmd/style.py,
	trepan/processor/command/show_subcmd/tempdir.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/frame.py, trepan/processor/location.py,
	trepan/processor/parse/parser.py,
	trepan/processor/parse/scanner.py,
	trepan/processor/parse/semantics.py, trepan/processor/parse/tok.py,
	trepan/processor/subcmd.py, trepan/processor/trace.py,
	trepan/vprocessor.py: reformat via black version 22.3.0

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

	* trepan/processor/cmdbreak.py: Squelch traceback on break in
	unparsable file

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

	* trepan/__init__.py, trepan/lib/deparse.py: Misc lint

2022-01-02  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/__main__.py: Misc small bugs and tweaks

2021-11-25  rocky <rocky@gnu.org>

	* admin-tools/pyenv-newer-versions, trepan/processor/cmdfns.py:
	Remove PYTHON_VERSION

2021-11-19  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/version.py: Bump decompyle version to 3.8.0

2021-11-05  rocky <rocky@gnu.org>

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

2021-11-01  rocky <rocky@gnu.org>

	* __pkginfo__.py: Admnistrivia

2021-10-30  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh, admin-tools/setup-python-3.2.sh:
	Admnistrivia

2021-10-30  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #38 from rocky/xdis-newer Xdis newer

2021-10-30  rocky <rocky@gnu.org>

	* __pkginfo__.py: Use recently released uncompyle6/decompile6

2021-10-21  rocky <rocky@gnu.org>

	* admin-tools/pyenv-newer-versions: Use 3.8.12 in testing

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

	* admin-tools/pyenv-newer-versions: Test with 3.7.12

2021-10-15  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/version.py: Bump version

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

	* __pkginfo__.py, docs/conf.py, setup.py,
	trepan/lib/disassemble.py, trepan/lib/stack.py,
	trepan/processor/command/deparse.py, trepan/processor/location.py:
	More newer xdis compatibility

2021-09-30  rocky <rocky@gnu.org>

	* docs/features.rst, docs/index.rst: More sphinx doc updates

2021-09-30  rocky <rocky@gnu.org>

	* docs/commands/breakpoints/break.rst,
	docs/commands/breakpoints/condition.rst,
	docs/commands/data/deparse.rst, docs/commands/data/disassemble.rst,
	docs/commands/data/eval.rst, docs/commands/data/examine.rst,
	docs/commands/set.rst, docs/conf.py, docs/features.rst,
	docs/index.rst, docs/syntax/location.rst: Go over sphinx docs

2021-09-12  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py: Formatting tweak

2021-08-30  rocky <rocky@gnu.org>

	* trepan/processor/command/base_submgr.py: Generalize subcmdmgr for
	use in trepan-xpy trepan-xpy has a new class of subcommands Vmstack.  So we need to be
	able to allow it to set trepanxpy as a base directory to look for
	subcommands in.

2021-08-30  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py,
	trepan/processor/command/show_subcmd/autopc.py: Disassembly tweak...  Show argval when there is one and argrepr == '' black some files

2021-08-21  rocky <rocky@gnu.org>

	* NEWS.md, admin-tools/check-newer-versions.sh,
	admin-tools/check-older-versions.sh, trepan/version.py: Get ready
	for release 1.2.7

2021-08-21  rocky <rocky@gnu.org>

	* README.rst, trepan/processor/cmdproc.py: Use saferepr for eval

2021-07-29  rocky <rocky@gnu.org>

	* trepan/lib/deparse.py: Use uncompyle6 if decompyle3 is not around

2021-07-25  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: On 3.{7,8} allow having only
	decompyle3 installed

2021-07-17  rocky <rocky@gnu.org>

	* README.rst, trepan/version.py: Admnistrivia: bump version. Beef up
	README.rst

2021-07-17  rocky <rocky@gnu.org>

	* NEWS.md, admin-tools/pyenv-newer-versions, trepan/lib/pp.py,
	trepan/version.py: Get ready for release 1.2.6

2021-07-17  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: Update README.rst

2021-07-17  rocky <rocky@gnu.org>

	* README.rst: More README.rst feature tweaks

2021-07-17  rocky <rocky@gnu.org>

	* README.rst: Revise trepan3k features

2021-07-16  R. Bernstein <rocky@users.noreply.github.com>

	* : pp handles large objects better.  Try using decompyle3 on 3.7 and 3.8

2021-07-07  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/__main__.py, trepan/lib/deparse.py,
	trepan/processor/cmdfns.py, trepan/processor/command/deparse.py,
	trepan/processor/command/deval.py: Try using decompyle3 on 3.7 and
	3.8

2021-07-07  rocky <rocky@gnu.org>

	* .pre-commit-config.yaml: Administrivia

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

	* trepan/version.py: Black shoudn't format version.py

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

	* .editorconfig, setup.cfg: Add/update project configs

2021-06-17  rocky <rocky@gnu.org>

	* admin-tools/{make-dist.sh => make-dist-newer.sh},
	admin-tools/make-dist-older.sh: Administrative work to handle wo
	versions of code

2021-06-17  rocky <rocky@gnu.org>

	* : Administrivia

2021-06-17  rocky <rocky@gnu.org>

	* admin-tools/{check-versions.sh => check-newer-versions.sh},
	admin-tools/check-older-versions.sh, admin-tools/{pyenv-versions =>
	pyenv-newer-versions}, admin-tools/pyenv-older-versions,
	trepan/version.py: Administrivia + Get ready for release 1.2.5

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

	* requirements.txt, trepan/misc.py: Modernize

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

	* trepan/misc.py: Fix type bug in pretty_modfunc_name()

2021-05-08  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #36 from rocky/patch-2 tcp.api stop() flips parameters of isinstance

2021-05-08  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #34 from WoolenWang/patch-2 the stop is wrong use

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

	* : commit 668c93b78fde8f1d7bd19ebc32044a3cd4d14827 Author: rocky
	<rocky@gnu.org> Date:   Sat May 8 03:48:21 2021 -0400

2021-05-08  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #35 from rocky/patch-1 tcp-api.pack_msg()  computes the wrong length for multi-byte encoded
	messages like Chines

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

	* : commit 96a09dbe3cf15e366de863322986c52e1d423578 Author: woolen
	<3388253+WoolenWang@users.noreply.github.com> Date:   Sat May 8
	11:56:59 2021 +0800

2021-05-08  woolen <3388253+WoolenWang@users.noreply.github.com>

	* trepan/inout/tcpfns.py: fix_chinese_bug fix #32

2021-03-24  rocky <rocky@gnu.org>

	* trepan/lib/default.py: Alphabitize a dictionary constant

2021-03-15  rocky <rocky@gnu.org>

	* trepan/version.py: Bump to next dev version

2021-03-15  rocky <rocky@gnu.org>

	* trepan/version.py: Get ready for release 1.2.4

2021-03-15  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md, trepan/processor/cmdproc.py:
	Fix bug encountered in `set patmap` The code is I think a holdover from some earlier code that no longer
	exists.

2021-03-15  rocky <rocky@gnu.org>

	* .pre-commit-config.yaml, NEWS.md, __pkginfo__.py,
	admin-tools/how-to-make-a-release.md, admin-tools/pyenv-versions,
	setup.py, tox.ini, trepan/__init__.py, trepan/__main__.py,
	trepan/client.py, trepan/processor/command/__init__.py,
	trepan/processor/command/set_subcmd/tempdir.py, trepan/version.py:
	Get ready for release 1.2.3

2021-01-24  rocky <rocky@gnu.org>

	* : commit 144230cc6fa5cf422c10ceede4c21e43184f67db Author: rocky
	<rocky@gnu.org> Date:   Sun Jan 24 21:35:27 2021 -0500

2021-01-24  rocky <rocky@gnu.org>

	* trepan/processor/command/set_subcmd/asmfmt.py: set asfmt error
	message tweak

2020-12-19  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #29 from
	bradelkin/repair_parse_cmd_break_return_tuple Fix the return tuples for parse_break_cmd

2020-12-15  rocky <rb@dustyfeet.com>

	* : commit 9a32f4f672083c5b7cc0790b098cbef35d0f019c Author: rocky
	<rocky@gnu.org> Date:   Tue Dec 15 18:47:17 2020 -0500

2020-10-26  rocky <rocky@gnu.org>

	* test/unit/test-lib-eval.py, trepan/lib/eval.py,
	trepan/processor/command/eval.py: eval? now does "and" and "or"...  By stripping off the "and" or "or"

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

	* trepan/processor/command/show_subcmd/style.py: Deal with no style
	set

2020-10-24  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/lib/default.py,
	trepan/lib/term_background.py: Use PyPI term_background

2020-10-11  rocky <rocky@gnu.org>

	* trepan/lib/core.py, trepan/lib/stack.py,
	trepan/processor/cmdproc.py,
	trepan/processor/command/set_subcmd/patsub.py: Extend "set patsub";
	sync with trepan2

2020-10-11  rocky <rocky@gnu.org>

	* trepan/lib/stack.py: blacken

2020-10-08  rocky <rocky.bernstein@crunch.io>

	* trepan/lib/stack.py: blacken

2020-10-08  rocky <rocky.bernstein@crunch.io>

	* trepan/lib/stack.py: Tolerate inspect.formatargvalues() errors

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

	* trepan/processor/command/set_subcmd/asmfmt.py,
	trepan/processor/command/set_subcmd/events.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/set_subcmd/style.py: Go over set subcommand
	options

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

	* __pkginfo__.py, docs/commands/set/patsub.rst,
	trepan/processor/command/set_subcmd/patsub.py,
	trepan/processor/command/set_subcmd/substitute.py: Add "set patsub"
	for docker (and other) mounts

2020-08-29  rocky <rocky@gnu.org>

	* docs/commands/info.rst, docs/commands/info/lines.rst,
	trepan/lib/format.py, trepan/processor/command/base_cmd.py,
	trepan/processor/command/condition.py,
	trepan/processor/command/info_subcmd/lines.py: "info lines" filters
	by name now Add RsT documentation for "info lines" Blacken some buffers

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

	* README.rst: CircleCI status (again)

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

	* README.rst: Add CircleCI status

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

	* .pre-commit-config.yaml: Add black git pre-commit hook

2020-07-29  rocky <rocky@gnu.org>

	* setup.py, trepan/processor/command/info_subcmd/locals.py: Add
	"info locals --list" Also start supporting Python 3.9

2020-07-28  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump min xdis version To get 3.8.5 supported. CircleCI seems to use Python 3.8.5

2020-07-28  rocky <rocky@gnu.org>

	* README.rst: Add repology badge

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

	* trepan/lib/breakpoint.py: use "new-style" (post 2.3) class
	definition

2020-06-28  rocky <rocky@gnu.org>

	* Makefile, __pkginfo__.py, trepan/debugger.py,
	trepan/lib/disassemble.py: Improve python source detection...  and invalid bytecode handling. Error messages here have ben gone
	over Fix bug in formatting integers in disassemble library Bump min xdis version

2020-06-27  rocky <rocky@gnu.org>

	* NEWS.md: Update NEWS.md

2020-06-27  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump min uncompyle6 version

2020-06-27  rocky <rocky@gnu.org>

	* .circleci/config.yml, .travis.yml, __pkginfo__.py,
	trepan/version.py: Get ready for release 1.2.0

2020-06-27  rocky <rocky@gnu.org>

	* trepan/processor/command/alias.py,
	trepan/processor/command/cd.py, trepan/processor/command/debug.py,
	trepan/processor/command/handle.py,
	trepan/processor/command/macro.py,
	trepan/processor/command/undisplay.py: Finish converting commands to
	new conventions

2020-06-27  rocky <rocky@gnu.org>

	* trepan/lib/pp.py, trepan/processor/command/pp.py: Go over and
	update pp

2020-06-27  rocky <rocky@gnu.org>

	* trepan/processor/command/condition.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/whatis.py: Convert more commands to newer
	format

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

	* __pkginfo__.py, trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py: trepan-xpy tolerance

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

	* __pkginfo__.py, trepan/lib/default.py, trepan/lib/disassemble.py,
	trepan/lib/format.py, trepan/lib/stack.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/set_subcmd/asmfmt.py,
	trepan/processor/command/show_subcmd/asmfmt.py: Use newer xdis
	assembly formatting styles...  and add set/show asmfmt commands

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

	* test/unit/test-break.py, test/unit/test-cmdbreak.py,
	test/unit/test-list.py, trepan/misc.py,
	trepan/processor/cmdbreak.py, trepan/processor/command/break.py,
	trepan/processor/command/info_subcmd/lines.py,
	trepan/processor/location.py: Fix bugs in recent breakpoint setting
	changes...  We now should be able to find lines within compiled functions.  We
	will nicely print the name of the function too.

2020-06-17  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/lines.py: Revise help on info
	{file,lines}

2020-06-17  rocky <rocky@gnu.org>

	* test/unit/test-completion.py,
	trepan/processor/command/info_subcmd/lines.py,
	trepan/processor/command/info_subcmd/offsets.py: Start "info lines"
	and "info offsets" commands * info lines: shows function and start offset for a line * info offsets: show line numbers that are associated with some
	offset in the toplevel object

2020-06-17  rocky <rocky@gnu.org>

	* trepan/__main__.py: Recover better when passed wrong bytecode type

2020-06-17  rocky <rocky@gnu.org>

	* trepan/processor/command/list.py: Warn only once about
	decompilation in list command

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

	* trepan/processor/cmdbreak.py, trepan/processor/location.py:
	breakpoint-handling fixes...  have to back off adding function into breakpoint structure.
	Location is returning an "int" sometimes. Need to investigate, but
	for now...

2020-06-15  rocky <rocky@gnu.org>

	* trepan/lib/core.py: even handler should return even handler...  not True. This matches the trace_hook spec closer.

2020-06-15  rocky <rocky@gnu.org>

	* trepan/processor/command/continue.py,
	trepan/processor/command/step.py: Limit max_args to 1 in step and
	continue

2020-06-15  rocky <rocky@gnu.org>

	* trepan/lib/core.py: Remove some unused parameters

2020-06-15  rocky <rocky@gnu.org>

	* trepan/lib/breakpoint.py, trepan/processor/cmdbreak.py,
	trepan/processor/location.py: More trepan-xpy friendly...  Test in a way to allow PyObj Function to be seen as functions.
	capture function name in breakpoint structure which means the
	breakpoint function test needs to work take into account the
	offset,...  which means the offset needs to be set.

2020-06-14  rocky <rocky@gnu.org>

	* test/example/.gitignore, test/example/multi-line.py,
	trepan/processor/command/info_subcmd/line.py: Small tweaks

2020-06-14  rocky <rocky@gnu.org>

	* : commit 1eb4fef4c90693d30ae48cee0e8204b635327d81 Author: rocky
	<rocky@gnu.org> Date:   Sun Jun 14 11:34:48 2020 -0400

2020-06-14  rocky <rocky@gnu.org>

	* trepan/processor/cmdbreak.py, trepan/processor/location.py,
	trepan/processor/parse/parser.py,
	trepan/processor/parse/scanner.py,
	trepan/processor/parse/semantics.py: Move forward with offset
	breakpoints

2020-06-14  rocky <rocky@gnu.org>

	* trepan/processor/location.py: Be explicit about wanting line info
	offsets

2020-06-13  rocky <rocky@gnu.org>

	* __pkginfo__.py, requirements.txt: See above.

2020-06-13  rocky <rocky@gnu.org>

	* .circleci/config.yml, .travis.yml: CI needs to install from github
	for now

2020-06-13  rocky <rocky@gnu.org>

	* .circleci/config.yml, .travis.yml, test/unit/test-brkpt.py,
	test/unit/test-lib-complete.py, trepan/lib/breakpoint.py,
	trepan/processor/cmdbreak.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/location.py: Populate offsets info breakpoint
	structure ..  this is a bit messy right now. Over time I imagine things will
	smooth out.

2020-06-13  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md: Administrivia

2020-06-13  rocky <rocky@gnu.org>

	* README.rst, docs/commands/info/line.rst, docs/features.rst,
	trepan/processor/command/info_subcmd/line.py: Docs again

2020-06-13  rocky <rocky@gnu.org>

	* README.rst, docs/features.rst, docs/index.rst: Go over docs

2020-06-13  rocky <rocky@gnu.org>

	* NEWS.md, admin-tools/how-to-make-a-release.md, bin/trepan3k,
	docs/commands/data.rst, docs/commands/data/pdef.rst,
	docs/commands/data/pr.rst, docs/commands/data/pydocx.rst,
	docs/commands/data/whatis.rst, docs/commands/files/edit.rst,
	test/unit/test-pdef.py, trepan/processor/cmdlist.py,
	trepan/processor/command/edit.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/pdef.py,
	trepan/processor/command/pydocx.py,
	trepan/processor/command/run.py,
	trepan/processor/parse/semantics.py, trepan/version.py: Get ready
	for release 1.1.0 Convert more commands. Remove some little-used ones.  I'll leave
	some for next release though.

2020-06-12  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #28 from rocky/line-info Get expanded line, offset, module/function info from xdis

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

	* test/example/multi-line.py, test/unit/test-break.py,
	test/unit/test-cmdbreak.py, trepan/lib/breakpoint.py,
	trepan/processor/cmdbreak.py, trepan/processor/command/break.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/location.py, trepan/processor/parse/semantics.py:
	Start adding/reporting code offsets in debugger

2020-06-11  rocky <rocky@gnu.org>

	* .circleci/config.yml, .travis.yml, __pkginfo__.py,
	requirements.txt, trepan/processor/command/info_subcmd/line.py:
	Expanded xdis line/offset in "info line"...  using information from xdis. We can now describe * What other offsets are stoppable for that line * what function the line is in * The starting offset and how many instructions are in the line

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

	* .circleci/config.yml, requirements.txt: Use newer xdis on CI

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

	* .circleci/config.yml, .travis.yml, __pkginfo__.py,
	requirements.txt: Update CircleCI and TravisCI config...  Try getting xdis from github.  Try simplifying CircleCI config

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

	* trepan/processor/command/{bpy.py => bpython.py},
	trepan/processor/command/clear.py,
	trepan/processor/command/exit.py, trepan/processor/command/jump.py,
	trepan/processor/command/restart.py,
	trepan/processor/command/skip.py: convert more commands to new
	regime

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

	* : commit 533c92bcb534c34d0878ad924bdc94cde657fb25 Author: rocky
	<rocky@gnu.org> Date:   Sun Jun 7 21:13:46 2020 -0400

2020-06-07  rocky <rocky@gnu.org>

	* appveyor.yml, trepan/processor/command/__init__.py,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/break.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/enable.py,
	trepan/processor/command/ipython.py, trepan/processor/command/p.py,
	trepan/processor/command/tbreak.py: Upgrade more modules

2020-06-07  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #27 from rocky/command-setup-DRY Command setup dry

2020-06-07  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/line.py: Update imports,
	blacken "info line"...  before major additions

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

	* trepan/processor/cmdproc.py,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/base_cmd.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/finish.py,
	trepan/processor/command/help.py, trepan/processor/command/info.py,
	trepan/processor/command/list.py, trepan/processor/command/next.py,
	trepan/processor/command/python.py,
	trepan/processor/command/set.py, trepan/processor/command/show.py,
	trepan/processor/command/source.py,
	trepan/processor/command/unalias.py: DRY and blackend command code

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

	* trepan/api.py, trepan/processor/command/base_cmd.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/next.py, trepan/processor/command/show.py:
	Blacken and update trepan.api DRY, DebuggerCommand class vars initialization

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

	* trepan/api.py: Blacken and update trepan.api

2020-06-02  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py, trepan/processor/command/show.py,
	trepan/processor/command/show_subcmd/style.py: Regularize imports.
	Ignore error call local errors

2020-05-31  rocky <rocky@gnu.org>

	* trepan/lib/stack.py: Better source vs frame check for bytecode

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

	* README.rst: Add link to trepan-xpy and x-python

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

	* admin-tools/how-to-make-a-release.md: Administrivia

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

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

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

	* trepan/processor/cmdproc.py: More 3x-sh ...  and less compatible with 2x.

2020-05-28  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py,
	trepan/processor/command/set_subcmd/different.py: Show args on a
	"call" event...  revise imports on "set different" and blacken

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

	* trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/info_subcmd/return.py,
	trepan/processor/command/set_subcmd/width.py: Redo imports. and info
	program message

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

	* trepan/lib/default.py,
	trepan/processor/command/info_subcmd/pc.py,
	trepan/processor/command/info_subcmd/program.py: Improve "info
	program" and other small changes...  Run "info locals" on a call event to show parameters and show event
	name default.py: Set "step_ignore".  pc.py: code from trepan-xpy
	bled into here.

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

	* trepan/processor/command/next.py: blacken and regularize imports

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

	* trepan/lib/stack.py, trepan/processor/cmdproc.py: Better file
	remapping and size check error msgs

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

	* trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/pc.py: Wasn't passing co_names
	as I should have...  There are too many parameters in a code object so it's easy to miss
	one.

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

	* README.rst, admin-tools/how-to-make-a-release.md: Administrivia

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

	* __pkginfo__.py: Adjust pyficache to skip botched 2.0.0 release

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

	* admin-tools/how-to-make-a-release.md: Wonky test_requires

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

	* NEWS.md, __pkginfo__.py, trepan/__main__.py, trepan/bwcli.py,
	trepan/interfaces/user.py, trepan/lib/file.py,
	trepan/processor/command/list.py, trepan/processor/location.py,
	trepan/version.py: Get ready for release 1.0.1

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

	* trepan/processor/command/continue.py: regularize imports

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

	* __pkginfo__.py: Note pygments version needed for 3.2-

2020-05-20  rocky <rocky@gnu.org>

	* trepan/processor/command/python.py: Modernize imports

2020-05-20  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py, trepan/lib/format.py,
	trepan/processor/command/finish.py,
	trepan/processor/command/python.py: Blacken and modernize some code.

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

	* trepan/processor/cmdproc.py: A more Kosher event handler

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

	* trepan/processor/command/deparse.py,
	trepan/processor/command/info.py,
	trepan/processor/command/set_subcmd/__demo_helper__.py,
	trepan/processor/command/set_subcmd/listsize.py: deparse remove
	--ast and misc modernizations...  --AST removed sine this isn't an AST, but a parse tree.  And it is
	likely to get confused with Python's AST.  Other import rewrites and small changes.

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

	* .circleci/config.yml, .travis.yml: CI without the git workaround;
	W've released 1.0.0

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

	* README.rst: Add trepan-xpy and x-python mention

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

	* NEWS.md: Revise news

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

	* README.rst: RsT woes

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

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

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

	* __pkginfo__.py, admin-tools/pyenv-versions: Bump versions

2020-05-18  rocky <rocky@gnu.org>

	* trepan/lib/core.py: Work around weird termination bug...  inspect import gets removed!

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

	* trepan/lib/disassemble.py,
	trepan/processor/command/info_subcmd/pc.py: Better cross-platform
	disassembly "info pc".

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

	* trepan/inout/base.py, trepan/inout/output.py,
	trepan/lib/default.py, trepan/lib/pp.py, trepan/lib/printing.py:
	Blacken and lint some files

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

	* trepan/lib/core.py, trepan/processor/cmdfns.py: Misc little fixes

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

	* docs/conf.py, docs/features.rst: Update links, again

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

	* docs/features.rst: One more link

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

	* README.rst, docs/commands/show/autopc.rst, docs/features.rst:
	Update Docs yet again.

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

	* docs/commands/Makefile, docs/commands/breakpoints/break.rst,
	docs/commands/info.rst, docs/commands/set.rst,
	docs/commands/set/autolist.rst, docs/commands/set/autopc.rst,
	docs/commands/show.rst, docs/commands/show/autopc.rst,
	docs/commands/show/dbg_trepan.rst,
	docs/commands/stack/backtrace.rst, docs/entry-exit.rst,
	docs/manpages/trepan3k.rst, docs/manpages/trepan3kc.rst,
	docs/syntax.rst, docs/syntax/arange.rst, docs/syntax/command.rst,
	docs/syntax/examples.rst, docs/syntax/location.rst,
	docs/syntax/range.rst, test/unit/test-completion.py,
	trepan/lib/default.py, trepan/processor/command/.gitignore,
	trepan/processor/command/info_subcmd/pc.py,
	trepan/processor/command/set_subcmd/autolist.py,
	trepan/processor/command/set_subcmd/autopc.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/autopc.py: Add set/show autopc
	and update readthedocs

2020-05-12  rocky <rocky@gnu.org>

	* : commit 4bf23b37db8c9548b4e5b08eb8399237f4b06739 Author: rocky
	<rocky@gnu.org> Date:   Tue May 12 10:12:56 2020 -0400

2020-05-12  rocky <rocky@gnu.org>

	* trepan/lib/default.py: improve a comment

2020-05-11  rocky <rocky@gnu.org>

	* trepan/processor/command/info_subcmd/pc.py: Blaken another buffer

2020-05-11  rocky <rocky@gnu.org>

	* : commit 3f40fc2f26e1964852749c98df85cf8c533c1aef Author: rocky
	<rocky@gnu.org> Date:   Mon May 11 22:27:06 2020 -0400

2020-05-11  rocky <rocky@gnu.org>

	* trepan/processor/command/set.py: blacken & generalize for
	trepan-xpy

2020-05-11  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py, trepan/processor/cmd_addrlist.py,
	trepan/processor/cmdproc.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/parse/scanner.py: Fix a number of disassemble bugs

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

	* test/unit/test-lib-format.py, trepan/lib/deparse.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/quit.py, trepan/processor/command/step.py:
	Misc modernization & skip a test...  Something in reflowing adds spaces. Don't need/want to deal with
	that now.

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

	* trepan/processor/cmdproc.py,
	trepan/processor/command/help/examples.rst: Misc cleanup

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

	* trepan/processor/cmdproc.py: Simplify auto imports via importlib

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

	* trepan/lib/core.py, trepan/processor/cmdproc.py: Generalize for
	trepan-xpy...  Todo populate_commands_easy_install can be simplified and made more
	robust

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

	* trepan/debugger.py, trepan/interfaces/user.py,
	trepan/processor/cmdproc.py, trepan/processor/command/mock.py,
	trepan/processor/command/quit.py: Generalize so this can be used in
	trepan-xpy

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

	* trepan/processor/cmdproc.py: Small tweaks

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

	* trepan/lib/bytecode.py: dis->xdis...  We're going to use this code for x-python's debugger. Since that may
	support interpreting bytecode from a different version than what
	Python version running the code

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

	* trepan/exception.py, trepan/lib/bytecode.py,
	trepan/lib/complete.py, trepan/lib/display.py, trepan/lib/file.py,
	trepan/lib/stack.py, trepan/lib/thred.py,
	trepan/processor/cmdfns.py, trepan/processor/complete.py: Blacken
	and modernize some files

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

	* trepan/lib/Makefile, trepan/misc.py,
	trepan/processor/__init__.py, trepan/processor/cmdproc.py,
	trepan/vprocessor.py: Modernize, lint and blacken some code

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

	* .gitignore, trepan/__main__.py, trepan/lib/core.py,
	trepan/lib/disassemble.py: Simplify xdis imports. blacken some
	buffers.

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

	* trepan/Makefile, trepan/__main__.py, trepan/debugger.py: Start a
	long process of modernization

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

	* README.rst, __pkginfo__.py, setup.py, test/integration/helper.py,
	trepan/{cli.py => __main__.py}: cli.py -> __main__.py to be more
	"Pythonic"

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

	* __pkginfo__.py, setup.py, trepan/processor/command/help/README,
	trepan/processor/command/help/README.md, trepan/version.py: Some
	slight modernization...  * blacken setup.py.  * Convert README to markdown.  * `execfile` no longer exists in
	Python 3.

2020-04-28  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump uncompyle6 version

2020-04-24  rocky <rocky@gnu.org>

	* .circleci/config.yml, .travis.yml, __pkginfo__.py: CI 3rd attempt

2020-04-24  rocky <rocky@gnu.org>

	* .travis.yml: TravisCI 2nd try

2020-04-24  rocky <rocky@gnu.org>

	* .circleci/config.yml, .travis.yml, __pkginfo__.py: Attempt to fix
	CI

2020-04-24  rocky <rocky@gnu.org>

	* .circleci/config.yml, .travis.yml: CI install uncompyle6 from
	github for now...  until a new release comes out.

2020-04-24  rocky <rocky@gnu.org>

	* .circleci/config.yml, .travis.yml, __pkginfo__.py: Bump xdis
	version now that a new version is out

2020-04-22  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #24 from abliss/patch-1 Fix fifo client

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

	* MANIFEST.in, __pkginfo__.py, trepan/cli.py,
	trepan/lib/deparse.py, trepan/lib/stack.py,
	trepan/processor/cmdproc.py, trepan/processor/command/deparse.py,
	trepan/processor/command/disassemble.py: Update for new
	xdis/uncompyle6 FIx Bug in disasm with no program. lint some programs

2020-04-17  rocky <rocky@gnu.org>

	* .circleci/config.yml: CircleCI's turn now: Get uncompyle6 from
	github

2020-04-17  rocky <rocky@gnu.org>

	* __pkginfo__.py: TravisCI 2nd try

2020-04-17  rocky <rocky@gnu.org>

	* .travis.yml: Travis testing using current github for uncompyle6

2020-04-16  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump xdis version

2020-04-16  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump minimum xdis release

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

	* __pkginfo__.py, admin-tools/how-to-make-a-release.md, setup.py:
	Administrivia release-type fixes

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

	* README.rst: Rst formatting on README.rst

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

	* __pkginfo__.py, admin-tools/check-newer-versions.sh,
	admin-tools/how-to-make-a-release.md,
	admin-tools/make-dist-newer.sh, admin-tools/pyenv-newer-versions,
	admin-tools/pyenv-versions, trepan/lib/stack.py: Fix bugs found in
	testing

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

	* NEWS.md, __pkginfo__.py, admin-tools/how-to-make-a-release.md,
	admin-tools/pyenv-versions, trepan/version.py: Get ready for release
	0.8.11

2020-01-07  rocky <rocky@gnu.org>

	* __pkginfo__.py, setup.py: 3.1.5 tolerance

2019-12-09  rocky <rocky@gnu.org>

	* __pkginfo__.py: Use 3.9-enabled xdis

2019-11-16  rocky <rocky@gnu.org>

	* admin-tools/pyenv-newer-versions, admin-tools/setup-master.sh:
	Administriva - bump testing versions

2019-11-11  rocky <rocky@gnu.org>

	* __pkginfo__.py: Administrivia

2019-11-11  rocky <rocky@gnu.org>

	* : commit 47459db1e996bb77b32e1354d194903acbe2da15 Author: rocky
	<rocky@gnu.org> Date:   Mon Nov 11 14:06:38 2019 -0500

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

	* __pkginfo__.py: Bump xdis version

2019-10-19  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md, trepan/lib/format.py: Add
	twine check in release process

2019-10-02  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md: Release update

2019-10-02  rocky <rocky@gnu.org>

	* admin-tools/check-newer-versions.sh,
	admin-tools/pyenv-newer-versions, admin-tools/pyenv-versions: Bump
	versions tested

2019-10-02  rocky <rocky@gnu.org>

	* NEWS.md, __pkginfo__.py, trepan/lib/term_background.py,
	trepan/version.py: Get ready for release 0.8.10

2019-10-02  rocky <rocky@gnu.org>

	* : commit dceff25399a87bbdc0feb87cac237d5ebfe2ab5f Author: rocky
	<rocky@gnu.org> Date:   Wed Oct 2 10:27:07 2019 -0400

2019-10-01  rocky <rocky@gnu.org>

	* docs/entry-exit.rst: Small doc change

2019-09-30  rocky <rocky@gnu.org>

	* docs/entry-exit.rst: extry/exit Doc python doc fix

2019-09-30  rocky <rocky@gnu.org>

	* docs/entry-exit.rst, trepan/api.py, trepan/processor/cmdproc.py:
	Misc IPython-related and doc fixes

2019-09-30  rocky <rocky@gnu.org>

	* .circleci/config.yml: CircleCI try 2

2019-09-30  rocky <rocky@gnu.org>

	* .circleci/config.yml: CircleCI forces update yet again

2019-09-30  rocky <rocky@gnu.org>

	* trepan/lib/format.py: IPython updates

2019-09-28  rocky <rocky@gnu.org>

	* README.rst: Add downloads badge

2019-08-18  rocky <rocky@gnu.org>

	* MANIFEST.in, NEWS => NEWS.md: Get ready for release 0.8.9

2019-08-18  rocky <rocky@gnu.org>

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

2019-08-11  rocky <rocky@gnu.org>

	* .circleci/config.yml: Circle 7th try

2019-08-11  rocky <rocky@gnu.org>

	* .circleci/config.yml: CircleCI 6th try

2019-08-11  rocky <rocky@gnu.org>

	* .circleci/config.yml: 5th CircleCi try

2019-08-11  rocky <rocky@gnu.org>

	* .circleci/config.yml: Circle 4th try

2019-08-11  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #20 from rocky/circleci-20-test Adding auto-generated CircleCI 2.0 config file

2019-08-11  rocky <rocky@gnu.org>

	* .circleci/config.yml: Use 3.7.4 on circleci

2019-08-11  rocky <rocky@gnu.org>

	* appveyor.yml: Try 3.7 testing on appveyor

2019-08-11  rocky <rocky@gnu.org>

	* .travis.yml, __pkginfo__.py, trepan/lib/format.py: Go with
	Pygments 2.2.0...  This seems to have the colors we want.  Try 3.7 travis testing

2019-08-11  rocky <rocky@gnu.org>

	* setup.cfg, trepan/lib/format.py: More stuff to keep up with
	changing Python world

2019-08-11  rocky <rocky@gnu.org>

	* trepan/lib/format.py: Adjust for what seems like newer pygments
	styles...  darkgray -> gray darkblue -> blue

2019-04-16  rocky <rocky@gnu.org>

	* test/data/highlight-38.right, test/data/step-38.right,
	test/integration/helper.py, test/integration/test-general.py,
	test/integration/test-highlight.py: 3.8 tolerance

2019-04-16  rocky <rocky@gnu.org>

	* trepan/lib/term_background.py: term-256color tolerance

2019-04-10  rocky <rocky@gnu.org>

	* setup.py: Allow 3.8 debugging

2019-04-09  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump required xdis, uncompyle6 versions

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

	* : commit 4479f72a9d3ab4c60d37ec37c0e5c46ae6fb92ae Author: rocky
	<rocky@gnu.org> Date:   Mon Dec 10 05:59:16 2018 -0500

2018-10-27  rocky <rocky@gnu.org>

	* admin-tools/make-dist-newer.sh: Administrivia

2018-10-27  rocky <rocky@gnu.org>

	* .travis.yml: Administrivia

2018-10-27  rocky <rocky@gnu.org>

	* admin-tools/pyenv-newer-versions: Get ready for release 0.8.8
	(administrivia)

2018-10-27  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, admin-tools/how-to-make-a-release.md,
	trepan/version.py: Get ready for release 0.8.8

2018-09-27  rocky <rocky@gnu.org>

	* appveyor.yml: Try updating appveyor

2018-09-13  rocky <rocky@gnu.org>

	* README.rst: Correct Python versions badge Fixes #18

2018-08-19  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #16 from
	yssource/ignore-duplicate-startup-profile keep it from sourcing twice, if the startup-profile has already
	setup.

2018-08-18  Dan Girshovich <dan@rigetti.com>

	* trepan/cli.py, trepan/client.py: Fix call from cli.py to
	MClient.main. A change to the MClient.main argument list wasn't
	propagated to this call site.

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

	* trepan/bwprocessor/__init__.py, trepan/inout/__init__.py,
	trepan/inout/input.py, trepan/lib/__init__.py,
	trepan/processor/command/__init__.py,
	trepan/processor/command/info_subcmd/__init__.py,
	trepan/processor/command/set_subcmd/__init__.py,
	trepan/processor/command/show_subcmd/__init__.py: Python changed
	something to make this break. Thanks, Python!

2018-07-28  rocky <rocky@gnu.org>

	* __pkginfo__.py, admin-tools/how-to-make-a-release.md, setup.py,
	trepan/interface.py, trepan/interfaces/user.py: Administrivia and
	tolerate pytest-trepan weirdness

2018-07-02  rocky <rocky@gnu.org>

	* trepan/processor/parse/parser.py: One more comment tweak

2018-07-02  rocky <rocky@gnu.org>

	* trepan/processor/parse/parser.py: Snort snort in a comment

2018-07-02  rocky <rocky@gnu.org>

	* trepan/processor/parse/parser.py: Remove unusing parser rule...  Thanks to Jeffrey Kegler, the Marpa author

2018-06-26  rocky <rocky@gnu.org>

	* circle.yml: Remove CircleCI 1.1

2018-06-25  rocky <rocky@gnu.org>

	* .circleci/config.yml: Try CircleCI 2.0

2018-06-25  rocky <rocky@gnu.org>

	* .circleci/config.yml: Another CircleCI try

2018-06-25  rocky <rocky@gnu.org>

	* .circleci/config.yml: CirlecCI 2.0 seems to want 3.5.3

2018-06-25  rocky <rocky@gnu.org>

	* .circleci/config.yml: Try CircleCI 2.0

2018-06-25  rocky <rocky@gnu.org>

	* trepan/processor/parse/scanner.py: Correct position update in
	parsing

2018-06-02  JimmyG <jimmy.m.gong@gmail.com>

	* trepan/options.py: keep it from sourcing twice, if the
	startup-profile has alreay setup.  trepan.api.debug(start_opts={'startup-profile':
	['$HOME/.config/trepanpy/profile']})

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

	* docs/entry-exit.rst: The Engish she is hard for me

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

	* admin-tools/make-docs.sh, docs/commands/data/deparse.rst,
	docs/commands/info/code.rst, docs/commands/set/substitute.rst,
	docs/commands/show/cmdtrace.rst, docs/commands/show/style.rst,
	trepan/processor/command/set_subcmd/substitute.py,
	trepan/processor/command/show_subcmd/style.py: Fix a number of
	RsT/sphinx bugs

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

	* docs/entry-exit.rst: Correct sphynx link

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

	* docs/entry-exit.rst: More wordsmithing

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

	* docs/entry-exit.rst: Grammar typo

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

	* docs/entry-exit.rst, trepan/debugger.py: Tweak entry/exit RsT
	doc...  More info around startup profile

2018-05-31  rocky <rocky@gnu.org>

	* docs/entry-exit.rst: More wordsmithing

2018-05-31  rocky <rocky@gnu.org>

	* docs/entry-exit.rst: Formatating Woes

2018-05-31  rocky <rocky@gnu.org>

	* docs/entry-exit.rst: Sphynx Formatting woes

2018-05-31  rocky <rocky@gnu.org>

	* docs/entry-exit.rst: Correct documentation for start_opts

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

	* docs/commands/info/break.rst: More "info break" doc tweaks

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

	* : commit c1d051cffd90e00cb38fa195cb0d45974a384dfa Author: rocky
	<rocky@gnu.org> Date:   Mon May 28 22:14:24 2018 -0400

2018-05-28  rocky <rocky@gnu.org>

	* docs/commands/info/break.rst: Rst formatting

2018-05-28  rocky <rocky@gnu.org>

	* docs/commands/info/break.rst,
	trepan/processor/command/info_subcmd/break.py: Add "info break"
	example

2018-05-28  rocky <rocky@gnu.org>

	* docs/commands/breakpoints/break.rst,
	trepan/processor/command/break.py: Add help link to 'info break'
	from 'break'

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

	* docs/commands/info/break.rst,
	trepan/processor/command/info_subcmd/break.py: Update "info break"
	help

2018-04-16  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md: Administrivia

2018-04-16  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md: Administrivia

2018-04-16  rocky <rocky@gnu.org>

	* README.rst, docs/commands/stack/backtrace.rst,
	trepan/processor/command/backtrace.py: Update docs before release

2018-04-16  rocky <rocky@gnu.org>

	* admin-tools/pyenv-newer-versions: Administrivia

2018-04-16  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, admin-tools/how-to-make-a-release.md,
	trepan/version.py: Get ready for release 0.8.7

2018-04-15  rocky <rocky@gnu.org>

	* bin/trepan3k, test/unit/test-cmdbreak.py, trepan/lib/deparse.py,
	trepan/lib/stack.py: where -d robustness

2018-04-14  rocky <rocky@gnu.org>

	* trepan/processor/parse/parser.py,
	trepan/processor/parse/semantics.py: Bump copyright

2018-04-14  rocky <rocky@gnu.org>

	* trepan/lib/deparse.py, trepan/lib/stack.py,
	trepan/processor/cmdproc.py, trepan/processor/command/backtrace.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/deval.py,
	trepan/processor/command/info_subcmd/locals.py: DRY dpearse code and
	cache code objects

2018-04-13  rocky <rocky@gnu.org>

	* trepan/lib/deparse.py, trepan/lib/stack.py,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/deparse.py: Add options on backtrace ...  * -s, --source: to show source text * -d, --deparse to show deparsed text

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

	* test/unit/test-cmdbreak.py: Forgot to add unit test

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

	* __pkginfo__.py, test/unit/test-cmdproc.py,
	trepan/processor/cmdbreak.py, trepan/processor/parse/parser.py,
	trepan/processor/parse/semantics.py: Correct parsing of
	"location_if" ...  more testing is needed

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

	* __pkginfo__.py: More backoff until next uncompyle6 is released

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

	* __pkginfo__.py: Relax xdis version for now

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

	* __pkginfo__.py: Bump xdis and uncompyle6 min versions

2018-03-26  rocky <rocky@gnu.org>

	* trepan/processor/parse/semantics.py: Remove debug

2018-03-26  rocky <rocky@gnu.org>

	* : commit 1f4c9c1f7b0f8e75ada3f3b58d49dbbfaa7a2879 Merge: b359038
	6cab619 Author: rocky <rocky@gnu.org> Date:   Mon Mar 26 19:02:48
	2018 -0400

2018-03-21  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/processor/command/deparse.py: Bump min
	uncompyle6 version...  We use the newer, simpler API

2018-03-21  rocky <rocky@gnu.org>

	* trepan/lib/disassemble.py, trepan/processor/command/deparse.py:
	Python sourcecode lines go into 1,000s...  So save 4 places for these.

2018-03-13  rocky <rocky@gnu.org>

	* trepan/processor/cmdproc.py: Small eval handling improvements

2018-03-13  rocky <rocky@gnu.org>

	* trepan/lib/deparse.py: Use newer uncompyle6 API

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

	* __pkginfo__.py: Modname has to be trepan3k for packaging, not
	trepan

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

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

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

	* __pkginfo__.py: Bump uncompyle6 version

2018-03-05  rocky <rocky@gnu.org>

	* README.rst: Remove Latest Versions

2018-03-05  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #11 from movermeyer/fix_badges Switched broken pypip.in badges to shields.io

2018-03-01  rocky <rocky@gnu.org>

	* docs/commands/data/disassemble.rst: Tweak disassemble command doc

2018-02-17  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Remove deparse --pretty..  (We may add it back in again later).  sync with trepan2 code.

2018-02-17  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/processor/command/deparse.py: Use API fn
	from new uncompyle6 in deparse

2018-02-16  rocky <rocky@gnu.org>

	* __pkginfo__.py, setup.py, trepan/processor/command/disassemble.py:
	disassemble improvements

2018-02-11  rocky <rocky@gnu.org>

	* admin-tools/make-dist.sh, setup.py: Administrivia

2018-02-11  rocky <rocky@gnu.org>

	* README.rst: Work around the fact that we don't have a Tutorial

2018-02-07  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md: One more typo

2018-02-07  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md, admin-tools/make-dist.sh,
	setup.py: Administrivia: dist building

2018-02-07  rocky <rocky@gnu.org>

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

2018-02-05  rocky <rocky@gnu.org>

	* __pkginfo__.py: Change modname

2018-02-05  rocky <rocky@gnu.org>

	* : commit f026e4dee22b7c1b4c79b17f6c1503b7b88abf3f Author: rocky
	<rocky@gnu.org> Date:   Mon Feb 5 09:53:27 2018 -0500

2018-02-05  rocky <rocky@gnu.org>

	* NEWS, trepan/processor/command/deparse.py, trepan/version.py: Get
	ready for release 0.8.4

2018-02-01  rocky <rocky@gnu.org>

	* : commit bdd20d94f4608177ad5ac24f834bd9bf6dc94374 Author: rocky
	<rocky@gnu.org> Date:   Thu Feb 1 21:51:22 2018 -0500

2018-01-30  rocky <rocky@gnu.org>

	* docs/commands/info/globals.rst, docs/commands/info/locals.rst,
	trepan/processor/command/deparse.py: info locals/globals docs and
	deparse sync

2018-01-30  rocky <rocky@gnu.org>

	* : commit c26ae2d61ca9667fedf0687ca6f6b37325db2dc6 Author: rocky
	<rocky@gnu.org> Date:   Tue Jan 30 21:27:58 2018 -0500

2018-01-29  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Correct deparse demo program

2018-01-27  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump xdis again

2018-01-27  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #9 from rocky/linemap Linemap

2018-01-27  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/lib/disassemble.py,
	trepan/processor/cmdproc.py, trepan/processor/command/list.py: Need
	uncompyle 2.15.0 now ...  deparsing, disassembly improvements

2018-01-26  rocky <rocky@gnu.org>

	* __pkginfo__.py, setup.py: Require newer pyficache...  for linemap. Also go over and use __pkginfo__ vars

2018-01-26  rocky <rocky@gnu.org>

	* trepan/client.py, trepan/lib/deparse.py,
	trepan/processor/cmdproc.py, trepan/processor/command/deparse.py,
	trepan/processor/command/list.py: DRY common deparse routines...  and add deparsing in "list" command.

2018-01-25  rocky <rocky@gnu.org>

	* trepan/cli.py: Python 3.4- compliance...  (And in truth, this was a bug)

2018-01-25  rocky <rocky@gnu.org>

	* trepan/lib/deparse.py, trepan/lib/disassemble.py,
	trepan/processor/cmdfns.py, trepan/processor/cmdproc.py: Start
	deparse line remapping

2018-01-22  rocky <rocky@gnu.org>

	* trepan/cli.py: Decompile bytecode main file if needed

2018-01-22  rocky <rocky@gnu.org>

	* README.rst: Another doc typo

2018-01-22  rocky <rocky@gnu.org>

	* README.rst, admin-tools/how-to-make-a-release.md: Cut and paste
	typo

2018-01-21  rocky <rocky@gnu.org>

	* admin-tools/how-to-make-a-release.md, admin-tools/make-dist.sh:
	Admin tweak

2018-01-21  rocky <rocky@gnu.org>

	* README.rst: Rst tweak

2018-01-21  rocky <rocky@gnu.org>

	* admin-tools/check-versions.sh,
	admin-tools/how-to-make-a-release.md, admin-tools/make-dist.sh,
	admin-tools/pyenv-versions: Admnistrivia for 0.8.3 release

2018-01-21  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, docs/syntax/location.rst,
	trepan/processor/command/p.py, trepan/version.py: Get ready for
	release 0.8.3

2018-01-21  rocky <rocky@gnu.org>

	* docs/commands/breakpoints/break.rst: Sync up break! rst doc with
	command

2018-01-21  rocky <rocky@gnu.org>

	* : commit fa0959a3462ca19c3a1ca3e53a86c755e092f6b0 Author: rocky
	<rocky@gnu.org> Date:   Sun Jan 21 10:25:19 2018 -0500

2018-01-19  rocky <rocky@gnu.org>

	* trepan/processor/cmdbreak.py, trepan/processor/command/break.py:
	Add force option on break

2018-01-18  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: Sync deparse with trepan2

2018-01-18  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py,
	trepan/processor/parse/parser.py,
	trepan/processor/parse/semantics.py: Improve deparse command ...  Show deparse error message.  semantics.py: remove debug output

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

	* admin-tools/check-newer-versions.sh,
	admin-tools/how-to-make-a-release.md,
	admin-tools/make-dist-newer.sh, admin-tools/pyenv-newer-versions,
	admin-tools/setup-master.sh, trepan/processor/command/deparse.py,
	trepan/processor/command/list.py, trepan/processor/parse/parser.py,
	trepan/processor/parse/semantics.py: Sync with python2

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

	* : commit 0057efaf03470ecdd6fac5c2813237da2facfb50 Author: rocky
	<rocky@gnu.org> Date:   Tue Nov 7 14:03:55 2017 -0500

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

	* trepan/processor/command/deparse.py: Simplify passing version to
	decompiler...  However this assumes a new uncompyle6 version

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

	* docs/commands/data/disassemble.rst, docs/commands/files/list.rst,
	docs/syntax/arange.rst, docs/syntax/range.rst: RsT hacking

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

	* trepan/processor/command/disassemble.py,
	trepan/processor/command/list.py: Rst docs

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

	* docs/syntax.rst: Rst docs

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

	* docs/commands/data/deparse.rst,
	docs/commands/data/disassemble.rst, docs/commands/files/list.rst,
	docs/syntax/arange.rst, docs/syntax/command.rst,
	docs/syntax/examples.rst, docs/syntax/filename.rst,
	docs/syntax/location.rst, docs/syntax/range.rst: Go over RsT docs

2017-11-02  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #8 from rocky/add-parser Add parser

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

	* README.rst, setup.py, trepan/post_mortem.py,
	trepan/processor/command/help/arange.rst,
	trepan/processor/command/help/location.rst, trepan/version.py: Sync
	with trepan2 Doc fixes, remove cascading exceptions in post-moterm bump version

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

	* NEWS, __pkginfo__.py, test/data/macro-pypy.right,
	test/data/macro.right, test/integration/test-macro.py,
	test/unit/test-break.py, test/unit/test-cmdproc.py,
	test/unit/test-disassemble.py, test/unit/test-list.py,
	test/unit/{test-pr.py => test-print.py}, test/unit/test-tcp.py,
	trepan/lib/disassemble.py, trepan/lib/format.py,
	trepan/processor/cmd_addrlist.py, trepan/processor/cmdbreak.py,
	trepan/processor/cmdlist.py, trepan/processor/cmdproc.py,
	trepan/processor/command/break.py,
	trepan/processor/command/continue.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/help/location.rst,
	trepan/processor/command/help/range.rst,
	trepan/processor/command/ipython.py,
	trepan/processor/command/list.py, trepan/processor/command/mock.py,
	trepan/processor/command/{pr.py => p.py},
	trepan/processor/command/tbreak.py, trepan/processor/frame.py,
	trepan/processor/location.py, trepan/processor/parse/__init__.py,
	trepan/processor/parse/parser.py,
	trepan/processor/parse/scanner.py,
	trepan/processor/parse/semantics.py, trepan/processor/parse/tok.py,
	trepan/version.py: First cut at parsed ranges and breakpoints

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

	* README.rst: Split out trepan3k doc - use our links

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

	* docs/conf.py, docs/index.rst: Attempt readthedocs fix

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

	* docs/.gitignore, docs/Makefile, docs/commands.rst,
	docs/commands/Makefile, docs/commands/breakpoints.rst,
	docs/commands/breakpoints/Makefile,
	docs/commands/breakpoints/break.rst,
	docs/commands/breakpoints/clear.rst,
	docs/commands/breakpoints/condition.rst,
	docs/commands/breakpoints/delete.rst,
	docs/commands/breakpoints/disable.rst,
	docs/commands/breakpoints/enable.rst,
	docs/commands/breakpoints/tbreak.rst, docs/commands/data.rst,
	docs/commands/data/Makefile, docs/commands/data/deparse.rst,
	docs/commands/data/disassemble.rst, docs/commands/data/display.rst,
	docs/commands/data/eval.rst, docs/commands/data/examine.rst,
	docs/commands/data/pdef.rst, docs/commands/data/pp.rst,
	docs/commands/data/pr.rst, docs/commands/data/pydocx.rst,
	docs/commands/data/undisplay.rst, docs/commands/data/whatis.rst,
	docs/commands/files.rst, docs/commands/files/Makefile,
	docs/commands/files/edit.rst, docs/commands/files/list.rst,
	docs/commands/info.rst, docs/commands/info/Makefile,
	docs/commands/info/args.rst, docs/commands/info/break.rst,
	docs/commands/info/builtins.rst, docs/commands/info/code.rst,
	docs/commands/info/display.rst, docs/commands/info/files.rst,
	docs/commands/info/frame.rst, docs/commands/info/globals.rst,
	docs/commands/info/line.rst, docs/commands/info/locals.rst,
	docs/commands/info/macro.rst, docs/commands/info/pc.rst,
	docs/commands/info/program.rst, docs/commands/info/return.rst,
	docs/commands/info/signals.rst, docs/commands/info/source.rst,
	docs/commands/info/threads.rst, docs/commands/running.rst,
	docs/commands/running/Makefile, docs/commands/running/continue.rst,
	docs/commands/running/exit.rst, docs/commands/running/finish.rst,
	docs/commands/running/jump.rst, docs/commands/running/kill.rst,
	docs/commands/running/next.rst, docs/commands/running/quit.rst,
	docs/commands/running/restart.rst, docs/commands/running/run.rst,
	docs/commands/running/skip.rst, docs/commands/running/step.rst,
	docs/commands/set.rst, docs/commands/set/Makefile,
	docs/commands/set/autoeval.rst, docs/commands/set/autolist.rst,
	docs/commands/set/autopython.rst, docs/commands/set/basename.rst,
	docs/commands/set/cmdtrace.rst, docs/commands/set/confirm.rst,
	docs/commands/set/dbg_trepan.rst, docs/commands/set/different.rst,
	docs/commands/set/events.rst, docs/commands/set/flush.rst,
	docs/commands/set/highlight.rst, docs/commands/set/listsize.rst,
	docs/commands/set/maxstring.rst, docs/commands/set/skip.rst,
	docs/commands/set/style.rst, docs/commands/set/substitute.rst,
	docs/commands/set/trace.rst, docs/commands/set/width.rst,
	docs/commands/show.rst, docs/commands/show/Makefile,
	docs/commands/show/aliases.rst, docs/commands/show/args.rst,
	docs/commands/show/autoeval.rst, docs/commands/show/autolist.rst,
	docs/commands/show/autopython.rst, docs/commands/show/basename.rst,
	docs/commands/show/cmdtrace.rst, docs/commands/show/confirm.rst,
	docs/commands/show/dbg_trepan.rst,
	docs/commands/show/different.rst, docs/commands/show/events.rst,
	docs/commands/show/flush.rst, docs/commands/show/highlight.rst,
	docs/commands/show/listsize.rst, docs/commands/show/maxstring.rst,
	docs/commands/show/skip.rst, docs/commands/show/style.rst,
	docs/commands/show/trace.rst, docs/commands/show/width.rst,
	docs/commands/stack.rst, docs/commands/stack/Makefile,
	docs/commands/stack/backtrace.rst, docs/commands/stack/down.rst,
	docs/commands/stack/frame.rst, docs/commands/stack/up.rst,
	docs/commands/support.rst, docs/commands/support/Makefile,
	docs/commands/support/alias.rst, docs/commands/support/bpython.rst,
	docs/commands/support/debug.rst, docs/commands/support/help.rst,
	docs/commands/support/ipython.rst, docs/commands/support/macro.rst,
	docs/commands/support/python.rst, docs/commands/support/source.rst,
	docs/commands/support/unalias.rst, docs/conf.py,
	docs/entry-exit.rst, docs/features.rst, docs/index.rst,
	docs/install.rst, docs/make.bat, docs/manpages.rst,
	docs/manpages/Makefile, docs/manpages/trepan3k.rst,
	docs/manpages/trepan3kc.rst, docs/syntax.rst,
	docs/syntax/command.rst, docs/syntax/suffixes.rst: Start readthedocs
	doc for trepan3k

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

	* __pkginfo__.py: Bump required xdis/uncompyle6 versions

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

	* __pkginfo__.py, trepan/lib/breakpoint.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/enable.py: Follow gdb for enable, disable,
	delete...  No args enables, disables or deletes all of them.  Delete has an alias delete! to not prompt

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

	* .travis.yml, trepan/version.py: Get ready for release 0.7.8

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

	* test/unit/test-bytecode.py: Wrong logic for no PyPy and 3.7

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

	* .travis.yml, NEWS, __pkginfo__.py, setup.py,
	test/data/highlight-pypy.right, test/data/macro-pypy.right,
	test/data/noscript-pypy.right, test/data/step-pypy.right,
	test/integration/helper.py, test/unit/test-bytecode.py,
	test/unit/test-completion.py: Python 3.7 and Pypy 3 tolerance

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

	* .travis.yml: 3.2 too old for travis, but we still support it.

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

	* .travis.yml, README.rst: Try Python 3.2 on Travis

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

	* NEWS, setup.py: More precise setup versions. Update NEWS

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

	* README.rst: Go over doc before release.

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

	* .travis.yml: Travis testing borked?

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

	* NEWS, __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/{trepan.py => ctrepan.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 => 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
	expression 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 configuration 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/check
	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 completion 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-io-input.py =>
	test-inout-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-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 => 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)
	Integration test output changes due to running into defaultoutput
	encoding. FIXME down the line. Setup file name creation wrong because
	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: Revert 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/{io => inout}/base.py, trepan/{io => inout}/fifoclient.py,
	trepan/{io => inout}/fifoserver.py, trepan/{io => inout}/output.py,
	trepan/{io => inout}/scriptin.py, trepan/{io =>
	inout}/stringarray.py, trepan/{io => inout}/tcpclient.py,
	trepan/{io => inout}/tcpfns.py, trepan/{io => 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/input.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 synchronize 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-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 => 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-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 debugger
	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
	=> input.py}, trepan/io/{dbg_output.py => output.py},
	trepan/io/scriptin.py, trepan/lib/__init__.py, trepan/misc.py:
	dbg_{input,output} -> {input,output}. misc.py, __init__.py: start to
	simpilfy 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
