2018-02-17  rocky <rb@dustyfeet.com>

	* .gitignore, MANIFEST.in, NEWS, README.rst, __pkginfo__.py,
	admin-tools/how-to-make-a-release.md, admin-tools/make-dist.sh,
	admin-tools/pyenv-versions: Get ready for release 1.0.0

2018-02-17  rocky <rb@dustyfeet.com>

	* README.rst, example/.gitignore, example/call-fib.py, {test =>
	example}/tb-comp.py, {test => example}/tb-div.py, {test =>
	example}/tb-eval.py, {test => example}/tb-exec.py: Move/create
	examples README.rst: show examples

2018-02-17  rocky <rb@dustyfeet.com>

	* loctraceback/ltraceback.py, test/script_helper.py,
	test/test_traceback.py: Make compatible with 3.3...  Comment out some failing unit tests

2018-02-16  rocky <rb@dustyfeet.com>

	* README.rst, loctraceback/ltraceback.py: Correct {tb,f}_lasti
	value...  Fill out README.rst

2018-02-16  rocky <rb@dustyfeet.com>

	* loctraceback/ltraceback.py, test/tb-comp.py, test/{tb1.py =>
	tb-div.py}, test/tb-eval.py, test/tb-exec.py: Bang on some more

2018-02-16  rocky <rb@dustyfeet.com>

	* __pkginfo__.py, loctraceback/ltraceback.py, test/tb1.py: Add
	deparsing for tracebacks...  Note that we need to adjust lasti in exceptions to be the lasti of
	the instruction causing the exception and not of the frame that
	calls the traceback-formatting routine.

2018-02-14  rocky <rb@dustyfeet.com>

	* Start traceback + uncompyle6

