Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stick to old-school C syntax | Ned Batchelder | 2015-02-28 | 1 | -1/+2 |
| | |||||
* | Last of the C extension review comments addressed. | Ned Batchelder | 2015-02-28 | 1 | -11/+31 |
| | |||||
* | Finish the plugin error checking in CTracer. | Ned Batchelder | 2015-02-28 | 2 | -9/+101 |
| | |||||
* | Refactor the plugin-disabler so we can use it in other places. | Ned Batchelder | 2015-02-28 | 1 | -27/+69 |
| | |||||
* | Tox 1.9 knows about Python 3.5 | Ned Batchelder | 2015-02-28 | 2 | -5/+1 |
| | |||||
* | Fix bug with \f in HTML report. #360. | Ned Batchelder | 2015-02-28 | 3 | -1/+19 |
| | |||||
* | This seems to work better. Windows didn't like the other way. | Ned Batchelder | 2015-02-26 | 1 | -3/+5 |
| | |||||
* | More tracer.c improvements from code review | Ned Batchelder | 2015-02-26 | 1 | -11/+8 |
| | |||||
* | No need to zero new memory, and be consistent about checking returns | Ned Batchelder | 2015-02-26 | 1 | -48/+15 |
| | |||||
* | Handle exceptions from dynamic_source_filename. | Ned Batchelder | 2015-02-26 | 3 | -48/+106 |
| | | | | This required disabling plugins from the C tracer. | ||||
* | Merge other work | Ned Batchelder | 2015-02-22 | 1 | -3/+2 |
|\ | |||||
| * | Use a windows-friendly way to find files in line_data | Ned Batchelder | 2015-02-22 | 1 | -3/+2 |
| | | |||||
* | | Ensure all FileReporter's have a .name attribute | Ned Batchelder | 2015-02-22 | 3 | -12/+88 |
| | | |||||
* | | Testing multiprocessing occasionally failed, due to randomness. Try harder. | Ned Batchelder | 2015-02-22 | 1 | -4/+3 |
|/ | |||||
* | Remove every last trace of CodeUnit, and bring me a glass of vodka | Ned Batchelder | 2015-02-22 | 9 | -53/+53 |
| | |||||
* | codeunit -> filereporter | Ned Batchelder | 2015-02-21 | 1 | -0/+0 |
| | | | | | --HG-- rename : tests/test_codeunit.py => tests/test_filereporter.py | ||||
* | Rename CodeUnit to FileReporter | Ned Batchelder | 2015-02-21 | 3 | -23/+25 |
| | |||||
* | Get rid of CodeUnit, FileReporter is the new thing. | Ned Batchelder | 2015-02-21 | 5 | -60/+36 |
| | |||||
* | Fix a symptom-less error in tracer.c, and lots of other suggested fixes ↵ | Ned Batchelder | 2015-02-21 | 1 | -4/+18 |
| | | | | noted from Yhg1s. | ||||
* | Make the test a little nicer. | Ned Batchelder | 2015-02-21 | 1 | -5/+6 |
| | |||||
* | Oops, test broken by last commit. | Ned Batchelder | 2015-02-21 | 1 | -3/+7 |
| | |||||
* | Disable plugins if we can't support them, and show that in debug output. | Ned Batchelder | 2015-02-21 | 1 | -4/+11 |
| | |||||
* | Keep cleaning even if test_farm doesn't succeed. | Ned Batchelder | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | Don't report negative line numbers through get_line_data | Ned Batchelder | 2015-02-19 | 3 | -2/+34 |
| | |||||
* | Pep8 fixes. | Ned Batchelder | 2015-02-19 | 1 | -27/+27 |
| | |||||
* | A Makefile target for copying kits to a local distribution point. | Ned Batchelder | 2015-02-19 | 1 | -0/+3 |
| | |||||
* | Don't need this variable | Ned Batchelder | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | Make branch=True get along with plugins. | Ned Batchelder | 2015-02-18 | 2 | -14/+38 |
| | |||||
* | Properly handle crazy-long code objects. #359 | Ned Batchelder | 2015-02-17 | 5 | -9/+51 |
| | |||||
* | Change the tagging scheme so rtfd.org will work better. | Ned Batchelder | 2015-02-16 | 3 | -4/+6 |
| | |||||
* | Scooch the version to a6 | Ned Batchelder | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | Coverage 4.0a5 | Ned Batchelder | 2015-02-16 | 1 | -0/+1 |
| | |||||
* | Ship 4.0a5coverage-4.0a5 | Ned Batchelder | 2015-02-16 | 7 | -19/+75 |
| | |||||
* | Do at least a little error checking on the return from line_number_range. | Ned Batchelder | 2015-02-16 | 1 | -0/+3 |
| | |||||
* | Fix some refcounting mistakes | Ned Batchelder | 2015-02-16 | 1 | -8/+8 |
| | |||||
* | Refactor the trace function into smaller pieces | Ned Batchelder | 2015-02-15 | 1 | -219/+296 |
| | |||||
* | Protect against misbehaving plugins. | Ned Batchelder | 2015-02-15 | 5 | -23/+156 |
| | | | | | Also, test some misbehavior, and move our own annotations of plugins into prefixed attributes. | ||||
* | Move some code to where it belongs | Ned Batchelder | 2015-02-14 | 4 | -40/+53 |
| | |||||
* | foo | Ned Batchelder | 2015-02-14 | 1 | -2/+2 |
| | |||||
* | Pylint | Ned Batchelder | 2015-02-14 | 2 | -8/+9 |
| | |||||
* | addCleanup cleanup | Ned Batchelder | 2015-02-13 | 3 | -5/+4 |
| | |||||
* | Always make the current directory importable. #358 | Ned Batchelder | 2015-02-13 | 3 | -0/+27 |
| | |||||
* | CHANGES tweaks | Ned Batchelder | 2015-02-12 | 1 | -2/+2 |
| | |||||
* | Treat config_file=".coveragerc" the same as config_file=True. #357 | Ned Batchelder | 2015-02-11 | 3 | -4/+37 |
| | |||||
* | Get the tracer right for metacov | Ned Batchelder | 2015-02-10 | 2 | -2/+6 |
| | |||||
* | Remove functions we're not using. | Ned Batchelder | 2015-02-10 | 1 | -8/+0 |
| | |||||
* | Fix a bad check that was causing mysterious py2/py3 differences | Ned Batchelder | 2015-02-10 | 3 | -5/+13 |
| | |||||
* | Show file_tracers in debug sys | Ned Batchelder | 2015-02-09 | 1 | -0/+3 |
| | |||||
* | Vertical imports | Ned Batchelder | 2015-02-09 | 5 | -5/+24 |
| | |||||
* | Remove (most) tearDown functions in favor of addCleanup | Ned Batchelder | 2015-02-09 | 8 | -19/+18 |
| |