update-copyright.git
2013-01-02 W. Trevor King.update-copyright.conf|README: convert %(project)s...
2013-01-01 W. Trevor Kingupdate-copyright.py: Use the configured files.authors...
2013-01-01 W. Trevor Kingproject: Load files.authors and files.files as booleans
2012-10-25 W. Trevor KingUpdate exception handling to use `except X as Y` syntax.
2012-10-20 W. Trevor King.update-copyright.conf: update to pipe separators.
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-07-22 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-03-25 W. Trevor KingMove classifiers into a list in setup.py.
2012-03-25 W. Trevor KingBump to version 0.4 v0.4
2012-03-25 W. Trevor KingFix reStructuredText markup for `` */`` in the README.
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-21 W. Trevor KingAdd trailing slash to Gentoo overlay link in README.
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-22 W. Trevor KingUpdate download_url to point to tremily.
2012-02-16 W. Trevor KingRemove comments from .update-copyright.conf now that...
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 KingCleanup help strings in bin/update-copyright.py.
2012-02-16 W. Trevor KingFlesh out the README.
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 KingFix url in setup.py (tremily.us -> blog.tremily.us).
2012-02-16 W. Trevor KingRan update-copyright.py to update setup.py. v0.2
2012-02-16 W. Trevor KingAdd build (created by `python setup.py build`) to ...
2012-02-16 W. Trevor KingAdd setup.py for distutils packaging.
2012-02-16 W. Trevor KingAdd README to list of ignored paths in .update-copyrigh...
2012-02-16 W. Trevor KingWith normpath, there is no need for the prefix * in...
2012-02-16 W. Trevor KingAdd a normpath() to files returned by list_files (less...
2012-02-16 W. Trevor KingAdd .update-copyright.conf and .git* to ignored files.
2012-02-16 W. Trevor KingChange maxium verbosity setting from 0 to logging.DEBUG.
2012-02-16 W. Trevor KingAdd AUTHORS and license.py to .gitignore.
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 COPYING to list of ignored files in .update-copyrig...
2012-02-16 W. Trevor KingAdd comma-delimiter to list of ignored file globs in...
2012-02-16 W. Trevor KingAdd COPYING.
2012-02-16 W. Trevor KingAdd .gitignore.
2012-02-16 W. Trevor KingRun update-copyright on itself.
2012-02-16 W. Trevor KingConvert update-copyright.py to a more modular framework.
2012-02-09 W. Trevor KingAdd `filename=None` default option to Git's `original_y...
2012-02-09 W. Trevor KingMerge Hooke and BE branches of update-copyright.
2012-02-09 W. Trevor KingChange VCS from Mercurial to Git in update_copyright.py.
2012-02-09 W. Trevor KingGrr. Uncomment authors & file lines un update_copyright...
2012-02-09 W. Trevor KingRework update_copyright and short_license to allow...
2012-02-09 W. Trevor KingAdded hooke.plugin.license and removed get-warrenty...
2012-02-09 W. Trevor KingAdded pyfile output to update_copyright.py.
2012-02-09 W. Trevor KingConvert update_copyright.py to a more VCS-agnostic...
2012-02-09 W. Trevor KingFix /doc/build/ -> ./doc/build/ in update_copyright.py
2012-02-09 W. Trevor KingAdjust update_copyright hacks to follow plugin.peakspot...
2012-02-09 W. Trevor KingUse ALIASES and AUTHOR_HACKS handling in update_copyrig...
2012-02-09 W. Trevor KingFurther author/year workarounds in update_copyright.py.
2012-02-09 W. Trevor KingAdd AUTHOR_HACKS and YEAR_HACKS to update_copyright.py
2012-02-09 W. Trevor KingUpdate canonical copyright names for 'illysam' and...
2012-02-09 W. Trevor KingFix some doctests in update_copyright.py.
2012-02-09 W. Trevor KingRearrange license text and add update_copyright.py.
2012-02-09 W. Trevor KingUpdated update_copyright to work with git/hg/bzr.
2012-02-09 W. Trevor KingFixed update_copyright.py's subproc import and updated...
2012-02-09 W. Trevor KingBroke subprocess handling out into its own submodule...
2012-02-09 W. Trevor KingHave release.py update copyrights as well.
2012-02-09 W. Trevor KingTranslated update_copyright.sh to Python update_copyrig...
2012-02-09 W. Trevor KingUpdated AUTHORS and copyright info for becommands/html.py.
2012-02-09 W. Trevor KingUpdated GPLv2 to current GPLv2.
2012-02-09 W. Trevor KingUpdated copyright blurbs and AUTHORS and included scrip...
2012-02-09 W. Trevor KingSplit update_copyright.py out of the Bugs Everywhere...