2001-08-25 21:05  ftobin

	* README: divide installation into two steps

2001-08-25 19:35  ftobin

	* GnuPGInterface.py: added a doctest about generating a key, and
	renamed _test to _run_doctests

2001-08-25 19:34  ftobin

	* NEWS: bumped version to 0.3.0

2001-08-25 03:21  ftobin

	* GnuPGInterface.py, NEWS, README, setup.py, unittests.py: lots
	more doctests and documentation change class GnuPGInterface to
	simply GnuPG change version to 0.3.0

2001-08-25 01:18  ftobin

	* MANIFEST, unittests.py: add a bunch of unittests

2001-08-25 01:18  ftobin

	* COPYING: Change license to LGPL

2001-08-24 21:52  ftobin

	* GnuPGInterface.py: clarify a little bit on how to set Options
	instance attributes, and change Options.get_option_args() to
	Options.get_standard_args()

2001-08-21 10:42  ftobin

	* GnuPGInterface.py, NEWS, setup.py: remove importing 'types', and
	bump version to 0.2.1, since we already uploaded 0.2.0 to
	sourceforge

2001-08-21 10:13  ftobin

	* GnuPGInterface.py, setup.py: bump version

2001-08-21 09:37  ftobin

	* GnuPGInterface.py: change some constants to using a class

2001-08-21 08:24  ftobin

	* GnuPGInterface.py, README, THANKS: change my email addr and add
	some docs on using pydoc

2001-08-21 08:20  ftobin

	* GnuPGInterface.py, NEWS:     *   MAJOR BACKWARDS COMPATIBLITY
	BREAK:
		Major API changes with regards to GnuPGInterface's run()
		method have been made. A much cleaner and more sensible
		method is now used to request which filehandles are
	'created'
		and which are 'attached'.  See the documentation and
	example
		code for details.
	
	    *	The ability to have run() 'attach' GnuPG filehandles
		to already-opened files works now. Really, it does :)
		(I implemented more doctest tests to make sure now).

2001-08-16 00:31  ftobin

	* GnuPGInterface.py: We used to test if h was a FileType, but this
	destroys abstraction, such as if there is a FileType-like object
	which merely implements everything we need.  So now, we test for if
	h has the value 1, and only if so do we 'generate' a filehandle for
	it.  If h is false, then we will disregard it

2001-07-10 01:25  ftobin

	* GnuPGInterface.py, NEWS, setup.py: put better descriptions in

2001-07-08 20:45  ftobin

	* MANIFEST: add NEWS and THANKS

2001-07-08 20:41  ftobin

	* NEWS, THANKS: just add NEWS and THANKS, standard files for all of
	my packages

2001-07-08 20:07  ftobin

	* GnuPGInterface.py, setup.py: allow for GnuPG command args to be
	passed to run(), and put metadata into packaging info.

2001-07-08 14:44  ftobin

	* GnuPGInterface.py, MANIFEST: got doctest stuff working

2001-07-07 20:40  ftobin

	* GnuPGInterface.py, README: Put in a lot of inline docs

2001-07-01 05:55  ftobin

	* MANIFEST: put changelog into manifest

2001-07-01 05:53  ftobin

	* COPYING, GnuPGInterface.py, MANIFEST, Makefile, README, entities,
	index.xml, setup.py: The REAL initial deposit, after accidentally
	importing htdocs here instead :P

2001-06-29 21:31  ftobin

	* Makefile, entities, index.xml: Initial revision

2001-06-29 21:31  ftobin

	* Makefile, entities, index.xml: initial import

