2018-10-27  rocky <rocky@gnu.org>

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

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

	* trepan/processor/parse/parser.py: One more comment tweak

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

	* admin-tools/setup-master.sh, trepan/processor/parse/parser.py: 
	Remove unused rule in location parser Thanks to Jeffrey Kegler who wrote Marpa

2018-06-25  rocky <rocky@gnu.org>

	* .circleci/config.yml: Try CircleCI 2.0

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: Fix position update in parsing

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
	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: Tweak doc on 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: Sphyx formatting woes

2018-05-31  rocky <rocky@gnu.org>

	* docs/entry-exit.rst: Correct documentation for start options.

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

	* docs/commands/info/break.rst,
	trepan/processor/command/info_subcmd/break.py: More "info break" doc
	tweaks

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 link to "info break" from
	"break".

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

	* docs/commands/info/break.rst,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/info_subcmd/break.py: More verbiage on
	"info break" and ...  extend max allowed params on backtrace to account for options like
	'-d' and '-s'.

2018-04-16  rocky <rocky@gnu.org>

	* README.rst: README.rst vs pypi

2018-04-16  rocky <rocky@gnu.org>

	* README.rst, docs/commands/stack/backtrace.rst: Doc change

2018-04-16  rocky <rocky@gnu.org>

	* NEWS, trepan/lib/disassemble.py,
	trepan/processor/command/deparse.py, trepan/version.py: Get ready
	for release 0.8.7 Sync with trepan3k.  Bump width of source lines in disassemble to 4
	places

2018-04-15  rocky <rocky@gnu.org>

	* bin/trepan2, trepan/lib/deparse.py, trepan/lib/stack.py: 
	robustness in lib/deparse.py

2018-04-15  rocky <rocky@gnu.org>

	* test/unit/test-cmdbreak.py, trepan/processor/command/deval.py: Add
	cmdbreak test and reinstate deval

2018-04-14  rocky <rocky@gnu.org>

	* __pkginfo__.py: Dependency hell

2018-04-14  rocky <rocky@gnu.org>

	* test/example/fib.py, trepan/lib/deparse.py, trepan/lib/stack.py,
	trepan/processor/cmdbreak.py, trepan/processor/cmdproc.py,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/info_subcmd/locals.py,
	trepan/processor/location.py, trepan/processor/parse/parser.py,
	trepan/processor/parse/semantics.py: bt fixups: Sync with trepan3

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 min xdis and uncompyle6 versions

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

	* trepan/processor/cmdfns.py, trepan/processor/cmdproc.py: Small
	improvements in showing eval string

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

	* trepan/lib/deparse.py, trepan/processor/command/deparse.py,
	trepan/processor/command/list.py: Use newer uncompyle6 api

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

	* __pkginfo__.py: Bump xdis version needed

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

	* README.rst: Remove dead "Latest Version"

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

	* : Merge pull request #23 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>

	* __pkginfo__.py, trepan/processor/command/deparse.py: Use API fn
	from new uncompyle6 in deparse

2018-02-16  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/processor/command/disassemble.py: Small
	disassemble fixes

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

	* : Merge pull request #22 from lpenz/tutoriallink Fix Tutorial links

2018-02-10  R. Bernstein <rocky@users.noreply.github.com>

	* docs/index.rst: Remove broken link. Thanks to Leandro Penz .

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

	* NEWS, admin-tools/how-to-make-a-release.md, trepan/version.py: Get
	ready for release 0.8.4

2018-02-03  rocky <rocky@gnu.org>

	* __pkginfo__.py, admin-tools/setup-master.sh,
	trepan/lib/deparse.py: Admnistrivia

2018-02-03  rocky <rocky@gnu.org>

	* __pkginfo__.py, trepan/lib/disassemble.py,
	trepan/processor/cmdproc.py, trepan/processor/command/deparse.py,
	trepan/processor/command/list.py: Cache deparse info

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

	* trepan/processor/command/set_subcmd/style.py: "set style"
	improvements

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

	* trepan/processor/command/deparse.py: Handle PyPy better

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

	* docs/commands/info/globals.rst, docs/commands/info/locals.rst: Doc
	fixes

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

	* trepan/processor/command/info_subcmd/globals.py,
	trepan/processor/command/info_subcmd/locals.py: fix recent doc
	changes

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

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

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

	* docs/commands/info/globals.rst, docs/commands/info/locals.rst: I
	said, go over docs

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

	* : commit 930e50790a0e4fb295ded9bfc9c086b1d0f622ec Author: rocky
	<rocky@gnu.org> Date:   Tue Jan 30 21:07:07 2018 -0500

2018-01-29  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump package versions

2018-01-29  rocky <rocky@gnu.org>

	* trepan/processor/command/deparse.py: deparse API changed. Fix
	deparse demo code

2018-01-21  rocky <rocky@gnu.org>

	* admin-tools/setup-master.sh, admin-tools/setup-python-2.4.sh: 
	Switching administrivia

2018-01-21  rocky <rocky@gnu.org>

	* README.rst, admin-tools/how-to-make-a-release.md: Back off RsT
	link

2018-01-21  rocky <rocky@gnu.org>

	* admin-tools/make-dist-newer.sh: More administrivia

2018-01-21  rocky <rocky@gnu.org>

	* README.rst: README.Rst fixup

2018-01-21  rocky <rocky@gnu.org>

	* NEWS, __pkginfo__.py, trepan/inout/tcpclient.py,
	trepan/processor/command/deval.py: Get ready for release 0.8.3

2018-01-21  rocky <rocky@gnu.org>

	* : commit 52261f5b46db2cbd8bd906a497e19918306e194f Author: rocky
	<rocky@gnu.org> Date:   Sun Jan 21 13:02:00 2018 -0500

2018-01-19  rocky <rocky@gnu.org>

	* trepan/processor/cmdbreak.py, trepan/processor/command/break.py,
	trepan/processor/command/deparse.py: Add force option on break

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

	* admin-tools/how-to-make-a-release.md: Administrivia

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

	* admin-tools/how-to-make-a-release.md: Administrivia

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

	* admin-tools/how-to-make-a-release.md,
	admin-tools/make-dist-newer.sh, admin-tools/make-dist-older.sh: 
	Administrivia

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

	* admin-tools/check-older-versions.sh,
	admin-tools/how-to-make-a-release.md,
	admin-tools/how-to-make-a-release.txt,
	admin-tools/pyenv-older-versions: Administrivia

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

	* admin-tools/check-newer-versions.sh,
	admin-tools/how-to-make-a-release.txt,
	admin-tools/pyenv-newer-versions: Administriva

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

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

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

	* .gitignore, admin-tools/how-to-make-a-release.txt,
	admin-tools/setup-master.sh, admin-tools/setup-python-2.4.sh: 
	Administrivia

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

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

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

	* __pkginfo__.py: Bump version

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

	* __pkginfo__.py, trepan/processor/parse/parser.py,
	trepan/processor/parse/semantics.py: Sync pkg verfsions, remove
	parse debug output

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

	* trepan/processor/command/deparse.py: uncompyle6 field name had
	changed

2017-11-15  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump min package requirements

2017-11-15  rocky <rocky@gnu.org>

	* __pkginfo__.py: Bump min package requirements

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

	* docs/commands/data/disassemble.rst, docs/commands/files/list.rst,
	trepan/lib/disassemble.py, trepan/processor/command/disassemble.py: 
	disassemble command/lib fixes

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

	* docs/syntax/command.rst, docs/syntax/examples.rst,
	docs/syntax/range.rst: More Rst

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: More rst

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

	* docs/syntax/arange.rst, docs/syntax/examples.rst,
	docs/syntax/filename.rst, docs/syntax/location.rst: More rst

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

	* docs/syntax/filename.rst: More rst

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

	* docs/syntax.rst, docs/syntax/arange.rst,
	docs/syntax/examples.rst, docs/syntax/filename.rst: More rst

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

	* docs/commands/data/disassemble.rst, docs/commands/files/list.rst,
	docs/syntax/examples.rst, docs/syntax/filename.rst,
	docs/syntax/range.rst: Rst docs yet again

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

	* docs/commands/data/deparse.rst, docs/commands/files/list.rst,
	docs/syntax/range.rst: More Rst hacking

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

	* docs/syntax/arange.rst, docs/syntax/location.rst: Add syntax
	location rst

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

	* docs/syntax/arange.rst, docs/syntax/command.rst,
	docs/syntax/examples.rst, docs/syntax/range.rst: More Rst formatting

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

	* docs/commands/data/disassemble.rst, docs/commands/files/list.rst,
	docs/syntax.rst, docs/syntax/arange.rst, docs/syntax/examples.rst,
	docs/syntax/filename.rst, docs/syntax/range.rst,
	trepan/processor/command/disassemble.py: Go over documentation

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

	* trepan/post_mortem.py: Reduce cascading errors

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

	* NEWS, __pkginfo__.py, setup.py,
	trepan/processor/command/help/arange.rst,
	trepan/processor/command/help/location.rst: Fix packaging bugs And more doc tweaking

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

	* trepan/processor/command/up.py: One more change

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

	* : commit 0709ef7a792feab8f2209e6d5faa999c638c0c7b Author: rocky
	<rocky@gnu.org> Date:   Sat Oct 28 08:34:23 2017 -0400

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

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

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

	* : commit 2a944c35b4fc8feebc5f109e74ea5f2e21cf28c6 Merge: 777e03d
	2bff465 Author: R. Bernstein <rocky@users.noreply.github.com> Date:
	Fri Oct 27 23:27:16 2017 -0400

2017-10-27  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #21 from rocky/add-parser Add parser

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

	* __pkginfo__.py, trepan/processor/parse/semantics.py: Bump
	uncompyle6 version. Remove debug print

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

	* test/unit/test-tcp.py: Skip test if client can't open port...  Seen on Windows Appveyor

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

	* trepan/lib/disassemble.py, trepan/lib/format.py,
	trepan/processor/cmd_addrlist.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/ipython.py,
	trepan/processor/command/list.py, trepan/processor/location.py: bang
	on disasm parsing

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

	* trepan/processor/cmd_addrlist.py, trepan/processor/cmdproc.py,
	trepan/processor/command/disassemble.py, trepan/processor/frame.py,
	trepan/processor/location.py: Closer disassembly processing

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

	* test/unit/test-cmdproc.py: Remove tests for removed code

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

	* trepan/processor/cmd_addrlist.py, trepan/processor/cmdproc.py,
	trepan/processor/command/disassemble.py: Forgot a new file

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

	* NEWS, test/unit/test-disassemble.py, trepan/processor/cmdproc.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/list.py, trepan/processor/command/mock.py,
	trepan/processor/location.py, trepan/processor/parse/scanner.py,
	trepan/processor/parse/semantics.py: First gimplse at disassemble
	list revamp

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

	* trepan/processor/location.py, trepan/processor/parse/parser.py,
	trepan/processor/parse/scanner.py,
	trepan/processor/parse/semantics.py: Parse address ranges. Not
	hooked to disasm yet

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

	* test/unit/{test-pr.py => test-print.py},
	trepan/processor/command/{print.py => p.py}: Python design badness
	affects code

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

	* trepan/processor/cmdlist.py, trepan/processor/command/list.py,
	trepan/processor/command/{pr.py => print.py}: gdb compatibility: cmdlist.py: list should center around function as gdb does pr.py ->
	print.py and "p" added aas an alias

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

	* trepan/processor/cmdbreak.py, trepan/processor/command/break.py,
	trepan/processor/command/continue.py: Revise "continue" for new
	loc...  simplify "break" demo code. Fix bug in cmdbreak in handling fn
	breaks.  .#      setup-master.sh

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

	* trepan/processor/cmdlist.py,
	trepan/processor/command/help/location.rst,
	trepan/processor/command/help/range.rst,
	trepan/processor/command/list.py, trepan/processor/parse/parser.py,
	trepan/processor/parse/scanner.py,
	trepan/processor/parse/semantics.py: Add gdb range offsets

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

	* NEWS: Say what's up

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

	* trepan/processor/command/break.py,
	trepan/processor/command/help/location.rst,
	trepan/processor/command/list.py,
	trepan/processor/command/tbreak.py,
	trepan/processor/parse/scanner.py: Convert tbreak, update docs...  Allow [] in function names

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

	* test/unit/test-list.py: Another appveyor workaround

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

	* test/unit/test-break.py: Work around appveyor until...  we understand what's up with platform.system() == 'Windows' not
	working

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

	* test/unit/test-break.py: See if we can figure out what
	platform.system() is on appveyor

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

	* test/unit/test-break.py: Make test MSwindows compatible

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

	* test/data/macro-pypy.right, test/integration/test-macro.py,
	trepan/processor/parse/parser.py,
	trepan/processor/parse/semantics.py: Workaround spark_parser bug not
	in release yet...  update pypy macro output

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

	* test/data/macro.right, test/unit/test-break.py,
	test/unit/test-list.py, trepan/processor/cmdbreak.py,
	trepan/processor/cmdlist.py, trepan/processor/cmdproc.py,
	trepan/processor/command/list.py, trepan/processor/location.py,
	trepan/processor/parse/semantics.py: First cut at parsed list ranges

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

	* 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: 
	Add parser code

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

	* __pkginfo__.py, test/unit/test-break.py,
	trepan/processor/cmdbreak.py, trepan/processor/cmdproc.py,
	trepan/processor/command/break.py,
	trepan/processor/command/tbreak.py, trepan/version.py: First cut at
	parsed breakpoint locations WOOT!

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

	* docs/conf.py: Doc tweak

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

	* docs/conf.py, docs/install.rst, docs/manpages.rst,
	docs/manpages/trepan3k.rst, docs/manpages/trepan3kc.rst: Separate
	trepan3k doc and...  Go over conf.py

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

	* docs/index.rst: Note realgud support

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

	* docs/features.rst, docs/index.rst: Doc hacking

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

	* docs/{overview.rst => features.rst}, docs/index.rst,
	docs/manpages/trepan2.rst, src_obj_check.py: Doc tweaks

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

	* setup.py: Administrivia

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

	* __pkginfo__.py: Remove namespace stuff

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

	* __pkginfo__.py: Version hell

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

	* __pkginfo__.py, docs/index.rst: Bump uncompyle version number

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

	* 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/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/edit.rst,
	docs/commands/files/list.rst, 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/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/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/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/backtrace.rst, docs/commands/stack/down.rst,
	docs/commands/stack/frame.rst, docs/commands/stack/up.rst,
	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/index.rst,
	test/functional/test-break.py: Finish indexing commands

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

	* __pkginfo__.py: Bump versions to remove prior conflicts

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

	* 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-17  rocky <rocky@gnu.org>

	* test/unit/test-bytecode.py, trepan/clifns.py: Remove stray debug;
	3.7.tolerance

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

	* NEWS, README.rst, __pkginfo__.py, trepan/version.py: Get ready for
	release 0.7.8

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

	* test/data/noscript-pypy.right: Forgot a data file

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

	* test/data/highlight-pypy.right, test/data/macro-pypy.right,
	test/data/step-pypy.right, test/integration/helper.py,
	test/unit/test-bytecode.py, test/unit/test-completion.py,
	test/unit/test-stack.py: Pypy 2.x tolerance

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

	* .travis.yml, trepan/cli.py: Slightly debuggign of bytecode main
	file

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

	* NEWS, README.rst: Doc updates

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

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

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

	* celery/README.md, celery/{trepan.py => ctrepan.py}: Bang on celery
	remote debugging

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

	* trepan/clifns.py, trepan/lib/file.py: Track bytecode name betteer.
	Switch to realpath

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

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

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

	* celery/trepan.py, 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: Simplify
	some python option Replace custom code with Use dict.copy(); dict.update() More
	opportunities remain.

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

	* : commit 0a67bd5958d6e57c8bf1c6ec5db5440497765f0c Author: rocky
	<rocky@gnu.org> Date:   Fri Aug 4 04:34:41 2017 -0400

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

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

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

	* trepan/client.py, trepan/inout/input.py,
	trepan/inout/tcpserver.py: Some remote debugging fixes

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

	* trepan/processor/command/mock.py: A slightly better mock debugger

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

	* README.rst, trepan/api.py: README changes and lint some imports

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

	* .gitignore, MANIFEST.in, gitbranch-master, setup.py,
	trepan/lib/core.py: Allow 'start_trace' options ...  May be useful in tracing multiple threads. Fixes Issue #19 Still needs documentation and testing Guard against running setup in the wrong branch.

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

	* trepan/processor/command/info_subcmd/pc.py: Another typo

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

	* trepan/processor/command/info_subcmd/pc.py: Correct info pc short
	help

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

	* trepan/lib/default.py, trepan/lib/term_background.py: Be smarter
	about initial dark/light background

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

	* trepan/processor/command/deparse.py: Docstring formatting

2017-07-27  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/data/deparse.rst: Update deparse.rst

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

	* trepan/processor/command/deval.py,
	trepan/processor/command/eval.py: Add deval and deval?

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

	* celery/trepan.py: Add interface from celery

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

	* README.rst, docs/index.rst, docs/overview.rst, trepan/cli.py,
	trepan/clifns.py: Note program decompilation Add overview to docs

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

	* trepan/cli.py: Handle relative paths in bytecode co_filename ..  when bytecode is given initially to debug

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

	* __pkginfo__.py, trepan/api.py, trepan/cli.py: Get .py file from
	.py{c,o} embedded name..  when we are asked to debug a .pyo or .pyc initially.  TODO: handle relative paths properly.

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

	* test/example/eval.py, trepan/api.py: lint an import

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

	* : commit ba6790d99607a9168e20fc40197d6aacb3361a31 Author: rocky
	<rocky@gnu.org> Date:   Sun Jun 25 11:03:48 2017 -0400

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

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

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

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

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

	* docs/entry-exit.rst: More Rst

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

	* docs/entry-exit.rst: Rst typo

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

	* docs/entry-exit.rst: Rst typo

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

	* docs/entry-exit.rst: One more tweak

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

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

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

	* docs/entry-exit.rst, trepan/debugger.py: Show how to set up remote
	debugging on signal

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

	* NEWS, trepan/cli.py, trepan/client.py: track VERSION.py case
	change

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

	* NEWS, __pkginfo__.py, test/example/eval.py, test/example/expr.py,
	test/example/expr2.py, trepan/{VERSION.py => version.py}: Get ready
	for release 0.7.6

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

	* setup.py, trepan/processor/command/deparse.py: Better setup.py
	checking and error messaging

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

	* trepan/processor/cmdfns.py, trepan/processor/cmdproc.py: Handle
	position in the presence of eval() and exec()

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

	* trepan/lib/stack.py, trepan/processor/cmdfns.py: Better backtrace
	info inside eval() and exec()

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

	* trepan/lib/stack.py, trepan/processor/cmdproc.py: Show leading
	exec string cmdproc.py: remove deparse attempt since that is returning erronous
	"pass"

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

	* __pkginfo__.py: Nee uncompyle6 0.11.0 or greater now

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

	* trepan/processor/command/deparse.py: Better deparse formatting Show and tag instruction Show grammar symbol on parent

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

	* trepan/processor/command/deparse.py: Start silent fuzzing of
	deparse location

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

	* trepan/processor/command/deparse.py: Show full instruction
	disassembly

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: Wordsmithing

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

	* trepan/processor/command/deparse.py: Show offset with deparse
	opcode

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

	* __pkginfo__.py, trepan/lib/disassemble.py, trepan/lib/format.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/set_subcmd/style.py: Sync with trepan3k - fix set styyle doc - License is GPL3 - remove stray debug print

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

	* trepan/lib/disassemble.py: in disasm, show function header

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

	* docs/commands/info/pc.rst: Update pc.rst

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

	* docs/commands/info.rst: Update info.rst

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

	* .travis.yml: Fix travis config - this time for sure!

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

	* NEWS: Update ChangeLog before release

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

	* trepan/processor/command/info_subcmd/pc.py: info pc rst typo

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

	* .travis.yml: And TravisCI config

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

	* appveyor.yml: Correct appveyor config

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

	* NEWS, docs/commands/data/deparse.rst,
	docs/commands/info/macro.rst, docs/commands/info/pc.rst,
	docs/commands/set/style.rst, requirements.txt,
	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: Go over RST
	documentation

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

	* MANIFEST.in, Makefile, rst2html.py, trepan/VERSION.py: Fix botched
	0.7.3 release MANIFEST.in: include help rst's Makefile: use local rst2html.py
	rst2html.py: make executable

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

	* setup.py, test/unit/test-completion.py: Add Python version check test-completion.py: remove debug code

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

	* Makefile, README.rst: Small changes...  Makefile: rst2html5 instead of rst2html.py README.rst: grammar typo.

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

	* .gitignore, NEWS, README.rst, __pkginfo__.py,
	test/unit/test-completion.py, tox.ini, trepan/lib/complete.py,
	trepan/lib/pp.py, trepan/lib/sighandler.py, trepan/lib/stack.py,
	trepan/processor/command/backtrace.py,
	trepan/processor/command/kill.py,
	trepan/processor/command/set_subcmd/style.py,
	trepan/processor/complete.py: Get ready for release 0.7.3 * README.rst: fix pypi links add link to pydbgr * Correct "set style" no args doc * some flake8 linting, ignore most of it though

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

	* __pkginfo__.py, trepan/lib/__init__.py,
	trepan/lib/disassemble.py, trepan/processor/command/deparse.py,
	trepan/processor/command/list.py: Some big changes...  * name of package is now trepan2 * disparse.py:    * adds --offsets option    * shows nearest offset when we can't find an exact one    * class name corrected * list.py: show deparse when file name doesn't exist

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

	* MANIFEST.in, circle.yml, requirements.txt: Administrivia

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

	* MANIFEST.in: Admiistrivia

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

	* MANIFEST.in, __pkginfo__.py, trepan/VERSION.py: Administrivia

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

	* trepan/processor/command/info_subcmd/pc.py: Add info pc

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

	* __pkginfo__.py, test/unit/test-completion.py,
	trepan/processor/command/deparse.py: Add info pc

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

	* README.rst, setup.py, trepan/__init__.py: Nuke the namespace
	packages

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

	* : commit 6e5b33879c711eb3d422a3843a18631532701ebb Author: rocky
	<rocky@gnu.org> Date:   Sun May 21 15:49:25 2017 -0400

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

	* test/unit/test-break.py, trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/set_subcmd/style.py: Use xdis routines in
	disassembly Show style in effect with "set style"

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

	* README.rst, __pkginfo__.py, requirements.txt,
	trepan/lib/stack.py, trepan/processor/command/list.py: Remove list
	location checking...  No Python 2.x has size (mod 2**32) in bytecode Add appveyor status

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

	* appveyor.yml: Remove 2.6 appveyor testing

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

	* .travis.yml, __pkginfo__.py, appveyor.yml, appveyor/install.ps1,
	appveyor/run_with_env.cmd, requirements-dev.txt, requirements.txt,
	setup.py, test/unit/test-cmdproc.py, test/unit/test-core.py,
	test/unit/test-kill.py, test/unit/test-lib-file.py,
	trepan/lib/stack.py, trepan/processor/command/info_subcmd/code.py,
	trepan/processor/command/kill.py, trepan/processor/command/list.py: 
	Add Windows kill; 2.6 tolerance; Add appveyor

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

	* README.rst: Note set style command

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

	* trepan/client.py, trepan/inout/tcpfns.py: Bugs in remote debugging tcpfns.py: handle "kill" better client.py: remove extra "\n"s

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

	* docs/commands/set.rst, docs/commands/set/substitute.rst,
	trepan/processor/command/set_subcmd/substitute.py: Doc fixes for
	'set substitute'

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

	* doc-convert/toRsT.py, docs/commands/set/substitute.rst, setup.py,
	trepan/processor/command/set_subcmd/substitute.py: Add Rst for set
	substitute

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

	* circle.yml: Try CirleCI

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

	* : commit 1a2eb2a92cb0bb81388d4fb7d2837f09c3f85281 Author: rocky
	<rocky@gnu.org> Date:   Sat Nov 12 22:11:47 2016 -0500

2016-09-06  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/data/deparse.rst: Update deparse.rst

2016-09-06  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/data/deparse.rst: Update deparse.rst

2016-09-06  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/data/deparse.rst: Update deparse.rst

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>

	* NEWS, __pkginfo__.py, requirements.txt, test/unit/test-lib-pp.py,
	trepan/VERSION.py, trepan/interfaces/user.py: Get ready for release
	0.6.5

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

	* trepan/processor/command/deparse.py: Python 2.6 compatibility

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

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

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

	* trepan/processor/command/deparse.py: Add deparse options --AST,
	--offset

