# # ChangeLog for trunk/python2 # # Generated by Trac 1.2 # 05/10/24 13:16:48 Sat, 21 Aug 2010 16:53:19 GMT tim [203] * trunk/SConstruct (modified) * trunk/include/regfi.h (modified) * trunk/lib/regfi.c (modified) * trunk/python2/regfi/pyregfi.h (modified) * trunk/python2/regfi/regfi.c (modified) * trunk/src/common.c (modified) * trunk/src/reglookup-recover.c (modified) * trunk/src/reglookup.c (modified) misc fixes stripped _REC from some data type names Mon, 07 Jun 2010 00:36:27 GMT tim [202] * test/pyregfi-smoketest.py (modified) * trunk/include/regfi.h (modified) * trunk/lib/regfi.c (modified) * trunk/python2/SConstruct (modified) * trunk/python2/regfi/pyregfi.h (modified) * trunk/python2/regfi/regfi.c (modified) began implementing independent python subkey and value iterators Thu, 03 Jun 2010 05:08:20 GMT tim [200] * test/pyregfi-smoketest.py (modified) * trunk/include/regfi.h (modified) * trunk/lib/regfi.c (modified) * trunk/python2/regfi/pyregfi.h (modified) * trunk/python2/regfi/regfi.c (modified) redesigned python key iterator and test script updated documentation Thu, 03 Jun 2010 01:53:31 GMT tim [199] * test/pyregfi-smoketest.py (modified) * trunk/include/regfi.h (modified) * trunk/lib/regfi.c (modified) * trunk/python2/SConstruct (modified) * trunk/python2/regfi/pyregfi.h (modified) * trunk/python2/regfi/regfi.c (modified) * trunk/python2/utils.py (modified) * trunk/src/reglookup.c (modified) reworked part of regfi C API to make python wrappers simpler ... Mon, 31 May 2010 19:20:34 GMT tim [198] * test/pyregfi-smoketest.py (modified) * trunk/python2/SConstruct (modified) * trunk/python2/class_parser.py (modified) * trunk/python2/config.py (modified) * trunk/python2/include/class.h (modified) * trunk/python2/regfi/class.c (modified) * trunk/python2/regfi/error.c (modified) * trunk/python2/regfi/pyregfi.h (modified) * trunk/python2/regfi/regfi.c (modified) * trunk/python2/utils.py (modified) misc tweaks to run under python2.5-dbg Sun, 02 May 2010 22:19:43 GMT tim [196] * trunk/python2 (added) * trunk/python2/SConstruct (added) * trunk/python2/class_parser.py (added) * trunk/python2/config.py (added) * trunk/python2/include (added) * trunk/python2/include/aff4_errors.h (added) * trunk/python2/include/class.h (added) * trunk/python2/inspect.py (added) * trunk/python2/lexer.py (added) * trunk/python2/regfi (added) * trunk/python2/regfi/class.c (added) * trunk/python2/regfi/error.c (added) * trunk/python2/regfi/pyregfi.h (added) * trunk/python2/regfi/regfi.c (added) * trunk/python2/utils.py (added) experimental python bindings generator as provided by Michael Cohen