Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Constructing the plugin is the plugin's business | Ned Batchelder | 2015-07-05 | 1 | -13/+0 | |
| | ||||||
* | Add some docstrings | Ned Batchelder | 2015-07-03 | 1 | -5/+1 | |
| | ||||||
* | Debugging plugin wrappers | Ned Batchelder | 2015-06-14 | 1 | -3/+10 | |
| | ||||||
* | Protect against misbehaving plugins. | Ned Batchelder | 2015-02-15 | 1 | -0/+2 | |
| | | | | | Also, test some misbehavior, and move our own annotations of plugins into prefixed attributes. | |||||
* | foo | Ned Batchelder | 2015-02-14 | 1 | -2/+2 | |
| | ||||||
* | Pylint | Ned Batchelder | 2015-02-14 | 1 | -5/+7 | |
| | ||||||
* | Add a no-op method to the base class to make branch coverage work with ↵ | Ned Batchelder | 2015-02-06 | 1 | -0/+3 | |
| | | | | plugins. Thanks, Jessamyn Smith. | |||||
* | Keep windows working | Ned Batchelder | 2015-01-25 | 1 | -2/+3 | |
| | ||||||
* | More plugin doc tweaks | Ned Batchelder | 2015-01-25 | 1 | -11/+9 | |
| | ||||||
* | More docs about plugins. | Ned Batchelder | 2015-01-25 | 1 | -5/+30 | |
| | ||||||
* | Move flat_rootname to the base class | Ned Batchelder | 2015-01-24 | 1 | -6/+12 | |
| | ||||||
* | Move a helper from plugin.py to misc.py | Ned Batchelder | 2015-01-24 | 1 | -26/+11 | |
| | ||||||
* | Trying to get the doc format and references right. | Ned Batchelder | 2015-01-24 | 1 | -12/+17 | |
| | ||||||
* | Change sysinfo to sys_info | Ned Batchelder | 2015-01-24 | 1 | -1/+1 | |
| | ||||||
* | Plugins can provide sysinfo | Ned Batchelder | 2015-01-24 | 1 | -0/+11 | |
| | ||||||
* | Pylint didn't like .format(self=self): Argument 'self' passed by position ↵ | Ned Batchelder | 2015-01-16 | 1 | -2/+2 | |
| | | | | and keyword | |||||
* | Move base-class logic from CodeUnit to FileReporter | Ned Batchelder | 2015-01-09 | 1 | -0/+52 | |
| | ||||||
* | Start formalizing the FileReporter interface to simplify things | Ned Batchelder | 2015-01-02 | 1 | -4/+38 | |
| | ||||||
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 1 | -2/+0 | |
| | ||||||
* | Move Plugins so that plugin.py is just interface definitions | Ned Batchelder | 2015-01-01 | 1 | -37/+0 | |
| | ||||||
* | Don't use %r for filenames, on windows, the backslashes go nuts. | Ned Batchelder | 2014-12-28 | 1 | -4/+4 | |
| | ||||||
* | Finished the plugin2 test of a dynamic tracing plugin. | Ned Batchelder | 2014-11-27 | 1 | -3/+3 | |
| | ||||||
* | Change how dynamic source filenames work in plugins. | Ned Batchelder | 2014-11-24 | 1 | -8/+44 | |
| | ||||||
* | Move to the misc.py file | Ned Batchelder | 2014-11-21 | 1 | -23/+0 | |
| | ||||||
* | Clean up some plugin tests. | Ned Batchelder | 2014-11-12 | 1 | -5/+0 | |
| | ||||||
* | Add docstrings for plugin functions | Ned Batchelder | 2014-10-31 | 1 | -2/+41 | |
| | ||||||
* | More plugin re-shaping | Ned Batchelder | 2014-10-19 | 1 | -14/+26 | |
| | ||||||
* | Progress on plugins | Ned Batchelder | 2014-09-14 | 1 | -19/+65 | |
| | ||||||
* | Move dispositions closer to useful plugins | Ned Batchelder | 2014-09-06 | 1 | -0/+32 | |
| | ||||||
* | More-serious plugin support | Ned Batchelder | 2014-08-21 | 1 | -13/+23 | |
| | ||||||
* | Rename extensions to plugins, since extensions reminds me of parts of filenames | Ned Batchelder | 2014-08-20 | 1 | -0/+20 | |
--HG-- rename : coverage/extension.py => coverage/plugin.py |