------------------- * Allow prefix / suffix augmentations for import statements;
0.0.23
------------------- * Support configuring whether global guards enabled; * Lazy importer: support unwrapping lazy symbols that result from subscripts;
0.0.22
------------------- * Preserve docstring in function definitions; * Perform __future__ imports first; * Add local guard functionality; * Add lazy import example;
0.0.21
------------------- * Bugfixes and improvements to FutureTracer example;
0.0.20
------------------- * Provide non-context manager variants of tracing-related contexts;
0.0.19
------------------- * Add 'exit_module' event; * Use deferred evaluation variants for all 'before expr' events; * Improve AST bookkeeping; * Add FutureTracer under pyccolo.examples; * Fix bug where starred expressions weren't traced if used as literal elements;