version 1.0 - finally decided to release - added full_mime_hdrs to squid parser - made readline buffered in parsing classes - substantial speed improvement version 0.99 - CHANGED ALL MODULE NAMES to a uniform package scheme (see README) - added StoreParser class to SquidCacheLog; changed Parser to AccessParser - bug in weblog.limit.Time (typo) - bug in Parser classes (depended on string.atoi('-') eval'ing to 0) - integrated FasterParser classes into Parser's; can always use Parser now version 0.98 - added MultipleWebLog module - added WebLogQueryParse module - added example script to tail a file - added num_skipped attribute to WebLogLimit classes - made WebLogLimit's test() more explicit - made SquidCacheLog's error catching more thorough - revised WebLogClean to catch all % escaped sequences - moved host lower()ing to WebLogUrlParse - general cleanup version 0.96 - added dummy attributes to __init__ methods of parsing classes - used a while loop instead of recursion for catching errors in parsing classes - renamed some attributes in SquidWebLog for clarity - added SquidWebLog example script - added WebLogLimit module (TimeLimit, HostLimit, PathLimit classes) - used a test in __init__ instead of try/except for attribute testing in WebLogUrlParse, WebLogClean - moved caching tests into getlogent() in WebLogClean and WebLogUrlParse (25% performance improvement) - fixed WebLogClean.test_clean() - tweaked siteurl attribute generation in WebLogReferType - siteurl list made non-case-sensitive in WebLogReferType