Use an explicit .array attribute to determine if fields are arrays.
[igor.git] / igor / struct.py
2012-07-21 W. Trevor KingUse an explicit .array attribute to determine if fields...
2012-07-21 W. Trevor KingUse integer division in Field.indexes for Python 3...
2012-07-21 W. Trevor KingPython 3 scraps the iter(...).next() method, so use...
2012-07-21 W. Trevor KingRemove struct._buffer because I don't use it anymore.
2012-07-21 W. Trevor KingRan update-copyright.py.
2012-07-21 W. Trevor KingUse DebuggingStream for any LOG.level <= DEBUG (not...
2012-07-21 W. Trevor KingAvoid expensive pformating in DynamicStructure.unpack_s...
2012-07-20 W. Trevor KingInitial merge with igor.py, still need to integrate...
2012-07-20 W. Trevor KingRework igor.struct to support dynamic structures.
2012-07-18 W. Trevor Kingstruct: Add support for zero-count Fields.
2012-07-18 W. Trevor KingExtend igor.struct.Structure and .Field to support...
2012-07-17 W. Trevor KingSplit struct and util modules out of binarywave.