2016-06-22  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-05-20  rocky <rocky@gnu.org>

	* docs/commands/set/autolist.rst, docs/commands/set/different.rst,
	docs/commands/show/flush.rst, docs/commands/support.rst,
	docs/commands/support/source.rst,
	trepan/processor/command/show_subcmd/flush.py: More doc fixes

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

	* : commit 826a072265c88ca1b41c4f656b7e17f867e5a2d6 Author: rocky
	<rocky@gnu.org> Date:   Fri May 20 04:02:04 2016 -0400

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

	* trepan/interfaces/user.py: Start PYPY compatibility

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

	* trepan/api.py: Make debug(start_ops=) do something Use like:    debug(start_opts = {'startup-profile': ['file', ...]})

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

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

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

	* README.rst, __pkginfo__.py, requirements.txt,
	trepan/inout/tcpclient.py, trepan/inout/tcpfns.py,
	trepan/inout/tcpserver.py, trepan/lib/disassemble.py,
	trepan/processor/command/disassemble.py: Bang on disassembly via
	uncompyle6

2016-03-13  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #16 from melviso/master Minor improvement

2016-01-14  Mel Viso <melviso@telefonica.net>

	* : Merge pull request #1 from rocky/master synchronize

2016-01-12  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #13 from melviso/master support for split long messages server->client

2016-01-13  melviso <melviso@telefonica.net>

	* trepan/inout/tcpclient.py, trepan/inout/tcpfns.py,
	trepan/inout/tcpserver.py: support for split long messages
	server->client

2016-01-08  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #11 from melviso/master fix conversion

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

	* NEWS, __pkginfo__.py, docs/commands/data/deparse.rst,
	trepan/VERSION.py, trepan/processor/command/deparse.py,
	trepan/processor/command/python.py: Get ready for release 0.6.4.
	Follow gdb up/down conventions. Bump min package version
	requirements. Some small cleanups.

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

	* : commit 694c47a0addf5fcc2404a36c01dcd3c186aad8be Author: rocky
	<rocky@gnu.org> Date:   Wed Dec 30 22:55:05 2015 -0500

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

	* NEWS, __pkginfo__.py, trepan/VERSION.py,
	trepan/processor/cmdfns.py, trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/frame.py: Get ready for release
	0.6.3

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

	* rst2html.py, trepan/processor/cmdfns.py,
	trepan/processor/cmdproc.py, trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/code.py: info code respects
	line width. Move common code out of cmdproc and into cmdfns. Add
	rst2html

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

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

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

	* docs/commands/data/deparse.rst,
	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 check-rst to check long
	description formatting

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

	* docs/commands/info/frame.rst,
	trepan/processor/command/info_subcmd/frame.py: Frame fixes

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

	* docs/commands/info/frame.rst,
	trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/code.py,
	trepan/processor/command/info_subcmd/frame.py: frame command: Allow
	specifying a frame object instead of a frame number. code.py: make
	sure strings are not too long in columnized output

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

	* docs/commands/info/code.rst, test/unit/test-completion.py,
	trepan/processor/cmdbreak.py, trepan/processor/cmdfns.py,
	trepan/processor/command/info_subcmd/code.py,
	trepan/processor/command/info_subcmd/frame.py: Add "info code"

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

	* docs/commands/data/eval.rst, test/unit/test-lib-eval.py,
	trepan/lib/eval.py, trepan/processor/command/deparse.py,
	trepan/processor/command/eval.py:  git commit -m'Add assert to eval?' .

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

	* README.rst: Add meat to CI tag

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

	* : commit 2f270fb7ea26c1713544a9ef90c9523a262039c9 Author: rocky
	<rocky@gnu.org> Date:   Sun Dec 20 23:06:28 2015 -0500

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

	* docs/entry-exit.rst: Shortent example call

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

	* docs/entry-exit.rst: rSt formatting typo

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

	* : commit c7bceb29a0963bee749d3db7b6d779085878d1af Author: rocky
	<rocky@gnu.org> Date:   Fri Dec 18 09:57:56 2015 -0500

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

	* __pkginfo__.py: Note in classifier which versions of Python we
	handle.

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

	* README.rst, docs/entry-exit.rst: entry-exit.rst: .pythonrc.py now
	seems to be in vogue.  README.rst: make compabitble for finicky PyPI
	and correct a link

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

	* README.rst: Some spelling typos

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

	* docs/entry-exit.rst: Remove duplicate IPython sections and
	introductory material

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

	* README.rst: README.rst: Deparse is in so we need to reword
	disassembly info

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

	* NEWS, trepan/VERSION.py, trepan/processor/cmdproc.py: Get ready
	for release 0.6.2

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

	* : commit c468ed60a937d2a5db5b8bb1b5b1d4afbae7e6db Author: rocky
	<rocky@gnu.org> Date:   Fri Dec 11 22:49:32 2015 -0500

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

	* README.rst: Change link on deparse information

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

	* NEWS, __pkginfo__.py, tox.ini, trepan/VERSION.py,
	trepan/processor/cmdproc.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/quit.py: Get ready for release 0.6.1

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

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

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

	* docs/entry-exit.rst: Doc typo

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

	* docs/entry-exit.rst: Doc: add how to enter from pytest

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

	* docs/entry-exit.rst: Doc typo

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

	* docs/entry-exit.rst: Add using with pytest

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

	* docs/entry-exit.rst: RST doc for entering trepan via ipython

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

	* trepan/processor/command/deparse.py: More information on modes.
	parent api changed slightly

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

	* test/data/highlight.right, test/data/macro.right,
	test/data/step.right, trepan/processor/cmdproc.py,
	trepan/processor/command/list.py: Move getlines fallback from list
	code to cmdproc

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

	* test/data/highlight.right, test/data/macro.right,
	test/data/step.right, trepan/processor/cmdproc.py,
	trepan/processor/command/list.py: Move getlines fallback from list
	code to cmdproc

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

	* : commit 885f97ebf838f420a55e7035dbaa90b555271e86 Author: rocky
	<rocky@gnu.org> Date:   Mon Dec 7 09:13:20 2015 -0500

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

	* trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/list.py: deparse: more aggressive about
	showing offsets -1 and 0 frame.py: add -c option list.py: fixup demo
	code.

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

	* trepan/processor/command/disassemble.py: [deparse a1f8323]
	variable-name typo

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

	* trepan/processor/cmdproc.py,
	trepan/processor/command/disassemble.py: variable-name typo

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

	* trepan/processor/cmdproc.py: Correct optional module name for
	bpython

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

	* trepan/processor/cmdproc.py: Small things. Sync with python3 code

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>

	* 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>

	* trepan/lib/core.py: Reinstate set different

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

	* trepan/processor/command/deparse.py: deparse doc string format
	fixes

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

	* trepan/cli.py, trepan/lib/core.py, trepan/lib/file.py: We can
	debug pyc files via uncompyle2!

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

	* README.rst: Brag about deparsing

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

	* docs/commands/data.rst, docs/commands/data/deparse.rst,
	docs/commands/data/pp.rst, trepan/processor/command/deparse.py: 
	deparse: add '.' to deparse everything.  Colorize output if desired.
	Docuemnt this.

2015-12-05  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-05  rocky <rocky@gnu.org>

	* test/unit/test-disassemble.py, trepan/lib/disassemble.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/disassemble.py: Allow disassembly by offset
	using @ prefix deparse: document -p. Use offset 0 for lasti = -1

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

	* trepan/lib/stack.py, trepan/processor/cmdproc.py: Shouldn't show
	remap message when remapped file is same as unmapped file

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

	* trepan/processor/command/deparse.py: Parent handling now done in
	trepan_deparse

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

	* trepan/lib/stack.py, trepan/processor/cmdproc.py: Shouldn't show
	remap message when remapped file is same as unmapped file

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

	* trepan/processor/command/deparse.py: Better parent printing

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

	* trepan/processor/command/deparse.py: WIP deparse -p option for
	more information

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

	* : commit cfccc7ed5c999762a53983aa85c0a7e8fab7ea97 Author: rocky
	<rocky@gnu.org> Date:   Wed Dec 2 13:53:40 2015 -0500

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

	* README.rst: Small doc change

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

	* docs/install.rst: Forgot "install" needed in pip

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

	* docs/install.rst: Add install section

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

	* README.rst: More Rst formatting.

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

	* README.rst: Rst formatting.

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

	* README.rst: Grammar typo.

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

	* README.rst, docs/index.rst: Reorder/revise selling points and docs
	install section

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

	* docs/commands/breakpoints/clear.rst: This time...

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

	* docs/commands/breakpoints/clear.rst,
	trepan/processor/command/clear.py: One more "clear" doc fix

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

	* docs/commands/breakpoints.rst,
	docs/commands/breakpoints/clear.rst,
	docs/commands/breakpoints/delete.rst,
	trepan/processor/command/delete.py: Doc and crossref upcoming
	command clear

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

	* docs/commands/breakpoints.rst,
	docs/commands/breakpoints/clear.rst,
	docs/commands/breakpoints/delete.rst,
	trepan/processor/command/clear.py,
	trepan/processor/command/delete.py: Document upcoming clear. Improve
	delete doc.

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

	* trepan/processor/command/clear.py: Add gdb-like clear command

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

	* bin/trepan2, docs/commands/breakpoints/break.rst,
	test/example/fib.py, test/unit/test-brkpt.py,
	trepan/lib/breakpoint.py, trepan/processor/command/break.py: 
	crossref condition in break command doc. Add clear command.

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>

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

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

	* bin/trepan2, docs/commands/breakpoints/break.rst,
	test/example/fib.py, trepan/processor/command/break.py,
	trepan/processor/command/deparse.py: crossref condition in break
	command doc.  Allow deparsing specifying an offset.

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

	* docs/commands/set/style.rst,
	trepan/processor/command/set_subcmd/style.py: Typo

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

	* Makefile, docs/commands/set/style.rst,
	trepan/processor/command/set_subcmd/style.py: Revise instructions on
	how to list pygments styles inside the debugger

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

	* docs/commands/set/highlight.rst,
	trepan/processor/command/set_subcmd/highlight.py: Doc changes to
	Sync with python3 code

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

	* trepan/processor/command/set_subcmd/style.py: Add "set style none"

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

	* docs/commands/set/highlight.rst, docs/commands/set/style.rst: Note
	how set style and set highlight interact.

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

	* docs/commands/show/style.rst: Another Sphinx typo

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

	* docs/commands/set/style.rst: Sphinx typo

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

	* trepan/processor/command/show_subcmd/style.py: Small doc tweak

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

	* trepan/processor/command/deparse.py: deparse not ready for prime
	time. Next release though

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

	* README.rst: Redo last commit - this time, for sure!

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

	* README.rst: Tewak

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

	* README.rst, docs/commands/set/style.rst,
	docs/commands/show/style.rst: Shields and rst again

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

	* README.rst: Update badges

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

	* : commit 82dc6ff8c7194cc89f7484af650c3647f83601a7 Author: rocky
	<rocky@gnu.org> Date:   Mon Nov 30 07:43:08 2015 -0500

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>

	* docs/entry-exit.rst: Location of startup profile has changed.

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

	* README.rst: Typo

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

	* README.rst: Rst formatting

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

	* README.rst: Advertise pygments style

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>

	* : Start a deparse command using uncompyle via python-deparse.

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

	* bin/trepan2, 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-11-27  rocky <rocky@gnu.org>

	* trepan/processor/command/bpy.py,
	trepan/processor/command/deparse.py,
	trepan/processor/command/info_subcmd/frame.py: First cut at a
	deparse commmand

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

	* trepan/debugger.py, trepan/processor/cmdproc.py,
	trepan/processor/command/list.py,
	trepan/processor/command/set_subcmd/substitute.py: Add "set
	substitute": ability to remap source-code filename to another.

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

	* trepan/processor/command/set_subcmd/confirm.py: Forgot to add set
	confirm

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

	* docs/commands/set.rst: doc: add confirm

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

	* docs/commands/set/cmdtrace.rst, docs/commands/set/confirm.rst: 
	doc: set cmdtrace got smashed

2015-10-16  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/set/cmdtrace.rst: Update cmdtrace.rst

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

	* docs/commands/set/cmdtrace.rst, docs/commands/show/confirm.rst,
	test/data/highlight.cmd, test/data/macro.cmd,
	test/data/noscript.cmd, test/data/step.cmd, test/data/step.right,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/quit.py: Add set confirm. Subcommand short
	help comes from 3rd line if possible; add confirm to quit.

2015-10-14  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/running/kill.rst: Update kill.rst

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

	* docs/commands/running/kill.rst, trepan/processor/command/kill.py: 
	kill -x is same as kill x. Update doc

2015-10-14  R. Bernstein <rocky@users.noreply.github.com>

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

2015-10-14  R. Bernstein <rocky@users.noreply.github.com>

	* docs/entry-exit.rst: Include trepan3k

2015-10-14  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/running/exit.rst: Update exit.rst

2015-10-14  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/running/exit.rst: Update exit.rst

2015-10-14  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/running/exit.rst: Update exit.rst

2015-10-14  R. Bernstein <rocky@users.noreply.github.com>

	* docs/commands/running/exit.rst: Update exit.rst

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

	* docs/conf.py: Fix doc/conf.py

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

	* docs/commands/running.rst, docs/commands/running/exit.rst,
	docs/commands/running/kill.rst, docs/commands/running/quit.rst: 
	Update docs for quit, kill and exit

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

	* README.rst: More README.rst for pypi

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

	* README.rst: Rst fixup

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

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

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

	* README.rst, trepan/processor/command/exit.py,
	trepan/processor/command/kill.py, trepan/processor/command/mock.py,
	trepan/processor/command/quit.py: Work on threaded quit. Revise doc
	for quit, kill and exit Rst describe what to do for Python3k

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

	* : commit d1f8bb554fea3ad1d9885e66a185e6da51943e47 Author: rocky
	<rocky@gnu.org> Date:   Mon Oct 12 14:40:30 2015 -0400

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

	* trepan/interfaces/user.py: 3k snuck in

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

	* trepan/interfaces/user.py, trepan/processor/command/jump.py: Typo

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

	* docs/commands/running/jump.rst: Update jump.rst

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

	* docs/conf.py, trepan/api.py: Try numpydoc

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

	* NEWS, docs/conf.py, trepan/VERSION.py, trepan/api.py,
	trepan/interfaces/user.py: pytest support improvement: Add
	debug(level=...) This causes the debugger to skip recent frames used
	in setup.  Get ready for release 0.5.1

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

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

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

	* trepan/processor/cmdproc.py: Remove dead code and warn on import
	module errors except the optional ones (ipython)

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

	* trepan/processor/command/bpy.py: bpython lint

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

	* docs/commands/info/macro.rst: More sphinx

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

	* docs/commands/show/highlight.rst: More sphinx

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

	* docs/commands/info/macro.rst: More sphinx

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

	* docs/commands/support/macro.rst: More sphinx

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

	* docs/commands/running/finish.rst, docs/commands/running/jump.rst: 
	More sphinx

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

	* docs/commands/running/continue.rst,
	docs/commands/running/kill.rst, docs/commands/running/quit.rst,
	docs/commands/running/restart.rst, docs/commands/running/run.rst,
	docs/commands/running/skip.rst, docs/commands/running/step.rst: 
	Sphinx formatting

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

	* docs/commands/info/frame.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/highlight.rst,
	docs/commands/show/args.rst, docs/commands/show/confirm.rst,
	docs/syntax/command.rst, docs/syntax/suffixes.rst: Go over sphinx
	docs

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

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

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

	* test/data/highlight.cmd, test/data/highlight.right,
	test/integration/test-highlight.py: Improve 'set highlight', doc,
	and start testing

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

	* docs/commands/running/restart.rst: Small doc link fix

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

	* NEWS, docs/syntax.rst, docs/syntax/command.rst,
	docs/syntax/suffixes.rst, trepan/processor/command/base_cmd.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/help.py: Get ready for release 0.4.9

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

	* MANIFEST.in, docs/commands/running/restart.rst,
	docs/commands/running/run.rst, docs/commands/set/annotate.rst,
	docs/commands/stack/backtrace.rst, docs/commands/stack/down.rst,
	docs/commands/stack/frame.rst, docs/commands/stack/up.rst,
	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/unalias.rst, docs/index.rst,
	docs/manpages/trepan2.rst, docs/manpages/trepan2c.rst,
	docs/manpages/trepan3k.rst, docs/manpages/trepan3kc.rst, setup.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,
	trepan/processor/command/set_subcmd/annotate.py: Add help syntax

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

	* docs/commands/breakpoints/tbreak.rst,
	docs/commands/data/display.rst, docs/commands/data/undisplay.rst,
	docs/commands/data/whatis.rst, docs/commands/info/files.rst,
	docs/manpages/trepan2.rst, docs/manpages/trepan2c.rst,
	docs/manpages/trepan3k.rst, docs/manpages/trepan3kc.rst: Doc stuff

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

	* docs/commands/set/highlight.rst: Small rst formatting change

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

	* docs/commands/show/args.rst, docs/commands/show/width.rst,
	docs/commands/support/alias.rst, docs/commands/support/bpython.rst,
	docs/commands/support/help.rst, docs/commands/support/ipython.rst,
	docs/commands/support/macro.rst, docs/commands/support/python.rst,
	docs/commands/support/unalias.rst, docs/index.rst,
	docs/manpages.rst, docs/manpages/Makefile,
	docs/manpages/trepan2.rst, docs/manpages/trepan2c.rst,
	docs/manpages/trepan3k.rst, docs/manpages/trepan3kc.rst, setup.py,
	trepan/options.py: Start some manual pages.

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

	* trepan/processor/command/set_subcmd/events.py: Docstring can't
	handle sphinx :: yet

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

	* docs/commands/show.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,
	trepan/processor/command/show_subcmd/cmdtrace.py,
	trepan/processor/command/show_subcmd/dbg_trepan.py: More doc stuff

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

	* docs/commands/show/autolist.rst,
	docs/commands/show/maxstring.rst, docs/commands/show/skip.rst,
	docs/commands/show/trace.rst,
	trepan/processor/command/show_subcmd/different.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/listsize.py,
	trepan/processor/command/show_subcmd/maxstring.py,
	trepan/processor/command/show_subcmd/skip.py: More doc stuff

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

	* docs/commands/files/list.rst, docs/commands/show/aliases.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/listsize.rst,
	trepan/processor/command/show_subcmd/autoeval.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/confirm.py: More docwork

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

	* docs/commands/breakpoints/break.rst,
	docs/commands/breakpoints/condition.rst,
	docs/commands/breakpoints/disable.rst,
	docs/commands/breakpoints/enable.rst,
	docs/commands/breakpoints/tbreak.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/edit.rst, docs/commands/files/list.rst,
	docs/commands/info/args.rst, docs/commands/info/break.rst,
	docs/commands/info/display.rst, docs/commands/info/frame.rst,
	docs/commands/info/globals.rst, docs/commands/info/line.rst,
	docs/commands/info/locals.rst, docs/commands/info/program.rst,
	docs/commands/info/signals.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/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/trace.rst,
	docs/commands/set/width.rst, docs/commands/stack/down.rst,
	docs/commands/stack/frame.rst, docs/commands/stack/up.rst: Start to
	tag sphinx ..sealso

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

	* README.rst: More doc stuff

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

	* trepan/processor/command/list.py: More doc stuff

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

	* docs/commands/files/list.rst: More doc stuff

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

	* docs/commands/set/autolist.rst, docs/commands/show/autolist.rst: 
	More doc stuff

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

	* docs/commands/set/autoeval.rst, docs/commands/set/autopython.rst,
	docs/commands/show/events.rst,
	trepan/processor/command/set_subcmd/autopython.py: More sphinx

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

	* docs/commands/show.rst, docs/commands/show/maxstring.rst: sphinx
	corrections

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

	* docs/commands/show/trace.rst: Add show trace sphinx doc

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

	* docs/commands/show/skip.rst,
	trepan/processor/command/show_subcmd/trace.py: More doc

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

	* docs/commands/set/events.rst, docs/commands/show/maxstring.rst: 
	More doc

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

	* docs/commands/set/events.rst,
	trepan/processor/command/set_subcmd/events.py: More doc

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

	* docs/commands/files/edit.rst, docs/commands/set/highlight.rst,
	docs/commands/set/listsize.rst, docs/commands/set/maxstring.rst,
	docs/commands/set/skip.rst, docs/commands/set/trace.rst,
	docs/commands/set/width.rst, test/data/macro.right,
	test/data/step.right, trepan/processor/command/base_subcmd.py,
	trepan/processor/command/set_subcmd/different.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/listsize.py,
	trepan/processor/command/set_subcmd/skip.py,
	trepan/processor/command/set_subcmd/trace.py,
	trepan/processor/command/show_subcmd/trace.py: More doc stuff.

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

	* docs/commands/files/list.rst: And another

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

	* docs/commands/files/list.rst: See above

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

	* docs/commands/set/autolist.rst,
	trepan/processor/command/set_subcmd/autolist.py: Same

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

	* docs/commands/set/autolist.rst,
	trepan/processor/command/set_subcmd/autolist.py: List doc goover.

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

	* docs/commands/info/line.rst,
	trepan/processor/command/info_subcmd/line.py: More doc hacking

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

	* README.rst, docs/commands/info/program.rst,
	docs/commands/info/return.rst, docs/commands/info/source.rst,
	docs/commands/set/different.rst,
	trepan/processor/command/info_subcmd/source.py: More doc hacking

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

	* README.rst, docs/commands/info/args.rst,
	docs/commands/info/break.rst, docs/commands/info/builtins.rst,
	docs/commands/info/display.rst, docs/commands/info/frame.rst,
	docs/commands/info/globals.rst, docs/commands/info/program.rst,
	docs/commands/running/step.rst, docs/commands/set/different.rst,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/info_subcmd/program.py,
	trepan/processor/command/set_subcmd/different.py: Go over
	documentation yet again.

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

	* docs/commands/set.rst, docs/commands/set/dbg_pydbgr.rst: Remove
	set dbg_pydbgr

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

	* docs/commands/info.rst, docs/commands/set.rst,
	docs/entry-exit.rst: More info doc

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

	* docs/commands/set.rst, docs/commands/show.rst,
	docs/entry-exit.rst, trepan/processor/command/quit.py,
	trepan/processor/command/restart.py,
	trepan/processor/command/run.py, trepan/processor/command/set.py,
	trepan/processor/command/show.py: Work on set/show help.
	run,quit,restart recategorized as "running" commands. This is a
	departure from gdb, which having lived with for a while I think is
	is plain wrong or unhelpful.

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

	* docs/entry-exit.rst: More sphinx doc changes

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

	* docs/entry-exit.rst: Add section on how to get in and out.

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

	* docs/commands/running/continue.rst, docs/entry-exit.rst,
	docs/index.rst: Add doc section on how to enter/exit.  Fix
	continue.rst markup.

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

	* doc-convert/.gitignore, doc-convert/toRsT.py,
	docs/commands/running.rst, docs/commands/running/kill.rst,
	docs/commands/running/quit.rst, docs/commands/running/restart.rst,
	docs/commands/running/run.rst, trepan/processor/command/eval.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/command/kill.py, trepan/processor/command/quit.py,
	trepan/processor/command/run.py: Redo running commands.  Add doc to
	sphinx conversion program

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

	* docs/commands.rst, docs/commands/data.rst,
	docs/commands/data/eval.rst, docs/commands/files/Makefile,
	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/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/program.rst, docs/commands/info/return.rst,
	docs/commands/info/signals.rst, docs/commands/info/source.rst,
	docs/commands/info/threads.rst, docs/commands/{data => }/set.rst,
	docs/commands/{data => }/set/annotate.rst, docs/commands/{data =>
	}/set/autoeval.rst, docs/commands/{data => }/set/autolist.rst,
	docs/commands/{data => }/set/autopython.rst, docs/commands/{data =>
	}/set/basename.rst, docs/commands/{data => }/set/cmdtrace.rst,
	docs/commands/{data => }/set/dbg_pydbgr.rst, docs/commands/{data =>
	}/set/dbg_trepan.rst, docs/commands/{data => }/set/different.rst,
	docs/commands/{data => }/set/events.rst, docs/commands/{data =>
	}/set/flush.rst, docs/commands/{data => }/set/highlight.rst,
	docs/commands/{data => }/set/listsize.rst, docs/commands/{data =>
	}/set/maxstring.rst, docs/commands/{data => }/set/skip.rst,
	docs/commands/{data => }/set/trace.rst, docs/commands/{data =>
	}/set/width.rst, docs/commands/{status.rst => show.rst},
	docs/commands/stack/frame.rst: Add "info" rst. Shuffle set/show
	around.

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

	* docs/commands/data/set.rst, docs/commands/data/set/annotate.rst,
	docs/commands/data/set/autopython.rst,
	docs/commands/data/set/basename.rst,
	docs/commands/data/set/cmdtrace.rst,
	docs/commands/data/set/dbg_pydbgr.rst,
	docs/commands/data/set/dbg_trepan.rst,
	docs/commands/data/set/events.rst,
	docs/commands/data/set/flush.rst,
	docs/commands/data/set/highlight.rst,
	docs/commands/data/set/listsize.rst,
	docs/commands/data/set/maxstring.rst,
	docs/commands/data/set/skip.rst, docs/commands/data/set/trace.rst,
	docs/commands/data/set/width.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/highlight.rst, docs/commands/show/listsize.rst,
	docs/commands/show/maxstring.rst, docs/commands/show/skip.rst,
	docs/commands/status.rst: Finish set/show rst

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

	* README.rst: Bad link

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

	* README.rst: Link to readthedocs

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

	* trepan/processor/command/bpy.py,
	trepan/processor/command/show_subcmd/autoeval.py: More lint

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

	* docs/.gitignore, docs/_build/.gitignore,
	docs/commands/running/continue.rst, docs/commands/show/args.rst,
	docs/commands/show/autopython.rst: sphinx lint

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

	* docs/commands.rst: Reduce top-level command list just to
	categories. There are too many commands

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

	* docs/commands.rst, docs/commands/breakpoints.rst,
	docs/commands/files.rst, docs/commands/running.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/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/status.rst,
	docs/commands/support.rst, docs/commands/support/debug.rst,
	trepan/processor/command/down.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/show_subcmd/aliases.py,
	trepan/processor/command/show_subcmd/autoeval.py,
	trepan/processor/command/up.py: Add sphinx status commands

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

	* docs/commands/support/Makefile: One more makefile

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

	* docs/commands/support/bpython.rst,
	docs/commands/support/ipython.rst, docs/commands/support/python.rst: 
	Go over sphinx support

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

	* docs/commands/support.rst: Forgot unalias.rst

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

	* docs/commands/files/edit.rst, docs/commands/files/list.rst,
	docs/commands/support.rst, docs/commands/support/alias.rst,
	docs/commands/support/bpython.rst, docs/commands/support/help.rst,
	docs/commands/support/ipython.rst, docs/commands/support/macro.rst,
	docs/commands/support/python.rst,
	docs/commands/support/unalias.rst,
	trepan/processor/command/edit.py, trepan/processor/command/help.py,
	trepan/processor/command/ipython.py,
	trepan/processor/command/list.py,
	trepan/processor/command/python.py: Add support commands to rtd

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

	* docs/commands.rst: Small title change

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

	* docs/commands/Makefile, docs/commands/breakpoints.rst,
	docs/commands/breakpoints/Makefile,
	docs/commands/breakpoints/break.rst,
	docs/commands/breakpoints/condition.rst,
	docs/commands/breakpoints/delete.rst,
	docs/commands/breakpoints/disable.rst,
	docs/commands/breakpoints/enable.rst, docs/commands/data/Makefile,
	docs/commands/data/disassemble.rst, docs/commands/data/eval.rst,
	docs/commands/data/pp.rst, docs/commands/data/pr.rst,
	docs/commands/data/pydocx.rst, docs/commands/running.rst,
	docs/commands/running/Makefile, docs/commands/running/finish.rst,
	docs/commands/running/jump.rst, docs/commands/running/next.rst,
	docs/commands/running/step.rst, docs/index.rst: docs: More labels on
	commands; add delete; more Makefiles

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

	* docs/breakpoints.rst, docs/commands.rst,
	docs/commands/breakpoints.rst, docs/commands/breakpoints/break.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/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/set.rst, docs/commands/data/set/autoeval.rst,
	docs/commands/data/set/autolist.rst,
	docs/commands/data/set/different.rst,
	docs/commands/data/undisplay.rst, docs/commands/data/whatis.rst,
	docs/commands/files.rst, docs/{files.rst =>
	commands/files/list.rst}, docs/commands/running.rst,
	docs/commands/running/continue.rst,
	docs/commands/running/finish.rst, docs/commands/running/next.rst,
	docs/commands/running/skip.rst, docs/commands/running/step.rst,
	docs/{ => commands}/support.rst, docs/data.rst, docs/index.rst,
	docs/running.rst, trepan/processor/command/continue.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/next.py, trepan/processor/command/pdef.py,
	trepan/processor/command/pr.py, trepan/processor/command/pydocx.py,
	trepan/processor/command/skip.py, trepan/processor/command/step.py,
	trepan/processor/command/whatis.py: Fill out sphinx doc. Revise
	docstrings

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

	* docs/breakpoints.rst: Sphinx vs RsT

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

	* trepan/processor/command/disable.py: Doc string fix

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

	* docs/breakpoints.rst, docs/commands.rst,
	trepan/processor/command/delete.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/enable.py: More Sphynx hacking.

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

	* Makefile: Add html target at top-level

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

	* docs/breakpoints.rst, docs/commands.rst, docs/data.rst,
	docs/files.rst, docs/index.rst, docs/make.bat, docs/running.rst,
	docs/support.rst, trepan/processor/command/eval.py: Break out
	documentation more.

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

	* docs/Makefile, docs/commands.rst, docs/conf.py: More Sphynx

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

	* docs/commands.rst, docs/index.rst: More RsT to Sphynx conversion

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

	* docs/commands.rst: More Sphynx hacking

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

	* docs/commands.rst: Command ref formatting

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

	* docs/index.rst: See if we can get commands added to the doc

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

	* docs/Makefile, docs/_build/.gitignore, docs/conf.py,
	docs/index.rst: Add some sphynx doc stuff

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

	* docs/commands.rst: Reorganize wiki version of commands

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

	* : commit 8f2bf9ff1bd3a0468028daf55137ad197518b4fb Author: rocky
	<rocky@gnu.org> Date:   Mon Jun 1 19:38:20 2015 -0400

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

	* trepan/inout/input.py, trepan/inout/output.py: Support for more
	kinds of input/output.  Towards supporing bpython better.

