2021-11-25  rocky <rby@dusytfeet.com>

	* xpython/version.py: Get ready for release 1.5.0

2021-11-25  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop37pypy.py: Format CALL_METHOD{,_EX}

2021-11-25  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop36pypy.py: Correct some PyPy 3.6 opcodes CALL_FUNCTION_KW and BUILD_MAP_UNPACK_WITH_CALL stick with older 3.5
	semantics rather than the 3.6 change semantics

2021-11-25  rocky <rby@dusytfeet.com>

	* Makefile, test/Makefile, xpython/byteop/byteop39.py: Correct 3.9
	LIST_TO_TUPLE & testing administrivia

2021-11-23  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop38pypy.py: Include PyPy 3.8 CALL_METHOD_KW

2021-11-23  rocky <rby@dusytfeet.com>

	* admin-tools/pyenv-newest-versions,
	test/examples/basic/test_callback.py,
	xpython/byteop/byteop37pypy.py: More complete PyPY 3.7
	LOOKUP_METHOD_KW handles postional args now

2021-11-22  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop.py, xpython/byteop/byteop24.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop310.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36.py, xpython/byteop/byteop37pypy.py,
	xpython/byteop/byteoppypy.py: Add some 3.6+ type annotations, e.g.
	for argc

2021-11-22  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop37pypy.py: First cut at implementing
	METHOD_CALL_KW

2021-11-20  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop37pypy.py: PyPy stuff Note CALL_METHOD_KW is not implemented Move pypy compiled files ot a
	more natural place

2021-11-20  rocky <rby@dusytfeet.com>

	* admin-tools/check-3.3-3.5-versions.sh,
	admin-tools/check-newest-versions.sh, admin-tools/check-versions.sh: 
	Administrivia

2021-11-20  rocky <rby@dusytfeet.com>

	* admin-tools/pyenv-newest-versions, test/compile-file.py,
	test/vmtest.py, xpython/byteop/byteop24.py,
	xpython/byteop/byteop26pypy.py, xpython/byteop/byteop27pypy.py,
	xpython/byteop/byteop35pypy.py, xpython/byteop/byteop36pypy.py,
	xpython/byteop/byteop38pypy.py, xpython/byteop/byteoppypy.py,
	xpython/version.py: Better PyPy support Add BUILD_LIST_FROM_ARG start moving towards PYPY bytecode naming
	conventions,

2021-11-20  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop39.py: Raise RuntimeError on unimplemented
	3.9 ops

2021-11-20  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop39.py: Add 3.9 "LIST_TO_TUPLE"

2021-11-20  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop39.py: Implement 3.9 LOAD_ASSERTION_ERROR

2021-11-15  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop310.py: 3.10 jump absolute ops fix Absolute addresses do not need to address in byteops310 since this
	is now handled inside vm.py

2021-11-14  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop39.py, xpython/vm.py: Improve
	JUMP_IF_NOT_EXC_MATCH ...  and correct 3.10 absolute jumps for wordcode increments

2021-11-13  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop310.py: GEN_START tweak

2021-11-12  rocky <rby@dusytfeet.com>

	* xpython/__init__.py, xpython/byteop/byteop310.py,
	xpython/byteop/byteop36.py, xpython/byteop/byteop37pypy.py,
	xpython/byteop/byteop38.py, xpython/byteop/byteop39.py,
	xpython/execfile.py: Adjust Python 3.10 MAKE_FUNCTION annotations

2021-11-11  rocky <rby@dusytfeet.com>

	* : commit 6faac3eca8ffdc841ff4c9bda205b5c148709c9a Author: R.
	Bernstein <rocky@users.noreply.github.com> Date:   Thu Nov 11
	22:51:48 2021 -0500

2021-11-11  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop27.py, xpython/byteop/byteop310.py: More 3.10
	jump relative fixes

2021-11-11  rocky <rby@dusytfeet.com>

	* test/compile-file.py, xpython/byteop/byteop27.py,
	xpython/byteop/byteop310.py, xpython/vm.py: Adjust relative jumps
	for 3.10 Rmove duplicate 2.7 JUMP_ABSOLUTE

2021-11-11  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop310.py: More 3.10 opcode work

2021-11-11  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop27.py, xpython/byteop/byteop310.py: Correct
	3.10 POP_JUMP-IF_TRUE

2021-11-11  rocky <rby@dusytfeet.com>

	* admin-tools/pyenv-newest-versions, test/test_basic.py,
	test/test_data.py, test/test_exceptions.py, test/test_functions.py,
	test/test_stmts.py, test/test_with.py, test/vmtest.py,
	xpython/byteop/byteop.py, xpython/byteop/byteop24.py,
	xpython/byteop/byteop25.py, xpython/byteop/byteop26pypy.py,
	xpython/byteop/byteop27.py, xpython/byteop/byteop27pypy.py,
	xpython/byteop/byteop310.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop32pypy.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop35pypy.py, xpython/byteop/byteop36.py,
	xpython/byteop/byteop36pypy.py, xpython/byteop/byteop37.py,
	xpython/byteop/byteop37pypy.py, xpython/byteop/byteop38.py,
	xpython/byteop/byteop38pypy.py, xpython/byteop/byteop39.py,
	xpython/byteop/byteoppypy.py, xpython/pyobj.py, xpython/vm.py: 
	Remove from __future__

2021-11-10  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteoppypy.py: Beef up PyPy LOOKUP_METHOD for >=
	3.7

2021-11-10  rocky <rby@dusytfeet.com>

	* test/test_data.py, test/test_stmts.py: Tidy

2021-11-10  rocky <rby@dusytfeet.com>

	* : commit 684574de9d144431b79d68a5a4ef766af89c8cb0 Author: rocky
	<rby@dusytfeet.com> Date:   Wed Nov 10 15:36:22 2021 -0500

2021-11-10  rocky <rby@dusytfeet.com>

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

2021-11-10  rocky <rby@dusytfeet.com>

	* admin-tools/{check-3.3-3-5-versions.sh =>
	check-3.1-3.2-versions.sh}, admin-tools/setup-python-3.1.sh,
	test/test-3.1-3.2-bytecode.sh: Administrivia

2021-11-10  rocky <rby@dusytfeet.com>

	* admin-tools/check-3.3-3.5-versions.sh,
	admin-tools/setup-python-3.3.sh: Administrivia

2021-11-10  rocky <rby@dusytfeet.com>

	* test/test_basic.py, test/test_data.py, test/test_functions.py,
	test/test_stmts.py: Reduce 3.10 tests for now

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

	* : Merge pull request #6 from rocky/add-python-3.10 Add python 3.10

2021-11-09  rocky <rby@dusytfeet.com>

	* __pkginfo__.py, test/vmtest.py, xpython/__main__.py,
	xpython/byteop/__init__.py, xpython/byteop/byteop310.py,
	xpython/version_info.py: Start Python 3.10 opcodes

2021-11-09  rocky <rby@dusytfeet.com>

	* : commit 5e72cf00dc07ef3202317e041c5984d4d6aacdf0 Author: rocky
	<rby@dusytfeet.com> Date:   Tue Nov 9 14:19:30 2021 -0500

2021-11-09  rocky <rby@dusytfeet.com>

	* admin-tools/setup-master.sh, admin-tools/setup-python-3.3.sh,
	admin-tools/setup-python-3.5.sh, test/test-3.3-3.5-bytecode.sh,
	test/test-newest-bytecode.sh, xpython/stdlib/inspect3.py: Sync up
	with 3.5 branch

2021-11-09  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop.py, xpython/byteop/byteop26.py: Handle level
	-1 in IMPORT_NAME...  correct cross compiling check.

2021-11-09  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop.py, xpython/execfile.py: Two tweaks...  * Check for older source code and warn * Give warning about cros interpet for eval and exec once

2021-11-08  rocky <rby@dusytfeet.com>

	* test/add-single-test.sh, test/add-version.sh,
	test/examples/basic/test_import.py, xpython/byteop/byteop26.py,
	xpython/execfile.py: Bugs...  * Fix import bug in newer Python (use older __import__) * Use __file__ from code object when we have a bytecode file

2021-11-07  rocky <rby@dusytfeet.com>

	* xpython/byteop/byteop26.py: Note one of the many import problems

2021-11-07  rocky <rby@dusytfeet.com>

	* ChangeLog, __pkginfo__.py, admin-tools/make-dist.sh, setup.cfg,
	tox.ini, xpython/execfile.py, xpython/version.py,
	xpython/version_info.py: Admnistrivia start packaging cleanup

2021-11-07  rocky <rby@dusytfeet.com>

	* : commit 0ff4e7e3b81919b73fb8730514d996a4ca31837a Author: rocky
	<rocky@dusytfeet.com> Date:   Sun Nov 7 10:31:19 2021 -0500

2021-11-07  rocky <rocky@dusytfeet.com>

	* .github/workflows/osx.yml, .github/workflows/ubuntu.yml,
	.github/workflows/windows.yml: Administriva: workflows CI

2021-11-07  rocky <rocky@dusytfeet.com>

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

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

	* : Merge pull request #5 from rocky/newer-xdis Newer xdis

2021-11-06  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, test/test_basic.py, test/test_data.py,
	test/test_exceptions.py, test/test_functions.py,
	test/test_stmts.py, test/test_with.py, test/vmtest.py,
	xpython/byteop/byteop.py, xpython/byteop/byteop24.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop27.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36.py, xpython/execfile.py, xpython/pyobj.py,
	xpython/stdlib/types34.py, xpython/version.py, xpython/vm.py: Lots
	of python version comparisons redone...  remove float compare and put in tuple compare needed by newer xdis

2021-10-16  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, xpython/byteop/__init__.py, xpython/vm.py: Start
	using tuples in Python version comparisons

2021-09-16  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop35pypy.py, xpython/byteop/byteop36pypy.py,
	xpython/byteop/byteoppypy.py: Improve PyPy interpretation

2021-09-16  rocky <rocky@dusytfeet.com>

	* test/test-compat.sh: Remove PyPy 3.7 until we can go over
	LOOKUP_METHOD and CALL_METHOD

2021-09-16  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteoppypy.py: Remove debug statement

2021-09-15  rocky <rocky@dusytfeet.com>

	* .circleci/config.yml, xpython/vm.py: CI tweak; remove trepan call

2021-09-15  rocky <rocky@dusytfeet.com>

	* admin-tools/pyenv-newest-versions, test/test-compat.sh,
	xpython/byteop/byteop37pypy.py: Improve fake version_info for PyPy
	3.7

2021-09-15  rocky <rocky@dusytfeet.com>

	* admin-tools/pyenv-newest-versions, test/test-compat.sh,
	xpython/byteop/__init__.py, xpython/byteop/byteop37pypy.py,
	xpython/byteop/byteoppypy.py: Support pypy3.7

2021-09-12  rocky <rocky@dusytfeet.com>

	* test/test_compat.py, xpython/byteop/byteop26.py,
	xpython/byteop/byteop36.py, xpython/byteop/byteop37.py,
	xpython/vm.py: Work on cross version decompilation

2021-09-12  rocky <rocky@dusytfeet.com>

	* admin-tools/check-versions.sh, admin-tools/{pyenv-versions =>
	pyenv-2.7-3.5-versions}, admin-tools/pyenv-newest-versions,
	xpython/byteop/byteop26.py: Working with different Python version

2021-09-12  rocky <rocky@dusytfeet.com>

	* xpython/vm.py: Formatting tweak

2021-09-11  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, xpython/byteop/byteop36.py, xpython/vm.py: Tweak
	FORMAT_VALUE use newer xdis

2021-09-08  rocky <rocky@dusytfeet.com>

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

2021-09-04  rocky <rocky@dusytfeet.com>

	* : commit 7e0989b4bc46063f33e85eff642f327e7b577326 Merge: 2835405
	6c6a912 Author: R. Bernstein <rocky@users.noreply.github.com> Date:
	Sat Sep 4 09:27:42 2021 -0400

2021-09-04  rocky <rocky@dusytfeet.com>

	* test/test_compat.py, xpython/byteop/byteop36.py,
	xpython/byteop/byteop39.py: Go over compatibility Better version, version_info and hexversion faking for 3.6 and 3.9

2021-09-04  rocky <rb@dustyfeet.com>

	* test/test_compat.py: extend compat to 3.9

2021-09-03  rocky <rb@dustyfeet.com>

	* : commit b2a2e1e238b74b9162c26622baae55c34453664f Author: rocky
	<rocky@dusytfeet.com> Date:   Thu Sep 2 05:20:48 2021 -0400

2021-09-02  rocky <rocky@dusytfeet.com>

	* test/add-test.sh, xpython/byteop/byteop35pypy.py: Fill in PyPy 3.5

2021-09-02  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop26pypy.py, xpython/byteop/byteop27pypy.py,
	xpython/execfile.py: Fill in PyPy 2.6, 2.7 version info Allow PyPy to interpret all bytecode

2021-09-01  rocky <rocky@dusytfeet.com>

	* : Reinstate one more test

2021-09-01  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop24.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop27.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36.py, xpython/byteop/byteop37.py,
	xpython/byteop/byteop38.py, xpython/vm.py: Start adding
	sys.hexversion

2021-09-01  rocky <rb@dustyfeet.com>

	* : commit dd0804d2be17292beb487df9b5d16e44acf2112d Merge: 65df2a1
	d734558 Author: R. Bernstein <rocky@users.noreply.github.com> Date:
	Wed Sep 1 12:49:39 2021 -0400

2021-09-01  rocky <rocky@dusytfeet.com>

	* .circleci/config.yml: Skip compatibility tests on CircleCI

2021-09-01  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop34.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop37.py: Start more realistic system.version

