README: Replace '...?' with 'author'
[update-copyright.git] / update_copyright / project.py
2015-03-28 W. Trevor KingRun update-copyright.py
2015-03-28 W. Trevor Kingproject: Fallback to directory name if project/name...
2015-03-28 W. Trevor Kingproject: Require project/vcs
2015-03-28 W. Trevor Kingproject: Convert parser access to use the mapping protocol
2014-01-27 W. Trevor KingRun update-copyright.py
2014-01-27 W. Trevor Kingvcs.bazaar: Remove Bazaar support
2014-01-27 W. Trevor Kingproject: Replace original_year and final_year with...
2013-01-02 W. Trevor KingRan update-copyright.py
2013-01-01 W. Trevor Kingproject: Load files.authors and files.files as booleans
2012-11-13 W. Trevor Kingproject: don't explicitly convert configured options...
2012-10-25 W. Trevor Kingproject: add Project._split_paragraph().
2012-10-25 W. Trevor Kingproject: use (start, middle, end) prefixes in copyright...
2012-10-25 W. Trevor Kingproject|utils: expand info into kwargs for format().
2012-10-25 W. Trevor Kingproject|(vcs:utils): convert unicode() -> str().
2012-10-25 W. Trevor KingUpgrade to Python 3.2
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 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.