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

	* __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 verison 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 remaping

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
	expresssion and highlight changes...  * show display expression after setting it * clear source-code cache after setting highlight

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

	* __pkginfo__.py: Update uncompyle6 version

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

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

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

	* trepan/interfaces/user.py: PyPy tolerance

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

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

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

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

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

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

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

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

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

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

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

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

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

	* README.rst: Downloads status wrong again

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

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

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

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

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

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

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

	* requirements.txt: Another travis test (typo)

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

	* requirements.txt: Another tranvis test

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

	* requirements.txt: I am Dyslexic

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

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

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

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

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

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

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

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

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

	* tox.ini: Thanks flake8

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* trepan/api.py: Additional check on start_opts

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* Makefile: Add target install-requirements

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

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

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

	* README.rst: Make pypi RST safe?

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

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

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

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

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

	* README.rst: Advertise pygments styles

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* README.rst: One more Rst change

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

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

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

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

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

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

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

	* setup.py: Release as trepan3k

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* README.rst: Add links to readthedocs where possible

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* trepan/processor/cmdproc.py: Lint cmdproc

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

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

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

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

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

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

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

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

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

	* README.rst: Reorder list

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

	* README.rst: Revise README to note trepanning similarity

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

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

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

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

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

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

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

	* README.rst: Link to ipython stuff

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* __pkginfo__.py: Modname back to trepan

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

	* trepan/inout/output.py: silence flake8

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

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

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

	* README.rst: Add TOC

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* README.rst: README.rst link correcton

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

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

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

	* README.rst: Forget target on travis build tag

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

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

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

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

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

	* README.rst: Add travis build status badge

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

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

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

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

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

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

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

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

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

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

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

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

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

	* .travis.yml: Travis 2nd try

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

	* .travis.yml: Try travis

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

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

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

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

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

	* __pkginfo__.py, requirements.txt, setup.py,
	test/functional/fn_helper.py, test/functional/setup.cfg,
	test/functional/stringarray.py, test/integration/helper.py,
	test/integration/setup.cfg, test/integration/test-general.py,
	test/integration/test-macro.py, test/integration/test-noscript.py,
	test/unit/cmdhelper.py, test/unit/test-break.py,
	test/unit/test-brkpt.py, test/unit/test-bytecode.py,
	test/unit/test-clifns.py, test/unit/test-cmd-alias.py,
	test/unit/test-cmdfns.py, test/unit/test-cmdproc.py,
	test/unit/test-completion.py, test/unit/test-core.py,
	test/unit/test-disassemble.py, test/unit/test-except.py,
	test/unit/test-fifo.py, test/unit/test-help.py,
	test/unit/test-info-files.py, test/unit/{test-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)
	Integeration test output changes due to running into defaultoutput
	encoding. FIXME down the line. Setup file name creation wrong becase
	debugger name is "trepan" not trepan3k.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* .gitignore, setup.py, test/data/macro.right,
	test/functional/fn_helper.py, test/functional/test-break.py,
	test/functional/test-finish.py, test/functional/test-jump.py,
	test/functional/test-next.py, test/functional/test-sig.py,
	test/functional/test-skip.py, test/functional/test-step.py,
	test/integration/helper.py, test/integration/test-general.py,
	test/integration/test-noscript.py, test/unit/cmdhelper.py,
	test/unit/test-break.py, test/unit/test-brkpt.py,
	test/unit/test-bytecode.py, test/unit/test-clifns.py,
	test/unit/test-cmd-alias.py, test/unit/test-cmdfns.py,
	test/unit/test-cmdproc.py, test/unit/test-completion.py,
	test/unit/test-core.py, test/unit/test-disassemble.py,
	test/unit/test-except.py, test/unit/test-fifo.py,
	test/unit/test-finish.py, test/unit/test-help.py,
	test/unit/test-info-files.py, test/unit/test-io-input.py,
	test/unit/test-kill.py, test/unit/test-lib-complete.py,
	test/unit/test-lib-display.py, test/unit/test-lib-eval.py,
	test/unit/test-lib-file.py, test/unit/test-lib-pp.py,
	test/unit/test-lib-print.py, test/unit/test-lib-sig.py,
	test/unit/test-lib-thread.py, test/unit/test-list.py,
	test/unit/test-misc.py, test/unit/test-pdef.py,
	test/unit/test-pr.py, test/unit/test-run.py,
	test/unit/test-stack.py, test/unit/test-tcp.py,
	test/unit/test-user.py, trepan/VERSION.py, trepan/api.py,
	trepan/bwcli.py, trepan/bwprocessor/command/base_cmd.py,
	trepan/bwprocessor/command/mock.py,
	trepan/bwprocessor/command/step.py, trepan/bwprocessor/location.py,
	trepan/bwprocessor/main.py, trepan/cli.py, trepan/client.py,
	trepan/clifns.py, trepan/debugger.py, trepan/exception.py,
	trepan/{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 syncronize with trepan2 from
	6 months ago.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* test/unit/{test-info-file.py => test-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 debuger
	commands

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	* trepan/vprocessor.py: Processor virtual interface.

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

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

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

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

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

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

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

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

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

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

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

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

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

	* .gitignore, Makefile, test/unit/test-io-input.py,
	trepan/__init__.py, trepan/io/__init__.py, trepan/io/{dbg_input.py
	=> 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
	simplfy and DRY code

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

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

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

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

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

	* Convert more stuff

