06 November 1999 W. Michael Petullo <mike@flyn.org>

	* Cleaned up Py_pvm_pkfloat and Py_pvm_pkcplx a little.

21 September 1999 W. Michael Petullo <mike@flyn.org>

	* Now uses PyErr_NewException to make more readable.

	* Added test of pypvm.error exception to master_test.py.

	* Removed all C++ style comments.

	* Fixed some error messages which printed the incorrect argument
	number.

	* Fixed pk(float|double), though in a nasty way. 

18 September 1999 W. Michael Petullo <mike@flyn.org>

	* Fixed Py_pvm_pk(double|float|cplx).  They now handle being
	sent integers too.

	* Updated freshmeat reference.

11 September 1999 W. Michael Petullo <mike@flyn.org>

	* Changed pvm_strerror and raise_errno to Py_pvm_errmsg and
	Py_pvm_raise_errno.

10 September 1999 W. Michael Petullo <mike@flyn.org>

	* Began using Py_Malloc and Py_Free instead of malloc and free
	where applicable.

	* Replaced my pvm, pvmd, and pvm libraries with version 3.4.2.
	pvm_exit () no longer dumps core.  The was a long standing issue,
	and I guess this verifies it was due to some kind of problem
	between glibc 2.1 or Linux 2.2 and PVM.  I had suspected the
	problem was not in pypvm; C PVM code had the same problem.

09 September 1999 W. Michael Petullo <mike@flyn.org>

	* Changed PyInt_Check to PyFloat_Check in Py_pvm_pkfloat ()
	(thanks Ron Lew).

	* Used better numbers in master_test.py for packing of floating
	point numbers.

	* Fixed a typo "shortss" in Py_pvm_pkshort.

	* Removed tuperror () function.

	* Removed an unneeded free which was causing a core dump in
	Py_pvm_spawn ().  This was an issue  when arguments were passed
	to the spawned process (thanks Ron Lew).

12 AUG 1999 W. Michael Petullo <pypvm@flyn.org>

	* Fixed PyInt_FromLong and PyFloat_AsDouble bug.  Now check for valid
	Python object using .*_Check (Thanks Steve).

	* Allowed for simultaneous development of Python and GNU build
	processes.  Eventually the Python process (Makefile.pre.in,
	Setup) will be phased out, once automake and autoconf fully
	support Python.

	* Fixed a PyFile_AsFile call.

	* Modified test Python programs to test packing and unpacking
	negative numbers (Thanks Steve -- heh heh).

01 AUG 1999 W. Michael Petullo <pypvm@flyn.org>

	* Began a spec.in file for generating rpms.

23 JUL 1999 W. Michael Petullo <pypvm@flyn.org>

	* Began to use GNU build system for ease of building on different
	platforms and ease of installation.  I am currently exploring
	options for automake + Python, so the make rules are currently
	hard coded into Makefile.am.

	* The module to be imported is now pypvm, instead of w_pypvm.
	The C portion of the module has been renamed pypvm_core.
