Update exception handling to use `except X as Y` syntax.
[update-copyright.git] / update_copyright /
2012-10-25 W. Trevor KingUpdate exception handling to use `except X as Y` syntax.
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 Kingvcs: adjust .original_year() relative path calculation...
2012-10-20 W. Trevor Kingvcs: use relative paths for matching author-hacks.
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-10-20 W. Trevor Kingvcs:utils: some VCSs (e.g. Git) return sets of authors.
2012-07-22 W. Trevor KingRan update-copyright.
2012-03-25 W. Trevor KingBump to version 0.4 v0.4
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-03-15 W. Trevor KingFix line -> date typo from incomplete splitout of GitBa...
2012-03-14 W. Trevor KingAdd external command invocations to debugging output.
2012-03-14 W. Trevor KingSplit out _dates from _years in GitBackend.
2012-02-16 W. Trevor KingBump to version 0.3, now that things are working on... v0.3
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 KingRename authors -> _authors in VCSBackend.authors()...
2012-02-16 W. Trevor KingFix VCSBackend.original_year() bug in applying per...
2012-02-16 W. Trevor KingFix year_hacks -> self._year_hacks typo in VCSBackend...
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 KingUse `with_emails` argument in `VCSBackend.authors()`.
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 KingAdd a normpath() to files returned by list_files (less...
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.