2021-09-01  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop24.py, xpython/byteop/byteop36.py,
	xpython/byteop/byteop37.py: Attempt to clean up version_info

2021-09-01  rocky <rocky@dusytfeet.com>

	* .circleci/config.yml: Bump to 3.7.11

2021-09-01  rocky <rocky@dusytfeet.com>

	* README.rst, admin-tools/pyenv-versions, xpython/byteop/byteop.py,
	xpython/byteop/byteop24.py, xpython/byteop/byteop26.py,
	xpython/byteop/byteop26pypy.py, xpython/byteop/byteop27.py,
	xpython/byteop/byteop27pypy.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop32pypy.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36pypy.py: Bang on sys.version and
	sys.version_info

2021-08-31  rocky <rocky@dusytfeet.com>

	* test/vmtest.py, xpython/byteop/byteop.py,
	xpython/byteop/byteop24.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop27.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop36.py,
	xpython/byteop/byteop37.py, xpython/byteop/byteop38.py,
	xpython/byteop/byteop39.py: sys.version and sys.version_info..  for cross-interpreted programs

2021-08-31  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop24.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop36.py,
	xpython/byteop/byteop37.py, xpython/byteop/byteop38.py,
	xpython/byteop/byteop39.py: WIP sys.version and sys.vers_info mocks

2021-08-31  rocky <rb@dustyfeet.com>

	* : commit 65df2a178289126ba6519239943fb9eccb535523 Author: rocky
	<rocky@dusytfeet.com> Date:   Tue Aug 31 12:26:12 2021 -0400

2021-08-31  rocky <rocky@dusytfeet.com>

	* : One more bytecode file

2021-08-30  rocky <rocky@dusytfeet.com>

	* xpython/vm.py: Raise error if we vm.peek(0)

2021-08-30  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop39.py: Correct 3.9 SET_UPDATE...  and add remaining 3.9 test bytecode.  xpython for 3.9 now works about as good as the others.

2021-08-30  rocky <rocky@dusytfeet.com>

	* xpython/pyobj.py: Fix bug in reporting line number

2021-08-28  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop39.py: Correct Python 3.9 LIST_EXTEND

2021-08-28  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop39.py: Fill in 3.9 JUMP_IF_NO_MATCH

2021-08-22  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop24.py, xpython/byteop/byteop26.py: Correct
	Python 2.{4,5} MAKE_CLOSURE

2021-08-22  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop26.py: formatting on IMPORT_NAME on 2.6 and
	later..  We can show its stack operands. Note htat in 2.5 and before there
	are no stack operands.

2021-08-22  rocky <rocky@dusytfeet.com>

	*
	test/examples/functions/test_different_globals_may_have_different_b
	uiltins.py, test/test-all-bytecode.sh, test/test-old-bytecode.sh,
	xpython/byteop/byteop24.py, xpython/byteop/byteop26.py,
	xpython/vm.py: Correct 2.4 IMPORT_NAME op...  and add test-old-bytecode.sh to test interpreter on Python < 2.7

2021-08-22  rocky <rocky@dusytfeet.com>

	* test/test-all-bytecode.sh: Remove stray schmutz

2021-08-22  rocky <rocky@dusytfeet.com>

	* : Remove bytecode files that work now

2021-08-22  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop38.py, xpython/vm.py: Handle 3.8 return from
	generator

2021-08-17  rocky <rocky@dusytfeet.com>

	* test/examples/functions/test_return_from_generator.py,
	test/test_functions.py, xpython/vm.py: Convert another byterun test

2021-08-17  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop36.py, xpython/byteop/byteop39.py: Reinstate
	older code

2021-08-17  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop36.py, xpython/byteop/byteop39.py,
	xpython/vm.py: One more 3.9 op done. Type check VM arguments more

2021-08-16  rocky <rocky@dusytfeet.com>

	* admin-tools/pyenv-versions, xpython/byteop/byteop38.py,
	xpython/byteop/byteop39.py, xpython/vm.py: Add 3.9 DICT_MERGE and
	DICT_UPDATE...  Need to add some tests though.  Some small bugs fixed.

2021-07-08  rocky <rocky@dusytfeet.com>

	* README.rst: Note we handle 3.9 (even if not very well)

2021-07-08  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, xpython/version.py: Add PyPy 3.7 to list of
	supported Pythons

2021-07-08  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop38.py: Start 3.8 CALL_FINALLY

2021-07-08  rocky <rocky@dusytfeet.com>

	* test/test_basic.py, xpython/byteop/byteop38.py: Start
	BEGIN_FINALLY, POP_FINALLY

2021-07-08  rocky <rocky@dusytfeet.com>

	* test/add-test.sh, test/test_basic.py: Add more tests on 3.7-3.9

2021-07-05  rocky <rocky@dusytfeet.com>

	* admin-tools/pyenv-versions, test/compile-file.py,
	test/examples/basic/test_attribute_access.py,
	test/examples/basic/test_building_stuff.py,
	test/examples/basic/test_callback.py,
	test/examples/basic/test_import.py,
	test/examples/data/test_attributes.py,
	test/examples/data/test_fstring.py,
	test/examples/data/test_map_unpack.py,
	test/examples/data/test_var_annotate.py,
	test/examples/expressions/test_comparisons.py,
	test/examples/expressions/test_generator_expression.py,
	test/examples/functions/test_call_ex_kw.py,
	test/examples/functions/test_calling_function_with_args_kwargs.py,
	test/examples/functions/test_calling_methods_wrong.py,
	test/examples/functions/test_different_globals_may_have_different_b
	uiltins.py, test/examples/functions/test_function_calls.py,
	test/examples/functions/test_generator_with_context_manager.py,
	test/examples/functions/test_no_builtins.py,
	test/examples/functions/test_partial.py,
	test/examples/functions/test_partial_with_kwargs.py,
	test/examples/functions/test_pos_args.py,
	test/examples/functions/test_recursion.py,
	test/examples/functions/test_wraps.py,
	test/examples/stmts/test_exec.py,
	test/examples/stmts/test_global.py,
	test/examples/stmts/test_slice_stmts.py,
	test/examples/stmts/test_yield_from_tuple.py,
	test/examples/test_at_context_manager_simplified.py,
	test/examples/test_decorator.py,
	test/examples/test_get_yield_from_iter.py,
	test/examples/test_strange_sequence_ops.py,
	test/examples/with/test_at_context_manager_complete.py,
	test/examples/with/test_break_in_with.py,
	test/examples/with/test_continue_in_with.py,
	test/examples/with/test_simple_context_manager.py,
	test/examples/with/test_suppressed_raise_in_context_manager.py,
	test/stdlib/compile-file.py, test/test_compat.py,
	test/test_data.py, test/test_stmts.py, test/vmtest.py: Black test
	files. Bump testing Python version

2021-07-04  rocky <rocky@dusytfeet.com>

	* .editorconfig: Let editors know what style we use.

2021-07-04  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop32.py: Comment grammar

2021-07-04  rocky <rocky@dusytfeet.com>

	* xpython/builtins.py, xpython/byteop/byteop.py,
	xpython/byteop/byteop24.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop26pypy.py,
	xpython/byteop/byteop27.py, xpython/byteop/byteop27pypy.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop32pypy.py,
	xpython/byteop/byteop33.py, xpython/byteop/byteop34.py,
	xpython/byteop/byteop35pypy.py, xpython/byteop/byteop36.py,
	xpython/byteop/byteop36pypy.py, xpython/byteop/byteop37.py,
	xpython/byteop/byteop38.py, xpython/execfile.py, xpython/pyobj.py,
	xpython/stdlib/inspect2.py, xpython/stdlib/inspect3.py,
	xpython/stdlib/inspectfor32.py, xpython/stdlib/types34.py,
	xpython/vm.py, xpython/vmtrace.py: Black reformat python files

2021-06-23  rocky <rocky@dusytfeet.com>

	* setup.cfg: Yet another config file

2021-06-23  rocky <rocky@dusytfeet.com>

	* xpython/version.py: Black shouldn't format version.py

2021-04-01  rocky <rocky@dusytfeet.com>

	* test/examples/exceptions/test_coverage_issue_92.py,
	test/test-all-bytecode.sh: Add shell script to test all bytecode

2021-04-01  rocky <rocky@dusytfeet.com>

	* admin-tools/pyenv-versions: move 3.8 bytecode that does doesn't
	work yet...  Bump 3.7 version used in testing

2021-04-01  rocky <rocky@dusytfeet.com>

	* test/examples/exceptions/raise1.py, test/test_exceptions.py: One
	more exception test converted ..  This time, test_coverage_issue_92

2021-03-31  rocky <rocky@dusytfeet.com>

	* test/examples/exceptions/test_catching_exceptions.py,
	test/examples/exceptions/test_exception_match.py,
	test/test_exceptions.py: Convert one more test to new-style test...  test_catching_exceptions.py in particular

2021-03-30  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop39.py: Correct 3.9 IS_OP and LIST_EXTEND

2021-03-30  rocky <rocky@dusytfeet.com>

	* test/test_basic.py: Go over 3.6 bytecode

2021-03-27  rocky <rb@dustyfeet.com>

	* test/test_functions.py: Reinstate more function tests

2021-03-24  rocky <rb@dustyfeet.com>

	* : commit 1df1380a55bc9ea251076da188e03e69d97f8279 Author: rocky
	<rb@dustyfeet.com> Date:   Wed Mar 24 13:31:28 2021 -0400

2021-03-21  rocky <rocky@dusytfeet.com>

	* test/test_exceptions.py, test/test_functions.py,
	test/test_with.py, xpython/byteop/byteop38.py: Reduce testing in 3.8
	and 3.9

2021-03-21  rocky <rb@dustyfeet.com>

	* admin-tools/pyenv-versions: Bump testing Python versions

2021-03-21  rocky <rocky@dusytfeet.com>

	* .pre-commit-config.yaml, __pkginfo__.py, test/add-test.sh,
	test/vmtest.py, xpython/__main__.py, xpython/byteop/__init__.py,
	xpython/byteop/byteop39.py, xpython/execfile.py, xpython/version.py: 
	Start 3.9 bytecode

2021-02-13  rocky <rocky@dusytfeet.com>

	* .pre-commit-config.yaml, setup.py, xpython/__init__.py,
	xpython/version.py: Administrivia: tidy a little

2020-10-25  rocky <rocky@dusytfeet.com>

	* .pre-commit-config.yaml, admin-tools/pyenv-versions,
	requirements-dev.txt: Administrivia

2020-08-01  rocky <rocky@dusytfeet.com>

	* admin-tools/pyenv-versions,
	test/examples/basic/test_attribute_access.py,
	test/examples/basic/test_import.py, test/test_basic.py,
	xpython/byteop/byteop24.py: Use importlib.__import__ when possible Python 2.7 still needs the __import__ builtin Pull out another test in test_basic.py and make it standalone.  Update to latest versions in pyenv-versions

2020-07-29  rocky <rocky@dusytfeet.com>

	* xpython/__main__.py, xpython/byteop/byteop35.py, xpython/vm.py: Go
	over exception handling

2020-07-28  rocky <rocky@dusytfeet.com>

	* README.rst: Update what's up

2020-07-28  rocky <rocky@dusytfeet.com>

	* test/examples/{ => expressions}/test_generator_expression.py,
	test/test_basic.py, xpython/byteop/byteop38.py: 3.8 MAP_ADD changes.
	Add more 3.8 tests

2020-07-28  rocky <rocky@dusytfeet.com>

	* test/examples/basic/test_building_stuff.py, test/test_basic.py: 
	Add More 3.8 tests.  Make test_building_stuff.py self checking

2020-07-28  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, admin-tools/how-to-make-a-release.md,
	test/add-test.sh, test/vmtest.py, xpython/byteop/__init__.py,
	xpython/byteop/byteop37.py, xpython/byteop/byteop38.py,
	xpython/version.py: The most minimal 3.8 support Note: All new opcodes are incomplete.  Many tests haven't been
	byte-compiled yet That said, this still works okay when not encountering new opcodes.

2020-07-24  rocky <rocky@dusytfeet.com>

	* ChangeLog, NEWS.md, xpython/version.py: Get ready for release
	1.3.5

2020-07-24  rocky <rocky@dusytfeet.com>

	* test/stdlib/3.6-exclude.sh, test/stdlib/3.7-exclude.sh,
	xpython/byteop/byteop24.py: More stdlib excludes.  As we get more accurate, more things fall apart.  Much needed "IMPORT" namespace separation

2020-07-24  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop.py, xpython/byteop/byteop24.py: Propsgate
	errors more often

2020-07-24  rocky <rocky@dusytfeet.com>

	* xpython/pyobj.py: Catch dynamic kwonly default changes See 3.7.7. test_keywordonlyarg.py

2020-07-24  rocky <rocky@dusytfeet.com>

	* .gitignore, setup.py,
	test/examples/expressions/test_comparisons.py,
	test/examples/expressions/test_comprehensions.py,
	test/examples/expressions/test_inplace_operators.py,
	test/examples/expressions/test_slice.py,
	test/examples/expressions/test_subscripting.py, test/test_basic.py,
	xpython/byteop/byteop32.py: Convert more tests. Add origin comment
	in tests

2020-07-22  rocky <rb@dustyfeet.com>

	* xpython/__init__.py: make VERSION pydoc friendly

2020-07-02  rocky <rocky@dusytfeet.com>

	* test/examples/stmts/test_exec.py, xpython/builtins.py,
	xpython/byteop/byteop.py: Two bugfixes eval() and metaclass...  eval needs to accept unicode on 2.7. metaclass for creating a new
	class sometimes messes up `__init__()`'s signature.

2020-07-02  rocky <rocky@dusytfeet.com>

	* test/examples/stmts/test_exec.py: Add bytes test

