2013-01-02 |
W. Trevor King | Ran update-copyright.py python2 |
commit | commitdiff | tree | snapshot |
2013-01-02 |
W. Trevor King | project: add Project._split_paragraph(). |
commit | commitdiff | tree | snapshot |
2013-01-02 |
W. Trevor King | project: use (start, middle, end) prefixes in copyright... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
W. Trevor King | project|utils: expand info into kwargs for format(). |
commit | commitdiff | tree | snapshot |
2013-01-02 |
W. Trevor King | utils: convert `% (...)` formatting to `.format(...)` |
commit | commitdiff | tree | snapshot |
2013-01-02 |
W. Trevor King | .update-copyright.conf|README: convert %(project)s... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
W. Trevor King | update-copyright.py: Use the configured files.authors... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
W. Trevor King | project: Load files.authors and files.files as booleans |
commit | commitdiff | tree | snapshot |
2012-10-25 |
W. Trevor King | Update exception handling to use `except X as Y` syntax. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | .update-copyright.conf: update to pipe separators. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | project: for consistency, also separate ignored paths... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | project: for consistency, also separate alias authors... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | project: use pipe symbols (|) to separate author-hack... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | vcs: adjust .original_year() relative path calculation... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | vcs: use relative paths for matching author-hacks. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | project: configured author keys should be converted... |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | project: preserve case in .update-copyright.conf options. |
commit | commitdiff | tree | snapshot |
2012-10-20 |
W. Trevor King | vcs:utils: some VCSs (e.g. Git) return sets of authors. |
commit | commitdiff | tree | snapshot |
2012-07-22 |
W. Trevor King | Ran update-copyright. |
commit | commitdiff | tree | snapshot |
2012-07-22 |
W. Trevor King | Change my email address from drexel.edu to tremily.us. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
W. Trevor King | Move classifiers into a list in setup.py. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
W. Trevor King | Bump to version 0.4 v0.4 |
commit | commitdiff | tree | snapshot |
2012-03-25 |
W. Trevor King | Fix reStructuredText markup for `` */`` in the README. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
W. Trevor King | Add ability to handle blurbs in C-style comments. |
commit | commitdiff | tree | snapshot |
2012-03-25 |
W. Trevor King | Fix Project._ignored_file() doctest, and get it to... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
W. Trevor King | Add trailing slash to Gentoo overlay link in README. |
commit | commitdiff | tree | snapshot |
2012-03-15 |
W. Trevor King | Fix line -> date typo from incomplete splitout of GitBa... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | Add external command invocations to debugging output. |
commit | commitdiff | tree | snapshot |
2012-03-14 |
W. Trevor King | Split out _dates from _years in GitBackend. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
W. Trevor King | Update download_url to point to tremily. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Remove comments from .update-copyright.conf now that... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Bump to version 0.3, now that things are working on... v0.3 |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add ability to run on a remote root based on the config... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add support for loading author_hacks, year_hacks, and... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Rename authors -> _authors in VCSBackend.authors()... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Fix VCSBackend.original_year() bug in applying per... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Fix year_hacks -> self._year_hacks typo in VCSBackend... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Allow '-' characters in section names. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Make config file parsing more modular. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Improve unicode handling and increase the default textw... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Use `with_emails` argument in `VCSBackend.authors()`. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Oops, `ConfigParser(interpolation=None)` belongs to... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Cleanup help strings in bin/update-copyright.py. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Flesh out the README. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Use ConfigParser instead of deprecated RawConfigParser. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Raise errors in Project if the configured backend could... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Fix url in setup.py (tremily.us -> blog.tremily.us). |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Ran update-copyright.py to update setup.py. v0.2 |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add build (created by `python setup.py build`) to ... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add setup.py for distutils packaging. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add README to list of ignored paths in .update-copyrigh... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | With normpath, there is no need for the prefix * in... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add a normpath() to files returned by list_files (less... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add .update-copyright.conf and .git* to ignored files. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Change maxium verbosity setting from 0 to logging.DEBUG. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add AUTHORS and license.py to .gitignore. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Use pth instead of p when splitting ignored (don't... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Log reason for ignoring paths in Project._ignore_file(). |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add COPYING to list of ignored files in .update-copyrig... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add comma-delimiter to list of ignored file globs in... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add COPYING. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Add .gitignore. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Run update-copyright on itself. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
W. Trevor King | Convert update-copyright.py to a more modular framework. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Add `filename=None` default option to Git's `original_y... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Merge Hooke and BE branches of update-copyright. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Change VCS from Mercurial to Git in update_copyright.py. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Grr. Uncomment authors & file lines un update_copyright... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Rework update_copyright and short_license to allow... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Added hooke.plugin.license and removed get-warrenty... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Added pyfile output to update_copyright.py. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Convert update_copyright.py to a more VCS-agnostic... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Fix /doc/build/ -> ./doc/build/ in update_copyright.py |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Adjust update_copyright hacks to follow plugin.peakspot... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Use ALIASES and AUTHOR_HACKS handling in update_copyrig... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Further author/year workarounds in update_copyright.py. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Add AUTHOR_HACKS and YEAR_HACKS to update_copyright.py |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Update canonical copyright names for 'illysam' and... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Fix some doctests in update_copyright.py. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Rearrange license text and add update_copyright.py. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Updated update_copyright to work with git/hg/bzr. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Fixed update_copyright.py's subproc import and updated... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Broke subprocess handling out into its own submodule... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Have release.py update copyrights as well. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Translated update_copyright.sh to Python update_copyrig... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Updated AUTHORS and copyright info for becommands/html.py. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Updated GPLv2 to current GPLv2. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Updated copyright blurbs and AUTHORS and included scrip... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
W. Trevor King | Split update_copyright.py out of the Bugs Everywhere... |
commit | commitdiff | tree | snapshot |
|