Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | One more backslash, and this is a valid Python file. | Ned Batchelder | 2010-03-13 | 1 | -1/+1 |
| | |||||
* | 2.7a4 can run the tests again. | Ned Batchelder | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | More fiddling with ReST syntax. | Ned Batchelder | 2010-03-06 | 1 | -12/+12 |
| | |||||
* | ReST syntax is confusing... | Ned Batchelder | 2010-03-06 | 2 | -6/+6 |
| | |||||
* | Coverage 3.3.1 | Ned Batchelder | 2010-03-06 | 1 | -0/+1 |
| | |||||
* | Latest sample HTML (only version number changed).coverage-3.3.1 | Ned Batchelder | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Make a real 3.3.1 release | Ned Batchelder | 2010-03-06 | 4 | -5/+20 |
| | |||||
* | Don't let parallel=True prevent reporting. Fixes #49. | Ned Batchelder | 2010-03-06 | 3 | -17/+23 |
| | |||||
* | The niggling errors cleaning directories on Windows 7 seem to be fixed by ↵ | Ned Batchelder | 2010-03-06 | 1 | -3/+13 |
| | | | | this function which was only meant to help diagnose the problem. A heisenbug! | ||||
* | Some tweaks to mock.py to get patching to work on 2.3 and 3.1, though 2.3 is ↵ | Ned Batchelder | 2010-02-28 | 1 | -3/+13 |
| | | | | kind of useless for this... | ||||
* | Don't test 2.7 yet, 'setup.py develop' doesn't seem to work yet. | Ned Batchelder | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | We'll call this 3.3.1 | Ned Batchelder | 2010-02-28 | 2 | -1/+9 |
| | |||||
* | If the user's code calls sys.exit(), honor the request and exit with that ↵ | Ned Batchelder | 2010-02-28 | 6 | -22/+130 |
| | | | | status. Fixes issue #50. | ||||
* | Added some other resources, but commented out. | Ned Batchelder | 2010-02-26 | 1 | -0/+19 |
| | |||||
* | Spaces | Ned Batchelder | 2010-02-24 | 2 | -2/+2 |
| | |||||
* | Learned something about bitbucket's ticket system. | Ned Batchelder | 2010-02-24 | 1 | -0/+2 |
| | |||||
* | Clarify a comment | Ned Batchelder | 2010-02-24 | 1 | -2/+2 |
| | |||||
* | Coverage 3.3 | Ned Batchelder | 2010-02-24 | 1 | -0/+1 |
| | |||||
* | Oops, left in a placeholder.coverage-3.3 | Ned Batchelder | 2010-02-24 | 1 | -1/+2 |
| | |||||
* | There're always tweaks to the release process during releases. | Ned Batchelder | 2010-02-24 | 1 | -1/+3 |
| | |||||
* | Latest sample HTML output | Ned Batchelder | 2010-02-24 | 8 | -7316/+7272 |
| | |||||
* | When emulating the Python interpreter, don't print SystemExits tracebacks. | Ned Batchelder | 2010-02-24 | 2 | -1/+25 |
| | |||||
* | Move the version number to 3.3 | Ned Batchelder | 2010-02-24 | 7 | -10/+12 |
| | |||||
* | Christophe Zwerschke has graciously volunteered to build win64 kits. | Ned Batchelder | 2010-02-24 | 2 | -0/+2 |
| | |||||
* | Docs functionally complete for 3.3 | Ned Batchelder | 2010-02-24 | 6 | -28/+130 |
| | |||||
* | Cleaning line endings | Ned Batchelder | 2010-02-24 | 3 | -289/+290 |
| | |||||
* | Updating docs | Ned Batchelder | 2010-02-24 | 4 | -4/+91 |
| | |||||
* | Python source files that don't end with a newline can now be executed, ↵ | Ned Batchelder | 2010-02-22 | 4 | -10/+33 |
| | | | | fixing #47. | ||||
* | Spaces | Ned Batchelder | 2010-02-22 | 2 | -4/+4 |
| | |||||
* | Fiddling with docs for 3.3 | Ned Batchelder | 2010-02-22 | 5 | -15/+67 |
| | |||||
* | Lint cleanups | Ned Batchelder | 2010-02-20 | 2 | -2/+4 |
| | |||||
* | A better way to test for correct handling of tracebacks during product code ↵ | Ned Batchelder | 2010-02-20 | 2 | -14/+13 |
| | | | | execution. | ||||
* | If the product code throws an exception, 'coverage run' now produces the ↵ | Ned Batchelder | 2010-02-19 | 5 | -6/+57 |
| | | | | same traceback as 'python' would, without the coverage-internal frames distracting from your code. | ||||
* | Clean up the lst += string stuff, whereby string being iterable means each ↵ | Ned Batchelder | 2010-02-07 | 3 | -21/+21 |
| | | | | char is added as an element of the list. Also, apply the 'join is better than append' rule to other places, where, alas, it doesn't seem to have the same magic effect. | ||||
* | You know that thing they say about how ''.join(slist) is faster than s1 += ↵ | Ned Batchelder | 2010-02-07 | 1 | -2/+2 |
| | | | | s? It's really true. This one change removed 90% of the templite time, and 59% of the html report generation time. | ||||
* | A random idea I happened across. | Ned Batchelder | 2010-01-27 | 1 | -0/+1 |
| | |||||
* | Keep the todo list up to date. | Ned Batchelder | 2010-01-10 | 1 | -1/+2 |
| | |||||
* | Python 2.7 has forced me to re-discover all the tweaks I needed. | Ned Batchelder | 2010-01-10 | 1 | -0/+5 |
| | |||||
* | Use loops instead of all that repetition. | Ned Batchelder | 2010-01-10 | 3 | -88/+21 |
| | |||||
* | Test on Python 2.7 also. | Ned Batchelder | 2010-01-10 | 4 | -0/+18 |
| | |||||
* | Avoid random file deletion errors on Windows. | Ned Batchelder | 2010-01-10 | 1 | -1/+5 |
| | |||||
* | Split out the tests that really run a subprocess. | Ned Batchelder | 2010-01-10 | 2 | -141/+152 |
| | |||||
* | Update a few copyrights to 2010. | Ned Batchelder | 2010-01-10 | 3 | -3/+2 |
| | |||||
* | File-closing logic was wrong. | Ned Batchelder | 2010-01-09 | 1 | -5/+7 |
| | |||||
* | XML output file is configurable in .rc file. | Ned Batchelder | 2010-01-09 | 9 | -12/+73 |
| | | | | | --HG-- rename : test/farm/html/run_a_xml.py => test/farm/html/run_a_xml_1.py | ||||
* | Test all of the config entries in test_config.py | Ned Batchelder | 2010-01-06 | 1 | -4/+18 |
| | |||||
* | HTML output directory is now settable in the .rc file. | Ned Batchelder | 2010-01-06 | 5 | -5/+23 |
| | |||||
* | tidy | Ned Batchelder | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 11 | -35/+122 |
| | |||||
* | Spacing | Ned Batchelder | 2010-01-02 | 1 | -7/+0 |
| |