2015-05-31  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #9 from gitter-badger/gitter-badge Add a Gitter chat badge to README.rst

2015-05-28  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #8 from thomasballinger/fix-bpython Thanks. This solves the problem of getting out of *bpython* without
	exiting the entire programs. It also handles at least printing a
	single line properly. I am happy to take improvements even if there
	are still cases that don't work.  > I'm not sure what you mean by > > ...  > > I get no output, unless
	I add a gratuitous print('') statement.
	https://github.com/rocky/python2-trepan/blob/master/trepan/processor/command/bpy.py#L48 contains the `print` statement. inside the function *dbgr()*.  I'm not sure why, but in the previous code if I remove that I get no output whatsoever. I wonder if it is related to the effect in this code where if there is multiline output, not even the first line.

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

	* README.rst, trepan/post_mortem.py,
	trepan/processor/command/bpy.py, trepan/processor/command/python.py: 
	Add bpy(thon) command. post_mortem sometimes gets 3 values Update
	README for wheel

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

	* : commit cfc2ff7152626dae4906652b0503696814d1c64d Author: rocky
	<rocky@gnu.org> Date:   Wed May 27 19:51:33 2015 -0400

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>

	* 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/interfaces/user.py, trepan/processor/command/ipython.py,
	trepan/processor/command/python.py: restore (i)python completion if
	we can do so.

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

	* NEWS: Don't highlight prompt when highlight is plain/off

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

	* 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/default.py, trepan/options.py,
	trepan/processor/command/base_subcmd.py,
	trepan/processor/command/base_submgr.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,
	trepan/processor/command/set_subcmd/highlight.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>

	* test/integration/helper.py, trepan/processor/cmdproc.py: Add
	instruction number when showing location

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

	* trepan/VERSION.py, trepan/processor/command/condition.py,
	trepan/processor/command/pydocx.py,
	trepan/processor/command/whatis.py: whatis: more info via Python2
	inspect go over doc for pydocx, whatis and condition bump version

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

	* NEWS: 0.4.7 changes

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, __pkginfo__.py, test/unit/test-cmdproc.py,
	test/unit/test-completion.py, test/unit/test-finish.py,
	test/unit/test-lib-complete.py, trepan/lib/complete.py,
	trepan/processor/command/debug.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 completion on pp, debug, deisplay, pr pydocs and
	whatis

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

	* trepan/processor/command/condition.py,
	trepan/processor/command/delete.py,
	trepan/processor/command/disable.py,
	trepan/processor/command/enable.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/complete.py: More agressive bp number completion

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

	* trepan/processor/command/info_subcmd/break.py: Update info breka
	doc

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/delete.py,
	trepan/processor/command/info_subcmd/break.py: Add breakpoint
	completion on "delete" and "info break". Add listing breakpoints by
	specific number

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

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

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

	* README.rst: Add link for ipython and notebook support

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

	* trepan/processor/cmdproc.py,
	trepan/processor/command/info_subcmd/frame.py: cmdproc: set
	list_lineno on traceback frame.py: restricted is not defined on
	tracebacks

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>

	* trepan/processor/command/info_subcmd/args.py,
	trepan/processor/command/info_subcmd/break.py,
	trepan/processor/command/info_subcmd/builtins.py,
	trepan/processor/command/info_subcmd/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/threads.py: Go over info help
	doc

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

	* trepan/processor/command/info_subcmd/signals.py: sig doc
	formatting

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

	* test/unit/test-completion.py, trepan/lib/bytecode.py,
	trepan/lib/sighandler.py,
	trepan/processor/command/info_subcmd/builtins.py,
	trepan/processor/command/info_subcmd/frame.py,
	trepan/processor/command/info_subcmd/signals.py: Add info frame and
	info builtins, info signals * Better doc on info signals.

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

	* trepan/lib/breakpoint.py: function breakpoints may require this

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

	* __pkginfo__.py, trepan/debugger.py, trepan/interfaces/user.py,
	trepan/processor/cmdproc.py: Handle <string> filename remap properly

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

	* NEWS, trepan/VERSION.py, trepan/inout/output.py,
	trepan/lib/stack.py: Get ready for release 2.4.6

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

	* trepan/processor/cmdproc.py: remove diff schmutz

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

	* trepan/lib/stack.py, trepan/processor/cmdproc.py: cmdproc.py:
	filename remap on <string> glommed different eval strings stack.py:
	catch and not <string> is exec/eval

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

	* trepan/cli.py, trepan/options.py: ipython integration: add
	--from_ipython option.

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

	* trepan/api.py, trepan/debugger.py, trepan/lib/core.py,
	trepan/processor/cmdproc.py, trepan/processor/command/quit.py: More
	ipython integration. Try underlining prompt

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

	* README.rst, trepan/api.py, trepan/post_mortem.py: In support of
	running from IPython

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

	* README.rst, trepan/inout/base.py, trepan/inout/fifoclient.py,
	trepan/inout/input.py, trepan/inout/output.py,
	trepan/inout/stringarray.py, trepan/interfaces/user.py,
	trepan/lib/core.py: Add boolean closed to I/O. Minor corrections

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

	* : commit 29781a236762225d9bf23c75e94460a1169617d1 Author: rocky
	<rocky@gnu.org> Date:   Wed May 13 11:22:13 2015 -0400

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

	* test/functional/test-break.py, test/functional/test-next.py,
	trepan/cli.py: Bang on tests, yet again

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

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

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

	* test/functional/test-break.py, trepan/__init__.py: Fix rSt

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/cmdproc.py, trepan/processor/command/ipython.py,
	trepan/processor/command/python.py: ipython: set namespace properly,
	disable queried quit restore debugger history on leaving python
	shell

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

	* trepan/processor/command/alias.py,
	trepan/processor/command/continue.py: Change alias and continue help
	text

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

	* : commit db1df201f6798f669d780e1ca34a8961b6ea5ff7 Author: rocky
	<rocky@gnu.org> Date:   Thu Apr 30 19:48:59 2015 -0400

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

	* : commit d233d5f3ec9658d080d132146c8c540aeb60cc35 Author: rocky
	<rocky@gnu.org> Date:   Thu Apr 23 21:46:59 2015 -0400

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

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

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

	* test/functional/test-next.py: 2.6 compatibility

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

	* test/functional/test-step.py, trepan/client.py: More lint

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

	* trepan/client.py: 2.6 compatibility

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

	* test/functional/test-next.py,
	trepan/processor/command/base_submgr.py: Fix bug in searching help
	with regexp

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

	* : commit 22ab573b3d30d38fcfde5a7826e0f0eb75c81bcc Author: rocky
	<rocky@gnu.org> Date:   Mon Apr 20 21:48:33 2015 -0400

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

	* test/functional/fn_helper.py, test/functional/test-step.py: Python
	2.6 compatibility - 3rd try

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

	* .travis.yml, test/functional/fn_helper.py,
	test/functional/test-step.py: Python 2.6 compatiblity - again

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

	* test/functional/test-step.py: Python 2.6 compatibility

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

	* test/functional/test-next.py, test/functional/test-step.py,
	trepan/lib/core.py: Fix bad bug in "next" (step over).

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

	* NEWS, __pkginfo__.py, trepan/VERSION.py,
	trepan/processor/command/display.py,
	trepan/processor/command/help.py,
	trepan/processor/command/set_subcmd/dbg_trepan.py: Get ready for
	release 0.4.3

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

	* trepan/client.py: Wrong level of indentation on break.

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

	* test/unit/{test-lib-print.py => test-lib-printing.py}: Small
	change

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

	* .gitignore: More ignore

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

	* test/unit/{test-io-input.py => test-inout-input.py},
	trepan/lib/display.py, trepan/processor/cmdproc.py: Small changes

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

	* trepan/client.py, trepan/vprocessor.py: Indentation. Sync with
	python3

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

	* trepan/__init__.py, trepan/lib/printing.py: Small changes and sync
	with python3

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

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

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

	* README.rst: I said update link for trepan3

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

	* README.rst: Update link to trepan3

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

	* README.rst: Change link for how to install

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

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

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

	* .coveragerc: Add coverage rc file

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

	* README.rst: Need at least 2.6

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

	* README.rst: Regularize references to releases

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

	* README.rst, trepan/VERSION.py: Fix URL for build badge

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

	* MANIFEST.in, Makefile, NEWS, make-check-filter.py =>
	test/make-check-filter.py, trepan/VERSION.py: Get ready for release
	0.4.2

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

	* trepan/processor/command/base_submgr.py,
	trepan/processor/command/set_subcmd/autopython.py,
	trepan/processor/command/set_subcmd/{dbg_pydbgr.py =>
	dbg_trepan.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/width.py,
	trepan/processor/command/show.py,
	trepan/processor/command/show_subcmd/annotate.py,
	trepan/processor/command/show_subcmd/args.py,
	trepan/processor/command/show_subcmd/autolist.py,
	trepan/processor/command/show_subcmd/{dbg_pydbgr.py =>
	dbg_trepan.py}, trepan/processor/command/show_subcmd/events.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/listsize.py,
	trepan/processor/command/show_subcmd/maxstring.py,
	trepan/processor/command/show_subcmd/width.py: Go over set/show
	commands and abbrev display

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

	* README.rst: RsT formatting typo

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

	* README.rst: Reorder READMErst to start with least-commonly
	available feature

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

	* README.rst: Correct link

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

	* README.md: We use README.rst now

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

	* README.rst, requirements-dev.txt, requirements.txt: Correct RsT
	format

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

	* trepan/processor/command/help.py: Remove debug print

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

	* README.md: Point to our wiki now. Add supported-version badge

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

	* .travis.yml: Give up on travis and flake8 for now

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

	* tox.ini, trepan/processor/command/disassemble.py,
	trepan/processor/command/help.py: Longline bug. Skip checking this
	in flake8

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

	* .travis.yml, requirements-dev.txt: Travis and flake8, 2nd try

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

	* .travis.yml: Try using flake8 on travis

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

	* tox.ini, trepan/processor/cmdproc.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/line.py,
	trepan/processor/command/info_subcmd/return.py: Remove remaining
	pip8 warnings.

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

	* trepan/processor/command/alias.py: Beter alias doc and RsT
	formatting.

2015-02-16  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #6 from birkenfeld/master Fix bug in signal name lookup. Thanks agin.

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

	* Makefile, trepan/client.py, trepan/inout/scriptin.py,
	trepan/lib/format.py, trepan/options.py,
	trepan/processor/command/info_subcmd/break.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/threads.py,
	trepan/processor/command/restart.py,
	trepan/processor/command/set_subcmd/annotate.py: Bump copyright on
	recently-changed files

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

	* trepan/bwcli.py, trepan/bwprocessor/main.py, trepan/client.py,
	trepan/inout/scriptin.py, trepan/lib/format.py, trepan/options.py,
	trepan/processor/cmdproc.py, trepan/processor/command/help.py,
	trepan/processor/command/info_subcmd/break.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/threads.py,
	trepan/processor/command/list.py,
	trepan/processor/command/restart.py,
	trepan/processor/command/set_subcmd/annotate.py,
	trepan/processor/command/set_subcmd/highlight.py,
	trepan/processor/command/set_subcmd/maxstring.py,
	trepan/processor/command/show_subcmd/events.py,
	trepan/processor/command/up.py: Remove lint warnings and errors

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

	* README.rst: No longer need --egg, presumably

2015-02-16  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #4 from birkenfeld/master Remove use of import_relative Thanks!

2015-02-16  Georg Brandl <g.brandl@fz-juelich.de>

	* __pkginfo__.py, requirements.txt, setup.py,
	test/functional/fn_helper.py, test/functional/setup.cfg,
	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/unit/test-kill.py,
	test/unit/test-lib-complete.py, test/unit/test-lib-display.py,
	test/unit/test-lib-eval.py, test/unit/test-lib-file.py,
	test/unit/test-lib-format.py, test/unit/test-lib-pp.py,
	test/unit/test-lib-print.py, test/unit/test-lib-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/annotate.py,
	trepan/processor/command/set_subcmd/autoeval.py,
	trepan/processor/command/set_subcmd/autoipython.py.bad,
	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_pydbgr.py,
	trepan/processor/command/set_subcmd/different.py,
	trepan/processor/command/set_subcmd/events.py,
	trepan/processor/command/set_subcmd/flush.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/annotate.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/cmdtrace.py,
	trepan/processor/command/show_subcmd/confirm.py,
	trepan/processor/command/show_subcmd/dbg_pydbgr.py,
	trepan/processor/command/show_subcmd/different.py,
	trepan/processor/command/show_subcmd/events.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/listsize.py,
	trepan/processor/command/show_subcmd/maxstring.py,
	trepan/processor/command/show_subcmd/skip.py,
	trepan/processor/command/show_subcmd/trace.py,
	trepan/processor/command/show_subcmd/width.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: Remove use of
	import_relative I kept the imported names (Mfoo) for now.

2015-02-16  Georg Brandl <g.brandl@fz-juelich.de>

	* setup.py: Remove trepan2-client from console_scripts It did not work anyway, since the function it points to needs two
	arguments that it does not get as an entry point.  Same functionality is available from trepan2 --client.

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

	* trepan/options.py: Was using improperly cerated file name. Prefer
	.trepan2rc to ~/trepanrc2

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

	* trepan/processor/command/list.py: Bolden current line # and '-->'
	marker in a "list"

2015-02-14  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-02-14  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,
	trepan/processor/command/show_subcmd/events.py: Handle
	ReStructerdText Headings. Show trace events columnized.

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

	* __pkginfo__.py: We're no longer beta. Use latest pyficache from
	github.

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

	* test/data/macro.right, test/data/noscript.right,
	test/data/step.right, trepan/interfaces/user.py: Small correction in
	exit message

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

	* : commit 681da05f865005575691ebe80f1731afc097d57b Author: rocky
	<rocky@gnu.org> Date:   Sat Jan 24 17:19:49 2015 -0500

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

	* trepan/VERSION.py: Bump version

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

	* README.rst: Change that - revert last change. It *is* messing up
	pypi which has the most fragile RsT I have seen.

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

	* README.rst: Reinstate dup-file comment. This is *not* what was
	messing up PyPI'.

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

	* README.rst: rSt fixes hopefully will fix pypi

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

	* README.rst, __pkginfo__.py, setup.py: More package repackaging

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

	* .travis.yml, NEWS, trepan/VERSION.py: Get ready for release 0.4.1.
	Also try travis no-sudo

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

	* : commit 12a0ba9d7e7fc27aa3d6670b4b57d45def69c427 Author: rocky
	<rocky@gnu.org> Date:   Fri Jan 23 19:29:18 2015 -0500

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

	* test/data/macro.right, trepan/processor/command/base_cmd.py,
	trepan/processor/command/base_subcmd.py: Sections get an underline
	when we don't have syntax in effect.

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

	* __pkginfo__.py, trepan/lib/default.py: Use
	columnize.computed_displaywidth to figure out terminal width

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

	* README.md: README.md - again.

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

	* README.md: Better wording on what this works with. Thanks to
	msabramo.

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

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

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

	* tox.ini, trepan/bwprocessor/command/mock.py,
	trepan/bwprocessor/location.py, trepan/bwprocessor/main.py,
	trepan/processor/cmdfns.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/disable.py,
	trepan/processor/command/disassemble.py,
	trepan/processor/command/display.py,
	trepan/processor/command/edit.py, trepan/processor/command/eval.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/show_subcmd/highlight.py,
	trepan/processor/command/show_subcmd/skip.py,
	trepan/processor/command/show_subcmd/trace.py,
	trepan/processor/command/show_subcmd/width.py,
	trepan/processor/complete.py, trepan/processor/frame.py,
	trepan/processor/subcmd.py, trepan/processor/trace.py: Mostly lint
	changes.

2014-12-07  rocky <rocky@gnu.org>

	* __pkginfo__.py: Wrong URL to git repo. Fixes #1.

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

	* README.md: Small readme grammar change

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

	* README.md: Try to fix broken travis svg link

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

	* README.md: Shorten README.md

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

	* .travis.yml: Let's see if we can compile with Python 2.6

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

	* README.md: Formatting on README download count

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

	* README.md, trepan/bwprocessor/command/mock.py,
	trepan/bwprocessor/location.py, trepan/inout/base.py,
	trepan/inout/fifoclient.py, trepan/inout/fifoserver.py,
	trepan/inout/input.py, trepan/inout/stringarray.py,
	trepan/inout/tcpserver.py, trepan/lib/thred.py,
	trepan/processor/cmdbreak.py, trepan/processor/cmdfns.py,
	trepan/processor/command/info_subcmd/threads.py,
	trepan/processor/complete.py, trepan/processor/frame.py: Add
	download count and some inconsequential lint formatting changes.

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

	* NEWS: Update news

2014-11-20  rocky <rockyb@rubyforge.org>

	* trepan/processor/command/finish.py,
	trepan/processor/command/kill.py: Add fin and kill! aliases

2014-11-19  rocky <rockyb@rubyforge.org>

	* test/unit/test-lib-eval.py, trepan/lib/eval.py: bug in handling
	eval?: Python uses Algol68's or POSIX's shell "elif" not Perl's,
	Ruby's, or PL/SQL's "elsif".

2014-11-05  rocky <rockyb@rubyforge.org>

	* trepan/processor/command/debug.py: debug command: processor might
	not have a print_location

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

	* NEWS, trepan/VERSION.py, trepan/client.py, trepan/inout/base.py,
	trepan/inout/fifoclient.py, trepan/inout/fifoserver.py,
	trepan/inout/tcpserver.py, trepan/lib/format.py,
	trepan/lib/sighandler.py, trepan/lib/stack.py,
	trepan/processor/cmdbreak.py: More lint. Get ready for release.

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

	* .gitignore, Makefile, NEWS, trepan/VERSION.py,
	trepan/processor/command/info_subcmd/__init__.py: Put back removed
	__init__.py file. Get ready for release 3.8 Makefile: mroe
	aggressive removal of pyc files.

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

	* : commit d80cf01d077a8156ca381931fadde43ac79d944b Author: rocky
	<rocky@gnu.org> Date:   Sat Oct 25 11:47:58 2014 -0400

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

	* NEWS, __pkginfo__.py, tox.ini,
	trepan/bwprocessor/command/mock.py,
	trepan/bwprocessor/command/step.py, trepan/bwprocessor/main.py,
	trepan/interfaces/script.py, trepan/interfaces/user.py,
	trepan/lib/Makefile, trepan/lib/__init__.py,
	trepan/lib/bytecode.py, trepan/lib/default.py,
	trepan/lib/disassemble.py, trepan/lib/format.py, trepan/lib/pp.py,
	trepan/lib/print.py, trepan/lib/sighandler.py, trepan/lib/stack.py,
	trepan/lib/thred.py, trepan/processor/__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: __init__.py: add
	back in namespace packages.  rest: more flake8

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

	* NEWS, trepan/bwprocessor/command/mock.py,
	trepan/bwprocessor/command/step.py, trepan/bwprocessor/main.py,
	trepan/interfaces/bullwinkle.py, trepan/interfaces/client.py,
	trepan/interfaces/script.py, trepan/interfaces/server.py,
	trepan/interfaces/user.py, trepan/lib/breakpoint.py,
	trepan/lib/bytecode.py, trepan/lib/complete.py, trepan/lib/core.py,
	trepan/lib/default.py, trepan/lib/disassemble.py,
	trepan/lib/display.py, trepan/lib/eval.py, trepan/lib/file.py,
	trepan/lib/pp.py, trepan/lib/print.py, trepan/misc.py,
	trepan/options.py, trepan/post_mortem.py, trepan/vprocessor.py: Get
	ready for release 0.3.7

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

	* Makefile, __pkginfo__.py, trepan/VERSION.py,
	trepan/lib/__init__.py, trepan/processor/__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: Remove those
	namespace packages that aren't namespace packages.

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

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

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

	* : commit feaa50bcd053c6a13d41a1c47fa8319e82700148 Author: rocky
	<rocky@gnu.org> Date:   Sat Oct 25 05:56:51 2014 -0400

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

	* : commit 28166f0432886024926fda77038a0aaac8f10ba8 Author: rocky
	<rocky@gnu.org> Date:   Fri Oct 24 05:50:02 2014 -0400

2014-10-22  rocky <rocky@gnu.org>

	* : commit ff101e85833c361e16f869a035535920a815e7f0 Author: rocky
	<rocky@gnu.org> Date:   Wed Oct 22 19:42:30 2014 -0400

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

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

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

	* README.md: Add build status badge

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

	* .travis.yml: Try travis 2nd try - run all tests, not just unit
	test

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

	* .travis.yml: Try travis

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

	* trepan/bwprocessor/command/__init__.py,
	trepan/bwprocessor/command/base_cmd.py, trepan/bwprocessor/main.py,
	trepan/bwprocessor/msg.py, trepan/cli.py, trepan/client.py,
	trepan/exception.py, trepan/inout/input.py, trepan/inout/output.py,
	trepan/inout/scriptin.py, trepan/inout/stringarray.py,
	trepan/inout/tcpclient.py, trepan/inout/tcpfns.py,
	trepan/interface.py: More lint

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

	* trepan/api.py, trepan/bwcli.py, trepan/cli.py, trepan/clifns.py: 
	More lint

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

	* Makefile, trepan/api.py, trepan/bwcli.py,
	trepan/bwprocessor/location.py, trepan/bwprocessor/main.py,
	trepan/processor/command/show_subcmd/confirm.py,
	trepan/processor/command/show_subcmd/different.py,
	trepan/processor/command/show_subcmd/events.py: More lint

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

	* setup.py, test/example/q-dbgcall.py, test/example/q.py,
	test/example/sigtest.py, test/example/tlock.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, tox.ini, trepan/__init__.py: More lint stuff

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

	* requirements.txt: Add yet another file indicating requirements for
	building (in developmment/test

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

	* test/functional/fn_helper.py, test/integration/helper.py,
	trepan/VERSION.py, trepan/lib/stack.py,
	trepan/processor/__init__.py, trepan/processor/command/__init__.py: 
	Make tests work when not in virtualwrapper

2014-10-19  rocky <rocky@gnu.org>

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

2014-10-19  rocky <rocky@gnu.org>

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

2014-10-19  rocky <rocky@gnu.org>

	* test/unit/test-completion.py, test/unit/test-core.py,
	test/unit/test-disassemble.py, test/unit/test-except.py,
	test/unit/test-finish.py, trepan/post_mortem.py: post_morem.py: need
	a weaker Quit and Restart match. More lint

2014-10-19  rocky <rocky@gnu.org>

	* test/functional/test-skip.py, test/functional/test-step.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, tox.ini: More lint on unit and
	functional tests

2014-10-19  rocky <rocky@gnu.org>

	* test/functional/fn_helper.py, test/functional/setup.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/test-noscript.py,
	trepan/__init__.py, trepan/bwprocessor/location.py,
	trepan/debugger.py, trepan/inout/input.py,
	trepan/interfaces/user.py, trepan/lib/core.py,
	trepan/lib/display.py, trepan/lib/stack.py, trepan/vprocessor.py: 
	More work on disentangling imports. Start flake8'ing functional
	tests.

2014-10-19  rocky <rb@dustyfeet.com>

	* tox.ini: More ignore

2014-10-19  rocky <rocky@gnu.org>

	* Makefile, __pkginfo__.py, setup.py, src_obj_check.py,
	test/integration/helper.py, test/integration/setup.py,
	test/integration/test-general.py, test/integration/test-macro.py,
	tox.ini, trepan/VERSION.py, trepan/__init__.py, trepan/api.py,
	trepan/cli.py, trepan/exception.py, trepan/interfaces/__init__.py,
	trepan/lib/__init__.py, trepan/lib/core.py,
	trepan/processor/__init__.py, trepan/processor/cmdproc.py,
	trepan/processor/command/quit.py: Get rid of Parent module not found
	while handling absolute import messages. Remove some workaround
	exception code. Start to use flake8.

2014-10-10  rocky <rocky@gnu.org>

	* NEWS, trepan/VERSION.py, trepan/debugger.py,
	trepan/inout/fifoclient.py, trepan/lib/display.py, trepan/misc.py,
	trepan/processor/cmdproc.py: Get ready for release 0.3.3

2014-10-10  rocky <rocky@gnu.org>

	* : commit b17511ab1a4cd5b8794676876a3c01f7ce328a45 Author: rocky
	<rocky@gnu.org> Date:   Wed Oct 8 23:45:37 2014 -0400

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

	* MANIFEST.in, NEWS, trepan/VERSION.py: Get ready for release 0.3.1

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

	* NEWS, trepan/VERSION.py, trepan/api.py, trepan/post_mortem.py,
	trepan/processor/command/mock.py: post_mortem: make quit really quit
	rather than go into post-mortem.  VERSION.py, NEWS: get ready for
	release 0.3.0 rest: reduce warnings

2014-10-07  rocky <rocky@gnu.org>

	* trepan/inout/fifoserver.py: We don't use lib.default

2014-10-07  rocky <rocky@gnu.org>

	* __pkginfo__.py, test/unit/cmdhelper.py, test/unit/test-break.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-disassemble.py, test/unit/test-finish.py,
	trepan/cli.py, trepan/inout/__init__.py,
	trepan/inout/fifoclient.py, trepan/inout/fifoserver.py,
	trepan/inout/input.py, trepan/inout/tcpclient.py,
	trepan/inout/tcpserver.py, trepan/interfaces/script.py,
	trepan/lib/__init__.py, trepan/lib/breakpoint.py,
	trepan/lib/core.py, trepan/lib/disassemble.py,
	trepan/lib/display.py, trepan/lib/sighandler.py: Elimitate warnings
	on trepan2 invocation. Reduce (but not totally eliminate) errors on
	tests. There will no doubt be more on this.

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

	* NEWS, README.md, README.txt, trepan/VERSION.py: README.txt ->
	README.md. VERSION.py Out of release version 2.9 now.

2014-10-04  rocky <rocky@gnu.org>

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

2014-10-04  rocky <rocky@gnu.org>

	* test/unit/test-fifo.py, test/unit/test-io-input.py: Missed some io
	-> inout changes in tests

2014-10-04  rocky <rocky@gnu.org>

	* __pkginfo__.py, test/functional/fn_helper.py,
	test/unit/test-lib-thread.py, test/unit/test-run.py,
	test/unit/test-tcp.py, trepan/__init__.py,
	trepan/bwprocessor/main.py, trepan/{io => inout}/Makefile,
	trepan/{io => inout}/__init__.py, trepan/{io => inout}/base.py,
	trepan/{io => inout}/fifoclient.py, trepan/{io =>
	inout}/fifoserver.py, trepan/{io => inout}/input.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/bullwinkle.py, trepan/interfaces/client.py,
	trepan/interfaces/script.py, trepan/interfaces/server.py,
	trepan/interfaces/user.py, trepan/lib/{thread.py => thred.py},
	trepan/options.py, trepan/processor/cmdproc.py,
	trepan/processor/command/frame.py,
	trepan/processor/command/info_subcmd/threads.py: Avoid Pyton name
	conflicts until I can get the whole namespace and relative import
	thing worked out. thread->tread io -> inout

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

	* test/example/gcd-dbgcall.py: gcd-dbgcall.py: remove syntax error

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

	* trepan/client.py, trepan/interfaces/client.py,
	trepan/io/fifoclient.py, trepan/io/fifoserver.py, trepan/options.py: 
	Towards getting FIFO working (pretty much there) and minor fixes

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

	* trepan/exception.py: Small docstring grammar change.

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

	* trepan/cli.py: Small docstring typo

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

	* 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

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

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

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

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

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

	* trepan/cli.py, trepan/client.py, trepan/options.py: Start work on
	--host and --port options for remote execution.

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

	* test/unit/{test-info-file.py => test-info-files.py},
	trepan/interfaces/user.py, trepan/io/input.py, trepan/io/output.py,
	trepan/io/tcpclient.py, trepan/io/tcpserver.py,
	trepan/processor/command/python.py: info file -> info files. More
	import-relative futzing. "shell" is an alias for "python"

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

	* test/unit/test-run.py, trepan/cli.py,
	trepan/processor/cmdproc.py, trepan/processor/command/run.py: Fix
	"run" command bug.

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

	* test/data/macro.right, test/data/step.right, test/example/gcd.py,
	trepan/processor/cmdproc.py,
	trepan/processor/command/set_subcmd/skip.py: skip.py: stray
	character in docstring. cmdproc.py bug in detecting whether skip is
	on or not.

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

	* test/unit/test-completion.py, trepan/processor/command/unalias.py: 
	Add unalias completion

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

	* trepan/processor/command/source.py: Options completion on "source"
	command.

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

	* trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/macro.py: Make more 3k
	compatible

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

	* trepan/processor/command/info_subcmd/files.py,
	trepan/processor/command/info_subcmd/macro.py: Add "info macro"
	completion

2013-05-12  rocky <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}: Bug in
	frame command. "info file" -> "info files". Add "info files"
	completion.

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

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

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

	* NEWS: 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/processor/command/help.py: Sync with 3k

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

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

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

	* trepan/processor/command/backtrace.py,
	trepan/processor/command/frame.py: Correct or at least closer to
	getting completion routines correct for backtrace and frame debugger
	commands.

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

	* trepan/processor/command/backtrace.py,
	trepan/processor/command/frame.py: Start completion of for backtrace
	and frame commands. Not working yet.

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

	* test/unit/test-lib-display.py: python3->python

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

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

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

	* trepan/processor/command/undisplay.py: Add completion for
	"undisplay"

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

	* trepan/processor/frame.py: Forgot to add this file.

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

	* trepan/processor/cmdproc.py, trepan/processor/command/down.py,
	trepan/processor/command/up.py: Put frame processor code into its
	own module

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

	* trepan/lib/complete.py, trepan/processor/cmdproc.py,
	trepan/processor/command/down.py,
	trepan/processor/command/examine.py,
	trepan/processor/command/kill.py, trepan/processor/command/up.py: 
	Add command completion to up/down and kill. examine cross-reference
	pr not print.

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

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

2013-05-05  rocky <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-19  rocky <rocky@gnu.org>

	* NEWS, make-check-filter.py, test/functional/test-jump.py,
	test/functional/test-skip.py, trepan/VERSION.py, trepan/cli.py,
	trepan/processor/cmdproc.py: Need compare DebuggerQuit using str()
	not repr(). Use 2-arg version of linecache.getline for python 2.4
	and before.

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

	* : commit 2ecb9b562da49518d7ffcb7bbf04814895a2c9a7 Author: rocky
	<rocky@gnu.org> Date:   Fri Apr 19 10:38:23 2013 -0400

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

	* Makefile: Try unsuccessfully to limit garbage output

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

	* __pkginfo__.py: Remove ipython_magic

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

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

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

	* test/functional/fn_helper.py, trepan/client.py,
	trepan/post_mortem.py, trepan/processor/cmdproc.py,
	trepan/processor/command/python.py: Prompt changed to trepan2

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

	* .gitignore, ChangeLog, Makefile, __pkginfo__.py,
	ipython/ipy_pydbgr.py, pydbgr/processor/command/ipython.py.bad,
	pydbgr/processor/command/ipython_magic/__init__.py,
	pydbgr/processor/command/show_subcmd/autoipython.py.bad,
	pydbgr/processor/command/tmp/dexec.py,
	pydbgr/processor/command/tmp/ftrace.py, setup.py,
	test/example/gcd-dbgcall.py, test/example/q-dbgcall.py,
	test/example/sigtest.py, test/example/tlock.py,
	test/functional/fn_helper.py, test/integration/helper.py,
	test/integration/test-macro.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-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-file.py,
	test/unit/test-io-input.py, test/unit/test-kill.py,
	test/unit/test-lib-eval.py, test/unit/test-lib-file.py,
	test/unit/test-lib-format.py, test/unit/test-lib-pp.py,
	test/unit/test-lib-print.py, test/unit/test-lib-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, {pydbgr => trepan}/Makefile, {pydbgr =>
	trepan}/VERSION.py, {pydbgr => trepan}/__init__.py, {pydbgr =>
	trepan}/api.py, {pydbgr => trepan}/bwcli.py, {pydbgr =>
	trepan}/bwprocessor/__init__.py, {pydbgr =>
	trepan}/bwprocessor/command/__init__.py, {pydbgr =>
	trepan}/bwprocessor/command/base_cmd.py, {pydbgr =>
	trepan}/bwprocessor/command/mock.py, {pydbgr =>
	trepan}/bwprocessor/command/quit.py, {pydbgr =>
	trepan}/bwprocessor/command/step.py, {pydbgr =>
	trepan}/bwprocessor/location.py, {pydbgr =>
	trepan}/bwprocessor/main.py, {pydbgr => trepan}/bwprocessor/msg.py,
	{pydbgr => trepan}/cli.py, {pydbgr => trepan}/client.py, {pydbgr =>
	trepan}/clifns.py, {pydbgr => trepan}/debugger.py, {pydbgr =>
	trepan}/exception.py, {pydbgr => trepan}/interface.py, {pydbgr =>
	trepan}/interfaces/Makefile, {pydbgr =>
	trepan}/interfaces/__init__.py, {pydbgr =>
	trepan}/interfaces/bullwinkle.py, {pydbgr =>
	trepan}/interfaces/client.py, {pydbgr =>
	trepan}/interfaces/comcodes.py, {pydbgr =>
	trepan}/interfaces/script.py, {pydbgr =>
	trepan}/interfaces/server.py, {pydbgr =>
	trepan}/interfaces/user.py, {pydbgr => trepan}/io/Makefile, {pydbgr
	=> trepan}/io/__init__.py, {pydbgr => trepan}/io/base.py, {pydbgr
	=> trepan}/io/fifoclient.py, {pydbgr => trepan}/io/fifoserver.py,
	{pydbgr => trepan}/io/input.py, {pydbgr => trepan}/io/output.py,
	{pydbgr => trepan}/io/scriptin.py, {pydbgr =>
	trepan}/io/stringarray.py, {pydbgr => trepan}/io/tcpclient.py,
	{pydbgr => trepan}/io/tcpfns.py, {pydbgr =>
	trepan}/io/tcpserver.py, {pydbgr => trepan}/lib/Makefile, {pydbgr
	=> trepan}/lib/__init__.py, {pydbgr => trepan}/lib/breakpoint.py,
	{pydbgr => trepan}/lib/bytecode.py, {pydbgr =>
	trepan}/lib/complete.py, {pydbgr => trepan}/lib/core.py, {pydbgr =>
	trepan}/lib/default.py, {pydbgr => trepan}/lib/disassemble.py,
	{pydbgr => trepan}/lib/display.py, {pydbgr => trepan}/lib/eval.py,
	{pydbgr => trepan}/lib/file.py, {pydbgr => trepan}/lib/format.py,
	{pydbgr => trepan}/lib/pp.py, {pydbgr => trepan}/lib/print.py,
	{pydbgr => trepan}/lib/sighandler.py, {pydbgr =>
	trepan}/lib/stack.py, {pydbgr => trepan}/lib/thread.py, {pydbgr =>
	trepan}/misc.py, {pydbgr => trepan}/options.py, {pydbgr =>
	trepan}/post_mortem.py, {pydbgr => trepan}/processor/Makefile,
	{pydbgr => trepan}/processor/__init__.py, {pydbgr =>
	trepan}/processor/cmdbreak.py, {pydbgr =>
	trepan}/processor/cmdfns.py, {pydbgr =>
	trepan}/processor/cmdproc.py, {pydbgr =>
	trepan}/processor/command/Makefile, {pydbgr =>
	trepan}/processor/command/__init__.py, {pydbgr =>
	trepan}/processor/command/alias.py, {pydbgr =>
	trepan}/processor/command/backtrace.py, {pydbgr =>
	trepan}/processor/command/base_cmd.py, {pydbgr =>
	trepan}/processor/command/base_subcmd.py, {pydbgr =>
	trepan}/processor/command/base_submgr.py, {pydbgr =>
	trepan}/processor/command/break.py, {pydbgr =>
	trepan}/processor/command/cd.py, {pydbgr =>
	trepan}/processor/command/condition.py, {pydbgr =>
	trepan}/processor/command/continue.py, {pydbgr =>
	trepan}/processor/command/debug.py, {pydbgr =>
	trepan}/processor/command/delete.py, {pydbgr =>
	trepan}/processor/command/disable.py, {pydbgr =>
	trepan}/processor/command/disassemble.py, {pydbgr =>
	trepan}/processor/command/display.py, {pydbgr =>
	trepan}/processor/command/down.py, {pydbgr =>
	trepan}/processor/command/edit.py, {pydbgr =>
	trepan}/processor/command/enable.py, {pydbgr =>
	trepan}/processor/command/eval.py, {pydbgr =>
	trepan}/processor/command/examine.py, {pydbgr =>
	trepan}/processor/command/exit.py, {pydbgr =>
	trepan}/processor/command/finish.py, {pydbgr =>
	trepan}/processor/command/frame.py, {pydbgr =>
	trepan}/processor/command/handle.py, {pydbgr =>
	trepan}/processor/command/help.py, {pydbgr =>
	trepan}/processor/command/info.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/Makefile, {pydbgr =>
	trepan}/processor/command/info_subcmd/__init__.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/args.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/break.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/display.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/file.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/globals.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/line.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/locals.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/macro.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/program.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/return.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/signals.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/source.py, {pydbgr =>
	trepan}/processor/command/info_subcmd/threads.py, {pydbgr =>
	trepan}/processor/command/jump.py, {pydbgr =>
	trepan}/processor/command/kill.py, {pydbgr =>
	trepan}/processor/command/list.py, {pydbgr =>
	trepan}/processor/command/macro.py, {pydbgr =>
	trepan}/processor/command/mock.py, {pydbgr =>
	trepan}/processor/command/next.py, {pydbgr =>
	trepan}/processor/command/pdef.py, {pydbgr =>
	trepan}/processor/command/pp.py, {pydbgr =>
	trepan}/processor/command/pr.py, {pydbgr =>
	trepan}/processor/command/pydocx.py, {pydbgr =>
	trepan}/processor/command/python.py, {pydbgr =>
	trepan}/processor/command/quit.py, {pydbgr =>
	trepan}/processor/command/restart.py, {pydbgr =>
	trepan}/processor/command/run.py, {pydbgr =>
	trepan}/processor/command/set.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/Makefile, {pydbgr =>
	trepan}/processor/command/set_subcmd/__demo_helper__.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/__init__.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/annotate.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/autoeval.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/autoipython.py.bad, {pydbgr =>
	trepan}/processor/command/set_subcmd/autolist.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/autopython.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/basename.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/cmdtrace.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/dbg_pydbgr.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/different.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/events.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/flush.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/highlight.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/listsize.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/maxstring.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/skip.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/trace.py, {pydbgr =>
	trepan}/processor/command/set_subcmd/width.py, {pydbgr =>
	trepan}/processor/command/show.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/Makefile, {pydbgr =>
	trepan}/processor/command/show_subcmd/__demo_helper__.py, {pydbgr
	=> trepan}/processor/command/show_subcmd/__init__.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/aliases.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/annotate.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/args.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/autoeval.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/autolist.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/autopython.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/basename.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/cmdtrace.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/confirm.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/dbg_pydbgr.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/different.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/events.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/highlight.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/listsize.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/maxstring.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/skip.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/trace.py, {pydbgr =>
	trepan}/processor/command/show_subcmd/width.py, {pydbgr =>
	trepan}/processor/command/skip.py, {pydbgr =>
	trepan}/processor/command/source.py, {pydbgr =>
	trepan}/processor/command/step.py, {pydbgr =>
	trepan}/processor/command/tbreak.py, {pydbgr =>
	trepan}/processor/command/unalias.py, {pydbgr =>
	trepan}/processor/command/undisplay.py, {pydbgr =>
	trepan}/processor/command/up.py, {pydbgr =>
	trepan}/processor/command/whatis.py, {pydbgr =>
	trepan}/processor/complete.py, {pydbgr =>
	trepan}/processor/subcmd.py, {pydbgr => trepan}/processor/trace.py,
	{pydbgr => trepan}/vprocessor.py: pydbgr -> trepan2

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

	* pydbgr/cli.py, pydbgr/debugger.py, pydbgr/options.py,
	test/integration/helper.py: Break out options from rest of
	command-line interface.

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

	* pydbgr/cli.py: Last commit messed up --server option

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

	* pydbgr/__init__.py, pydbgr/cli.py, pydbgr/client.py,
	pydbgr/interfaces/client.py: Fix up remote execution. Add --client
	option to top-level pydbgr command.

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

	* pydbgr/io/fifoserver.py, test/unit/test-fifo.py,
	test/unit/test-tcp.py: More care in closing I/O.

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

	* pydbgr/bwcli.py, pydbgr/bwprocessor/__init__.py,
	pydbgr/bwprocessor/command/base_cmd.py,
	pydbgr/bwprocessor/command/quit.py, pydbgr/lib/core.py: Add
	"until_condition" from 3k debugger. Strip some blanks.Sync with 3k.

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

	* pydbgr/processor/__init__.py: Packaging: add to __init__.py all of
	the python files in processor

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

	* pydbgr/debugger.py, pydbgr/lib/complete.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/complete.py: Start subcommand completion.

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

	* pydbgr/interfaces/script.py, pydbgr/interfaces/server.py,
	pydbgr/interfaces/user.py, pydbgr/lib/default.py,
	pydbgr/processor/cmdproc.py, pydbgr/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.

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

	* pydbgr/io/{base_io.py => base.py}, pydbgr/io/fifoclient.py,
	pydbgr/io/fifoserver.py, pydbgr/io/input.py, pydbgr/io/output.py,
	pydbgr/io/scriptin.py, pydbgr/io/stringarray.py,
	pydbgr/io/tcpclient.py, pydbgr/io/tcpserver.py: base_io -> base to
	keep in better sync with trepan3k

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

	* pydbgr/interfaces/user.py, pydbgr/processor/complete.py: Sync with
	trepan3k

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

	* pydbgr/processor/complete.py: More tests

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

	* pydbgr/debugger.py, pydbgr/interfaces/user.py,
	pydbgr/processor/cmdproc.py, pydbgr/processor/complete.py: Start
	command completion.

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

	* pydbgr/interfaces/user.py, pydbgr/io/base_io.py,
	pydbgr/io/input.py: History file reading and saving now works.

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

	* pydbgr/cli.py, pydbgr/debugger.py, pydbgr/interface.py,
	pydbgr/interfaces/user.py: Reset recent changes.

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

	* pydbgr/api.py, pydbgr/cli.py, pydbgr/debugger.py,
	pydbgr/interface.py, pydbgr/interfaces/user.py, pydbgr/lib/core.py,
	pydbgr/lib/default.py: Read and save readline history

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

	* pydbgr/lib/default.py: Start history mechanism

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

	* pydbgr/interfaces/user.py: Start history mechanism

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

	* __pkginfo__.py, pydbgr/interfaces/user.py, pydbgr/io/input.py,
	pydbgr/lib/default.py, test/functional/test-skip.py: Strip some
	blanks

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

	* pydbgr/__init__.py: Update overall doc.

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

	* ChangeLog, pydbgr/VERSION.py, pydbgr/__init__.py: Fix up __init__
	doc.

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

	* MANIFEST.in, Makefile, NEWS, __pkginfo__.py,
	make-check-filter.py, pydbgr/VERSION.py, pydbgr/__init__.py: Get
	ready for release 0.2.6

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

	* pydbgr/bwprocessor/location.py, pydbgr/debugger.py,
	pydbgr/lib/disassemble.py, pydbgr/lib/stack.py,
	pydbgr/processor/cmdproc.py, pydbgr/processor/command/base_cmd.py,
	pydbgr/vprocessor.py, test/data/macro.right, test/data/step.right,
	test/functional/test-jump.py, test/functional/test-next.py,
	test/functional/test-step.py, test/integration/helper.py,
	test/unit/test-lib-thread.py, test/unit/test-stack.py: Make Python
	2.4 compatible

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

	* pydbgr/__init__.py, pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/info_subcmd/line.py, test/example/hanoi.py: 
	Make Python 2.5.6 compatibile

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

	* __pkginfo__.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/info_subcmd/args.py,
	pydbgr/processor/command/info_subcmd/break.py,
	pydbgr/processor/command/info_subcmd/display.py,
	pydbgr/processor/command/info_subcmd/line.py,
	pydbgr/processor/command/info_subcmd/macro.py,
	pydbgr/processor/command/info_subcmd/program.py,
	pydbgr/processor/command/info_subcmd/return.py,
	pydbgr/processor/command/info_subcmd/source.py,
	pydbgr/processor/command/info_subcmd/threads.py,
	pydbgr/processor/command/next.py, test/data/macro.right,
	test/functional/fn_helper.py: __pkginfo__.py: Bump minimum dependant
	versions. Sort macros in "info macro". Pylint info subcommands. Make
	it work on 2.6

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

	* ChangeLog, pydbgr/VERSION.py, pydbgr/cli.py,
	pydbgr/lib/disassemble.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/jump.py, pydbgr/processor/command/skip.py: 
	Start Python 2.5 compatibility

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

	* ChangeLog, pydbgr/VERSION.py: Get ready for release 0.2.5

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

	* test/functional/fn_helper.py: Small change

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

	* NEWS, pydbgr/io/fifoclient.py, pydbgr/io/fifoserver.py,
	pydbgr/io/input.py, pydbgr/io/output.py, pydbgr/io/scriptin.py,
	pydbgr/io/tcpclient.py, pydbgr/io/tcpserver.py, pydbgr/lib/eval.py: 
	handle if/while expressions better in eval? pyflakes io directory.

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

	* pydbgr/processor/cmdproc.py, test/integration/.cvsignore: Fix
	macro processing error messages better

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

	* pydbgr/processor/command/set_subcmd/events.py: python3-trepan sync

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

	* pydbgr/processor/command/set_subcmd/__demo_helper__.py,
	pydbgr/processor/command/set_subcmd/basename.py,
	pydbgr/processor/command/set_subcmd/different.py,
	pydbgr/processor/command/set_subcmd/flush.py,
	pydbgr/processor/command/set_subcmd/highlight.py,
	pydbgr/processor/command/set_subcmd/listsize.py,
	pydbgr/processor/command/set_subcmd/maxstring.py,
	pydbgr/processor/command/set_subcmd/skip.py,
	pydbgr/processor/command/set_subcmd/trace.py,
	pydbgr/processor/command/set_subcmd/width.py,
	test/data/macro.right, test/data/step.right,
	test/integration/helper.py: Add boilerplate demo code to some "set"
	commands, update copyright

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

	* test/functional/test-next.py, test/functional/test-sig.py,
	test/functional/test-skip.py, test/functional/test-step.py: Sync
	with python3-trepan

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

	* test/functional/fn_helper.py, test/functional/test-break.py,
	test/functional/test-finish.py, test/unit/test-fifo.py,
	test/unit/test-info-file.py, test/unit/test-io-input.py,
	test/unit/test-tcp.py: 3k compatibility.

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

	* 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-skip.py: pyflakes
	functional tests

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

	* test/unit/test-break.py, test/unit/test-cmd-alias.py,
	test/unit/test-pdef.py, test/unit/test-pr.py: Pyflakes unit test

2013-03-23  rocky <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-fifo.py,
	test/unit/test-finish.py, test/unit/test-help.py,
	test/unit/test-info-file.py, test/unit/test-io-input.py,
	test/unit/test-kill.py, test/unit/test-lib-format.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-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: pyflakes unit tests

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

	* pydbgr/lib/breakpoint.py, pydbgr/lib/disassemble.py,
	pydbgr/lib/file.py, pydbgr/lib/format.py, pydbgr/lib/sighandler.py,
	test/unit/test-fifo.py, test/unit/test-finish.py,
	test/unit/test-help.py: More cleanup

2013-03-23  rocky <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-fifo.py,
	test/unit/test-quit.py, test/unit/test-tcp.py: Start to clean up
	unit test code

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

	* pydbgr/lib/stack.py, test/unit/test-stack.py: More regular
	formatting of exec() functions

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

	* test/unit/test-disassemble.py, test/unit/test-info-file.py: 
	python3-trepan sync. Better tests

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

	* pydbgr/io/stringarray.py, pydbgr/lib/disassemble.py,
	pydbgr/processor/command/disassemble.py,
	test/unit/test-disassemble.py: Some bugs in disassemble command and
	sync with python3-trepan. Some 3k compatibility.

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

	* pydbgr/cli.py, pydbgr/client.py, pydbgr/interfaces/bullwinkle.py,
	pydbgr/io/fifoclient.py, pydbgr/io/fifoserver.py,
	pydbgr/io/tcpclient.py, pydbgr/io/tcpserver.py: Sync with
	python3-trepan. More 3k-compatible.

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

	* pydbgr/lib/default.py, pydbgr/lib/pp.py,
	pydbgr/processor/command/alias.py,
	pydbgr/processor/command/disassemble.py,
	pydbgr/processor/command/examine.py,
	pydbgr/processor/command/jump.py,
	pydbgr/processor/command/macro.py, pydbgr/processor/command/pp.py,
	pydbgr/processor/command/pr.py, pydbgr/processor/command/python.py,
	pydbgr/processor/command/run.py, pydbgr/processor/command/skip.py: 
	Sync code with python3-trepan. Make more 3k compatibile

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

	* pydbgr/processor/command/set_subcmd/trace.py: 3k compatibility

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

	* pydbgr/processor/command/set_subcmd/__demo_helper__.py,
	pydbgr/processor/command/set_subcmd/autoeval.py,
	pydbgr/processor/command/set_subcmd/autolist.py,
	pydbgr/processor/command/set_subcmd/autopython.py,
	pydbgr/processor/command/set_subcmd/different.py,
	pydbgr/processor/command/set_subcmd/flush.py,
	pydbgr/processor/command/set_subcmd/skip.py,
	pydbgr/processor/command/set_subcmd/trace.py,
	pydbgr/processor/command/show_subcmd/autolist.py,
	pydbgr/processor/command/show_subcmd/autopython.py: DRY demo code
	for set commands and some show.

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

	* pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/show_subcmd/__demo_helper__.py,
	pydbgr/processor/command/show_subcmd/aliases.py,
	pydbgr/processor/command/show_subcmd/args.py,
	pydbgr/processor/command/show_subcmd/autoeval.py,
	pydbgr/processor/command/show_subcmd/autolist.py,
	pydbgr/processor/command/show_subcmd/basename.py,
	pydbgr/processor/command/show_subcmd/confirm.py,
	test/data/macro.right, test/data/step.right: DRY show demo code.
	Strip of RsT tags from short show help output.

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

	* pydbgr/processor/command/mock.py,
	pydbgr/processor/command/whatis.py: Sync with python3-trepan.

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

	* pydbgr/bwprocessor/location.py, pydbgr/lib/breakpoint.py,
	pydbgr/processor/cmdproc.py, pydbgr/processor/command/kill.py: 2.5
	compatibility

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

	* .gitignore, Makefile, pydbgr/bwprocessor/location.py,
	pydbgr/bwprocessor/main.py, pydbgr/debugger.py,
	pydbgr/interfaces/script.py, pydbgr/interfaces/user.py,
	pydbgr/lib/core.py, pydbgr/lib/display.py,
	pydbgr/processor/cmdproc.py, pydbgr/processor/command/break.py,
	pydbgr/processor/command/cd.py,
	pydbgr/processor/command/condition.py,
	pydbgr/processor/command/continue.py,
	pydbgr/processor/command/delete.py,
	pydbgr/processor/command/disable.py,
	pydbgr/processor/command/edit.py,
	pydbgr/processor/command/enable.py,
	pydbgr/processor/command/help.py,
	pydbgr/processor/command/info_subcmd/args.py,
	pydbgr/processor/command/info_subcmd/macro.py,
	pydbgr/processor/command/info_subcmd/program.py,
	pydbgr/processor/command/info_subcmd/source.py,
	pydbgr/processor/command/list.py, pydbgr/processor/command/next.py,
	pydbgr/processor/command/python.py,
	pydbgr/processor/command/set_subcmd/annotate.py,
	pydbgr/processor/command/set_subcmd/autolist.py,
	pydbgr/processor/command/set_subcmd/different.py,
	pydbgr/processor/command/set_subcmd/flush.py,
	pydbgr/processor/command/set_subcmd/maxstring.py,
	pydbgr/processor/command/set_subcmd/skip.py,
	pydbgr/processor/command/show_subcmd/annotate.py,
	pydbgr/processor/command/show_subcmd/autoeval.py,
	pydbgr/processor/command/show_subcmd/cmdtrace.py,
	pydbgr/processor/command/show_subcmd/confirm.py,
	pydbgr/processor/command/show_subcmd/dbg_pydbgr.py,
	pydbgr/processor/command/show_subcmd/events.py,
	pydbgr/processor/command/show_subcmd/highlight.py,
	pydbgr/processor/command/show_subcmd/skip.py,
	pydbgr/processor/command/show_subcmd/trace.py,
	pydbgr/processor/command/tbreak.py, test/functional/fn_helper.py: 
	Make sure this works on a fresh Python 2.6 install

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

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

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

	* test/unit/test-lib-pp.py, test/unit/test-lib-thread.py,
	test/unit/test-list.py, test/unit/test-processor.py,
	test/unit/test-subcmd.py: 3k compatibility

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

	* test/unit/test-clifns.py, test/unit/test-cmdproc.py,
	test/unit/test-help.py, test/unit/test-helper.py,
	test/unit/test-lib-pp.py: test-helper: move test into clifns which
	is where it belongs. rest: sync with trepan

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

	* .gitignore, pydbgr/.gitignore, pydbgr/interfaces/.gitignore,
	pydbgr/io/.gitignore, pydbgr/processor/.gitignore,
	pydbgr/processor/command/.gitignore,
	pydbgr/processor/command/debug.py,
	pydbgr/processor/command/show_subcmd/.gitignore, test/.gitignore,
	test/example/.gitignore, test/unit/.gitignore: git administrivia

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

	* pydbgr/processor/command/tbreak.py,
	pydbgr/processor/command/undisplay.py: Sync with 3k version.

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

	* pydbgr/cli.py, pydbgr/processor/cmdproc.py: Fix bug in restart;
	More 3k compatability

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

	* Makefile, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/{ipython.py => ipython.py.bad},
	pydbgr/processor/command/set_subcmd/{autoipython.py =>
	autoipython.py.bad},
	pydbgr/processor/command/show_subcmd/{autoipython.py =>
	autoipython.py.bad},
	pydbgr/processor/command/show_subcmd/autopython.py,
	pydbgr/processor/command/show_subcmd/basename.py: Remove some import
	bugs left over from ipython brokenness

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

	* pydbgr/VERSION.py: Bump version number

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

	* __pkginfo__.py, pydbgr/processor/cmdfns.py,
	pydbgr/processor/command/show_subcmd/confirm.py: Make more like 3k
	version

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

	* pydbgr/processor/command/show.py,
	pydbgr/processor/command/show_subcmd/aliases.py: 3k compatibility

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

	* pydbgr/lib/sighandler.py,
	pydbgr/processor/command/info_subcmd/display.py,
	pydbgr/processor/command/info_subcmd/file.py,
	pydbgr/processor/command/info_subcmd/globals.py,
	pydbgr/processor/command/info_subcmd/macro.py,
	pydbgr/processor/command/info_subcmd/return.py,
	pydbgr/processor/command/info_subcmd/threads.py: Use sectioning in
	showing a list of signals. Add python3 compatibility.

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

	* ChangeLog, Makefile, NEWS, pydbgr/VERSION.py: Get ready for
	release Ides of March Ron Frankel relaease 0.2.4

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

	* pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/display.py,
	pydbgr/processor/command/info.py,
	pydbgr/processor/command/info_subcmd/args.py,
	pydbgr/processor/command/kill.py, pydbgr/processor/subcmd.py,
	test/unit/test-cmd-alias.py: Better handling of "info args". Some 3k
	compatibility.

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

	* pydbgr/processor/command/condition.py,
	pydbgr/processor/command/disable.py: Add int conversion when needed

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

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/down.py,
	pydbgr/processor/command/frame.py, pydbgr/processor/command/up.py: 
	3k compatibility.

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

	* pydbgr/processor/command/alias.py,
	pydbgr/processor/command/break.py: 3k compatibility

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

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/finish.py,
	pydbgr/processor/command/list.py, test/example/hanoi.py: 3k
	compatibility

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

	* pydbgr/processor/command/backtrace.py,
	pydbgr/processor/command/continue.py,
	pydbgr/processor/command/help.py, pydbgr/processor/command/list.py,
	pydbgr/processor/command/next.py, pydbgr/processor/command/step.py,
	test/example/gcd.py: 3k compatability

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

	* pydbgr/post_mortem.py: Sync with 3k trepan

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

	* pydbgr/post_mortem.py: post_mortem.py 3k compatible

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

	* pydbgr/api.py: 3k compatibility

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

	* pydbgr/clifns.py: 3k compatibility

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

	* pydbgr/debugger.py, pydbgr/lib/core.py: 3k compatibility

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

	* pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/quit.py: 3k compatibility

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

	* pydbgr/processor/command/mock.py: 3k compatibility

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

	* pydbgr/processor/cmdproc.py: More 3k compatibility

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

	* pydbgr/processor/command/mock.py: 3k compatibility

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

	* pydbgr/lib/thread.py, pydbgr/processor/cmdproc.py: 3k
	compatibility

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

	* Makefile, pydbgr/processor/cmdproc.py: cmdproc.py: Python 3k
	compatibility. Makefile: test-integration-short filters now

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

	* pydbgr/lib/pp.py, pydbgr/lib/sighandler.py, pydbgr/lib/stack.py,
	pydbgr/processor/cmdfns.py: More 3k tolerance

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

	* pydbgr/bwprocessor/command/mock.py,
	pydbgr/bwprocessor/location.py, pydbgr/bwprocessor/msg.py,
	pydbgr/lib/core.py, pydbgr/lib/stack.py,
	pydbgr/processor/command/mock.py, test/unit/test-core.py,
	test/unit/test-subcmd.py: Drop () in "Class foo():" for older
	Pythons

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

	* pydbgr/vprocessor.py: Remove non-relative import

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

	* pydbgr/interfaces/script.py: interfaces/script now 3k compatible

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

	* pydbgr/interfaces/user.py: Make user more 3k compatible

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

	* .gitignore, pydbgr/lib/display.py, pydbgr/lib/eval.py,
	pydbgr/lib/file.py, pydbgr/lib/stack.py,
	test/unit/test-lib-eval.py, test/unit/test-lib-file.py: Reduce
	python2 vs python3 differences.

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

	* pydbgr/lib/disassemble.py, pydbgr/lib/format.py: Python 3k
	compatability

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

	* .gitignore, Makefile, test/functional/Makefile,
	test/integration/Makefile, test/unit/Makefile,
	test/unit/test-brkpt.py: More administrivia

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

	* test/functional/.cvsignore, test/functional/.gitignore: 
	test-brkpt.py: 3k compatible. rest: Administrivia

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

	* Makefile, pydbgr/io/input.py, pydbgr/lib/breakpoint.py,
	pydbgr/lib/bytecode.py, test/functional/Makefile,
	test/functional/setup.py, test/integration/Makefile,
	test/integration/setup.py, test/unit/test-bytecode.py: pydbgr/*.py
	More python3 compatibility where possible. test/* Remove bogus
	egg.info files and tag them better. Go over Makefiles to narrow
	test/check routines that directory.

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

	* pydbgr/bwcli.py, pydbgr/cli.py, pydbgr/interfaces/bullwinkle.py,
	pydbgr/interfaces/script.py, pydbgr/interfaces/user.py,
	pydbgr/io/__init__.py, pydbgr/io/{dbg_input.py => input.py},
	pydbgr/io/{dbg_output.py => output.py}, pydbgr/lib/__init__.py,
	pydbgr/misc.py, test/unit/test-io-input.py: dbg_{input,output} ->
	{input,output} start to simplify __init__.py

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

	* test/unit/test-tcp.py: On cygwin and possibly other OS's we might
	not be able to do the socket tests. That's okay.

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

	* Makefile: Set reasonable default values for PYTHON and GIT2CL

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

	* pydbgr/processor/command/macro.py: Update macro docstring

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

	* pydbgr/processor/command/macro.py: Update macro docstring

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

	* pydbgr/VERSION.py, pydbgr/processor/command/alias.py: We
	semi-released 0.2.3_01.

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

	* NEWS, pydbgr/bwprocessor/main.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/alias.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/help.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/macro.py,
	pydbgr/processor/command/set_subcmd/autoipython.py,
	pydbgr/processor/command/set_subcmd/autolist.py,
	pydbgr/processor/command/set_subcmd/autopython.py,
	pydbgr/processor/command/set_subcmd/highlight.py,
	pydbgr/processor/command/show_subcmd/aliases.py,
	pydbgr/processor/command/unalias.py, test/unit/test-cmd-alias.py,
	test/unit/test-cmdproc.py, test/unit/test-help.py,
	test/unit/test-processor.py: Add "alias" and "unalias" debugger
	commands. Rename "name2cmds" and "alias2cmds" to "commands" and
	"aliases" to match Trepanning debugger internals.

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

	* ChangeLog, NEWS, pydbgr/VERSION.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/info_subcmd/macro.py,
	pydbgr/processor/command/set_subcmd/autoeval.py,
	pydbgr/processor/command/set_subcmd/autopython.py,
	pydbgr/processor/command/set_subcmd/different.py: cmdproc.py: remove
	debug print. autopython.py: Stray character got in beginning of
	file. set_subcommand/*.py: update docstring.

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

	* ChangeLog, pydbgr/VERSION.py: Release 0.2.3

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

	* ChangeLog, pydbgr/processor/command/macro.py: Better help text for
	macro command.

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

	* pydbgr/lib/default.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/macro.py, test/data/macro.cmd,
	test/data/macro.right, test/integration/test-macro.py: Add "macro"
	and "info macro" tests. Some macro code wasn't checked in previously
	has it should have been.

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

	* pydbgr/processor/command/info_subcmd/macro.py,
	pydbgr/processor/command/macro.py: Add debugger macros courtesy of
	Python's lambdas.

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

	* __pkginfo__.py, pydbgr/processor/command/debug.py,
	pydbgr/processor/command/step.py: debug.py: spelled method "section"
	incorrectly. __pkginfo__.py add bwprocessor. step.py: correct
	indentation on doc string.

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

	* pydbgr/bwprocessor/command/quit.py,
	pydbgr/bwprocessor/command/step.py, pydbgr/bwprocessor/location.py,
	pydbgr/bwprocessor/main.py, pydbgr/processor/command/step.py: More
	complete BW 'step' and 'quit' command, fix some of the bugs in BW.

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

	* pydbgr/bwcli.py, pydbgr/bwprocessor/command/step.py,
	pydbgr/bwprocessor/location.py, pydbgr/bwprocessor/main.py,
	pydbgr/bwprocessor/msg.py, pydbgr/interfaces/bullwinkle.py,
	pydbgr/lib/core.py: Get Bullwinkle protocol "step" and "quit"
	minimally working.

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

	* pydbgr/__init__.py, pydbgr/bwprocessor/__init__.py,
	pydbgr/bwprocessor/command/__init__.py,
	pydbgr/bwprocessor/command/base_cmd.py,
	pydbgr/bwprocessor/command/mock.py,
	pydbgr/bwprocessor/command/quit.py, pydbgr/bwprocessor/location.py,
	pydbgr/bwprocessor/main.py, pydbgr/bwprocessor/msg.py,
	pydbgr/interfaces/bullwinkle.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/__init__.py,
	pydbgr/processor/command/ipython_magic/__init__.py,
	pydbgr/processor/command/set_subcmd/__init__.py,
	pydbgr/processor/trace.py, pydbgr/{processor/base_proc.py =>
	vprocessor.py}: Start Bullwinkle processor.

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

	* MANIFEST.in, pydbgr/VERSION.py: Bump version add
	make-check-filter.py

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

	* ChangeLog, NEWS, pydbgr/VERSION.py: Get ready for release 0.2.2

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

	* .gitignore, Makefile, make-check-filter.py, pydbgr/api.py,
	pydbgr/debugger.py, pydbgr/processor/base_proc.py,
	pydbgr/processor/cmdproc.py: api.py, debugger.py, cmdproc.py:
	set/show eval string when appropriate. Makefile, make-check-filter:
	reduce garbage output.

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

	* __pkginfo__.py, pydbgr/__init__.py, pydbgr/cli.py,
	pydbgr/client.py, pydbgr/debugger.py,
	pydbgr/{interface/base_intf.py => interface.py}, pydbgr/{interface
	=> interfaces}/.gitignore, pydbgr/{interface =>
	interfaces}/Makefile, pydbgr/{interface => interfaces}/__init__.py,
	pydbgr/{interface => interfaces}/client.py, pydbgr/{interface =>
	interfaces}/comcodes.py, pydbgr/{interface =>
	interfaces}/script.py, pydbgr/{interface => interfaces}/server.py,
	pydbgr/{interface => interfaces}/user.py,
	pydbgr/processor/command/restart.py,
	pydbgr/processor/command/source.py, test/unit/test-tcp.py,
	test/unit/test-user.py: Restructure interfaces code

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

	* pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/jump.py, test/data/step.right: Small
	changes

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

	* pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/break.py,
	pydbgr/processor/command/next.py, pydbgr/processor/command/pp.py,
	pydbgr/processor/command/pr.py, pydbgr/processor/command/{pydocX.py
	=> pydocx.py}, pydbgr/processor/command/python.py,
	pydbgr/processor/command/quit.py,
	pydbgr/processor/command/restart.py,
	pydbgr/processor/command/run.py,
	pydbgr/processor/command/set_subcmd/autoeval.py,
	pydbgr/processor/command/set_subcmd/autolist.py,
	pydbgr/processor/command/set_subcmd/highlight.py,
	pydbgr/processor/command/set_subcmd/listsize.py,
	pydbgr/processor/command/set_subcmd/skip.py,
	pydbgr/processor/command/show.py,
	pydbgr/processor/command/show_subcmd/args.py,
	pydbgr/processor/command/show_subcmd/autolist.py,
	pydbgr/processor/command/skip.py,
	pydbgr/processor/command/source.py,
	pydbgr/processor/command/tbreak.py,
	pydbgr/processor/command/undisplay.py,
	pydbgr/processor/command/whatis.py: Finish converting help text to
	ReStructuredText

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

	* pydbgr/processor/command/info.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/jump.py, pydbgr/processor/command/kill.py,
	pydbgr/processor/command/list.py: More reStructuredText debugger
	command help

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

	* pydbgr/processor/command/edit.py,
	pydbgr/processor/command/eval.py,
	pydbgr/processor/command/examine.py,
	pydbgr/processor/command/exit.py,
	pydbgr/processor/command/finish.py,
	pydbgr/processor/command/frame.py,
	pydbgr/processor/command/handle.py: ReStructureText more commands

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

	* pydbgr/api.py, pydbgr/client.py,
	pydbgr/processor/command/condition.py,
	pydbgr/processor/command/debug.py,
	pydbgr/processor/command/delete.py,
	pydbgr/processor/command/disable.py,
	pydbgr/processor/command/disassemble.py,
	pydbgr/processor/command/display.py,
	pydbgr/processor/command/enable.py, pydbgr/processor/trace.py: 
	client.py: Remove some warnings. command/*.py: Change help to
	reStructuredText. trace.py: guard agains closed output

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

	* pydbgr/lib/format.py, pydbgr/processor/command/step.py,
	test/unit/test-lib-format.py: Fix verbatim bug. Verbatim now uses a
	separate color when colorized. Convert step.py to use
	ReStructuredText.

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

	* pydbgr/processor/command/backtrace.py,
	pydbgr/processor/command/cd.py, pydbgr/processor/command/pdef.py: 
	More ReStructuredText formatting.

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

	* pydbgr/lib/format.py, pydbgr/processor/base_proc.py,
	pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/break.py,
	pydbgr/processor/command/help.py, pydbgr/processor/command/quit.py,
	test/unit/test-lib-format.py: Start using reflowed ReStructured
	text. Warning: more work is needed.

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

	* pydbgr/processor/command/break.py,
	pydbgr/processor/command/quit.py: break.py: start tagging. quit.py:
	a dup word typo.

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

	* pydbgr/processor/cmdproc.py: Bump copyright date

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

	* pydbgr/processor/cmdproc.py: Downcase debugger command names. So
	FRAME 0 is the same as frame 0

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

	* pydbgr/VERSION.py, pydbgr/lib/format.py,
	pydbgr/processor/base_proc.py,
	pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/continue.py,
	pydbgr/processor/command/down.py,
	pydbgr/processor/command/frame.py, pydbgr/processor/command/set.py,
	pydbgr/processor/command/set_subcmd/highlight.py,
	pydbgr/processor/command/up.py: "up" and "down" match gdb now. More
	ReStructured text help formatting. Bump version. format.py: now
	handles plain text in a smarter way.

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

	* MANIFEST.in, Makefile: Fixes to make source tarball work.

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

	* pydbgr/VERSION.py: Bump version

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

	* pydbgr/processor/base_proc.py,
	pydbgr/processor/command/backtrace.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/help.py,
	pydbgr/processor/command/set_subcmd/highlight.py,
	pydbgr/processor/command/show_subcmd/highlight.py: More
	ReStructuredText formatting of debugger commands.

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

	* pydbgr/lib/format.py, pydbgr/processor/base_proc.py,
	pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/condition.py,
	pydbgr/processor/command/help.py, pydbgr/processor/command/quit.py: 
	Start adding ReStructuredText formatting to debugger command help.

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

	* .gitignore, NEWS, pydbgr/client.py, pydbgr/interface/comcodes.py,
	pydbgr/lib/disassemble.py, pydbgr/lib/format.py,
	pydbgr/lib/stack.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/{where.py => backtrace.py},
	pydbgr/processor/command/show_subcmd/highlight.py: stack.py:
	Colorize call stack. format.py: DRY common code in stack.py and
	disassemble.py where.py -> backtrace.py to match gdb and other
	trepanning debuggers.

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

	* pydbgr/lib/disassemble.py: Colorize assembly output via pygments

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

	* __pkginfo__.py, pydbgr/cli.py, pydbgr/lib/default.py,
	pydbgr/processor/base_proc.py,
	pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/set_subcmd/highlight.py,
	pydbgr/processor/command/show_subcmd/highlight.py,
	test/integration/test-general.py: Allow for dark and light
	background terminal highlight. Needs a new pyficache though.

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

	* .cvsignore, .gitignore, AUTHORS, Makefile, Makefile.am,
	autogen.sh, configure.ac, svn2cl_usermap, version.m4.in: svn to git
	conversion administrivia

2013-01-03  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/disassemble.py,
	pydbgr/processor/command/disassemble.py: lib/disassemble.py: Wasn't
	passing "section" function argument. command/disassemble.py: alias
	is now disasm git-svn-id: https://pydbgr.googlecode.com/svn/trunk@266
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2013-01-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, NEWS, __pkginfo__.py, pydbgr/VERSION.py: Get ready for
	0.2.0 release git-svn-id: https://pydbgr.googlecode.com/svn/trunk@264
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2013-01-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/list.py, test/functional/test-jump.py,
	test/functional/test-skip.py:  Tests now run again! list.py: in command xxx.pyc the same thing as
	 xxx.py. There's probably a more reliable way to do this. test*.py:
	 output has changed.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@263
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-31  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/list.py: 
	Track change in pyficache and stripping \n from lines returned.
	Warning: tests fail probably because of a bug in pyficache.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@262
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* configure.ac, pydbgr/debugger.py,
	pydbgr/processor/command/eval.py, pydbgr/processor/command/list.py: 
	Remove stray output.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@261
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/eval.py: Improve eval help.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@260
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/bytecode.py, pydbgr/processor/cmdproc.py: See comment
	in previous commit. This time, for sure! git-svn-id: https://pydbgr.googlecode.com/svn/trunk@259
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/bytecode.py, pydbgr/processor/cmdproc.py: For raw
	source line retrieval (as opposed to syntax highlight), use
	linecache.getline rather that pyficache.getline. Guard against
	errors in getting that line.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@258
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/eval.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/eval.py, test/unit/test-lib-eval.py: Add
	smarter eval routine from trepanning. eval? and eval no args added.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@257
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* : See above git-svn-id: https://pydbgr.googlecode.com/svn/trunk@255
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* NEWS, README.txt, __pkginfo__.py: Administrivia git-svn-id: https://pydbgr.googlecode.com/svn/trunk@253
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/disassemble.py, pydbgr/processor/base_proc.py,
	pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/debug.py,
	pydbgr/processor/command/disassemble.py,
	pydbgr/processor/command/help.py,
	pydbgr/processor/command/info_subcmd/break.py,
	pydbgr/processor/command/info_subcmd/file.py,
	pydbgr/processor/command/show_subcmd/aliases.py: Add Add sectioning
	commands various places where it is useful git-svn-id: https://pydbgr.googlecode.com/svn/trunk@252
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* __pkginfo__.py, pydbgr/VERSION.py, pydbgr/processor/base_proc.py,
	pydbgr/processor/cmdproc.py, pydbgr/processor/command/list.py,
	test/functional/fn_helper.py: Add terminal italic for error
	messages, syntax coloring of the location line, and add section()
	for section headings, to be used next.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@251
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/set_subcmd/highlight.py: Add "set
	highlight" git-svn-id: https://pydbgr.googlecode.com/svn/trunk@250
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-29  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py, pydbgr/processor/command/show_subcmd/highlight.py: 
	Add "show highlight". Still need "set "highlight".  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@249
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-29  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py, pydbgr/lib/default.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/list.py, test/integration/test-general.py,
	test/unit/test-list.py: Syntax highlight of source code via
	pygments! Add --highlight and --no-highlight optiosn. More is
	needed: set/show, location prompt, section headings...) git-svn-id: https://pydbgr.googlecode.com/svn/trunk@248
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-28  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog: See above.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@245
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2012-12-28  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* NEWS, pydbgr/VERSION.py,
	pydbgr/processor/command/info_subcmd/return.py,
	pydbgr/processor/command/set_subcmd/autolist.py,
	pydbgr/processor/command/set_subcmd/autopython.py,
	pydbgr/processor/command/set_subcmd/cmdtrace.py,
	pydbgr/processor/command/set_subcmd/dbg_pydbgr.py,
	pydbgr/processor/command/set_subcmd/events.py,
	pydbgr/processor/command/set_subcmd/listsize.py,
	pydbgr/processor/command/set_subcmd/width.py,
	pydbgr/processor/command/show_subcmd/maxstring.py,
	pydbgr/processor/command/show_subcmd/width.py: Get ready for 0.1.6
	release git-svn-id: https://pydbgr.googlecode.com/svn/trunk@244
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2011-01-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/set_subcmd/autolist.py: Fix Improper
	import_relative. Issue #11 (shmakes).  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@243
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-11-22  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* test/functional/test-step.py: Start to reinstate tests.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@242
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-11-21  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* Makefile.am, test/functional/test-break.py,
	test/functional/test-finish.py, test/functional/test-next.py,
	test/functional/test-skip.py, test/functional/test-step.py: 
	Reinstate functional tests. At least the ones that still pass.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@241
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-11-20  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, pydbgr/VERSION.py, pydbgr/debugger.py,
	pydbgr/lib/default.py, pydbgr/processor/cmdbreak.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/break.py,
	pydbgr/processor/command/continue.py,
	pydbgr/processor/command/info_subcmd/args.py,
	pydbgr/processor/command/info_subcmd/return.py,
	pydbgr/processor/command/set_subcmd/annotate.py,
	pydbgr/processor/command/set_subcmd/autolist.py,
	pydbgr/processor/command/set_subcmd/autopython.py,
	pydbgr/processor/command/set_subcmd/cmdtrace.py,
	pydbgr/processor/command/set_subcmd/dbg_pydbgr.py,
	pydbgr/processor/command/set_subcmd/events.py,
	pydbgr/processor/command/set_subcmd/listsize.py,
	pydbgr/processor/command/set_subcmd/maxstring.py,
	pydbgr/processor/command/set_subcmd/skip.py,
	pydbgr/processor/command/set_subcmd/trace.py,
	pydbgr/processor/command/set_subcmd/width.py,
	pydbgr/processor/command/show_subcmd/events.py,
	pydbgr/processor/command/show_subcmd/width.py,
	test/functional/fn_helper.py, test/functional/test-break.py,
	test/functional/test-jump.py, test/unit/test-cmdfns.py: Work on
	reducing import errors, and recovery of subcommand imports. Some
	bugs fixed. More progress towards some functional tests working.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@240
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-10-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/debug.py, setup.py,
	test/unit/test-io-input.py: More small changes git-svn-id: https://pydbgr.googlecode.com/svn/trunk@239
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-10-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, NEWS, __pkginfo__.py, pydbgr/interface/script.py: Small
	stuff git-svn-id: https://pydbgr.googlecode.com/svn/trunk@238
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-10-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/debug.py, test/example/gcd-dbgcall.py: 
	Fix a couple of bugs.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@236
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-10-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdfns.py, pydbgr/processor/command/{p.py =>
	pr.py}, pydbgr/processor/command/set_subcmd/{maxargstrsize.py =>
	maxstring.py},
	pydbgr/processor/command/show_subcmd/{maxargstrsize.py =>
	maxstring.py}, test/unit/{test-p.py => test-pr.py}: Debugger command
	"p" changed to "pr" to disambiguate with user variables named p in
	code set maxastrsize -> set maxstring and fix bug in code to update
	_repr.maxstring.  Both name changes keep in better alignment with
	the trepanning debuggers.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@235
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-09-18  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/interface/base_intf.py, pydbgr/interface/script.py,
	pydbgr/interface/server.py, pydbgr/interface/user.py: Make error
	prefix string match Ruby and POSIX shell debuggers git-svn-id: https://pydbgr.googlecode.com/svn/trunk@231
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-07-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/api.py, pydbgr/cli.py, pydbgr/client.py, pydbgr/clifns.py,
	pydbgr/lib/__init__.py, pydbgr/lib/bytecode.py,
	pydbgr/lib/default.py, pydbgr/lib/display.py, pydbgr/lib/pp.py,
	pydbgr/lib/sighandler.py, pydbgr/lib/stack.py, pydbgr/misc.py: 
	remove pyflakes warnings.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@226
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-07-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/python.py: Improve help text.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@225
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-07-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/debug.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/pp.py, pydbgr/processor/command/python.py,
	pydbgr/processor/command/set_subcmd/trace.py,
	pydbgr/processor/command/source.py, test/data/step.right: Inside
	create dbgr() function inside python command to issue debugger
	commands.  Some code adjustment based on pyflakes warnings.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@224
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-07-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/set_subcmd/autolist.py: Don't try to list
	if we have <string>, i.e. nothing to show. Should generalize to any
	"nothing" to show.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@223
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-07-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/debug.py: 
	Improve nested debugging: we now showt the return value. Each
	nesting adds a level of parenthesis in the prompt. Continue doesn't
	continue outside of the nesting and the stack frame is restored
	properly. We have a greater likelihood of not stopping at the
	initial sys.call_tracing().  That said, there is yet more work that should be done here.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@222
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-07-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdbreak.py, pydbgr/processor/{command =>
	}/cmdfns.py, pydbgr/processor/command/__init__.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/break.py,
	pydbgr/processor/command/condition.py,
	pydbgr/processor/command/delete.py,
	pydbgr/processor/command/disable.py,
	pydbgr/processor/command/disassemble.py,
	pydbgr/processor/command/down.py,
	pydbgr/processor/command/enable.py,
	pydbgr/processor/command/exit.py,
	pydbgr/processor/command/finish.py,
	pydbgr/processor/command/jump.py, pydbgr/processor/command/list.py,
	pydbgr/processor/command/next.py,
	pydbgr/processor/command/python.py,
	pydbgr/processor/command/step.py,
	pydbgr/processor/command/tbreak.py, pydbgr/processor/command/up.py,
	pydbgr/processor/command/whatis.py,
	pydbgr/processor/command/where.py, test/unit/test-break.py: More
	code reorganization: move processor modules out of command directory
	which really should just have commands.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@221
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-07-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/Makefile, pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/ipython.py: Some smallish changes.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@220
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-18  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/info_subcmd/program.py: Tidy one small
	output message git-svn-id: https://pydbgr.googlecode.com/svn/trunk@218
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-18  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/disassemble.py,
	pydbgr/processor/command/info_subcmd/program.py: Report PC offset in
	"info program" and "disassemble".  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@217
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-17  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* __pkginfo__.py, configure.ac, pydbgr/VERSION.py, pydbgr/cli.py: 
	VERSION.py is now a bilingual Python and POSIX shell program. This
	allows us to use more flexible version numbers and allows us to put
	in comment describing what the file is about.  Thanks again, to Yarik for the key idea.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@216
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* autogen.sh: autogen.sh: Create initial version.m4 if needed git-svn-id: https://pydbgr.googlecode.com/svn/trunk@215
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/debugger.py, pydbgr/interface/base_intf.py,
	pydbgr/lib/core.py, pydbgr/lib/print.py, pydbgr/lib/stack.py,
	pydbgr/processor/base_proc.py,
	pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/mock.py, pydbgr/processor/subcmd.py: Go
	with old-style classes for classes that don't inherit.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@214
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* .cvsignore, .gitignore, MANIFEST.in, Makefile.am, VERSION,
	__pkginfo__.py, configure.ac, pydbgr/VERSION.py, pydbgr/cli.py,
	version.m4.in: Verison is all the sundy and various locations is now
	computed from pydbgr/VERSION.py. I'm amazed something as simple as
	this isn't easier.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@213
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py: Forgot to bump version git-svn-id: https://pydbgr.googlecode.com/svn/trunk@211
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog: Update ChangeLog before release.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@209
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* configure.ac: We need this to make the Makefile git-svn-id: https://pydbgr.googlecode.com/svn/trunk@208
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* NEWS: Final NEWS tweaks git-svn-id: https://pydbgr.googlecode.com/svn/trunk@207
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, Makefile.am, NEWS, pydbgr/interface/user.py,
	pydbgr/io/stringarray.py, test/functional/fn_helper.py,
	test/functional/test-break.py: Get ready for Release. Makefile.am is
	now complete and creates a ChangeLog.  Remove functional tests for
	now :-( git-svn-id: https://pydbgr.googlecode.com/svn/trunk@206
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py: Use passed sys_argv if given (but default to
	sys.argv. This was keeping running from calling from ipython from
	working.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@203
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-06-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/debugger.py, pydbgr/lib/core.py,
	pydbgr/processor/command/debug.py: Nested debugging sort of works.
	debugger.run added to encompass run_eval and run_exec.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@202
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-05-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, NEWS, VERSION, pydbgr/debugger.py,
	pydbgr/processor/cmdproc.py, pydbgr/processor/command/{retval.py =>
	info_subcmd/return.py}: retval -> info return. Bump version number.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@201
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-05-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/io/dbg_input.py, pydbgr/processor/cmdproc.py: Force quit()
	as an (auto)eval to exit program.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@200
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-05-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/core.py, pydbgr/processor/command/debug.py,
	pydbgr/processor/command/p.py: Towards a working debug command.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@199
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-04-24  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py: Separate source location printing
	into a function so it can be customized.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@187
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-04-24  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py: Perhaps this is cooler. On the other
	hand perhaps it is too slick and implementation dependent. But we
	will try it anyway.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@186
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-04-24  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/set_subcmd/dbg_pydbgr.py: Fix bug in
	restoring trace filter after turnning "set dbg_pydbgr" back on.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@185
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-04-24  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py: Turn print_location into a method
	inside the command processor.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@184
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-02-20  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/undisplay.py: "undisplay" Docstring
	correction.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@183
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-02-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/condition.py: Docstring indentation git-svn-id: https://pydbgr.googlecode.com/svn/trunk@182
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-02-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/breakpoint.py, test/unit/test-brkpt.py: Better error
	message when no breakpoints set git-svn-id: https://pydbgr.googlecode.com/svn/trunk@181
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-02-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/condition.py: One more demo-code
	change...  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@180
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-02-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/condition.py: Make demo code a bit more
	real.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@179
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-02-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/condition.py: The condition doesn't have
	an upper bound on the number args it takes.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@178
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-02-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* Makefile: Makefile is a derived file git-svn-id: https://pydbgr.googlecode.com/svn/trunk@177
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-01-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* MANIFEST.in: One was to get VERSION into the source tarball git-svn-id: https://pydbgr.googlecode.com/svn/trunk@176
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-01-25  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/interface/server.py, pydbgr/interface/user.py,
	pydbgr/io/dbg_input.py, test/unit/test-user.py: Call to raw_input
	was removing prompt written via write. Push prompting down to
	raw_input when it's used. Issue #4 git-svn-id: https://pydbgr.googlecode.com/svn/trunk@175
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2010-01-25  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/delete.py: Docstring typo git-svn-id: https://pydbgr.googlecode.com/svn/trunk@174
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-12-25  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* NEWS: Update NEWS before release git-svn-id: https://pydbgr.googlecode.com/svn/trunk@172
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-12-25  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* Makefile, Makefile.am, configure.ac, emacs/.cvsignore,
	emacs/.gitignore, emacs/Makefile.am, emacs/elk-test.el,
	emacs/pydbgr.el, emacs/test-pydbgr.el: For emacs support see
	http://github.com/rocky/emacs-dbgr git-svn-id: https://pydbgr.googlecode.com/svn/trunk@171
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-12-24  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, NEWS, VERSION, __pkginfo__.py: Get ready for 0.1.3
	release git-svn-id: https://pydbgr.googlecode.com/svn/trunk@170
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-11-28  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/finish.py,
	pydbgr/processor/command/source.py, test/data/noscript.cmd,
	test/data/noscript.right, test/integration/helper.py,
	test/integration/test-noscript.py: Numerous small bugs including
	issue #2.  cmdproc.py: fix small bugs when no script name given source.py: we
	shouldn't need a script name to source a file.  finish.py: remove
	debug print base_cmd.py: Cope with EOF on message printing
	test-noscript.py: test issuing pydbgr without giving a script name.
	(This test is not very good or complete).  helper.py: allow passing
	no script. Remove debug print git-svn-id: https://pydbgr.googlecode.com/svn/trunk@161
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-11-06  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/breakpoint.py, pydbgr/processor/command/list.py,
	test/unit/test-brkpt.py: Canonical filenames when adding
	breakpoints.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@160
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-11-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/list.py: Use bp.icon_char git-svn-id: https://pydbgr.googlecode.com/svn/trunk@159
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-11-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/breakpoint.py, test/unit/test-brkpt.py: Fix bugs in
	icon_char.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@158
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-11-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/breakpoint.py: Add icon_char - one-character icon state
	for a brkpt git-svn-id: https://pydbgr.googlecode.com/svn/trunk@157
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-11-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/breakpoint.py: Small docstring correction git-svn-id: https://pydbgr.googlecode.com/svn/trunk@156
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-11-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/breakpoint.py, pydbgr/lib/core.py,
	pydbgr/processor/command/list.py, pydbgr/processor/command/mock.py: 
	Fix status indicator in list command to show current location,
	breakpoints, and possibly the breakpoint number.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@155
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-31  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/finish.py,
	test/functional/test-finish.py: Off by one bug in finish. But is the
	only thing wrong? git-svn-id: https://pydbgr.googlecode.com/svn/trunk@154
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-27  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, NEWS, VERSION: Last update before release 0.1.2 git-svn-id: https://pydbgr.googlecode.com/svn/trunk@152
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-22  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, NEWS: Update what's up in preparation for release.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@151
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-19  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/core.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/info_subcmd/break.py,
	test/functional/test-break.py: When we are stopped at a breakpoint,
	make that the event.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@150
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-19  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/info_subcmd/file.py: info file xx lines
	-> info file xx brkpts git-svn-id: https://pydbgr.googlecode.com/svn/trunk@149
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-17  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/breakpoint.py: Docstring correction git-svn-id: https://pydbgr.googlecode.com/svn/trunk@148
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-17  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/core.py, pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/help.py, test/functional/test-step.py: 
	Missed a couple of places where traceset -> events Allow showing
	commands which matching a regular expression.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@147
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py, pydbgr/lib/default.py,
	pydbgr/processor/cmdproc.py, pydbgr/processor/command/exit.py,
	pydbgr/processor/command/show_subcmd/trace.py: cli.py: allow entry
	without a Python program to debug.  trace.py, default.py: traceset
	-> events exit.py: we don't need to have a stack to run exit git-svn-id: https://pydbgr.googlecode.com/svn/trunk@146
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, pydbgr/api.py: Go over doc string for debug(). Thanks
	to Yarik yet again, for reminding me how bad my English skills are.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@145
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/api.py, test/unit/test-help.py: api.py: debug() change
	parameter "step" to "step_ignore". Thanks to Yaroslav Halchenko for
	reporting the problem' .  test-help.py: test_help_categories() add
	tests for recent bugs git-svn-id: https://pydbgr.googlecode.com/svn/trunk@143
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/help.py: Fix bug in listing command
	categories with *. Thanks to Yaroslav Halchenko for reporting the
	problem git-svn-id: https://pydbgr.googlecode.com/svn/trunk@141
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-10-16  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/help.py, test/unit/test-help.py: Fix bug
	in listing command categories. Thanks to Yaroslav Halchenko for
	reporting the problem git-svn-id: https://pydbgr.googlecode.com/svn/trunk@140
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py: Defensive programming git-svn-id: https://pydbgr.googlecode.com/svn/trunk@139
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py: Improve selection of parameter name
	and use it more.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@138
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/file.py: Some small typos git-svn-id: https://pydbgr.googlecode.com/svn/trunk@137
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/list.py: Add list error return.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@136
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-25  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* test/functional/test-step.py: Comment typo git-svn-id: https://pydbgr.googlecode.com/svn/trunk@135
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-23  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/io/stringarray.py: Was using incorrorrect readline in
	standalone code. Harmless, but wrong git-svn-id: https://pydbgr.googlecode.com/svn/trunk@134
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-23  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/io/base_io.py, pydbgr/io/stringarray.py,
	pydbgr/processor/command/source.py: Variable name typo bug. And make
	pyflakes friendly too.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@133
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-22  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/help.py,
	pydbgr/processor/command/mock.py: In slightly better alignment with
	rbdbgr git-svn-id: https://pydbgr.googlecode.com/svn/trunk@132
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-19  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/source.py: Doc typo git-svn-id: https://pydbgr.googlecode.com/svn/trunk@131
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-19  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/default.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/mock.py,
	pydbgr/processor/command/set_subcmd/annotate.py,
	pydbgr/processor/command/set_subcmd/autoeval.py,
	pydbgr/processor/command/set_subcmd/autoipython.py,
	pydbgr/processor/command/set_subcmd/autolist.py,
	pydbgr/processor/command/set_subcmd/autopython.py,
	pydbgr/processor/command/set_subcmd/basename.py,
	pydbgr/processor/command/set_subcmd/cmdtrace.py,
	pydbgr/processor/command/set_subcmd/dbg_pydbgr.py,
	pydbgr/processor/command/set_subcmd/different.py,
	pydbgr/processor/command/set_subcmd/{traceset.py => events.py},
	pydbgr/processor/command/set_subcmd/flush.py,
	pydbgr/processor/command/set_subcmd/listsize.py,
	pydbgr/processor/command/set_subcmd/maxargstrsize.py,
	pydbgr/processor/command/set_subcmd/skip.py,
	pydbgr/processor/command/set_subcmd/trace.py,
	pydbgr/processor/command/set_subcmd/width.py,
	pydbgr/processor/command/show_subcmd/annotate.py,
	pydbgr/processor/command/show_subcmd/args.py,
	pydbgr/processor/command/show_subcmd/autopython.py,
	pydbgr/processor/command/show_subcmd/{traceset.py => events.py}: Add
	autopython command. Show location when coming out of python or
	ipython and not leaving debugger command loop.  set traceset -> set events DRY code with respect to not having to specify short_help when it's
	the same as the first line of help.  Set abbrev lengths in a more expressive (less error prone) way.  mock.rb: program_sys_argv is now set to the right type git-svn-id: https://pydbgr.googlecode.com/svn/trunk@130
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-19  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/interface/script.py: Small changes which put code more in
	sync with rbdbgr.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@129
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/info_subcmd/file.py,
	pydbgr/processor/command/pp.py: file.py: more defensive programming.
	Minor doc string correction pp.py: We don't need a stack to run
	this.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@125
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/interface/base_intf.py: Make DebuggerInterface out
	parameter compatible with using File output git-svn-id: https://pydbgr.googlecode.com/svn/trunk@124
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* test/unit/test-user.py: Small doc change git-svn-id: https://pydbgr.googlecode.com/svn/trunk@123
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* test/unit/test-user.py: Remove unused imports (found via pyflakes) git-svn-id: https://pydbgr.googlecode.com/svn/trunk@122
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-09-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/interface/base_intf.py, pydbgr/interface/script.py,
	pydbgr/interface/server.py, pydbgr/interface/user.py,
	pydbgr/processor/command/mock.py, test/unit/test-user.py: Make the
	caller of confirm more explicit by changing the confirm "default"
	parameter from optional to manditory. Allow base_intf.__init__ to be
	used by default.  These changes track what's going on in rbdbgr.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@121
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-08-11  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/break.py, pydbgr/processor/command/cd.py,
	pydbgr/processor/command/condition.py,
	pydbgr/processor/command/continue.py,
	pydbgr/processor/command/delete.py,
	pydbgr/processor/command/disable.py,
	pydbgr/processor/command/disassemble.py,
	pydbgr/processor/command/display.py,
	pydbgr/processor/command/down.py, pydbgr/processor/command/edit.py,
	pydbgr/processor/command/enable.py,
	pydbgr/processor/command/examine.py,
	pydbgr/processor/command/exit.py,
	pydbgr/processor/command/finish.py,
	pydbgr/processor/command/frame.py,
	pydbgr/processor/command/handle.py,
	pydbgr/processor/command/help.py, pydbgr/processor/command/info.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/jump.py, pydbgr/processor/command/kill.py,
	pydbgr/processor/command/list.py, pydbgr/processor/command/next.py,
	pydbgr/processor/command/p.py, pydbgr/processor/command/pdef.py,
	pydbgr/processor/command/pp.py, pydbgr/processor/command/pydocX.py,
	pydbgr/processor/command/python.py,
	pydbgr/processor/command/quit.py,
	pydbgr/processor/command/restart.py,
	pydbgr/processor/command/retval.py,
	pydbgr/processor/command/run.py, pydbgr/processor/command/set.py,
	pydbgr/processor/command/show.py, pydbgr/processor/command/skip.py,
	pydbgr/processor/command/source.py,
	pydbgr/processor/command/step.py,
	pydbgr/processor/command/tbreak.py,
	pydbgr/processor/command/undisplay.py,
	pydbgr/processor/command/up.py, pydbgr/processor/command/whatis.py,
	pydbgr/processor/command/where.py, pydbgr/processor/subcmd.py,
	test/unit/test-cmdproc.py, test/unit/test-processor.py: Separate
	name_aliases into name string attribute and aliases tuple. Is
	cleaner and stays in sync with rbdbgr git-svn-id: https://pydbgr.googlecode.com/svn/trunk@120
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-08-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/set.py,
	pydbgr/processor/command/set_subcmd/width.py,
	pydbgr/processor/command/show_subcmd/autoeval.py,
	pydbgr/processor/command/show_subcmd/width.py: Minor regularization
	changes to sync with rbdbgr git-svn-id: https://pydbgr.googlecode.com/svn/trunk@119
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-08-06  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/base_submgr.py: Regularize file directory
	import load method name. Keeps in sync with rbdbgr too.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@118
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-08-06  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py, pydbgr/interface/script.py: output -> dbg_output git-svn-id: https://pydbgr.googlecode.com/svn/trunk@117
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-08-06  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/mock.py: Doc changes git-svn-id: https://pydbgr.googlecode.com/svn/trunk@116
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-08-04  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/down.py, pydbgr/processor/command/up.py: 
	up/down (help) docstring corrections git-svn-id: https://pydbgr.googlecode.com/svn/trunk@115
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-08-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, pydbgr/processor/command/down.py,
	pydbgr/processor/command/up.py: Do not run up/down command if there
	is an argument error git-svn-id: https://pydbgr.googlecode.com/svn/trunk@114
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-31  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/interface/user.py, pydbgr/processor/cmdproc.py,
	test/unit/test-io-input.py: Change places where I forgot to rename
	{input,output} to dbg_{input,output} Remove cmdname from get_an_int
	- it's not used.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@113
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/io/{input.py => dbg_input.py}, pydbgr/io/{output.py =>
	dbg_output.py}: input -> dbg_input, output -> dbg_output. I think
	input and output are reserved words.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@112
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/help.py: A minor neatify.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@111
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* test/unit/test-cmdproc.py: More stringent command class attribute
	checking.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@110
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/edit.py,
	pydbgr/processor/command/help.py: A couple of typos, one variable
	name, one docstring.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@109
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-26  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/help.py: Doc string typo.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@108
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-18  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/stack.py: Doc typo.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@107
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/cd.py, pydbgr/processor/command/edit.py: 
	Add edit command. Change msg to errmsg in cd command.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@106
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* VERSION, pydbgr/processor/command/cd.py,
	pydbgr/processor/command/help.py: Add gdb-like cd command. Add "help
	files". We're In 0.1.2svn now.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@105
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-04  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* configure.ac: Update for 0.1.1 release git-svn-id: https://pydbgr.googlecode.com/svn/trunk@104
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-07-04  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* CHANGES.txt, ChangeLog, NEWS, VERSION: Get ready for 0.1.1
	release.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@102
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-06-20  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py: sys.argv not set correctly for debugged program.
	Issue #1 git-svn-id: https://pydbgr.googlecode.com/svn/trunk@101
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-30  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py: We don't do non-gdb-style stack
	listing anymore.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@99
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-25  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/disassemble.py: Minor change git-svn-id: https://pydbgr.googlecode.com/svn/trunk@96
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-25  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/disassemble.py: Minor change git-svn-id: https://pydbgr.googlecode.com/svn/trunk@95
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-24  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/disassemble.py,
	pydbgr/processor/command/disassemble.py: Allow disassembly of
	compiled python files (.pyc) git-svn-id: https://pydbgr.googlecode.com/svn/trunk@94
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-20  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/display.py: Remove duplicate docstring git-svn-id: https://pydbgr.googlecode.com/svn/trunk@92
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-20  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* __pkginfo__.py, pydbgr/lib/print.py,
	pydbgr/processor/command/ipython.py: Minor change git-svn-id: https://pydbgr.googlecode.com/svn/trunk@91
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-17  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/pdef.py: Update pdef docstring git-svn-id: https://pydbgr.googlecode.com/svn/trunk@90
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-17  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/print.py: Small demo addition git-svn-id: https://pydbgr.googlecode.com/svn/trunk@89
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* NEWS: Update NEWS for release git-svn-id: https://pydbgr.googlecode.com/svn/trunk@84
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, svn2cl_usermap: Get ready for release git-svn-id: https://pydbgr.googlecode.com/svn/trunk@83
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* ChangeLog, Makefile.am, configure.ac,
	pydbgr/processor/command/show_subcmd/args.py: Add "show args"
	command git-svn-id: https://pydbgr.googlecode.com/svn/trunk@82
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* Makefile.am, ipython/ipy_pydbgr.py, pydbgr/__init__.py,
	pydbgr/cli.py, pydbgr/processor/command/show_subcmd/listsize.py: 
	Start dealing with running pydbgr from ipython. More bugs found git-svn-id: https://pydbgr.googlecode.com/svn/trunk@81
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py, pydbgr/debugger.py, pydbgr/{except.py =>
	exception.py}, pydbgr/lib/bytecode.py, pydbgr/lib/stack.py,
	pydbgr/post_mortem.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/quit.py, pydbgr/processor/command/run.py,
	test/unit/test-except.py, test/unit/test-run.py: A pox on Python
	lame import system that doesn't allow you to have a file called
	except.py git-svn-id: https://pydbgr.googlecode.com/svn/trunk@80
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/print.py, pydbgr/processor/command/display.py,
	pydbgr/processor/command/pydocX.py: Show function signature in
	"examine" when appropriate git-svn-id: https://pydbgr.googlecode.com/svn/trunk@79
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-15  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/print.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/p.py, pydbgr/processor/command/pdef.py,
	pydbgr/processor/command/pp.py, pydbgr/processor/command/{pydoc.py
	=> pydocX.py}, test/unit/test-lib-print.py, test/unit/test-p.py,
	test/unit/test-pdef.py: Add pdef command. Print command-processor
	load errors. pydoc name import conflict woes.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@78
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-14  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/debugger.py: Give message on IOError when loading debugged
	program git-svn-id: https://pydbgr.googlecode.com/svn/trunk@68
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-14  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/post_mortem.py: Some post-mortem bugs git-svn-id: https://pydbgr.googlecode.com/svn/trunk@64
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-14  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* README.txt: Revise for release.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@63
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-14  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py: Silence Python 2.6 git-svn-id: https://pydbgr.googlecode.com/svn/trunk@62
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-14  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/help.py: Respect the width setting.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@61
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-14  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/io/fifoserver.py, test/unit/test-fifo.py,
	test/unit/test-io-input.py: Changes to work on M$ git-svn-id: https://pydbgr.googlecode.com/svn/trunk@60
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/handle.py: Small doc change.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@59
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/default.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/continue.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/ipython_magic/pdef.py,
	pydbgr/processor/command/ipython_magic/pdoc.py,
	pydbgr/processor/command/ipython_magic/pinfo.py,
	pydbgr/processor/command/set_subcmd/annotate.py,
	pydbgr/processor/command/set_subcmd/autoeval.py,
	pydbgr/processor/command/set_subcmd/autoipython.py,
	pydbgr/processor/command/set_subcmd/autolist.py,
	pydbgr/processor/command/set_subcmd/basename.py,
	pydbgr/processor/command/set_subcmd/traceset.py,
	pydbgr/processor/command/show_subcmd/aliases.py,
	pydbgr/processor/command/show_subcmd/autoipython.py,
	pydbgr/processor/command/show_subcmd/autolist.py,
	pydbgr/processor/command/show_subcmd/basename.py,
	pydbgr/processor/command/show_subcmd/defskip.py,
	pydbgr/processor/command/show_subcmd/skip.py,
	pydbgr/processor/command/show_subcmd/trace.py,
	pydbgr/processor/command/step.py: Add set autoipython. ipython
	continue commands work. Some show doc helpstring improvements.
	defskip -> skip.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@58
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/ipython_magic/pdef.py,
	pydbgr/processor/command/ipython_magic/pdoc.py: Revert code git-svn-id: https://pydbgr.googlecode.com/svn/trunk@57
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-13  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/ipython_magic/__init__.py,
	pydbgr/processor/command/ipython_magic/pdef.py,
	pydbgr/processor/command/ipython_magic/pdoc.py,
	pydbgr/processor/command/ipython_magic/pinfo.py: Add IPython pdef,
	pdoc, and pinfo commands as an example of how to write more custome
	commands. There's probably a better way to do it though git-svn-id: https://pydbgr.googlecode.com/svn/trunk@56
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/ipython.py: Magic for debugger aliases as
	well as commands git-svn-id: https://pydbgr.googlecode.com/svn/trunk@55
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/ipython.py: Another really small thing git-svn-id: https://pydbgr.googlecode.com/svn/trunk@54
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/ipython.py: Small doc fix git-svn-id: https://pydbgr.googlecode.com/svn/trunk@53
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/ipython.py: Install all debugger commands
	as ipython "magic" commands git-svn-id: https://pydbgr.googlecode.com/svn/trunk@52
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/ipython.py: 
	Add my first ipython magic command in a sort of hacky way git-svn-id: https://pydbgr.googlecode.com/svn/trunk@51
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* __pkginfo__.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/base_submgr.py,
	pydbgr/processor/command/{infosub => info_subcmd}/Makefile,
	pydbgr/processor/command/{infosub => info_subcmd}/__init__.py,
	pydbgr/processor/command/{infosub => info_subcmd}/args.py,
	pydbgr/processor/command/{infosub => info_subcmd}/break.py,
	pydbgr/processor/command/{infosub => info_subcmd}/display.py,
	pydbgr/processor/command/{infosub => info_subcmd}/file.py,
	pydbgr/processor/command/{infosub => info_subcmd}/globals.py,
	pydbgr/processor/command/{infosub => info_subcmd}/line.py,
	pydbgr/processor/command/{infosub => info_subcmd}/locals.py,
	pydbgr/processor/command/{infosub => info_subcmd}/program.py,
	pydbgr/processor/command/{infosub => info_subcmd}/signals.py,
	pydbgr/processor/command/{infosub => info_subcmd}/source.py,
	pydbgr/processor/command/{infosub => info_subcmd}/threads.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/ipython_magic/__init__.py,
	pydbgr/processor/command/{setsub => set_subcmd}/Makefile,
	pydbgr/processor/command/{setsub => set_subcmd}/__init__.py,
	pydbgr/processor/command/{setsub => set_subcmd}/annotate.py,
	pydbgr/processor/command/{setsub => set_subcmd}/autoeval.py,
	pydbgr/processor/command/{setsub => set_subcmd}/autolist.py,
	pydbgr/processor/command/{setsub => set_subcmd}/basename.py,
	pydbgr/processor/command/{setsub => set_subcmd}/cmdtrace.py,
	pydbgr/processor/command/{setsub => set_subcmd}/dbg_pydbgr.py,
	pydbgr/processor/command/{setsub => set_subcmd}/different.py,
	pydbgr/processor/command/{setsub => set_subcmd}/flush.py,
	pydbgr/processor/command/{setsub => set_subcmd}/listsize.py,
	pydbgr/processor/command/{setsub => set_subcmd}/maxargstrsize.py,
	pydbgr/processor/command/{setsub => set_subcmd}/skip.py,
	pydbgr/processor/command/{setsub => set_subcmd}/trace.py,
	pydbgr/processor/command/{setsub => set_subcmd}/width.py,
	pydbgr/processor/command/{showsub => show_subcmd}/.gitignore,
	pydbgr/processor/command/{showsub => show_subcmd}/Makefile,
	pydbgr/processor/command/{showsub => show_subcmd}/__init__.py,
	pydbgr/processor/command/{showsub => show_subcmd}/aliases.py,
	pydbgr/processor/command/{showsub => show_subcmd}/annotate.py,
	pydbgr/processor/command/{showsub => show_subcmd}/autoeval.py,
	pydbgr/processor/command/{showsub => show_subcmd}/autolist.py,
	pydbgr/processor/command/{showsub => show_subcmd}/basename.py,
	pydbgr/processor/command/{showsub => show_subcmd}/cmdtrace.py,
	pydbgr/processor/command/{showsub => show_subcmd}/confirm.py,
	pydbgr/processor/command/{showsub => show_subcmd}/dbg_pydbgr.py,
	pydbgr/processor/command/{showsub => show_subcmd}/defskip.py,
	pydbgr/processor/command/{showsub => show_subcmd}/different.py,
	pydbgr/processor/command/{showsub => show_subcmd}/listsize.py,
	pydbgr/processor/command/{showsub => show_subcmd}/maxargstrsize.py,
	pydbgr/processor/command/{showsub => show_subcmd}/trace.py,
	pydbgr/processor/command/{showsub => show_subcmd}/traceset.py,
	pydbgr/processor/command/{showsub => show_subcmd}/width.py,
	test/unit/test-info-file.py: Rename xsub x_subcmd. Start ipython
	magic git-svn-id: https://pydbgr.googlecode.com/svn/trunk@50
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/ipython.py: One more small change for
	ipython demo code git-svn-id: https://pydbgr.googlecode.com/svn/trunk@49
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/python.py: Add local debugger variable in
	"python" and "ipython" commands only as an option git-svn-id: https://pydbgr.googlecode.com/svn/trunk@48
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py, pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/python.py: Give access to the debugger
	internals in "ipython" and "python" commands. Possibly a slightly
	more flexible cli.main() routine git-svn-id: https://pydbgr.googlecode.com/svn/trunk@47
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/list.py: Allow "." in list command to
	refer to the current line git-svn-id: https://pydbgr.googlecode.com/svn/trunk@46
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-12  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/cmdfns.py,
	pydbgr/processor/command/frame.py,
	pydbgr/processor/command/infosub/threads.py,
	pydbgr/processor/command/jump.py,
	pydbgr/processor/command/where.py, test/unit/test-cmdfns.py: Add
	thread name to prompt if it's not 'MainThread'. Allow negative
	numbers in 'where' command to count from the other end. Show stopped
	thread distinct from 'frame' set frame in 'info threads. Remove
	cmdfns.get_pos_int git-svn-id: https://pydbgr.googlecode.com/svn/trunk@45
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-11  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/default.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/python.py: Move towards adding history
	saving/reading git-svn-id: https://pydbgr.googlecode.com/svn/trunk@44
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-11  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* __pkginfo__.py, pydbgr/io/fifoclient.py, pydbgr/io/fifoserver.py,
	pydbgr/io/input.py, pydbgr/io/scriptin.py, pydbgr/io/tcpclient.py,
	pydbgr/processor/command/infosub/file.py,
	pydbgr/processor/command/python.py: Monkypatch code.py so we
	separate locals and globals properly. Add version numbers of
	required packages git-svn-id: https://pydbgr.googlecode.com/svn/trunk@43
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-10  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/delete.py,
	pydbgr/processor/command/exit.py,
	pydbgr/processor/command/finish.py,
	pydbgr/processor/command/mock.py, pydbgr/processor/command/next.py,
	pydbgr/processor/command/setsub/basename.py,
	pydbgr/processor/command/setsub/trace.py,
	pydbgr/processor/command/step.py, pydbgr/processor/command/where.py: 
	cmdproc.get_pos_int -> get_int and use this in more commands.  Split
	off "set traceset" from "set trace".  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@42
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/setsub/trace.py,
	pydbgr/processor/command/showsub/trace.py: trace doc fixes git-svn-id: https://pydbgr.googlecode.com/svn/trunk@41
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/setsub/trace.py: trace doc fix git-svn-id: https://pydbgr.googlecode.com/svn/trunk@40
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py: Wrap another error message git-svn-id: https://pydbgr.googlecode.com/svn/trunk@39
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/cmdfns.py,
	pydbgr/processor/command/finish.py,
	pydbgr/processor/command/mock.py, pydbgr/processor/command/next.py,
	pydbgr/processor/command/where.py, test/unit/test-cmdfns.py,
	test/unit/test-finish.py: finish, next, where: use more general
	integer evaluation routine. (FIXME: get_pos_int needs to be renamed
	to get_int_range). Some small bugs discovered and fixed in the
	various routines.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@38
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py: Add no-post-mortem option git-svn-id: https://pydbgr.googlecode.com/svn/trunk@37
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/infosub/program.py: Add --post-mortem
	option to cli.py. Enter post-mortem by default git-svn-id: https://pydbgr.googlecode.com/svn/trunk@36
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/api.py, pydbgr/processor/command/infosub/program.py: Add an
	immediate debug stop via "pydbgr.api.debug(steps=0)" git-svn-id: https://pydbgr.googlecode.com/svn/trunk@35
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* test/example/gcd-dbgcall.py: Add an immediate debug stop via
	"pydbgr.api.debug(steps=0)" git-svn-id: https://pydbgr.googlecode.com/svn/trunk@34
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-09  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/core.py, pydbgr/lib/sighandler.py,
	pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/infosub/program.py,
	pydbgr/processor/command/mock.py,
	pydbgr/processor/command/setsub/dbg_pydbgr.py,
	test/example/sigtest.py, test/functional/fn_helper.py,
	test/functional/test-sig.py: Redo signal handling to call debugger
	immediately rather than set up a "next event". "info program"
	adjusted too.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@33
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/sighandler.py, pydbgr/processor/command/base_cmd.py,
	pydbgr/processor/command/break.py,
	pydbgr/processor/command/condition.py,
	pydbgr/processor/command/continue.py,
	pydbgr/processor/command/delete.py,
	pydbgr/processor/command/disable.py,
	pydbgr/processor/command/disassemble.py,
	pydbgr/processor/command/frame.py,
	pydbgr/processor/command/handle.py,
	pydbgr/processor/command/quit.py,
	pydbgr/processor/command/restart.py,
	pydbgr/processor/command/retval.py,
	pydbgr/processor/command/set.py, pydbgr/processor/command/skip.py,
	pydbgr/processor/command/where.py: Use GPL v3 over v2+.
	sighandler.py: start moving towards stopping after signal event.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@32
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/mock.py,
	pydbgr/processor/command/skip.py, test/unit/test-disassemble.py: 
	skip.py: use more general integer getting routine. Small doc
	corrections.  Make a little more amenable to Python 2.6.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@31
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/sighandler.py,
	pydbgr/processor/command/setsub/{dbg_pydbg.py => dbg_pydbgr.py},
	test/functional/test-sig.py: Experimental: replace signal.signal so
	the debugger can still intercept its signals. sighandler.py: Add
	handle to list of ignore.  dbg_pdybg -> dbg_pydbgr. When debugging
	the debugger turn off all debugger "ignore" routines.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@30
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-08  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/debugger.py, pydbgr/except.py, pydbgr/post_mortem.py,
	pydbgr/processor/command/mock.py,
	pydbgr/processor/command/restart.py,
	pydbgr/processor/command/run.py, test/example/sigtest.py,
	test/unit/test-cmdfns.py, test/unit/test-except.py: Make
	DebuggerRestart work in post-mortem when we haven't initially set up
	a restart handler. We do this by recordign "sys_argv" in restart
	exception so we can use it in an execv-style restart if we need to.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@29
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-07  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* emacs/pydbgr.el, pydbgr/api.py, pydbgr/post_mortem.py,
	pydbgr/processor/command/infosub/program.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/restart.py, test/functional/fn_helper.py: 
	Address some of the bugs in post-mortem handling. Allow prompt to be
	customized e.g. for post-mortem. Two-line "info program" for
	exceptions. Allow Quit to work when not started initially from the
	debugger.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@28
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-07  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/sighandler.py, test/example/sigtest.py: More signal
	handling cleanup. There are still bugs lurking.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@27
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-07  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/sighandler.py, test/example/sigtest.py,
	test/unit/test-lib-sig.py: More sighandling bugs. Match the way pydb
	works a little closer git-svn-id: https://pydbgr.googlecode.com/svn/trunk@26
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-06  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/command/handle.py, test/functional/test-sig.py: 
	Second signal-handling test. Fix "help handle" spelling mistake.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@25
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-06  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* test/functional/test-sig.py, test/functional/test-step.py: First
	signal handling test git-svn-id: https://pydbgr.googlecode.com/svn/trunk@24
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-06  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/sighandler.py: Minor change.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@23
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-06  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/core.py, pydbgr/lib/sighandler.py,
	pydbgr/processor/command/handle.py,
	pydbgr/processor/command/mock.py, pydbgr/processor/command/next.py,
	test/example/sigtest.py: Work out more kinks in signal handling.
	Works mostly now. "print" no longer implies "stop".  Add
	core.set_next(). Initial signal handling output now reflects the
	current situation.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@22
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/sighandler.py, pydbgr/processor/command/handle.py,
	test/example/sigtest.py: Towards getting signal handling *working*.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@21
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/sighandler.py, pydbgr/processor/command/handle.py,
	test/unit/test-cmdfns.py, test/unit/test-lib-pp.py,
	test/unit/test-lib-sig.py: Bugs bugs bugs. DRY and generalize
	sighandler code. Allow us to set actions for signals that are
	initally ignored git-svn-id: https://pydbgr.googlecode.com/svn/trunk@20
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/sighandler.py: One more wafer-thin change...  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@19
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-05  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/debugger.py, pydbgr/lib/sighandler.py,
	pydbgr/processor/command/examine.py,
	pydbgr/processor/command/handle.py,
	pydbgr/processor/command/infosub/signals.py: More work towards
	getting the "handle" and "info signals" commands working.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@18
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-04  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/processor/cmdproc.py, pydbgr/processor/command/examine.py: 
	Error handling for shlex errors. Revise "examine" documentation.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@17
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-04  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* .cvsignore, pydbgr/lib/bytecode.py, pydbgr/lib/sighandler.py: 
	Start porting signal handling library routine from pydb git-svn-id: https://pydbgr.googlecode.com/svn/trunk@16
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-04  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* test/data/Makefile: Administrivia: add boilerplate Makefile.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@15
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-04  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* Makefile.am, pydbgr/cli.py,
	pydbgr/processor/command/showsub/trace.py,
	pydbgr/processor/command/source.py, test/data/step.cmd,
	test/data/step.right, test/integration/.cvsignore,
	test/integration/Makefile, test/integration/helper.py,
	test/integration/setup.cfg, test/integration/setup.py,
	test/integration/test-general.py: First integration test! Fix bug in
	setting script interface output in "source" command.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@14
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-04  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/cli.py, pydbgr/io/output.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/setsub/cmdtrace.py,
	pydbgr/processor/command/setsub/trace.py, pydbgr/processor/trace.py: 
	Various bugs discovered in getting integration testing working: "set
	trace" needs to respect the basename setting. Have "set cmdtrace"
	work when issued in the middle of sourcing a script file. Fix bug in
	opening interface output when given as a string file name.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@13
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-03  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/bytecode.py, pydbgr/lib/disassemble.py,
	pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/disassemble.py: Break out library
	disassembly routines. disassembly evaluation deals with numbers
	better and is a little more modular, although still ugly.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@12
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-03  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/lib/bytecode.py, pydbgr/lib/default.py,
	pydbgr/lib/stack.py, pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/setsub/{defskip.py => skip.py},
	test/unit/test-bytecode.py: Generalize "set skip" to include "class"
	definitions. More customization may be desired.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@11
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-02  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* .cvsignore, AUTHORS, Makefile => Makefile.am, NEWS, VERSION,
	__pkginfo__.py, autogen.sh, configure.ac, emacs/.cvsignore,
	emacs/Makefile.am, emacs/{pydbgr-test.el => test-pydbgr.el}: 
	Administrivia: add emacs testing/installation into the fold git-svn-id: https://pydbgr.googlecode.com/svn/trunk@10
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbgr/__init__.py, pydbgr/cli.py, pydbgr/debugger.py,
	pydbgr/except.py, pydbgr/lib/core.py, pydbgr/post_mortem.py,
	pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/disassemble.py,
	pydbgr/processor/command/quit.py, pydbgr/processor/command/run.py,
	test/functional/fn_helper.py, test/unit/test-run.py: Don't abort on
	exceptions in running a command. Exceptions need to be broken out to
	avoid circular imports. Document 'disassemble' better and allow '.'
	and integer evaluations for numbers git-svn-id: https://pydbgr.googlecode.com/svn/trunk@9
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* pydbg.ChangeLog, svn-commit.tmp, svn2cl_usermap,
	test/notyet-test-set-trace-sub.py: Administrivia git-svn-id: https://pydbgr.googlecode.com/svn/trunk@8
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* __pkginfo__.py, emacs/{pydbg-test.el => pydbgr-test.el},
	emacs/{pydbg.el => pydbgr.el}, pydbgr/api.py, pydbgr/cli.py,
	pydbgr/client.py, pydbgr/clifns.py, pydbgr/debugger.py,
	pydbgr/interface/client.py, pydbgr/interface/script.py,
	pydbgr/interface/server.py, pydbgr/interface/user.py,
	pydbgr/io/fifoclient.py, pydbgr/io/fifoserver.py,
	pydbgr/io/input.py, pydbgr/io/output.py, pydbgr/io/scriptin.py,
	pydbgr/io/stringarray.py, pydbgr/io/tcpclient.py,
	pydbgr/io/tcpserver.py, pydbgr/lib/core.py, pydbgr/lib/default.py,
	pydbgr/lib/display.py, pydbgr/lib/stack.py, pydbgr/post_mortem.py,
	pydbgr/processor/cmdproc.py,
	pydbgr/processor/command/base_subcmd.py,
	pydbgr/processor/command/break.py,
	pydbgr/processor/command/condition.py,
	pydbgr/processor/command/continue.py,
	pydbgr/processor/command/delete.py,
	pydbgr/processor/command/disable.py,
	pydbgr/processor/command/disassemble.py,
	pydbgr/processor/command/display.py,
	pydbgr/processor/command/down.py,
	pydbgr/processor/command/enable.py,
	pydbgr/processor/command/exit.py,
	pydbgr/processor/command/finish.py,
	pydbgr/processor/command/frame.py,
	pydbgr/processor/command/help.py, pydbgr/processor/command/info.py,
	pydbgr/processor/command/infosub/break.py,
	pydbgr/processor/command/infosub/display.py,
	pydbgr/processor/command/infosub/file.py,
	pydbgr/processor/command/infosub/globals.py,
	pydbgr/processor/command/infosub/line.py,
	pydbgr/processor/command/infosub/locals.py,
	pydbgr/processor/command/infosub/program.py,
	pydbgr/processor/command/infosub/source.py,
	pydbgr/processor/command/infosub/threads.py,
	pydbgr/processor/command/ipython.py,
	pydbgr/processor/command/jump.py, pydbgr/processor/command/kill.py,
	pydbgr/processor/command/list.py, pydbgr/processor/command/mock.py,
	pydbgr/processor/command/p.py, pydbgr/processor/command/pp.py,
	pydbgr/processor/command/pydoc.py,
	pydbgr/processor/command/python.py,
	pydbgr/processor/command/quit.py,
	pydbgr/processor/command/restart.py,
	pydbgr/processor/command/retval.py,
	pydbgr/processor/command/run.py, pydbgr/processor/command/set.py,
	pydbgr/processor/command/setsub/annotate.py,
	pydbgr/processor/command/setsub/autoeval.py,
	pydbgr/processor/command/setsub/autolist.py,
	pydbgr/processor/command/setsub/basename.py,
	pydbgr/processor/command/setsub/cmdtrace.py,
	pydbgr/processor/command/setsub/dbg_pydbg.py,
	pydbgr/processor/command/setsub/defskip.py,
	pydbgr/processor/command/setsub/different.py,
	pydbgr/processor/command/setsub/flush.py,
	pydbgr/processor/command/setsub/listsize.py,
	pydbgr/processor/command/setsub/maxargstrsize.py,
	pydbgr/processor/command/setsub/width.py,
	pydbgr/processor/command/showsub/aliases.py,
	pydbgr/processor/command/showsub/annotate.py,
	pydbgr/processor/command/showsub/autoeval.py,
	pydbgr/processor/command/showsub/autolist.py,
	pydbgr/processor/command/showsub/basename.py,
	pydbgr/processor/command/showsub/cmdtrace.py,
	pydbgr/processor/command/showsub/confirm.py,
	pydbgr/processor/command/showsub/{dbg_pydbg.py => dbg_pydbgr.py},
	pydbgr/processor/command/showsub/defskip.py,
	pydbgr/processor/command/showsub/different.py,
	pydbgr/processor/command/showsub/listsize.py,
	pydbgr/processor/command/showsub/maxargstrsize.py,
	pydbgr/processor/command/showsub/trace.py,
	pydbgr/processor/command/showsub/width.py,
	pydbgr/processor/command/source.py,
	pydbgr/processor/command/tbreak.py,
	pydbgr/processor/command/undisplay.py,
	pydbgr/processor/command/up.py, pydbgr/processor/command/whatis.py,
	pydbgr/processor/command/where.py, pydbgr/processor/trace.py,
	setup.py, src_obj_check.py, test/example/gcd-dbgcall.py,
	test/example/q-dbgcall.py, test/example/tlock.py,
	test/functional/fn_helper.py, test/notyet-test-set-trace-sub.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-cmdfns.py,
	test/unit/test-cmdproc.py, test/unit/test-core.py,
	test/unit/test-disassemble.py, test/unit/test-fifo.py,
	test/unit/test-finish.py, test/unit/test-help.py,
	test/unit/test-helper.py, test/unit/test-info-file.py,
	test/unit/test-io-input.py, test/unit/test-kill.py,
	test/unit/test-lib-file.py, test/unit/test-lib-pp.py,
	test/unit/test-lib-print.py, test/unit/test-lib-thread.py,
	test/unit/test-list.py, test/unit/test-misc.py,
	test/unit/test-p.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: pydbg->pydbgr rename: regression tests now
	work again.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@7
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* {pydbg => pydbgr}/.gitignore, {pydbg => pydbgr}/Makefile, {pydbg
	=> pydbgr}/__init__.py, {pydbg => pydbgr}/api.py, {pydbg =>
	pydbgr}/cli.py, {pydbg => pydbgr}/client.py, {pydbg =>
	pydbgr}/clifns.py, {pydbg => pydbgr}/debugger.py, {pydbg =>
	pydbgr}/interface/.gitignore, {pydbg => pydbgr}/interface/Makefile,
	{pydbg => pydbgr}/interface/__init__.py, {pydbg =>
	pydbgr}/interface/base_intf.py, {pydbg =>
	pydbgr}/interface/client.py, {pydbg =>
	pydbgr}/interface/comcodes.py, {pydbg =>
	pydbgr}/interface/script.py, {pydbg => pydbgr}/interface/server.py,
	{pydbg => pydbgr}/interface/user.py, {pydbg =>
	pydbgr}/io/.gitignore, {pydbg => pydbgr}/io/Makefile, {pydbg =>
	pydbgr}/io/__init__.py, {pydbg => pydbgr}/io/base_io.py, {pydbg =>
	pydbgr}/io/fifoclient.py, {pydbg => pydbgr}/io/fifoserver.py,
	{pydbg => pydbgr}/io/input.py, {pydbg => pydbgr}/io/output.py,
	{pydbg => pydbgr}/io/scriptin.py, {pydbg =>
	pydbgr}/io/stringarray.py, {pydbg => pydbgr}/io/tcpclient.py,
	{pydbg => pydbgr}/io/tcpfns.py, {pydbg => pydbgr}/io/tcpserver.py,
	{pydbg => pydbgr}/lib/Makefile, {pydbg => pydbgr}/lib/__init__.py,
	{pydbg => pydbgr}/lib/breakpoint.py, {pydbg =>
	pydbgr}/lib/bytecode.py, {pydbg => pydbgr}/lib/core.py, {pydbg =>
	pydbgr}/lib/default.py, {pydbg => pydbgr}/lib/display.py, {pydbg =>
	pydbgr}/lib/file.py, {pydbg => pydbgr}/lib/pp.py, {pydbg =>
	pydbgr}/lib/print.py, {pydbg => pydbgr}/lib/stack.py, {pydbg =>
	pydbgr}/lib/thread.py, {pydbg => pydbgr}/misc.py, {pydbg =>
	pydbgr}/post_mortem.py, {pydbg => pydbgr}/processor/.gitignore,
	{pydbg => pydbgr}/processor/Makefile, {pydbg =>
	pydbgr}/processor/__init__.py, {pydbg =>
	pydbgr}/processor/base_proc.py, {pydbg =>
	pydbgr}/processor/cmdproc.py, {pydbg =>
	pydbgr}/processor/command/.gitignore, {pydbg =>
	pydbgr}/processor/command/Makefile, {pydbg =>
	pydbgr}/processor/command/__init__.py, {pydbg =>
	pydbgr}/processor/command/base_cmd.py, {pydbg =>
	pydbgr}/processor/command/base_subcmd.py, {pydbg =>
	pydbgr}/processor/command/base_submgr.py, {pydbg =>
	pydbgr}/processor/command/break.py, {pydbg =>
	pydbgr}/processor/command/cmdfns.py, {pydbg =>
	pydbgr}/processor/command/condition.py, {pydbg =>
	pydbgr}/processor/command/continue.py, {pydbg =>
	pydbgr}/processor/command/delete.py, {pydbg =>
	pydbgr}/processor/command/disable.py, {pydbg =>
	pydbgr}/processor/command/disassemble.py, {pydbg =>
	pydbgr}/processor/command/display.py, {pydbg =>
	pydbgr}/processor/command/down.py, {pydbg =>
	pydbgr}/processor/command/enable.py, {pydbg =>
	pydbgr}/processor/command/examine.py, {pydbg =>
	pydbgr}/processor/command/exit.py, {pydbg =>
	pydbgr}/processor/command/finish.py, {pydbg =>
	pydbgr}/processor/command/frame.py, {pydbg =>
	pydbgr}/processor/command/help.py, {pydbg =>
	pydbgr}/processor/command/info.py, {pydbg =>
	pydbgr}/processor/command/infosub/Makefile, {pydbg =>
	pydbgr}/processor/command/infosub/__init__.py, {pydbg =>
	pydbgr}/processor/command/infosub/args.py, {pydbg =>
	pydbgr}/processor/command/infosub/break.py, {pydbg =>
	pydbgr}/processor/command/infosub/display.py, {pydbg =>
	pydbgr}/processor/command/infosub/file.py, {pydbg =>
	pydbgr}/processor/command/infosub/globals.py, {pydbg =>
	pydbgr}/processor/command/infosub/line.py, {pydbg =>
	pydbgr}/processor/command/infosub/locals.py, {pydbg =>
	pydbgr}/processor/command/infosub/program.py, {pydbg =>
	pydbgr}/processor/command/infosub/source.py, {pydbg =>
	pydbgr}/processor/command/infosub/threads.py, {pydbg =>
	pydbgr}/processor/command/ipython.py, {pydbg =>
	pydbgr}/processor/command/jump.py, {pydbg =>
	pydbgr}/processor/command/kill.py, {pydbg =>
	pydbgr}/processor/command/list.py, {pydbg =>
	pydbgr}/processor/command/mock.py, {pydbg =>
	pydbgr}/processor/command/next.py, {pydbg =>
	pydbgr}/processor/command/p.py, {pydbg =>
	pydbgr}/processor/command/pp.py, {pydbg =>
	pydbgr}/processor/command/pydoc.py, {pydbg =>
	pydbgr}/processor/command/python.py, {pydbg =>
	pydbgr}/processor/command/quit.py, {pydbg =>
	pydbgr}/processor/command/restart.py, {pydbg =>
	pydbgr}/processor/command/retval.py, {pydbg =>
	pydbgr}/processor/command/run.py, {pydbg =>
	pydbgr}/processor/command/set.py, {pydbg =>
	pydbgr}/processor/command/setsub/Makefile, {pydbg =>
	pydbgr}/processor/command/setsub/__init__.py, {pydbg =>
	pydbgr}/processor/command/setsub/annotate.py, {pydbg =>
	pydbgr}/processor/command/setsub/autoeval.py, {pydbg =>
	pydbgr}/processor/command/setsub/autolist.py, {pydbg =>
	pydbgr}/processor/command/setsub/basename.py, {pydbg =>
	pydbgr}/processor/command/setsub/cmdtrace.py, {pydbg =>
	pydbgr}/processor/command/setsub/dbg_pydbg.py, {pydbg =>
	pydbgr}/processor/command/setsub/defskip.py, {pydbg =>
	pydbgr}/processor/command/setsub/different.py, {pydbg =>
	pydbgr}/processor/command/setsub/flush.py, {pydbg =>
	pydbgr}/processor/command/setsub/listsize.py, {pydbg =>
	pydbgr}/processor/command/setsub/maxargstrsize.py, {pydbg =>
	pydbgr}/processor/command/setsub/trace.py, {pydbg =>
	pydbgr}/processor/command/setsub/width.py, {pydbg =>
	pydbgr}/processor/command/show.py, {pydbg =>
	pydbgr}/processor/command/showsub/.gitignore, {pydbg =>
	pydbgr}/processor/command/showsub/Makefile, {pydbg =>
	pydbgr}/processor/command/showsub/__init__.py, {pydbg =>
	pydbgr}/processor/command/showsub/aliases.py, {pydbg =>
	pydbgr}/processor/command/showsub/annotate.py, {pydbg =>
	pydbgr}/processor/command/showsub/autoeval.py, {pydbg =>
	pydbgr}/processor/command/showsub/autolist.py, {pydbg =>
	pydbgr}/processor/command/showsub/basename.py, {pydbg =>
	pydbgr}/processor/command/showsub/cmdtrace.py, {pydbg =>
	pydbgr}/processor/command/showsub/confirm.py, {pydbg =>
	pydbgr}/processor/command/showsub/dbg_pydbg.py, {pydbg =>
	pydbgr}/processor/command/showsub/defskip.py, {pydbg =>
	pydbgr}/processor/command/showsub/different.py, {pydbg =>
	pydbgr}/processor/command/showsub/listsize.py, {pydbg =>
	pydbgr}/processor/command/showsub/maxargstrsize.py, {pydbg =>
	pydbgr}/processor/command/showsub/trace.py, {pydbg =>
	pydbgr}/processor/command/showsub/traceset.py, {pydbg =>
	pydbgr}/processor/command/showsub/width.py, {pydbg =>
	pydbgr}/processor/command/skip.py, {pydbg =>
	pydbgr}/processor/command/source.py, {pydbg =>
	pydbgr}/processor/command/step.py, {pydbg =>
	pydbgr}/processor/command/tbreak.py, {pydbg =>
	pydbgr}/processor/command/tmp/dexec.py, {pydbg =>
	pydbgr}/processor/command/tmp/ftrace.py, {pydbg =>
	pydbgr}/processor/command/undisplay.py, {pydbg =>
	pydbgr}/processor/command/up.py, {pydbg =>
	pydbgr}/processor/command/whatis.py, {pydbg =>
	pydbgr}/processor/command/where.py, {pydbg =>
	pydbgr}/processor/subcmd.py, {pydbg => pydbgr}/processor/trace.py,
	test/functional/UNKNOWN.egg-info/PKG-INFO,
	test/functional/UNKNOWN.egg-info/SOURCES.txt,
	test/functional/UNKNOWN.egg-info/dependency_links.txt,
	test/functional/UNKNOWN.egg-info/top_level.txt, tmp/restart.py: 
	pydbg -> pydbgr rename. Part 1 git-svn-id: https://pydbgr.googlecode.com/svn/trunk@6
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-01  rocky.bernstein <rocky.bernstein@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* .cvsignore, .gitignore, CHANGES.txt, COPYING, Makefile,
	README.txt, __pkginfo__.py, emacs/.gitignore, emacs/elk-test.el,
	emacs/pydbg-test.el, emacs/pydbg.el, pydbg/.gitignore,
	pydbg/Makefile, pydbg/__init__.py, pydbg/api.py, pydbg/cli.py,
	pydbg/client.py, pydbg/clifns.py, pydbg/debugger.py,
	pydbg/interface/.gitignore, pydbg/interface/Makefile,
	pydbg/interface/__init__.py, pydbg/interface/base_intf.py,
	pydbg/interface/client.py, pydbg/interface/comcodes.py,
	pydbg/interface/script.py, pydbg/interface/server.py,
	pydbg/interface/user.py, pydbg/io/.gitignore, pydbg/io/Makefile,
	pydbg/io/__init__.py, pydbg/io/base_io.py, pydbg/io/fifoclient.py,
	pydbg/io/fifoserver.py, pydbg/io/input.py, pydbg/io/output.py,
	pydbg/io/scriptin.py, pydbg/io/stringarray.py,
	pydbg/io/tcpclient.py, pydbg/io/tcpfns.py, pydbg/io/tcpserver.py,
	pydbg/lib/Makefile, pydbg/lib/__init__.py, pydbg/lib/breakpoint.py,
	pydbg/lib/bytecode.py, pydbg/lib/core.py, pydbg/lib/default.py,
	pydbg/lib/display.py, pydbg/lib/file.py, pydbg/lib/pp.py,
	pydbg/lib/print.py, pydbg/lib/stack.py, pydbg/lib/thread.py,
	pydbg/misc.py, pydbg/post_mortem.py, pydbg/processor/.gitignore,
	pydbg/processor/Makefile, pydbg/processor/__init__.py,
	pydbg/processor/base_proc.py, pydbg/processor/cmdproc.py,
	pydbg/processor/command/.gitignore,
	pydbg/processor/command/Makefile,
	pydbg/processor/command/__init__.py,
	pydbg/processor/command/base_cmd.py,
	pydbg/processor/command/base_subcmd.py,
	pydbg/processor/command/base_submgr.py,
	pydbg/processor/command/break.py,
	pydbg/processor/command/cmdfns.py,
	pydbg/processor/command/condition.py,
	pydbg/processor/command/continue.py,
	pydbg/processor/command/delete.py,
	pydbg/processor/command/disable.py,
	pydbg/processor/command/disassemble.py,
	pydbg/processor/command/display.py,
	pydbg/processor/command/down.py, pydbg/processor/command/enable.py,
	pydbg/processor/command/examine.py,
	pydbg/processor/command/exit.py, pydbg/processor/command/finish.py,
	pydbg/processor/command/frame.py, pydbg/processor/command/help.py,
	pydbg/processor/command/info.py,
	pydbg/processor/command/infosub/Makefile,
	pydbg/processor/command/infosub/__init__.py,
	pydbg/processor/command/infosub/args.py,
	pydbg/processor/command/infosub/break.py,
	pydbg/processor/command/infosub/display.py,
	pydbg/processor/command/infosub/file.py,
	pydbg/processor/command/infosub/globals.py,
	pydbg/processor/command/infosub/line.py,
	pydbg/processor/command/infosub/locals.py,
	pydbg/processor/command/infosub/program.py,
	pydbg/processor/command/infosub/source.py,
	pydbg/processor/command/infosub/threads.py,
	pydbg/processor/command/ipython.py,
	pydbg/processor/command/jump.py, pydbg/processor/command/kill.py,
	pydbg/processor/command/list.py, pydbg/processor/command/mock.py,
	pydbg/processor/command/next.py, pydbg/processor/command/p.py,
	pydbg/processor/command/pp.py, pydbg/processor/command/pydoc.py,
	pydbg/processor/command/python.py, pydbg/processor/command/quit.py,
	pydbg/processor/command/restart.py,
	pydbg/processor/command/retval.py, pydbg/processor/command/run.py,
	pydbg/processor/command/set.py,
	pydbg/processor/command/setsub/Makefile,
	pydbg/processor/command/setsub/__init__.py,
	pydbg/processor/command/setsub/annotate.py,
	pydbg/processor/command/setsub/autoeval.py,
	pydbg/processor/command/setsub/autolist.py,
	pydbg/processor/command/setsub/basename.py,
	pydbg/processor/command/setsub/cmdtrace.py,
	pydbg/processor/command/setsub/dbg_pydbg.py,
	pydbg/processor/command/setsub/defskip.py,
	pydbg/processor/command/setsub/different.py,
	pydbg/processor/command/setsub/flush.py,
	pydbg/processor/command/setsub/listsize.py,
	pydbg/processor/command/setsub/maxargstrsize.py,
	pydbg/processor/command/setsub/trace.py,
	pydbg/processor/command/setsub/width.py,
	pydbg/processor/command/show.py,
	pydbg/processor/command/showsub/.gitignore,
	pydbg/processor/command/showsub/Makefile,
	pydbg/processor/command/showsub/__init__.py,
	pydbg/processor/command/showsub/aliases.py,
	pydbg/processor/command/showsub/annotate.py,
	pydbg/processor/command/showsub/autoeval.py,
	pydbg/processor/command/showsub/autolist.py,
	pydbg/processor/command/showsub/basename.py,
	pydbg/processor/command/showsub/cmdtrace.py,
	pydbg/processor/command/showsub/confirm.py,
	pydbg/processor/command/showsub/dbg_pydbg.py,
	pydbg/processor/command/showsub/defskip.py,
	pydbg/processor/command/showsub/different.py,
	pydbg/processor/command/showsub/listsize.py,
	pydbg/processor/command/showsub/maxargstrsize.py,
	pydbg/processor/command/showsub/trace.py,
	pydbg/processor/command/showsub/traceset.py,
	pydbg/processor/command/showsub/width.py,
	pydbg/processor/command/skip.py, pydbg/processor/command/source.py,
	pydbg/processor/command/step.py, pydbg/processor/command/tbreak.py,
	pydbg/processor/command/tmp/dexec.py,
	pydbg/processor/command/tmp/ftrace.py,
	pydbg/processor/command/undisplay.py,
	pydbg/processor/command/up.py, pydbg/processor/command/whatis.py,
	pydbg/processor/command/where.py, pydbg/processor/subcmd.py,
	pydbg/processor/trace.py, setup.cfg, setup.py, src_obj_check.py,
	svn-commit.tmp, test/.gitignore, test/Makefile,
	test/example/.gitignore, test/example/Makefile,
	test/example/bgthread.py, test/example/gcd-dbgcall.py,
	test/example/gcd.py, test/example/hanoi.py,
	test/example/q-dbgcall.py, test/example/q.py,
	test/example/tlock.py, test/functional/.cvsignore,
	test/functional/.gitignore, test/functional/Makefile,
	test/functional/UNKNOWN.egg-info/PKG-INFO,
	test/functional/UNKNOWN.egg-info/SOURCES.txt,
	test/functional/UNKNOWN.egg-info/dependency_links.txt,
	test/functional/UNKNOWN.egg-info/top_level.txt,
	test/functional/fn_helper.py, test/functional/setup.cfg,
	test/functional/setup.py, test/functional/test-break.py,
	test/functional/test-jump.py, test/functional/test-next.py,
	test/functional/test-skip.py, test/functional/test-step.py,
	test/notyet-test-set-trace-sub.py, test/unit/.gitignore,
	test/unit/Makefile, 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-cmdfns.py, test/unit/test-cmdproc.py,
	test/unit/test-core.py, test/unit/test-disassemble.py,
	test/unit/test-fifo.py, test/unit/test-finish.py,
	test/unit/test-help.py, test/unit/test-helper.py,
	test/unit/test-info-file.py, test/unit/test-io-input.py,
	test/unit/test-kill.py, test/unit/test-lib-file.py,
	test/unit/test-lib-pp.py, test/unit/test-lib-print.py,
	test/unit/test-lib-thread.py, test/unit/test-list.py,
	test/unit/test-misc.py, test/unit/test-p.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, tmp/restart.py: 
	Initial import from pydbg git-svn-id: https://pydbgr.googlecode.com/svn/trunk@5
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

2009-03-01  (no author) <(no author)@23f25e0e-064c-11de-b8a2-c1cd390dc4a2>

	* Initial directory structure.  git-svn-id: https://pydbgr.googlecode.com/svn/trunk@1
	23f25e0e-064c-11de-b8a2-c1cd390dc4a2