2020-07-02  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop.py: exec <bytes> is the same as exec <str>

2020-07-01  rocky <rocky@dusytfeet.com>

	* test/examples/functions/test_calling_methods_wrong.py,
	test/test_basic.py, xpython/stdlib/inspect3.py,
	xpython/stdlib/inspectfor32.py, xpython/vmtrace.py: Fill out
	interpreter inspect more...  This is most needed in cross-version interpretation, but it is also
	needed within a single Python version because interpreter types are
	not the same thing as the built-in types.  More work is needed here, but this makes some progress.  Note: a lot of stdlib tests have become broken. This is probably
	good because it reflects that we are honestly interpreting more and
	not running interpreter code as builtin Python functions (e.g. eval
	and exec used to work this way.)

2020-06-30  rocky <rocky@dusytfeet.com>

	* README.rst, admin-tools/how-to-make-a-release.md,
	xpython/byteop/byteop24.py, xpython/pyobj.py, xpython/vm.py,
	xpython/vmtrace.py: Start interpreter assisted breakpoints

2020-06-28  rocky <rocky@dusytfeet.com>

	* NEWS.md: NEWS.md tweaks

2020-06-28  rocky <rocky@dusytfeet.com>

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

2020-06-28  rocky <rocky@dusytfeet.com>

	* ChangeLog, Makefile, NEWS.md, __pkginfo__.py, xpython/version.py: 
	Get ready for release 1.3.4

2020-06-23  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py: Bump xdis version

2020-06-21  rocky <rocky@dusytfeet.com>

	* : commit da0196e84105544569668f733bd0f19559c9b9b4 Author: rocky
	<rocky@dusytfeet.com> Date:   Sun Jun 21 00:08:41 2020 -0400

2020-06-20  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: Name typo

2020-06-20  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: spelling typo

2020-06-20  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop33.py, xpython/byteop/byteop34.py,
	xpython/byteop/byteop35.py, xpython/byteop/byteop36.py,
	xpython/pyobj.py, xpython/stdlib/inspect3.py: Start GET_AWAITABLE
	and correct qualname...  In 3.4+ qualname is set in MAKE_FUNCTION.  Fill in more of the generator fields.  More work is needed for async generators.

2020-06-20  rocky <rb@dustyfeet.com>

	* test/examples/functions/test_closures.py, test/test_functions.py: 
	More tests converted and expanded coverage

2020-06-20  rocky <rocky@dusytfeet.com>

	* test/examples/functions/test_partial.py,
	test/examples/functions/test_recursion.py, test/test_functions.py: 
	Convert a couple of existing test cases...  to newer test framework

2020-06-18  rocky <rb@dustyfeet.com>

	* xpython/vm.py: It's okay to leave data on stack if not toplevel

2020-06-17  rocky <rb@dustyfeet.com>

	* README.rst: Add download stats

2020-06-17  rocky <rocky@dusytfeet.com>

	* README.rst, xpython/byteop/byteop.py, xpython/vm.py: Use compile()
	in implementing eval() and exec()...  when possible. Fall back to the built-in when cross-version
	interpreting.

2020-06-16  rocky <rocky@dusytfeet.com>

	* xpython/builtins.py, xpython/byteop/byteop.py, xpython/pyobj.py,
	xpython/vm.py, xpython/vmtrace.py: exec messing up & run_frame() ->
	eval_frame()...  Note that to do exec/eval properly we need to run eval_frame()
	(formerly run_frame).  Set the `__module__` attribute properly on 3-arg type().

2020-06-15  rocky <rocky@dusytfeet.com>

	* xpython/__init__.py, xpython/vmtrace.py: Add event flag names and
	pretty_event_flags()

2020-06-13  rocky <rocky@dusytfeet.com>

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

2020-06-13  rocky <rocky@dusytfeet.com>

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

2020-06-13  rocky <rocky@dusytfeet.com>

	* ChangeLog, NEWS.md, __pkginfo__.py,
	admin-tools/how-to-make-a-release.md, xpython/version.py: Get ready
	for release 1.3.3

2020-06-11  rocky <rocky@dusytfeet.com>

	* : commit 7d229cd59b4eef6646c1a434baf8ae342c2023b3 Author: rocky
	<rb@dustyfeet.com> Date:   Thu Jun 11 09:20:28 2020 -0400

2020-06-11  rocky <rb@dustyfeet.com>

	* test/test_compat.py: 3.4 compatability running 3.5+...  Allow testing against pyobj.Generator. Disable coroutine test in
	GET_YIELD_FROM_ITER.

2020-06-10  rocky <rocky@dusytfeet.com>

	* test/examples/functions/test_call_ex_kw.py, test/test_compat.py,
	test/test_functions.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36.py: Fix BUILD_MAP_UNPACK and increase compat
	matrix

2020-06-08  rocky <rocky@dusytfeet.com>

	* test/stdlib/3.6-exclude.sh, test/test_compat.py,
	xpython/byteop/byteop.py: Update compatibilty...  If we use a later xdis, some of the problems with bytestrings goes
	away.

2020-06-07  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, test/stdlib/2.7-exclude.sh,
	test/stdlib/3.3-exclude.sh, test/stdlib/3.6-exclude.sh,
	xpython/byteop/byteop.py, xpython/byteop/byteop27.py: A number of
	bug fixes...  Test for *the* builtin eval() since there can be others: Tk has its
	own eval() Better recovery on converting bound methods Go over stdlib exclusions Accept next release of xdis

2020-06-06  rocky <rocky@dusytfeet.com>

	* test/stdlib/2.7-exclude.sh, test/stdlib/3.6-exclude.sh,
	test/test_compat.py, xpython/byteop/byteop.py, xpython/pyobj.py: 
	Fill in more Method fields...  update stdlib exclusions, and compatability matrix

2020-06-06  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop24.py, xpython/byteop/byteop36.py: Python 2.7
	execution tolerance

2020-06-06  rocky <rb@dustyfeet.com>

	* test/examples/expressions/test_eval.py,
	test/stdlib/2.7-exclude.sh, xpython/byteop/byteop.py: Handle 2.7
	__idiv__ in overwritten //= ...  and add test file from last commit.

2020-06-06  rocky <rb@dustyfeet.com>

	* test/test_data.py, xpython/byteop/byteop.py,
	xpython/byteop/byteop27.py: Correct "eval()" local and global
	params...  like we did for "exec()"

2020-06-06  rocky <rb@dustyfeet.com>

	* test/examples/stmts/test_exec.py, test/test_stmts.py,
	xpython/byteop/byteop.py, xpython/byteop/byteop24.py: Correct up
	EXEC_STMT and exec() builtin...  when there are globals and/or locals parameters are missing.

2020-06-06  rocky <rb@dustyfeet.com>

	* test/examples/exceptions/test_exception_match.py,
	xpython/byteop/byteop24.py: Set exception value on 2.7-
	RAISE_VARARGS 1

2020-06-06  rocky <rb@dustyfeet.com>

	* test/examples/exceptions/test_exception_match.py,
	test/test_exceptions.py, xpython/byteop/byteop24.py: exception-match
	uses BaseException not Exception

2020-06-05  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop36.py: Format CALL_FUNCTION_KW for 3.6+

2020-06-04  R. Bernstein <rocky@users.noreply.github.com>

	* : Merge pull request #1 from rocky/free-cell-op Bang on closures, yet again

2020-06-04  rocky <rb@dustyfeet.com>

	* test/examples/functions/test_closures.py, xpython/builtins.py,
	xpython/byteop/byteop24.py, xpython/pyobj.py, xpython/vm.py: WIP
	trying a middle-ground approach

2020-06-04  rocky <rocky@dusytfeet.com>

	* test/test_functions.py, xpython/byteop/byteop24.py,
	xpython/pyobj.py, xpython/vm.py: Initialize frame cells from
	closure, not f_back...  See https://github.com/nedbat/byterun/issues/17 Thanks to @matthiaskramm noting and reporting the problem, and
	@darius for providing a test case.

2020-06-04  rocky <rocky@dusytfeet.com>

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

2020-06-04  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop24.py, xpython/pyobj.py, xpython/vm.py: Frame
	cells need to be a list rather than a dict..  In contrast to local and global variables, names here can be
	duplicated due to the various scopes that the names appear.  Therefore we model this more closely to the way CPython does, and
	use a list.

2020-06-03  rocky <rb@dustyfeet.com>

	* test/examples/functions/test_wraps.py, test/test_functions.py: 
	Split out test in prepration for freeops fixup

2020-06-03  rocky <rb@dustyfeet.com>

	* : commit 9ffba001895763b9b2a418779a646e22622b11ca Author: rocky
	<rb@dustyfeet.com> Date:   Wed Jun 3 09:39:39 2020 -0400

2020-06-03  rocky <rocky@dusytfeet.com>

	* ChangeLog, NEWS.md, xpython/version.py: Get ready for release
	1.3.2

2020-06-03  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop27.py: Work around built-in __exit__() and
	__enter__()...  also add notes about funky SET_ADD and MAP_ADD opcodes

2020-06-03  rocky <rocky@dusytfeet.com>

	* Makefile, README.rst, test/test_compat.py,
	xpython/byteop/byteop.py, xpython/byteop/byteop36.py,
	xpython/pyobj.py, xpython/stdlib/inspect3.py: Fix inspect3 bug in
	getting kwonly signatures...  This allows us to expand the compatibility matrix, but in general
	this the matrix is kind of sketchy since some things we list as
	compatible are only largely compatbile, and many tests between
	"incompatible" versions does ineed work.  Add more Python 2.4 tests

2020-06-02  rocky <rocky@dusytfeet.com>

	* README.rst, test/test_functions.py, xpython/byteop/byteop24.py: 
	Note what's up with closure test..  where a cell variable name might appear more than once.  Need to comment out our closure test for now until this is
	straightened out.

2020-06-02  rocky <rocky@dusytfeet.com>

	* README.rst: Revise README.rst

2020-06-02  rocky <rocky@dusytfeet.com>

	* test/test_functions.py, xpython/builtins.py: Inch forward with our
	own 3.6+ build_class()...  Here, if the metaclass is type() then, cells need to be real cells
	and not a xpython.pyobj.Cell object.

2020-06-01  rocky <rocky@dusytfeet.com>

	* test/examples/functions/test_call_ex_kw.py,
	xpython/byteop/byteop36.py, xpython/pyobj.py: Correct 3.6+
	MAKE_FUNCTION parameter decoding

2020-06-01  rocky <rocky@dusytfeet.com>

	* README.rst: Use Python 2.4 bytecode in old-python example

2020-06-01  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/vm.py: Improved operator
	formating and ...  more pre 2.7 tests

2020-06-01  rocky <rb@dustyfeet.com>

	* test/add-test.sh, test/compile-file.py,
	test/examples/basic/test_attribute_access.py, test/test_compat.py,
	xpython/byteop/__init__.py, xpython/byteop/byteop24.py,
	xpython/byteop/byteop25.py, xpython/byteop/byteop26.py,
	xpython/byteop/byteop27.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop35.py, xpython/byteop/byteop36.py,
	xpython/execfile.py, xpython/version.py: Support 2.4 bytecode
	interpreting

2020-05-31  rocky <rocky@dusytfeet.com>

	*
	test/examples/functions/test_calling_function_with_args_kwargs.py,
	test/examples/functions/test_function_calls.py,
	test/test_functions.py, xpython/byteop/byteop.py,
	xpython/byteop/byteop25.py, xpython/byteop/byteop35.py: Address 3.5
	CALL_FUNCTION_VAR...  and regularize variable names around CALL_FUNCTION{...}

2020-05-31  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop32.py, xpython/byteop/byteop34.py,
	xpython/pyobj.py: Clean up and improve .0 parameter checking...  With the dup code I had been missing 3.4+ MAKE_CLOSURE's

2020-05-31  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop.py: Use non-builtin __build_class__ more
	often....  when __init__() is a byteop Function instead of a native function.

2020-05-31  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop27.py, xpython/pyobj.py: Better formatting of
	SET_ADD and SET_MAP

2020-05-31  rocky <rocky@dusytfeet.com>

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

2020-05-30  rocky <rocky@dusytfeet.com>

	* ChangeLog, NEWS.md, setup.py, xpython/version.py: Get ready for
	release 1.3.1

2020-05-30  rocky <rocky@dusytfeet.com>

	* README.rst, screenshots/trepan-xpy-assign.cast: Fix broken
	screenshot link and image contents

2020-05-30  rocky <rocky@dusytfeet.com>

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

2020-05-30  rocky <rocky@dusytfeet.com>

	* : commit 3d87ec475c08c88ad148f1db17ec7c83b340bc11 Author: rocky
	<rocky@dusytfeet.com> Date:   Sat May 30 13:44:31 2020 -0400

2020-05-30  rocky <rb@dustyfeet.com>

	* xpython/pyobj.py, xpython/stdlib/inspect3.py: Towards getting
	cross-compiling closures working.

2020-05-30  rocky <rb@dustyfeet.com>

	* test/examples/functions/test_closures.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop34.py: Small
	changes ...  the formatting changes to test_closures.py should help track down a
	cross-version interpreting bug.

2020-05-30  rocky <rocky@dusytfeet.com>

	* test/test_compat.py: Small changes

2020-05-30  rocky <rocky@dusytfeet.com>

	* README.rst, xpython/pyobj.py, xpython/stdlib/inspect2.py,
	xpython/stdlib/inspect3.py: Get Python 2.x signatures from 3.x...  and go over README.rst since log infomation has been improved.

2020-05-29  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop27.py: cross-version interpreter
	compatability...  in SETUP_WITH

2020-05-29  rocky <rocky@dusytfeet.com>

	* test/test_with.py: Reinstate a couple more tests on 3.6 & 3.7

