#
# ChangeLog for trunk/python/pyregfi
#
# Generated by Trac 1.2
# 04/09/25 02:24:27

Sat, 02 Apr 2011 03:42:08 GMT tim [221]
	* Doxyfile.pyregfi (modified)
	* SConstruct (modified)
	* doc/TODO (modified)
	* trunk/include/regfi.h (modified)
	* trunk/python/pyregfi/__init__.py (modified)
	* trunk/python/pyregfi/structures.py (modified)

	added a lot of documentation for pyregfi and a few more attributes


Thu, 31 Mar 2011 17:20:05 GMT tim [220]
	* test/pyregfi-smoketest.py (modified)
	* trunk/python/pyregfi/__init__.py (modified)
	* trunk/python/pyregfi/structures.py (modified)

	reorganized code
	added remaining methods to iterator
	added test ...


Thu, 31 Mar 2011 04:29:09 GMT tim [219]
	* test/pyregfi-smoketest.py (modified)
	* trunk/include/regfi.h (modified)
	* trunk/lib/regfi.c (modified)
	* trunk/python/pyregfi/__init__.py (modified)
	* trunk/src/common.c (modified)

	updated time conversion to return a double for more precision
	added ...


Wed, 30 Mar 2011 15:17:26 GMT tim [218]
	* test/pyregfi-smoketest.py (modified)
	* trunk/python/pyregfi/__init__.py (modified)

	converted hive's .get_root() method into the 'root' property which is ...


Wed, 30 Mar 2011 04:13:38 GMT tim [217]
	* test/pyregfi-smoketest.py (modified)
	* trunk/python/pyregfi/__init__.py (modified)

	added another test
	made is_root check more correct


Tue, 29 Mar 2011 03:54:37 GMT tim [216]
	* test/pyregfi-smoketest.py (modified)
	* trunk/python/pyregfi/__init__.py (modified)

	added a new testcase to the smoketest for data attributes
	fixed data ...


Mon, 28 Mar 2011 01:46:11 GMT tim [215]
	* test/pyregfi-smoketest.py (modified)
	* trunk/include/regfi.h (modified)
	* trunk/lib/regfi.c (modified)
	* trunk/python/pyregfi/__init__.py (modified)
	* trunk/python/pyregfi/structures.py (modified)

	improvements to smoketest script, additional test case
	added a ...


Fri, 25 Mar 2011 22:31:16 GMT tim [214]
	* test/pyregfi-smoketest.py (modified)
	* trunk/python/pyregfi/__init__.py (modified)

	fixed pyregfi circular class references that caused garbage ...


Fri, 25 Mar 2011 15:48:27 GMT tim [213]
	* test/pyregfi-smoketest.py (modified)
	* trunk/lib/regfi.c (modified)
	* trunk/python/pyregfi/__init__.py (modified)
	* trunk/python/pyregfi/structures.py (modified)
	* trunk/src/reglookup.c (modified)

	fixed some pyregfi parameter bugs
	fixed some iterator memory ...


Thu, 24 Mar 2011 03:00:16 GMT tim [212]
	* trunk/SConstruct (modified)
	* trunk/pyregfi-distutils.py (added)
	* trunk/python/pyregfi/__init__.py (modified)

	fixed python2 compatbility problems in pyregfi
	added better install ...


Fri, 22 Oct 2010 22:46:49 GMT tim [210]
	* Doxyfile.pyregfi (added)
	* Doxyfile.regfi (modified)
	* trunk/python/pyregfi/__init__.py (modified)

	beginnings of pyregfi documentation build script


Sat, 09 Oct 2010 21:55:44 GMT tim [209]
	* Doxyfile.regfi (moved)
	* SConstruct (modified)
	* test/pyregfi-smoketest.py (modified)
	* trunk/include/regfi.h (modified)
	* trunk/lib/regfi.c (modified)
	* trunk/python/pyregfi/__init__.py (modified)
	* trunk/python/pyregfi/structures.py (modified)
	* trunk/src/common.c (modified)

	worked on pyregfi value data interface

	added initial scons target ...


Wed, 08 Sep 2010 03:50:04 GMT tim [208]
	* trunk/python/pyregfi/__init__.py (modified)

	more additions to pyregfi: functional subkey and value lists


Tue, 07 Sep 2010 03:03:36 GMT tim [207]
	* trunk/include/regfi.h (modified)
	* trunk/lib/regfi.c (modified)
	* trunk/python/pyregfi/__init__.py (modified)

	reworked regfi API to accomodate more convenient subkey/value ...


Wed, 25 Aug 2010 15:20:32 GMT tim [206]
	* trunk/include/regfi.h (modified)
	* trunk/lib/regfi.c (modified)
	* trunk/python/pyregfi/__init__.py (modified)
	* trunk/python/pyregfi/structures.py (modified)
	* trunk/src/common.c (modified)
	* trunk/src/reglookup-recover.c (modified)
	* trunk/src/reglookup.c (modified)

	simplified part of regfi API to move string encoding to the ...


Mon, 23 Aug 2010 15:51:56 GMT tim [205]
	* trunk/python/pyregfi/__init__.py (modified)
	* trunk/python/pyregfi/structures.py (modified)

	wrapper data structures and part of iterator interface


Sat, 21 Aug 2010 16:58:19 GMT tim [204]
	* trunk/python (added)
	* trunk/python/experimental (copied)
	* trunk/python/experimental/SConstruct (copied)
	* trunk/python/experimental/regfi/pyregfi.h (copied)
	* trunk/python/experimental/regfi/regfi.c (copied)
	* trunk/python/pyregfi (added)
	* trunk/python/pyregfi/__init__.py (added)
	* trunk/python/pyregfi/structures.py (added)

	reorganizing wrappers