update-copyright.git
2015-04-14 W. Trevor KingREADME: Replace '...?' with 'author' master
2015-03-28 W. Trevor King.gitignore: Add MANIFEST and dist
2015-03-28 W. Trevor KingBump to version 0.6.2 v0.6.2
2015-03-28 W. Trevor KingRun update-copyright.py
2015-03-28 W. Trevor Kingsetup.py: Mention Python 3.4 compatibility
2015-03-28 W. Trevor KingREADME: Switch from {section}/{option} to {section...
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-10-31 W. Trevor KingRun update-copyright.py v0.6.1
2014-10-31 W. Trevor KingBump to version 0.6.1
2014-10-03 W. Trevor KingREADME: update to pipe separators
2014-01-27 W. Trevor KingBump to version 0.6 v0.6
2014-01-27 W. Trevor KingRun update-copyright.py
2014-01-27 W. Trevor KingREADME: Update with Bazaar removal and shell-based...
2014-01-27 W. Trevor Kingvcs.mercurial: Shell out to hg instead of using the...
2014-01-27 W. Trevor Kingvcs.bazaar: Remove Bazaar support
2014-01-27 W. Trevor Kingproject: Replace original_year and final_year with...
2014-01-27 W. Trevor KingREADME: Fix .mailmap link markup
2013-01-24 W. Trevor KingBump to version 0.5 v0.5
2013-01-02 W. Trevor KingRan update-copyright.py
2013-01-01 W. Trevor Kingsetup.py: Add explicit Python 3 classifiers
2013-01-01 W. Trevor Kingupdate-copyright.py: add --version
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-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 Kingupdate-copyright.py: update from optparse to argparse
2012-10-25 W. Trevor Kingutils: convert `% (...)` formatting to `.format(...)`
2012-10-25 W. Trevor Kingproject|(vcs:utils): convert unicode() -> str().
2012-10-25 W. Trevor King.update-copyright.conf|README: convert %(project)s...
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 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...
next