2020-05-28  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop36.py,
	xpython/vmtrace.py: reorder stack arguments in instruction  fmt

2020-05-28  rocky <rocky@dusytfeet.com>

	* test/examples/basic/test_building_stuff.py, test/test_basic.py,
	xpython/byteop/byteop.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop36.py,
	xpython/vm.py: More bytecode formatting

2020-05-28  rocky <rocky@dusytfeet.com>

	* xpython/vm.py: Small name change

2020-05-28  rocky <rb@dustyfeet.com>

	* xpython/vmtrace.py: Go over tracing events yet again.

2020-05-28  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/vm.py: Improve CALL_FUNCTION
	instruction display

2020-05-28  rocky <rocky@dusytfeet.com>

	* README.rst, xpython/byteop/byteop.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop34.py,
	xpython/byteop/byteop36.py, xpython/vm.py: Use stack in formatting
	instructions; Refactor ops We can now pull off values from the frame eval stack when formatting
	an instruction.  byteop.py: Move UNARY_OPERATORS, BINARY_OPERATORS, and
	INPLACE_OPERATORS into byteops.  There are still the SLICE operators still in vm.py though README.rst: update RsT formatting

2020-05-27  rocky <rb@dustyfeet.com>

	* xpython/vmtrace.py: Better "finish" trace/debugger support

2020-05-27  R. Bernstein <rocky@users.noreply.github.com>

	* .github/FUNDING.yml: Create FUNDING.yml

2020-05-27  rocky <rocky@dusytfeet.com>

	* README.rst, test/examples/stmts/test_yield_from_tuple.py,
	test/examples/test_yield_from_tuple.py, test/stdlib/3.6-exclude.sh,
	test/stdlib/3.7-exclude.sh, test/test_functions.py: Revise README
	and convert another test

2020-05-26  rocky <rb@dustyfeet.com>

	* test/examples/with/test_at_context_manager_complete.py,
	test/examples/{ => with}/test_raise_in_context_manager.py,
	test/examples/{ => with}/test_raise_in_with.py,
	test/examples/with/test_suppressed_raise_in_context_manager.py,
	test/test_with.py: Reinstate/revise with tests for 3.6+ These now work in 3.6 & 3.7

2020-05-26  rocky <rocky@dusytfeet.com>

	* test/examples/{ =>
	with}/test_suppressed_raise_in_context_manager.py,
	test/test_with.py, xpython/byteop/byteop35.py, xpython/pyobj.py,
	xpython/vm.py: Fix up 3.5+ WITH_CLEANUP_FINISH ..  and reinstate test_suppressed_raise_in_context_manager.py for 3.5+

2020-05-26  rocky <rocky@dusytfeet.com>

	* test/examples/{ => with}/test_at_context_manager_complete.py,
	test/test_with.py: move and reinstate a test

2020-05-25  rocky <rb@dustyfeet.com>

	* test/stdlib/3.6-exclude.sh: Go over 3.6 stdlib exclusions

2020-05-25  rocky <rb@dustyfeet.com>

	* test/test_functions.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop36.py: Fix Bug in 3.6 CALL_FUNCTION_KW

2020-05-25  rocky <rocky@dusytfeet.com>

	* test/test_data.py, xpython/byteop/byteop36.py: Fix up 3.6
	FORMAT_STRING opcode

2020-05-25  rocky <rocky@dusytfeet.com>

	* xpython/buildclass.py, xpython/builtins.py,
	xpython/byteop/byteop.py, xpython/pyobj.py,
	xpython/stdlib/inspect3.py: Cross-version function function
	signatures...  using modified stdlib inspect.py routines.  We still have some work to get 3.7 to understand 2.7 functions, but
	we're probably close.

2020-05-24  rocky <rocky@dusytfeet.com>

	* xpython/builtins.py: Remove debug statement

2020-05-24  rocky <rocky@dusytfeet.com>

	* test/examples/functions/test_pos_args.py,
	xpython/byteop/byteop36.py, xpython/pyobj.py,
	xpython/stdlib/__init__.py, xpython/stdlib/inspect3.py: Fix bugs in
	3.6+ MAKE_FUNCTION Also started a cross-version inspect library.

2020-05-24  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop32.py: 3.0..3.2 needs listcomp as a .0 fn

2020-05-24  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop36.py, xpython/pyobj.py: Clean up native
	function access a little

2020-05-24  rocky <rocky@dusytfeet.com>

	* xpython/pyobj.py: Document Block() better

2020-05-24  rocky <rocky@dusytfeet.com>

	* xpython/vm.py: Inch closer to having exceptions simulated

2020-05-24  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop34.py: More honest
	3.4+ MAKE_FUNCTION...  Move do_raise() from out ouf byteop32.py and into byteop.py

2020-05-24  rocky <rocky@dusytfeet.com>

	* test/examples/exceptions/test_reraise.py, test/test_exceptions.py: 
	Separate and comment out test_reraise.py until ...  We understand how to do properly.  byterun uses six.raise which requires a real traceback and LOAD_NAME
	raises NameError which makes six.raise work.  However down the line we really want to separate interpreter
	exceptions from interpreted exceptions.  Right now, we can't do that - sigh.

2020-05-24  rocky <rocky@dusytfeet.com>

	* xpython/pyobj.py: *copy* frame in tracebacks_from_frame() Otherwise when the frame is modified in exception handling, e.g.
	frame.f_lastI we modify the traceback information which is wrong.

2020-05-23  rocky <rocky@dusytfeet.com>

	* Makefile, test/examples/basic/test_callback.py,
	test/test_basic.py, xpython/builtins.py, xpython/byteop/byteop.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop34.py: Lots of
	little fixups...  The main goal is to improve MAKE_FUNCTION so that it make our VM
	functions more often. That's not achieved totally yet. But in the
	interim.  split out test_callback() into its own test Makefile; fix bug in
	cleaning pyc's byteop34.py: set dot_zero (.0) in comprehensions blacken some buffers

2020-05-23  rocky <rocky@dusytfeet.com>

	* requirements-dev.txt: Add requirements-dev.txt

2020-05-23  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop.py, xpython/execfile.py: execfile: better
	msg when file not found

2020-05-23  rocky <rocky@dusytfeet.com>

	* xpython/buildclass.py, xpython/byteop/byteop.py, xpython/vm.py: 
	Slightly better cross-version interpreting...  Todo: need to see if we can convert code objects between versions

2020-05-22  rocky <rocky@dusytfeet.com>

	* .circleci/config.yml, README.rst, __pkginfo__.py: Administrivia

2020-05-20  rocky <rocky@dusytfeet.com>

	* admin-tools/how-to-make-a-release.md: Adminstrivia and update
	README.rst

2020-05-20  rocky <rocky@dusytfeet.com>

	* ChangeLog, NEWS.md, xpython/version.py: Get ready for release
	1.2.1

2020-05-20  rocky <rocky@dusytfeet.com>

	* : commit 4aa244758a9e2c794819e002b08858ba3504b2eb Author: rocky
	<rocky@dusytfeet.com> Date:   Wed May 20 17:35:27 2020 -0400

2020-05-20  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: Update README.rst

2020-05-20  rocky <rocky@dusytfeet.com>

	* README.rst, screenshots/.bashrc, screenshots/README.md,
	screenshots/assign.py, screenshots/assign.txt,
	screenshots/ifelse.txt, screenshots/trepan-xpy-assign.cast,
	screenshots/trepan-xpy-ifelse.cast: Add screenshots

2020-05-20  rocky <rocky@dusytfeet.com>

	* xpython/execfile.py, xpython/vm.py, xpython/vmtrace.py: 
	format_instruction handled as callback...  so we can replace it with something that colorizes.  One callback signature mismatched was fixed too.

2020-05-19  rocky <rocky@dusytfeet.com>

	* xpython/vmtrace.py: Set callback status when no callback

2020-05-19  rocky <rocky@dusytfeet.com>

	* xpython/vm.py, xpython/vmtrace.py: Follow set sys.settrace() more
	closely...  and fix bug in instructions tracing.

2020-05-19  rocky <rocky@dusytfeet.com>

	* ChangeLog, NEWS.md, __pkginfo__.py, xpython/version.py: Get ready
	for release 1.2.0

2020-05-18  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, xpython/buildclass.py, xpython/pyobj.py,
	xpython/vm.py: Simpilfy imports using xdis 4.6.0+

2020-05-18  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop36.py: Slit off base class/functions from
	bytecode ops...

2020-05-17  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop35.py: Stuff that isn't implemented isn't
	implemented

2020-05-16  rocky <rocky@dusytfeet.com>

	* test/examples/stmts/test_async.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop27.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop35.py, xpython/byteop/byteop36.py: Correct 3.7
	MAKE_FUNCTION ...  Correct access in throwing PyVMError in opcodes.  add an async test
	for later.

2020-05-15  rocky <rocky@dusytfeet.com>

	* : commit fe276292e08ca65cdfdbfaf93b6a01126a882e49 Author: rocky
	<rocky@dusytfeet.com> Date:   Fri May 15 07:24:47 2020 -0400

2020-05-14  rocky <rb@dustyfeet.com>

	* xpython/buildclass.py, xpython/byteop/byteop25.py: Some small
	typos can comments

2020-05-14  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop32.py: Spelling typo

2020-05-14  rocky <rocky@dusytfeet.com>

	* xpython/pyobj.py: Function object updates...  Set __qualname__ where appropriate Only set annotations and
	kwdefaults if >= 3.0

2020-05-14  rocky <rocky@dusytfeet.com>

	* test/test_compat.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop27.py, xpython/pyobj.py: go over SETUP_WITH...  * It was introduced in 2.7 (not 2.5).  * Add opcode docstring * Convert native __enter__/__exit__ in context manager to Function TODO: Add unit tests for pyobj things

2020-05-13  rocky <rocky@dusytfeet.com>

	* xpython/vm.py: Show comparisons as a relation not a number code

2020-05-13  rocky <rocky@dusytfeet.com>

	* test/stdlib/3.3-exclude.sh, xpython/byteop/byteop25.py,
	xpython/pyobj.py: Set __doc__ in modules and fn's when possible...  Go over 3.3 excludes

2020-05-13  rocky <rocky@dusytfeet.com>

	* test/stdlib/3.3-exclude.sh, test/stdlib/3.4-exclude.sh,
	test/stdlib/3.5-exclude.sh, xpython/execfile.py, xpython/pyobj.py: 
	Go over tests...  For now don't use docstring in Module since that is getting picked
	up in Python's stdlib unit tests

2020-05-13  rocky <rocky@dusytfeet.com>

	* xpython/buildclass.py, xpython/byteop/byteop25.py: Towards greater
	interoperability and tracing

2020-05-13  rocky <rocky@dusytfeet.com>

	* test/test_with.py, xpython/byteop/byteop33.py: Hack around
	generator/iterator problems

2020-05-13  rocky <rocky@dusytfeet.com>

	* test/test_with.py, xpython/byteop/byteop33.py, xpython/vm.py,
	xpython/vmtrace.py: Mostly vmtrace.py call signature bugs..  FIXME: something is weird with byteop33.py RAISE_VARARGS.py - it
	shouldn't need a subtract one.  vm.py: was erroneously setting frame.fallthrough unconditionally
	after carefully considering what value it should be - oops.

2020-05-13  rocky <rocky@dusytfeet.com>

	* test/examples/with/test_continue_in_with.py, test/examples/{ =>
	with}/test_simple_context_manager.py, test/test_exceptions.py,
	test/test_with.py: More 3.6+ testing

2020-05-13  rocky <rb@dustyfeet.com>

	* xpython/vm.py: intruction_info tolerant of frame not existing

2020-05-13  rocky <rb@dustyfeet.com>

	* xpython/__main__.py, xpython/execfile.py, xpython/vmtrace.py: 
	Revise trace callback API...  to take account into additional arguments needed by
	instruction_info().

2020-05-13  rocky <rb@dustyfeet.com>

	* xpython/execfile.py: Generalize run_python_string...  To make the interface compatible with run_python_file

2020-05-13  rocky <rb@dustyfeet.com>

	* README.rst, xpython/byteop/byteop25.py, xpython/vm.py,
	xpython/vmtrace.py: Better instruction formatting via xdis README.rst: update with new output byteop25.py: lint

2020-05-13  rocky <rocky@dusytfeet.com>

	* test/compile-file.py, test/test_with.py, test/vmtest.py,
	xpython/buildclass.py, xpython/byteop/byteop25.py: More pypy
	complient. Use inspect.isfunction()

2020-05-12  rocky <rocky@dusytfeet.com>

	* Makefile: Don't assume pyenv local

2020-05-12  rocky <rocky@dusytfeet.com>

	* Makefile, xpython/byteop/byteop25.py,
	xpython/byteop/byteoppypy.py, xpython/vm.py, xpython/vmtrace.py: Add
	PYPY ops and fix some bugs...  Implement provisional CALL_METHOD and LOOKUP_METHOD Makefile now
	removes test/.python-version fix a VMTrace bug in resuming a frame.

2020-05-12  rocky <rocky@dusytfeet.com>

	* test/stdlib/3.7-exclude.sh, xpython/byteop/byteop36.py: Bug in
	MAKEFUNCTION default/keyword-only positions

2020-05-12  rocky <rocky@dusytfeet.com>

	* test/stdlib/3.7-exclude.sh, xpython/byteop/byteop36.py: Implement
	BUILD_TUPLE_UNPACK_WITH_CALL

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

	* xpython/__main__.py, xpython/execfile.py, xpython/vm.py: Exception
	handling..  * Exception names have changed * Catch uncaught execptions at the end when no tracing * Lint-like fixes R# with '#' will be ignored, and an empty message aborts the commit.

