project: for consistency, also separate ignored paths with pipes.
[update-copyright.git] / update_copyright / project.py
2012-10-20 W. Trevor Kingproject: for consistency, also separate ignored paths...
2012-10-20 W. Trevor Kingproject: for consistency, also separate alias authors...
2012-10-20 W. Trevor Kingproject: use pipe symbols (|) to separate author-hack...
2012-10-20 W. Trevor Kingproject: configured author keys should be converted...
2012-10-20 W. Trevor Kingproject: preserve case in .update-copyright.conf options.
2012-07-22 W. Trevor KingRan update-copyright.
2012-03-25 W. Trevor KingAdd ability to handle blurbs in C-style comments.
2012-03-25 W. Trevor KingFix Project._ignored_file() doctest, and get it to...
2012-02-16 W. Trevor KingAdd ability to run on a remote root based on the config...
2012-02-16 W. Trevor KingAdd support for loading author_hacks, year_hacks, and...
2012-02-16 W. Trevor KingAllow '-' characters in section names.
2012-02-16 W. Trevor KingMake config file parsing more modular.
2012-02-16 W. Trevor KingImprove unicode handling and increase the default textw...
2012-02-16 W. Trevor KingOops, `ConfigParser(interpolation=None)` belongs to...
2012-02-16 W. Trevor KingUse ConfigParser instead of deprecated RawConfigParser.
2012-02-16 W. Trevor KingRaise errors in Project if the configured backend could...
2012-02-16 W. Trevor KingUse pth instead of p when splitting ignored (don't...
2012-02-16 W. Trevor KingLog reason for ignoring paths in Project._ignore_file().
2012-02-16 W. Trevor KingAdd comma-delimiter to list of ignored file globs in...
2012-02-16 W. Trevor KingRun update-copyright on itself.
2012-02-16 W. Trevor KingConvert update-copyright.py to a more modular framework.