| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Keep windows working | Ned Batchelder | 2015-01-25 | 2 | -3/+10 |
| | | |||||
| * | More plugin doc tweaks | Ned Batchelder | 2015-01-25 | 2 | -11/+19 |
| | | |||||
| * | Update version number | Ned Batchelder | 2015-01-25 | 1 | -1/+1 |
| | | |||||
| * | Rename plugin.rst to plugins.rst | Ned Batchelder | 2015-01-25 | 2 | -1/+1 |
| | | | | | | --HG-- rename : doc/plugin.rst => doc/plugins.rst | ||||
| * | More docs about plugins. | Ned Batchelder | 2015-01-25 | 3 | -7/+70 |
| | | |||||
| * | Move flat_rootname to the base class | Ned Batchelder | 2015-01-24 | 2 | -19/+12 |
| | | |||||
| * | Delete obsolete attribute. | Ned Batchelder | 2015-01-24 | 1 | -6/+0 |
| | | |||||
| * | Set timid=True automatically for plugins | Ned Batchelder | 2015-01-24 | 2 | -2/+27 |
| | | | | | | This is better than asking people to add timid=True to their configs, since this way they won't have to clean it out of their config later. | ||||
| * | Get the version right in the docs. | Ned Batchelder | 2015-01-24 | 1 | -1/+1 |
| | | |||||
| * | Move a helper from plugin.py to misc.py | Ned Batchelder | 2015-01-24 | 2 | -26/+29 |
| | | |||||
| * | Trying to get the doc format and references right. | Ned Batchelder | 2015-01-24 | 2 | -18/+21 |
| | | |||||
| * | Remove obsolete stuff from trouble.rst | Ned Batchelder | 2015-01-24 | 1 | -19/+2 |
| | | |||||
| * | Turn all the history into comments. | Ned Batchelder | 2015-01-24 | 14 | -118/+118 |
| | | |||||
| * | Try not having a custom style on rtfd | Ned Batchelder | 2015-01-24 | 1 | -1/+1 |
| | | |||||
| * | Start of a plugin doc page | Ned Batchelder | 2015-01-24 | 2 | -0/+23 |
| | | |||||
| * | Properly handle alpha releases. | Ned Batchelder | 2015-01-24 | 1 | -3/+8 |
| | | |||||
| * | Update the changes.rst file in the docs | Ned Batchelder | 2015-01-24 | 3 | -9/+101 |
| | | |||||
| * | Change sysinfo to sys_info | Ned Batchelder | 2015-01-24 | 4 | -15/+15 |
| | | |||||
| * | Plugins can provide sysinfo | Ned Batchelder | 2015-01-24 | 3 | -0/+58 |
| | | |||||
| * | Make the two forms of debug output more uniform | Ned Batchelder | 2015-01-24 | 5 | -11/+33 |
| | | |||||
| * | info_formatter shouldn't assume it gets a list | Ned Batchelder | 2015-01-24 | 2 | -0/+5 |
| | | |||||
| * | Keep todo up-to-date | Ned Batchelder | 2015-01-24 | 1 | -2/+2 |
| | | |||||
| * | Clarify how to use make_file for non-ascii content. | Ned Batchelder | 2015-01-22 | 2 | -5/+12 |
| | | |||||
| * | Issue #315 was fixed | Ned Batchelder | 2015-01-21 | 1 | -1/+3 |
| | | |||||
| * | Bump the version | Ned Batchelder | 2015-01-20 | 1 | -1/+1 |
| | | |||||
| * | Coverage 4.0a3 | Ned Batchelder | 2015-01-20 | 1 | -0/+1 |
| | | |||||
| * | An official 4.0a3coverage-4.0a3 | Ned Batchelder | 2015-01-20 | 1 | -3/+4 |
| | | |||||
| * | XML package_depth configuration option. Thanks, Lex Berezhny | Ned Batchelder | 2015-01-19 | 6 | -18/+88 |
| | | |||||
| * | Fix bad regression: XML report now reports packages again. #235 | Ned Batchelder | 2015-01-19 | 5 | -9/+90 |
| | | |||||
| * | Comment was missing a word | Ned Batchelder | 2015-01-19 | 1 | -1/+1 |
| | | |||||
| * | The DTD for cobertura, for reference | Ned Batchelder | 2015-01-19 | 1 | -0/+55 |
| | | |||||
| * | Clean up the XML tests a little | Ned Batchelder | 2015-01-19 | 1 | -11/+16 |
| | | |||||
| * | More pep8 compliance | Ned Batchelder | 2015-01-19 | 3 | -2/+15 |
| | | |||||
| * | Issue #69 was fixed yesterday | Ned Batchelder | 2015-01-18 | 2 | -1/+15 |
| | | |||||
| * | Make some test setup more uniform | Ned Batchelder | 2015-01-18 | 4 | -14/+23 |
| | | |||||
| * | Issue #290 was fixed with the filename cleanup today. | Ned Batchelder | 2015-01-18 | 1 | -1/+3 |
| | | |||||
| * | Make the plugin test work on Windows | Ned Batchelder | 2015-01-18 | 1 | -1/+4 |
| | | |||||
| * | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 21 | -82/+114 |
| | | |||||
| * | Properly deal with .pyc files missing their sources. | Ned Batchelder | 2015-01-18 | 2 | -10/+81 |
| | | |||||
| * | Fix formatting before writing more tests. | Ned Batchelder | 2015-01-18 | 1 | -17/+31 |
| | | |||||
| * | nose --with-ids is useful. | Ned Batchelder | 2015-01-18 | 2 | -1/+2 |
| | | |||||
| * | Bump version since we published 4.0a2 | Ned Batchelder | 2015-01-17 | 2 | -1/+2 |
| | | |||||
| * | Clean up the module->file logic | Ned Batchelder | 2015-01-17 | 2 | -13/+14 |
| | | |||||
| * | When finding the source for a frame, really check if it exists | Ned Batchelder | 2015-01-17 | 3 | -13/+25 |
| | | |||||
| * | Split the requirements file so we don't try to install pyenchant for running ↵ | Ned Batchelder | 2015-01-17 | 3 | -7/+12 |
| | | | | | tests. | ||||
| * | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 43 | -172/+175 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html | ||||
| * | Provide early error messages for bad regexes in config. #349 | Ned Batchelder | 2015-01-16 | 3 | -8/+35 |
| | | |||||
| * | Pylint didn't like .format(self=self): Argument 'self' passed by position ↵ | Ned Batchelder | 2015-01-16 | 1 | -2/+2 |
| | | | | | and keyword | ||||
| * | Report empty files as 100% instead of 0%, fixes #345 | Ned Batchelder | 2015-01-16 | 3 | -5/+36 |
| | | |||||
| * | Strike 3.2 from howto.txt | Ned Batchelder | 2015-01-16 | 1 | -1/+1 |
| | | |||||