2020-05-12  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/execfile.py, xpython/vm.py,
	xpython/vmtrace.py: Pass uncaught exceptions back to trace program

2020-05-11  rocky <rocky@dusytfeet.com>

	* test/examples/{ =>
	functions}/test_generator_with_context_manager.py,
	xpython/__main__.py, xpython/byteop/byteop25.py,
	xpython/execfile.py, xpython/pyobj.py, xpython/vm.py,
	xpython/vmtrace.py: accurate f_lasti and f_lineno * Added YIELD event type in vmtrace * "return" returns returned
	value to trace program * *except" returns execption to trace
	program.  * Have to back off later Python 3.x-isms like FileNotFoundError and   anotation signatures.

2020-05-10  rocky <rb@dustyfeet.com>

	* xpython/vmtrace.py: Add flags on trace callback functions...

2020-05-10  rocky <rocky@dusytfeet.com>

	* xpython/__main__.py, xpython/execfile.py: Misc cleanups

2020-05-09  rocky <rocky@dusytfeet.com>

	* xpython/execfile.py, xpython/vmtrace.py: Tweaks in trace callback
	mechanism

2020-05-09  rocky <rocky@dusytfeet.com>

	* test/vmtest.py, xpython/__init__.py, xpython/__main__.py,
	xpython/buildclass.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36.py, xpython/byteop/byteop37.py,
	xpython/byteop/byteoppypy.py, xpython/execfile.py, xpython/{pyvm.py
	=> vm.py}, xpython/vmtrace.py: Start adding traced interpreter.
	Rename classes

2020-05-08  rocky <rocky@dusytfeet.com>

	* Makefile, xpython/byteop/byteop25.py: Smal tweaks to logging and
	Makefile

2020-05-08  rocky <rocky@dusytfeet.com>

	* README.rst, test/stdlib/2.7-exclude.sh,
	xpython/byteop/byteop25.py, xpython/pyobj.py: Small tweaks

2020-05-08  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop25.py: WIP turning native fn into interpreter
	fns.

2020-05-08  rocky <rocky@dusytfeet.com>

	* NEWS.md, test/vmtest.py, xpython/__init__.py,
	xpython/__main__.py, xpython/execfile.py, xpython/pyobj.py,
	xpython/{pyvm2.py => pyvm.py}: pyvm2.py -> pyvm.py; set up top-level
	exports...  pyvm2 isn't Python2-ish and there is no pyvm3.

2020-05-08  rocky <rb@dustyfeet.com>

	* xpython/pyvm2.py: is_pypy param confused with vmtest param

2020-05-08  rocky <rb@dustyfeet.com>

	* test/examples/functions/test_call_ex_kw.py,
	test/examples/functions/test_closures.py,
	test/examples/test_deep_closures.py, test/stdlib/3.6-exclude.sh,
	test/test_functions.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36.py: Wrong access in byteop35. convert
	Cell->cell...  when needed.

2020-05-08  rocky <rocky@dusytfeet.com>

	* ChangeLog, NEWS.md, README.rst,
	admin-tools/how-to-make-a-release.md: Get ready for release 1.1.0

2020-05-08  rocky <rocky@dusytfeet.com>

	* LICENSE, __pkginfo__.py, requirements.txt,
	test/examples/exceptions/raise1.py,
	test/examples/exceptions/raise2.py,
	test/examples/exceptions/raise3.py,
	test/examples/exceptions/raise4.py, xpython/byteop/__init__.py,
	xpython/byteop/byteop26pypy.py, xpython/byteop/byteop27pypy.py,
	xpython/byteop/byteop32pypy.py, xpython/byteop/byteop35pypy.py,
	xpython/byteop/byteop36pypy.py, xpython/byteop/byteoppypy.py,
	xpython/execfile.py, xpython/pyvm2.py, xpython/version.py: Add 3.2,
	3.5, 3.6 PyPy + administrivia

2020-05-07  rocky <rocky@dusytfeet.com>

	* test/stdlib/3.4-exclude.sh, test/stdlib/3.5-exclude.sh,
	test/stdlib/3.7-exclude.sh: Go over some stdlib exclusion tests

2020-05-07  rocky <rocky@dusytfeet.com>

	* test/examples/expressions/test_comprehensions.py,
	test/stdlib/3.6-exclude.sh, test/stdlib/3.7-exclude.sh,
	test/test_basic.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop33.py, xpython/byteop/byteop34.py,
	xpython/byteop/byteop35.py, xpython/byteop/byteop36.py,
	xpython/byteop/byteop37.py, xpython/pyvm2.py: Misc cleanups. Start
	to extend stdlib tests ...  for 3.6 and 3.7

2020-05-07  rocky <rocky@dusytfeet.com>

	* test/add-test.sh, test/test_basic.py: Convert another test

2020-05-07  rocky <rocky@dusytfeet.com>

	* test/examples/stmts/test_slice_stmts.py, test/test_basic.py,
	xpython/byteop/byteop25.py: raise ImportError exception properly ..  in IMPORT_FROM; move/convert slice statement tests.

2020-05-07  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop36.py, xpython/pyobj.py, xpython/pyvm2.py: 
	Revise comprehension handling...

2020-05-07  rocky <rocky@dusytfeet.com>

	* README.rst: Add branching example to README.rst

2020-05-07  rocky <rocky@dusytfeet.com>

	* test/examples/runtests.sh, xpython/__main__.py,
	xpython/byteop/byteop25.py, xpython/byteop/byteop26.py,
	xpython/byteop/byteop27.py, xpython/byteop/byteop27pypy.py,
	xpython/execfile.py, xpython/pyvm2.py: Start PyPy 2.7 tolerance...  Doesn't work well though.

2020-05-07  R. Bernstein <rocky@users.noreply.github.com>

	* README.rst: RsT formatting of code blocks

2020-05-07  rocky <rb@dustyfeet.com>

	* README.rst: README.rst formatting

2020-05-07  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop35.py: Remove debug stmt

2020-05-07  rocky <rb@dustyfeet.com>

	* test/add-test.sh,
	test/examples/functions/test_different_globals_may_have_different_b
	uiltins.py, test/examples/{ => functions}/test_no_builtins.py,
	test/test_functions.py, xpython/pyobj.py, xpython/pyvm2.py: Fix list
	comprehensions for 3.6+; add tests

2020-05-07  rocky <rocky@dusytfeet.com>

	* README.rst, xpython/byteop/byteop36.py: Add exmaple in README.rst
	and ..  tolerate built-in function creation failures

2020-05-07  rocky <rocky@dusytfeet.com>

	* test/examples/basic/test_attribute_access.py,
	xpython/buildclass.py, xpython/byteop/byteop25.py,
	xpython/pyobj.py, xpython/pyvm2.py: Increase cross-version
	interpreter ...  By using Darius' build_class() as a substitute for the built-in
	__build_class__(), when it is needed.

2020-05-07  rocky <rocky@dusytfeet.com>

	* xpython/pyobj.py: Type checking on Function creation...  Add docstrings for Function and Method.

2020-05-07  rocky <rocky@dusytfeet.com>

	* test/examples/{ => basic}/test_bound_method_on_falsy_objects.py,
	test/examples/{ => expressions}/test_inplace_operators.py,
	test/examples/expressions/test_slice.py,
	test/examples/test_attribute_access.py,
	test/examples/test_slice.py, test/test_basic.py: Convert more tests
	to new style

2020-05-07  rocky <rocky@dusytfeet.com>

	* test/vmtest.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36.py, xpython/byteop/byteop37.py,
	xpython/pyvm2.py: VirtualMachineError -> VMError

2020-05-07  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop36.py: Remove "version" attribute in
	functions...  We needed that to figure out in byteops if we were cross-version
	interpreting before we all byteops converted/moved to the byteops
	class.  Now all converion is done, we can get the interpreted version from
	the object or from self.vm.version

2020-05-06  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop36.py, xpython/pyobj.py, xpython/pyvm2.py: 
	Cleanup; print no-arg excpetions better

2020-05-06  rocky <rocky@dusytfeet.com>

	* test/examples/{ =>
	functions}/test_different_globals_may_have_different_builtins.py,
	test/test_functions.py: Move another function into a bytecode file

2020-05-06  rocky <rb@dustyfeet.com>

	* admin-tools/check-versions.sh, test/test_basic.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop36.py,
	xpython/pyobj.py, xpython/pyvm2.py: Fix Function and
	exception-handling bugs

2020-05-06  rocky <rocky@dusytfeet.com>

	* test/test_exceptions.py, test/test_with.py,
	xpython/byteop/byteop25.py, xpython/byteop/byteop36.py,
	xpython/pyobj.py, xpython/pyvm2.py: More honest 3.6+ function calls
	but ...  This means a regression in the test cases.  In some cases output isn't matching up.  In other cases I now need
	to handle exceptions from iterators and generators.

2020-05-06  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/byteop/byteop32.py,
	xpython/pyobj.py, xpython/pyvm2.py: Add Traceback object ...  and another pass over Exception handling.  Things are better but still could be improved in Python 3 where we
	seem to not to be recording the most recent frames.

2020-05-06  rocky <rocky@dusytfeet.com>

	* xpython/pyvm2.py: Fix up Python 2.x Runtime tracebacks...  use local stack info to do this.

2020-05-06  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/pyvm2.py: Move the last of the
	byteops out of VM...  these happen to go in byteop25.  However if we go back further probably the bulk of these ops would
	also go back further.  If we get to 2.2, the SET_LINENO will be of use.

2020-05-06  rocky <rocky@dusytfeet.com>

	* test/vmtest.py, xpython/__main__.py, xpython/execfile.py,
	xpython/pyvm2.py: Start to make sense of VMRuntime errors...  these are RuntimeErrors in the program and they should be separated
	errors and bugs in the VM, or in the setup of the VM.  However we have this monkey on our shoulder: test/vmtest.py It has some great features, and some not-so-great features.  For now
	we, have a flag in VirtualMachine just to coddle to test/vmtest.py.  Todo: fix up Python 2.x RuntimeError tracebacks and limit 3.x
	RuntimeEror tracebacks to eliminate the VM portion.

2020-05-05  rocky <rocky@dusytfeet.com>

	* README.rst, test/stdlib/.gitignore, test/stdlib/3.2-exclude.sh,
	test/stdlib/3.3-exclude.sh, test/stdlib/3.4-exclude.sh,
	test/stdlib/3.5-exclude.sh, test/stdlib/runtests.sh: Go over
	runtests.sh excludes

2020-05-05  rocky <rocky@dusytfeet.com>

	* test/stdlib/runtests.sh: Tweak runtests.sh for 3.2

2020-05-05  rocky <rb@dustyfeet.com>

	* README.rst: Tweak doc

2020-05-05  rocky <rb@dustyfeet.com>

	* .travis.yml, README.rst, admin-tools/pyenv-versions,
	test/add-test.sh, test/examples/data/test_attributes.py,
	test/examples/data/test_fstring.py,
	test/examples/data/test_map_unpack.py,
	test/examples/data/test_var_annotate.py,
	test/examples/functions/test_pos_args.py,
	test/examples/stmts/test_for_loop.py,
	test/examples/stmts/test_global.py,
	test/examples/stmts/test_while.py, test/examples/test_for.py,
	test/examples/test_for_loop.py, test/examples/test_globals.py,
	test/test_basic.py, test/test_data.py, test/test_functions.py,
	test/test_stmts.py, test/test_with.py, test/vmtest.py: Start 3.6 &
	3.7 testing; go over tests...  There is still a *lot* to do here to * revamp the tests, and * get coverage fixed form Python 3.6 and 3.7

2020-05-05  rocky <rocky@dusytfeet.com>

	* test/examples/functions/call_ex_kw.py,
	xpython/byteop/byteop25.py, xpython/byteop/byteop37.py: First cut at
	adding LOAD_METHOD/CALL_METHOD code.

2020-05-05  rocky <rocky@dusytfeet.com>

	* test/test_functions.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop34.py, xpython/byteop/byteop36.py,
	xpython/byteop/byteop37.py: Fix MAKE_FUNCTION for 3.6+; fill out 3.7
	docs

2020-05-05  rocky <rocky@dusytfeet.com>

	* .circleci/config.yml, Makefile, xpython/byteop/byteop25.py,
	xpython/byteop/byteop32.py, xpython/pyvm2.py: Move RAISE_VARARGS,
	test_compat...  RAISE_VARARGS move out of pyvm2 and into the corresponding byteops'
	Add test_compat on CircleCI in a way that works around whatever bug
	we have. Ditto for running via the Makefile: add check-compat

2020-05-05  rocky <rocky@dusytfeet.com>

	* .circleci/config.yml, .travis.yml, Makefile, test/add-test.sh,
	test/examples/data/test_attributes.py,
	test/examples/data/test_constant.py,
	test/examples/data/test_map_unpack.py,
	test/examples/test_attributes.py, test/test_basic.py,
	test/test_compat.py, test/test_data.py, test/vmtest.py,
	xpython/byteop/byteop35.py, xpython/byteop/byteop37.py,
	xpython/execfile.py, xpython/pyvm2.py: Add first 3.7 support, fix
	bugs...  in BUILD_MAP_UNPACK, and in cross-version compatibility testing.
	However there are more bugs in cross-version testing. So for now put
	testing under a environment-variable flag.  We're the first on block to support Python 3.7! (As well as all supporting all of the the other versions)

2020-05-04  rocky <rb@dustyfeet.com>

	* test/stdlib/3.4-exclude.sh: Partially go over 3.4 stdlib
	exclusions...  that I have patience for.

2020-05-04  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop25.py: Fix evaluating built-in globals() and
	locals()..  We need to make sure we pick up the frame's globals and locals, not
	ours (the interpreter's).

2020-05-04  rocky <rb@dustyfeet.com>

	* test/stdlib/.python-version, test/stdlib/3.3-exclude.sh,
	xpython/__main__.py, xpython/pyvm2.py: Raising SystemExit is not
	considered an error

2020-05-04  rocky <rocky@dusytfeet.com>

	* xpython/pyobj.py, xpython/pyvm2.py: Add f_trace. blacken some
	files.

2020-05-04  rocky <rb@dustyfeet.com>

	* test/examples/functions/call_ex_kw.py,
	xpython/byteop/byteop25.py, xpython/byteop/byteop35.py,
	xpython/byteop/byteop36.py: Make a stab at BUILD_TUPLE_UNPACK ..  and CALL_FUNCTION_EX.  This is not totally correct.  In the process DRY call_function code.

2020-05-04  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop35.py, xpython/byteop/byteop36.py: A stab at
	GET_AWAITABLE and GET_AITER...  FORMAT_VALUE needs to push a string.

2020-05-04  rocky <rb@dustyfeet.com>

	* test/examples/{ => data}/test_constant.py,
	test/examples/functions/test_call_ex_kw.py,
	test/examples/functions/test_partial_with_kwargs.py,
	test/test_functions.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop36.py: Add 3.6 CALL_FUNCTION_KW ...  and split off from 2.5 CALL_FUNCTION_KW

2020-05-04  rocky <rb@dustyfeet.com>

	* test/examples/data/test_var_annotate.py, test/examples/{ =>
	functions}/test_pos_args.py, test/test_args.py, test/test_data.py,
	test/test_functions.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop35.py, xpython/byteop/byteop36.py,
	xpython/pyvm2.py: Move call_function() in preparing for 3.6 update..  .. to CALL_FUNCTION_KW.  Reorg test yetagain.

2020-05-04  rocky <rocky@dusytfeet.com>

	* test/examples/data/test_fstring.py, test/test_data.py,
	xpython/byteop/byteop25.py, xpython/byteop/byteop36.py,
	xpython/pyvm2.py: Implement 3.6 FORMAT_VALUE

2020-05-03  rocky <rocky@dusytfeet.com>

	* test/{examples => }/add-test.sh, test/{examples =>
	}/compile-file.py, test/examples/{ => data}/test_map_unpack.py,
	test/examples/functions/.gitignore,
	test/examples/functions/test_closure_vars_from_static_parent.py,
	test/examples/{ => with}/test_break_in_with.py, test/examples/{ =>
	with}/test_continue_in_with.py, test/test_functions.py: Add darius'
	test. Start to reorg test/examples...  So that it groups test examples like the tests runners do.

2020-05-03  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop25.py, xpython/byteop/byteop35.py: Small
	tweaks

2020-05-03  rocky <rocky@dusytfeet.com>

	* test/examples/test_map_unpack.py, xpython/byteop/byteop36.py: 
	Finish docstrings for new 3.6 opcodes

2020-05-03  rocky <rocky@dusytfeet.com>

	* test/examples/test_map_unpack.py, test/test_data.py,
	test/vmtest.py, xpython/byteop/byteop36.py: Add
	BUILD_CONST_KEY_MAP..  add first 3.6 bytecode and move over a unpacking test from
	uncompyle6

2020-05-03  rocky <rocky@dusytfeet.com>

	* tox.ini: Abort trying CircleCI using tox

2020-05-03  rocky <rb@dustyfeet.com>

	* test/test_compat.py, test/vmtest.py, xpython/byteop/byteop36.py,
	xpython/execfile.py, xpython/pyvm2.py: First cut at 3.6 support

2020-05-03  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop25.py, xpython/pyvm2.py: Move CALL ops in
	preparation for...  adding 3.6 support

2020-05-03  rocky <rb@dustyfeet.com>

	* test/stdlib/.python-version, test/stdlib/2.7-exclude.sh,
	test/stdlib/3.3-exclude.sh, test/stdlib/runtests.sh,
	xpython/byteop/byteop25.py, xpython/execfile.py, xpython/pyobj.py: 
	Some bug fixes.

2020-05-03  rocky <rb@dustyfeet.com>

	* test/stdlib/.python-version, test/stdlib/2.5-exclude.sh,
	test/stdlib/2.6-exclude.sh, test/stdlib/2.7-exclude.sh,
	test/stdlib/3.2-exclude.sh, test/stdlib/3.3-exclude.sh,
	test/stdlib/3.4-exclude.sh, test/stdlib/3.5-exclude.sh,
	test/stdlib/compile-file.py, test/stdlib/runtests.sh: A couple of
	bugs and start stdlib testing...  on 2.7 only and just test_* files.  bugs: set argv[0].  Not all functions have a .version - sigh.

2020-05-03  rocky <rb@dustyfeet.com>

	* xpython/execfile.py: Small bug in setting the type of sys.argv

2020-05-03  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop25.py, xpython/byteop/byteop27.py,
	xpython/pyvm2.py: Reorder as per dis/opcode section in 2.5 manual...  Move SET_ADD and MAP_ADD to 2.7-byteops.

2020-05-03  rocky <rb@dustyfeet.com>

	* README.rst, xpython/byteop/byteop25.py,
	xpython/byteop/byteop32.py, xpython/pyvm2.py: Move some more OPs

2020-05-03  rocky <rb@dustyfeet.com>

	* test/test_with.py, xpython/byteop/byteop35.py, xpython/pyvm2.py: 
	Possibly fix some bugs in 3.5 WITH_CLEANUP* ...  and 3.5 END_FINALLY.  Investigate 3.5 END_FINALLY is different than before, right?

2020-05-03  rocky <rb@dustyfeet.com>

	* : Add some missing 3.2 bytecode test files

2020-05-03  rocky <rocky@dusytfeet.com>

	* test/test_basic_compat.py, test/test_compat.py, test/vmtest.py: 
	Start testing cross-version compatability

2020-05-03  rocky <rocky@dusytfeet.com>

	* test/examples/test_yield_from_tuple.py, test/test_functions.py,
	xpython/byteop/byteop33.py, xpython/pyvm2.py: Move YIELD_FROM to 3.3

2020-05-03  rocky <rocky@dusytfeet.com>

	* test/test_with.py: Reinstate some 3.2 tests

2020-05-03  rocky <rocky@dusytfeet.com>

	* test/examples/test_break_in_with.py,
	test/examples/test_raise_in_with.py,
	test/examples/test_suppressed_raise_in_context_manager.py,
	test/test_with.py, xpython/byteop/byteop35.py: Slightly better
	WITH_CLEANUP_FINISH code from vrthra

2020-05-02  rocky <rocky@dusytfeet.com>

	* test/examples/test_get_yield_from_iter.py,
	xpython/byteop/byteop35.py: Add 3.5 GET_YIELD_FROM_ITER code derived from bjrnmath via vrthra

2020-05-02  rocky <rocky@dusytfeet.com>

	* README.rst, xpython/byteop/byteop25.py, xpython/pyvm2.py: Move
	more byteops out the VM

2020-05-02  rocky <rocky@dusytfeet.com>

	* README.rst, xpython/__main__.py, xpython/execfile.py: Add -c;
	switch to -v (and -vv) ..  to conform to Python better.

2020-05-02  rocky <rocky@dusytfeet.com>

	* .gitignore, admin-tools/make-dist.sh,
	test/examples/test_deep_closures.py, test/test_functions.py,
	test/vmtest.py, xpython/byteop/byteop25.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop27.py,
	xpython/byteop/byteop32.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/byteop/byteop35.py,
	xpython/pyvm2.py: remove disasm (again) Small changes

2020-05-02  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop25.py: Small typo

2020-05-02  rocky <rb@dustyfeet.com>

	* test/examples/test_defining_functions_with_args_kwargs.py,
	test/vmtest.py: Ensure a test output orderings stays the same.

2020-05-02  rocky <rb@dustyfeet.com>

	* test/examples/test_bound_method_on_falsy_objects.py,
	test/test_basic.py, xpython/pyvm2.py: See
	https://github.com/nedbat/byterun/pull/33 Because instances of Falsy are falsy, `func.im_self` in
	call_function() of xpython/pyvm2.ptreated them as nonexistent and
	did not add the self parameter to the argument list.  The problem was exhibited on Python 2.7.

2020-05-02  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, xpython/__main__.py: Fix up version string message

2020-05-02  rocky <rocky@dusytfeet.com>

	* ChangeLog, MANIFEST.in, NEWS.md, __pkginfo__.py,
	admin-tools/how-to-make-a-release.md, setup.py, xpython/version.py: 
	Get ready for release 1.0.1

2020-05-02  rocky <rocky@dusytfeet.com>

	* ChangeLog, MANIFEST.in, NEWS.md, __pkginfo__.py,
	admin-tools/how-to-make-a-release.md, setup.py,
	test/examples/test_generator_with_context_manager.py,
	xpython/__main__.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop33.py, xpython/byteop/byteop34.py,
	xpython/pyvm2.py: Get ready for release 1.0.0

2020-05-02  rocky <rb@dustyfeet.com>

	* README.rst: Doc fixes

2020-05-02  rocky <rb@dustyfeet.com>

	* .gitignore, xpython/pyvm2.py: Handle EXTENDED_ARGS and wordcode
	too..  while we are at it. Use xdis to help out here.

2020-05-02  rocky <rocky@dusytfeet.com>

	* Makefile, admin-tools/pyenv-versions,
	test/examples/{create-bytecode.sh => add-test.sh},
	test/examples/test_at_context_manager_complete.py,
	test/examples/test_at_context_manager_simplified.py,
	test/test_functions.py, test/test_with.py, test/vmtest.py,
	xpython/__main__.py, xpython/byteop/byteop32.py, xpython/pyvm2.py: 
	Fix some 3.2 bugs and add testing

2020-05-02  rocky <rocky@dusytfeet.com>

	* README.rst: Expand travisCI

2020-05-02  rocky <rocky@dusytfeet.com>

	* test/examples/create-bytecode.sh, test/vmtest.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop32.py,
	xpython/byteop/byteop33.py, xpython/byteop/byteop34.py,
	xpython/byteop/byteop35.py, xpython/execfile.py, xpython/pyobj.py,
	xpython/pyvm2.py: Add basic 3.2 support

2020-05-02  rocky <rocky@dusytfeet.com>

	* Makefile, xpython/byteop/byteop33.py, xpython/byteop/byteop35.py: 
	Something weird happened...  Some code in byteop3{3,5} got deleted. Reinstate that.

2020-05-02  rocky <rocky@dusytfeet.com>

	* .gitignore, AUTHORS, README.rst,
	test/examples/create-bytecode.sh, xpython/byteop/byteop25.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop27.py,
	xpython/byteop/byteop33.py, xpython/byteop/byteop35.py,
	xpython/execfile.py, xpython/pyvm2.py: Add Python 2.5 bytecode
	reading support

2020-05-02  rocky <rocky@dusytfeet.com>

	* .circleci/config.yml, .gitignore, CONTRIBUTE.rst, Makefile,
	README.rst, tox.ini: xpython -> x-python There is already an xpython (squatter) in PyPY.

2020-05-02  rocky <rb@dustyfeet.com>

	* xpython/byteop/byteop33.py, xpython/byteop/byteop34.py,
	xpython/pyvm2.py: Handle extended args and 3.6 word sizes

2020-05-01  rocky <rb@dustyfeet.com>

	* __pkginfo__.py, setup.py, test/examples/test_pos_args.py,
	test/examples/test_raise_in_context_manager.py, test/test_args.py,
	test/test_basic.py, test/test_basic_compat.py, test/test_with.py,
	test/vmtest.py, xpython/byteop/byteop26.py,
	xpython/byteop/byteop33.py, xpython/byteop/byteop34.py,
	xpython/pyobj.py: Python's whacky MAKE_FUNCTION

2020-05-01  rocky <rb@dustyfeet.com>

	* .travis.yml, admin-tools/pyenv-versions, test/.gitignore,
	test/examples/test_attribute_access.py,
	test/examples/test_continue_in_with.py, test/test_with.py,
	test/vmtest.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop35.py, xpython/pyvm2.py: Start fixing "with"
	and start 3.5 testing.

2020-05-01  rocky <rocky@dusytfeet.com>

	* Makefile, admin-tools/check-versions.sh, xpython/pyobj.py,
	xpython/pyvm2.py: A lot of work for so little...  Look at how tracebacks work and try to clean that up.  Some
	administriva.

2020-05-01  rocky <rocky@dusytfeet.com>

	* xpython/pyobj.py, xpython/pyvm2.py: A little closer to having
	tracebacks simulated

2020-05-01  rocky <rb@dustyfeet.com>

	* Makefile, admin-tools/check-versions.sh,
	admin-tools/pyenv-versions, test/examples/runtests.sh,
	test/examples/test_continue_in_with.py, test/test_with.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop35.py, xpython/pyobj.py, xpython/pyvm2.py: 
	split out another test. Administrivia Add much-needed cool check-versions script and runtests.sh

2020-05-01  rocky <rb@dustyfeet.com>

	* .travis.yml, README.rst: Try TravisCI

2020-05-01  rocky <rb@dustyfeet.com>

	* Makefile, {tests => test}/.gitignore, {tests =>
	test}/__init__.py, {tests => test}/examples/.gitignore, {tests =>
	test}/examples/README.md, {tests => test}/examples/compile-file.py,
	{tests => test}/examples/create-bytecode.sh, {tests =>
	test}/examples/test_attribute_access.py, {tests =>
	test}/examples/test_attributes.py, {tests =>
	test}/examples/test_constant.py, {tests =>
	test}/examples/test_decorator.py, {tests =>
	test}/examples/test_defining_functions_with_args_kwargs.py, {tests
	=>
	test}/examples/test_different_globals_may_have_different_builtins.p
	y, {tests => test}/examples/test_for.py, {tests =>
	test}/examples/test_for_loop.py, {tests =>
	test}/examples/test_generator_expression.py, {tests =>
	test}/examples/test_globals.py, {tests =>
	test}/examples/test_greater.py, {tests =>
	test}/examples/test_inplace_operators.py, {tests =>
	test}/examples/test_no_builtins.py, {tests =>
	test}/examples/test_simple_context_manager.py, {tests =>
	test}/examples/test_slice.py, {tests =>
	test}/examples/test_strange_sequence_ops.py, {tests =>
	test}/test_basic.py, {tests => test}/test_basic_compat.py, {tests
	=> test}/test_exceptions.py, {tests => test}/test_functions.py,
	{tests => test}/test_with.py, {tests => test}/vmtest.py: tests ->
	test to match xdis, uncompyle6 layouts I'm old - and forgetful. Switch here than try to remember the
	change.

2020-05-01  rocky <rocky@dusytfeet.com>

	* README.rst, tests/examples/create-bytecode.sh,
	xpython/byteop/byteop26.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/byteop/byteop35.py,
	xpython/execfile.py, xpython/pyvm2.py: Start 3.5 support

2020-05-01  rocky <rocky@dusytfeet.com>

	* tests/examples/test_simple_context_manager.py, tests/test_with.py: 
	Split out "test_with"

2020-04-30  rocky <rocky@dusytfeet.com>

	* README.rst, xpython/byteop/byteop26.py,
	xpython/byteop/byteop27.py, xpython/pyobj.py, xpython/pyvm2.py: 
	Better execution trace info on an exception.

2020-04-30  rocky <rocky@dusytfeet.com>

	* __pkginfo__.py, setup.py, xpython/__main__.py, xpython/version.py: 
	Convert to click, and packaging administrivia

2020-04-30  rocky <rocky@dusytfeet.com>

	* xpython/pyvm2.py: Track line number as we interpret

2020-04-30  rocky <rb@dustyfeet.com>

	* tests/test_functions.py, tests/vmtest.py,
	xpython/byteop/byteop26.py, xpython/byteop/byteop34.py,
	xpython/pyvm2.py: Do a little better at handling import errors

2020-04-30  rocky <rb@dustyfeet.com>

	* tests/examples/test_defining_functions_with_args_kwargs.py,
	tests/test_functions.py, xpython/byteop/byteop26.py,
	xpython/byteop/byteop27.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/pyvm2.py: Fix MAKE_FUNCTION for
	Python 3.4...  Split out anohter test into its own file.  Pull out MAKE_FUNCTION
	from pyvm2.py

2020-04-30  rocky <rocky@dusytfeet.com>

	* tests/examples/create-bytecode.sh,
	tests/examples/test_attribute_access.py, tests/test_basic.py,
	tests/vmtest.py, xpython/byteop/byteop26.py,
	xpython/byteop/byteop27.py, xpython/byteop/byteop33.py,
	xpython/byteop/byteop34.py, xpython/execfile.py, xpython/pyvm2.py: 
	Start Handling 3.4 opcodes...  Note: this isn't complete.  building classes changes so we need to deal with that.  Also
	LOAD_CLASSDEREF isn't complete.

2020-04-30  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop26.py, xpython/pyvm2.py: Remove "dis" module
	from pyvm2.py completely...  It was preventing cross version interpreters from working.  For example byte 3.7 and 2.6 have a `LOAD_ATTR` operation, however
	the opcode number is different between the two, even though they do
	semantically the same thing. (Thanks, Python!) So using 3.7's dis to figure out how to interpret the operand of
	LOAD_ATTR will fail because based on the opocde number it won't see
	this opcode number as being an argument that works with names.

2020-04-30  rocky <rocky@dusytfeet.com>

	* README.rst, xpython/byteop/byteop26.py: Tolerance for Python 2.x
	bytecode on 3.x...  with respect to "print".

2020-04-30  rocky <rocky@dusytfeet.com>

	* setup.py, tests/examples/create-bytecode.sh,
	xpython/byteop/.gitignore, xpython/byteop/byteop26.py,
	xpython/byteop/byteop27.py, xpython/byteop/byteop33.py,
	xpython/execfile.py, xpython/pyvm2.py: Start accepting 2.6 bytecode.

2020-04-30  rocky <rocky@dusytfeet.com>

	* tests/examples/README.md, tests/examples/compile-file.py,
	tests/examples/create-bytecode.sh, tests/vmtest.py: Reorganize
	location of bytecode files...  This allows for scaling both along the bytecode and the test code
	dimension.

2020-04-30  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop27.py, xpython/byteop/byteop33.py,
	xpython/execfile.py, xpython/pyobj.py, xpython/pyvm2.py: more op
	moves, reformat with blacken, ...  Change parameter names on ops to match doc names

2020-04-30  rocky <rocky@dusytfeet.com>

	* tests/examples/test_generator_expression.py,
	tests/examples/test_greater.py, tests/test_basic.py,
	tests/test_functions.py, xpython/byteop/byteop27.py,
	xpython/byteop/byteop33.py, xpython/pyvm2.py: Move more 2.x opcodes

2020-04-30  rocky <rocky@dusytfeet.com>

	* README.rst: Update what's up here and fix mistaken impressions

2020-04-30  rocky <rocky@dusytfeet.com>

	* xpython/byteop/byteop27.py, xpython/byteop/byteop33.py,
	xpython/pyvm2.py: Segregate 3.3 and 2.7 opcodes more

2020-04-30  rocky <rocky@dusytfeet.com>

	* xpython/.gitignore, xpython/byteop/__init__.py,
	xpython/byteop/byteop27.py, xpython/pyvm2.py: Start separating
	bytecode operations from vm...  This will allow us to isolate bytecode sets per Python version.

2020-04-29  rocky <rocky@dusytfeet.com>

	* tests/examples/test_no_builtins.py, tests/test_functions.py: Move
	another test to its own file

2020-04-29  rocky <rocky@dusytfeet.com>

	* .circleci/config.yml, README.rst: Try CircleCI

2020-04-29  rocky <rocky@dusytfeet.com>

	* .travis.yml: Try Travis CI

2020-04-29  rocky <rocky@dusytfeet.com>

	* .gitignore, tests/.gitignore, tests/examples/.gitignore,
	tests/examples/create-bytecode.sh, tests/examples/test_slice.py,
	tests/test_basic.py, tests/test_basic_compat.py, tests/vmtest.py: 
	One more test put into a file...  * vmtest.py: tweak separate line: show filename * create-bytecode.sh: script to create get compiled bytecode and add
	to * test_basic_compat.py test_basic.py: move another test into a file

2020-04-29  rocky <rocky@dusytfeet.com>

	* README.rst: More complete info about what's up here.

2020-04-29  rocky <rocky@dusytfeet.com>

	* tests/vmtest.py: Revise vmtest.py to use xdis disassembly...  This allows along with the use of bytecode file us to contemplate
	testing on Python versions other than 3.3 and 2.7.

2020-04-29  rocky <rocky@dusytfeet.com>

	* : commit 0be7d7425511bba23f479e45b9b5dc55430866a1 Author: rocky
	<rocky@dusytfeet.com> Date:   Wed Apr 29 11:21:25 2020 -0400

2020-04-28  rocky <rocky@dusytfeet.com>

	* xpython/pyvm2.py: Use xdis instead of dis to lookup opName...  and then we can run the interpreter on *bytecode*, more often on
	close versions. (Running from source is from a different version is
	a problem because `compile()` produces different bytecode.  For example, with this change we can run the current interpreter 3.3
	3.3 bytecode on Python 3.7.

2020-04-28  rocky <rocky@dusytfeet.com>

	* xpython/pyvm2.py: Use xdis instead of dis to lookup opName...  and then we can run the interpreter more often on close versions.  For example, with this change we can run the current interpreter
	tests for 3.3 on Python 3.7.

2020-04-28  rocky <rocky@dusytfeet.com>

	* tests/examples/test_globals.py, tests/test_basic.py,
	tests/vmtest.py, xpython/pyobj.py: Move towards putting tests into
	files

2020-04-28  rocky <rocky@dusytfeet.com>

	* tests/examples/.gitignore, tests/examples/compile-file.py,
	tests/examples/test_decorator.py,
	tests/examples/test_different_globals_may_have_different_builtins.p
	y, tests/examples/test_for.py, tests/examples/test_for_loop.py: 
	Start to put test programs in separate files...  and save bytecode files.  program to byte-compile file

2020-04-28  rocky <rocky@dusytfeet.com>

	* tests/test_basic.py, tests/test_exceptions.py,
	xpython/execfile.py, xpython/pyobj.py, xpython/pyvm2.py: 3.3 failed
	on 3.x function format...  Fix that. (Should also be fixed in byterun).  xAdd more cross-version support via xdis

2020-04-28  rocky <rb@dustyfeet.com>

	* xpython/__main__.py, xpython/execfile.py: Start *some* allowance
	of cross compiling...

2020-04-28  rocky <rb@dustyfeet.com>

	* .gitignore, xpython/execfile.py: Handle reading in bytecode

2020-04-28  rocky <rocky@dusytfeet.com>

	* .gitignore, Makefile, README.rst, byterun/__main__.py,
	requirements.txt, setup.py, tests/test_basic.py,
	tests/test_exceptions.py, tests/vmtest.py, {byterun =>
	xpython}/__init__.py, xpython/__main__.py, {byterun =>
	xpython}/execfile.py, {byterun => xpython}/pyobj.py, {byterun =>
	xpython}/pyvm2.py: State intent to use xdis Rename to xpython.  Some small renaming changes and tweaks.

2019-10-15  Joe Jevnik <joe@quantopian.com>

	* byterun/pyobj.py, tests/test_functions.py: BUG: Fix missing
	builtins.  When a frame's globals differ from it's parents, or a frame is the
	top of the execution stack, but there is no `__builtins__`, then the
	builtins should just be {'None': None}.
	https://github.com/python/cpython/blob/3cd21aa6a1467723ccc85e6411a6cbe7fa81ef76/Objects/frameobject.c#L636-L643

2019-10-15  Joe Jevnik <joe@quantopian.com>

	* byterun/pyobj.py, tests/test_functions.py: BUG: fix issue in how
	builtins gets found in a frame.  According the CPython, the parent's builtins are only selected if
	the `f_globals` of the parent are exactly the same as the
	`f_globals` of the function to be executed. If not, the builtins are
	read from the `__builtins__` of the current function's `f_globals`,
	not the `f_locals`.
	https://github.com/python/cpython/blob/3cd21aa6a1467723ccc85e6411a6cbe7fa81ef76/Objects/frameobject.c#L624-L654

2016-11-03  z0rberg <z0rbergs@gmail.com>

	* byterun/pyvm2.py, tests/test_basic.py: Added STORE_GLOBAL and a
	test in test_basic. (#22) * Added byte_STORE_GLOBAL * Added a test, I think.  I used this small script to test STORE_GLOBAL and it worked.

2016-02-18  Ned Batchelder <ned@nedbatchelder.com>

	* CONTRIBUTE.md, CONTRIBUTE.rst, README => README.rst: Clean up the
	text files

2015-06-11  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #18 from The-Compiler/patch-1 Fix typo in --verbose argument.

2014-08-20  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #16 from akaptur/yield-from-send-fix More yielding from

2014-08-20  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Refactor value extraction off StopIteration This was way too close to the C code, which doesn't have lovely
	exception handling like we do.

2014-08-20  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py, tests/test_functions.py: Make YIELD_FROM behave
	correctly when faced with ambiguous objects Don't use a method named `send` unless the object is actually a
	Generator.

2014-08-20  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #15 from akaptur/yield-from Support for YIELD_FROM

2014-08-20  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: refactor weird jump in YIELD_FROM YIELD_FROM hides a loop in its implementation - it repeatedly
	decrements the last instruction pointer so that YIELD_FROM will be
	called again and again until the iterator it's consuming raises a
	StopIteration.

2014-08-20  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py, tests/test_functions.py: Support yielding from
	iterators and add test

2014-08-19  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyobj.py, byterun/pyvm2.py, tests/test_functions.py: 
	Implement YIELD_FROM with @paultag

2014-08-15  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyobj.py, tests/test_functions.py: Use list instead of
	range() to avoid a generator in PY3

2014-08-15  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #14 from akaptur/contribute-notes Contribute notes & docstrings

2014-08-14  Allison Kaptur <allison.kaptur@gmail.com>

	* : commit 32067ff9fc97bb563afd2ab84a529e6679eac6d4 Author: Ned
	Batchelder <ned@nedbatchelder.com> Date:   Sat Aug 9 22:21:05 2014
	-0400

2014-08-09  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, tox.ini: Remove a debugging artifact

2014-08-09  Ned Batchelder <ned@nedbatchelder.com>

	* : Merged pull request 10

2014-07-13  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #11 from akaptur/refactor-run-frame Break run_frame into some smaller components.

2014-07-02  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyobj.py, byterun/pyvm2.py: Rip out the object system :(

2014-07-02  Allison Kaptur <allison.kaptur@gmail.com>

	* tests/test_basic.py: Tests of descriptors

2014-07-01  Allison Kaptur <allison.kaptur@gmail.com>

	* tests/test_basic.py: Another failing test of bad attribute lookup

2014-06-12  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: small bug in closure naming

2014-06-12  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyobj.py, byterun/pyvm2.py: Fix generator implementation I've come to believe that the right implementation of the VM has one
	data stack per frame, not one data stack for the VM.  This is
	consistent with halting and resuming frames using generators.  The
	bug appeared to be around nested generators, but in fact it should
	arise with any generator resuming a frame if the stack has been
	modified in the meantime.

2014-06-12  Allison Kaptur <allison.kaptur@gmail.com>

	* tests/test_functions.py: split up generator tests

2014-06-12  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyobj.py: Fix scoping bug.  This causes the PY2 class inheiritance tests to start failing - they
	were only working because of this scoping bug, I think.

2014-06-12  Allison Kaptur <allison.kaptur@gmail.com>

	* tests/test_functions.py: expose a very bad scoping bug

2014-06-12  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyobj.py, byterun/pyvm2.py, tests/test_basic.py: Clarify
	that we're only doing PY2 classes, and add tests In PY3, we're falling back to the builtin implementation by relying
	on __build_class__.  Add tests that show that something is going wrong with attribute
	lookup.

2014-04-05  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #8 from akaptur/unify-block-unwinding Unify block unwinding

2014-03-04  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: rearrange functions to show similarity

2013-12-16  Ned Batchelder <ned@nedbatchelder.com>

	* tests/test_functions.py: Some tests of generator problems.

2013-11-30  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, tests/test_basic.py: When building classes, use
	a copy of the methods passed in.

2013-11-30  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, byterun/pyvm2.py, requirements.txt: Improved
	debuggability of frames.

2013-11-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, byterun/pyvm2.py, tests/test_basic.py: Had the
	operands to 'in' backwards.

2013-11-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/__main__.py: Make the argument handling nicer.

2013-11-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/__main__.py, byterun/pyvm2.py: A more usable way to deal
	with logging.

2013-11-16  Ned Batchelder <ned@nedbatchelder.com>

	* tests/test_functions.py: Remove comments in tests.

2013-11-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, tests/test_basic.py: Oops, typo prevented
	generator expressions.

2013-11-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py: Fix py2 bug with set comprehensions and
	inspect.getcallargs

2013-11-14  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, tests/test_basic.py: More opcodes:
	comprehensions (not all work)

2013-11-12  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/__main__.py: This is the right way to pass all the rest of
	the args to the program.

2013-11-08  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, tests/test_basic.py: Extended slicing.

2013-11-08  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, tests/test_basic.py: Better attribute access,
	and method tests.

2013-11-08  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py: Improve the __repr__'s of our objects.

2013-11-08  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, byterun/pyvm2.py, tests/test_basic.py: Improved
	handling of method invocation, including error conditions.

2013-11-07  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, tests/test_basic.py, tests/vmtest.py: Get the
	PRINT opcodes right, and tested.

2013-11-07  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/__main__.py, byterun/execfile.py, byterun/pyobj.py,
	byterun/pyvm2.py, tests/test_basic.py, tests/test_exceptions.py,
	tests/test_functions.py, tests/test_with.py, tests/vmtest.py: Fix
	(nearly) all the pep8 violations.

2013-11-07  Ned Batchelder <ned@nedbatchelder.com>

	* .coveragerc, tox.ini: Make it easier to run coverage measurements.

2013-11-07  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #6 from akaptur/python3 Python3

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Implement RAISE_VARARGS for python3.  do_raise could probably be cleaned up a bit and maybe reused in the
	py2 RAISE_VARARGS.

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Prepare to write py3 RAISE_VARARGS RAISE_VARARGS is really different across versions.  We won't try to
	integrate them into one function.

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: SETUP_WITH creates a 'finally' block in py3 The only difference in py2 between a 'setup-with' and a 'finally'
	block is that the 'setup-with' block normalizes an exception.  We
	can probably consolidate this to eliminate the setup-with in py2.

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Implement END_FINALLY for Py3 In python 3, END_FINALLY is responsible for a little more work.  If
	a context manager should suppress an error, WITH_CLEANUP doesn't pop
	the exception off the stack.  Instead, it pushes a new 'why' code,
	WHY_SILENCED, onto the stack, and leaves the popping to END_FINALLY.  Context managers always end with an END_FINALLY in py3, even though
	they don't start with a SETUP_FINALLY.  Context managers in py2
	don't end with END_FINALLY, so this code won't be executed with
	context managers in py2.

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Implement WITH_CLEANUP in Python 3.

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Rename except to setup-except This is to be more explicit that in Py3, there's both "setup-except"
	and "except-handler".

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: The except-handler block doesn't have a block
	handler In ceval.c, except-handler is pushed onto the block stack with a
	handler of -1.  I think this -1 is a C-ism for False/None/not
	applicable.  We'll never jump to the handler of an except-handler
	block; except-handler is always unwound by the unwind_except_handler
	method.  Except-handler is a weird beast, an "implicit block" that doesn't
	map to any opcode.  (It has a byte value of 257!) See [this

	thread](https://mail.python.org/pipermail/python-3000/2008-May/013740.html) for an explanation of what's going on here.  As far as I can tell, Antoine's patch was implemented just as he describes in his initial email.

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Implement py3 block unwinding This is the equivalent of fast_block_end in ceval.c

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: This code is Py2 specific This is the equivalent of fast_block_end in ceval.c, and it works
	pretty differently in python 3.

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Unwind except handler, if we have one Note that except handler is different than setup-except

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: factor our block popping

2013-11-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py: Factor out block unwinding code

2013-08-21  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #4 from akaptur/generator-syntax Use py2/py3 compatible generator syntax

2013-08-21  Ned Batchelder <ned@nedbatchelder.com>

	* AUTHORS, byterun/pyvm2.py: Add Laura to the AUTHORS, and leave a
	note to ourselves about the dis docs.

2013-08-21  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #2 from lindzey/exception_args Tests and bugfix for RAISE_VARARGS

2013-08-20  Laura Lindzey <lindzey@gmail.com>

	* tests/test_exceptions.py: Added tests to demonstrate bug in
	RAISE_VARARGS (py2.7)

2013-08-08  Ned Batchelder <ned@nedbatchelder.com>

	* AUTHORS: Thanks, Allison!

2013-08-08  Ned Batchelder <ned@nedbatchelder.com>

	* : Merge pull request #1 from akaptur/division-fix Fix in-place division

2013-08-05  Ned Batchelder <ned@nedbatchelder.com>

	* AUTHORS: Add an authors file.

2013-08-05  Allison Kaptur <allison.kaptur@gmail.com>

	* byterun/pyvm2.py, tests/test_basic.py: Fix in-place division I've added support for the opcodes INPLACE_FLOOR_DIVIDE and
	INPLACE_TRUE_DIVIDE.  As far as I can tell, Python3 should never
	emit an INPLACE_DIVIDE (the opcode isn't defined in opcodes.py).  In
	pyvm2.py, I've added the future division import so that the same
	code ("/=") will behave the same way under py2 and py3.  I think
	this makes the tests neater.  I wrote some tests for this functionality, but they're somewhat ugly
	and I'm not sure if they're hitting the right level of abstraction,
	so please let me know how they could be better.

2013-04-05  Ned Batchelder <ned@nedbatchelder.com>

	* requirements.txt: This is what we need to run.

2013-03-30  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Log the data stack and the block stack

2013-03-18  Ned Batchelder <ned@nedbatchelder.com>

	* tests/test_basic.py: Forgot to make the Py3 exec test use the Py3
	exec

2013-03-18  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py: Functions should become methods by virtue of
	being a descriptor.

2013-03-18  Ned Batchelder <ned@nedbatchelder.com>

	* tests/test_basic.py: Oops

2013-03-18  Ned Batchelder <ned@nedbatchelder.com>

	* tests/test_basic.py, tests/test_with.py: Keep py3 working.

2013-03-18  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, byterun/pyvm2.py, tests/test_basic.py,
	tests/test_functions.py, tests/test_with.py: Crazy nested function
	decorators, etc, work properly

2013-03-18  Ned Batchelder <ned@nedbatchelder.com>

	* .gitignore: Ignore egg-info

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/execfile.py, byterun/pyvm2.py: Better management of
	globals

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/__main__.py, byterun/pyvm2.py, tests/vmtest.py: Use real
	logging

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* LICENSE: MIT licensed

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/__main__.py, byterun/execfile.py: Main program

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* {test => tests}/__init__.py, {test => tests}/test_basic.py, {test
	=> tests}/test_exceptions.py, {test => tests}/test_functions.py,
	{test => tests}/test_with.py, {test => tests}/vmtest.py: Move test
	-> tests to avoid conflict with stdlib test package.

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_functions.py: Make the stack
	operations a little more convenient, and used more uniformly

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyobj.py, byterun/pyvm2.py: Move the py objects into their
	own file.

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* test/test_basic.py: Cover the conditional bytecodes

2013-02-02  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Cover the name deleting
	opcodes.

2013-02-01  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Cover some more stuff

2013-02-01  Ned Batchelder <ned@nedbatchelder.com>

	* test/test_basic.py, test/test_exceptions.py,
	test/test_functions.py: Move some tests around.

2013-02-01  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py, test/test_with.py: With
	statements are looking really good.

2013-02-01  Ned Batchelder <ned@nedbatchelder.com>

	* test/vmtest.py: A more convenent way to control the capturing of
	stdout

2013-02-01  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/vmtest.py: Make printing everything nicer.

2013-01-31  Ned Batchelder <ned@nedbatchelder.com>

	* test/test_basic.py, test/vmtest.py: Check that the code produced
	the exception or not that we were expecting.

2013-01-31  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: A basic with statement
	works.

2013-01-30  Ned Batchelder <ned@nedbatchelder.com>

	* test/test_basic.py, test/vmtest.py: Recursive functions work.

2013-01-30  Ned Batchelder <ned@nedbatchelder.com>

	* .treerc: I didn't have one of these before?

2013-01-30  Ned Batchelder <ned@nedbatchelder.com>

	* .coveragerc: Don't measure code installed into tox

2013-01-30  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Some py3 stuff that doesn't work yet

2013-01-30  Ned Batchelder <ned@nedbatchelder.com>

	* tox.ini: Let me run just one test.

2013-01-26  Ned Batchelder <ned@nedbatchelder.com>

	* .gitignore, setup.py, tox.ini: Make this tox'able.

2013-01-24  Ned Batchelder <ned@nedbatchelder.com>

	* README: A readme

2013-01-23  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Make Generator work in py3.

2013-01-22  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py, test/vmtest.py: Python 3
	compatibility: not all tests pass on py3, but they run, and they all
	pass on py2.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Simplify access to the current frame.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: PRINT_EXPR is odd

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/vmtest.py: More removal of leading
	underscores, and some unneeded code.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/vmtest.py: Move the operator tables into
	VirtualMachine, and PEP8-ify the attributes.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Finally clauses seem good.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* test/test_basic.py: Tests of unusual operations to get coverage of
	more opcodes.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Break and continue work.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Get rid of some leading-underscore names, and
	clean up the Frame code a little.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Rewrite the block stack to
	more closely match how CPython's ceval.c works.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: A helper for jumping to a bytecode.

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Why be weird about __repr__?

2013-01-21  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Exclude some bytecodes that aren't in 2.7

2013-01-20  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Some stack helpers

2013-01-20  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py, test/vmtest.py: Go back to
	Paul's design with Python versions of Function, Class, Object, etc.
	vm.run_frame is now invoke recursively for Python frames.

2013-01-20  Ned Batchelder <ned@nedbatchelder.com>

	* test/__init__.py: Make test importable.

2013-01-19  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Hmm, generators are
	tricky...

2013-01-18  Ned Batchelder <ned@nedbatchelder.com>

	* test/vmtest.py: Better ways to control test running so we can
	debug.

2013-01-18  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Rearrange all the bytecode methods, so they are
	in some kind of logical order.

2013-01-18  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Make everything new-style classes.

2013-01-18  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Testing is wonderful.

2013-01-18  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Mark some lines as not executed.

2013-01-18  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Closures work now, and
	implement a few other opcodes along the way.  Thanks to Alex Gaynor
	for getting me through it...

2013-01-18  Ned Batchelder <ned@nedbatchelder.com>

	* test/vmtest.py: Improved diagnostics: stdout is displayed at the
	end of the test, assertion failures are raised, disassemble all of
	the code not just the top level.

2013-01-17  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py, test/vmtest.py: Method
	invocation details.

2013-01-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Remove the discourse about security issues,
	since that isn't what it's about now.

2013-01-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Remove the custom Class,
	Object and Method implementations.  class definitions work.

2013-01-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py, test/vmtest.py: Imports
	tested and fixed.

2013-01-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: args and kwargs

2013-01-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Functions are now native
	functions.

2013-01-16  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: Simpler hex id printing, fix
	unpack_sequence, test more stuff.

2013-01-15  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py, test/vmtest.py: Test and fix
	slicing etc

2013-01-14  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py: In-place operators work.

2013-01-14  Ned Batchelder <ned@nedbatchelder.com>

	* .coveragerc, byterun/pyvm2.py: Measure coverage, and use modern
	'raise' syntax

2013-01-14  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py, test/vmtest.py: More
	logging, modern booleans, fix the definitions of POP_JUMP_IF_FALSE
	and _TRUE, and pop returned values properly.

2013-01-14  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py, test/test_basic.py, test/vmtest.py: More tests,
	try to do exception handling.  Added a check that the stack finishes
	cleanly, now all tests fail!

2013-01-13  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/__init__.py, byterun/pyvm2.py, test/test_basic.py,
	test/vmtest.py: Start a test suite, and start fixing bugs found.

2013-01-13  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Convert to unix line endings

2013-01-13  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: Make pyvm2 importable nicely.

2013-01-13  Ned Batchelder <ned@nedbatchelder.com>

	* byterun/pyvm2.py: pyvm2 by Paul Swartz (z3p) as pulled from
	http://www.twistedmatrix.com/users/z3p/files/

2013-01-13  Ned Batchelder <ned@nedbatchelder.com>

	* Ignore stuff
