Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't need this branch any more: c-coroutinec-coroutine | Ned Batchelder | 2014-11-25 | 0 | -0/+0 |
| | |||||
* | Temporary debugging tweaks to tests | Ned Batchelder | 2014-07-31 | 1 | -3/+16 |
| | |||||
* | Update tests for really testing gevent with a C extension. | Ned Batchelder | 2014-07-31 | 0 | -0/+0 |
| | |||||
* | Remove a TODO | Ned Batchelder | 2014-07-26 | 1 | -15/+77 |
| | |||||
* | Finish implementation of coroutine_id_func in C tracer, but it doesn't make ↵ | Ned Batchelder | 2014-07-26 | 0 | -0/+0 |
| | | | | gevent better. | ||||
* | Refactor DataStack code into its own functions | Ned Batchelder | 2014-07-25 | 1 | -39/+79 |
| | |||||
* | Refactor some C tracer code in prep for data stacks | Ned Batchelder | 2014-07-20 | 1 | -57/+77 |
| | |||||
* | An option to not run the PyTracer tests | Ned Batchelder | 2014-07-20 | 1 | -0/+3 |
| | |||||
* | Start implementing coroutine tracing in C tracer, will be hard :( | Ned Batchelder | 2014-07-20 | 0 | -0/+0 |
| | |||||
* | Closed a ticket about branch summarization | Ned Batchelder | 2014-07-18 | 1 | -1/+2 |
| | |||||
* | Crazy debugging output for tracking down gevent weirdness | Ned Batchelder | 2014-07-13 | 1 | -7/+33 |
| | |||||
* | Improve branch summarization | Ned Batchelder | 2014-07-08 | 4 | -25/+50 |
| | | | | | It failed completely on more than one file! Removed the Branches label, and no longer report missing branches implied by missing lines. | ||||
* | Fix up the coroutine tests, now eventlet works? But gevent still doesn't | Ned Batchelder | 2014-07-06 | 1 | -19/+42 |
| | |||||
* | Read options from setup.cfg if .coveragerc not around. #304 | Ned Batchelder | 2014-07-05 | 4 | -61/+133 |
| | |||||
* | Add Anthony Sottile to AUTHORS, and mention his pull request in CHANGES | Ned Batchelder | 2014-07-05 | 2 | -0/+4 |
| | |||||
* | Merged in asottile/coverage.py/fix_source_encoding (pull request #38) | Ned Batchelder | 2014-07-05 | 13 | -79/+298 |
|\ | | | | | | | Fix non-comment encoding detection. | ||||
| * | Merged in the Django work | Ned Batchelder | 2014-07-04 | 1 | -1/+1 |
| |\ | |||||
| * | | Crazy-ugly start to extensions for Django and Mako | Ned Batchelder | 2014-07-04 | 7 | -44/+114 |
| | | | |||||
| * | | Add a missing docstring. Pylint didn't mind?? | Ned Batchelder | 2014-06-18 | 1 | -0/+9 |
| | | | |||||
| * | | Add a missing word to the docs | Ned Batchelder | 2014-06-18 | 0 | -0/+0 |
| | | | |||||
| * | | should_trace now returns a FileDisposition object | Ned Batchelder | 2014-06-15 | 3 | -42/+67 |
| | | | |||||
| * | | Hacked-in django template support | Ned Batchelder | 2014-06-12 | 5 | -25/+135 |
| |/ | |||||
* | | Fix non-comment encoding detection. | Anthony Sottile | 2014-06-29 | 0 | -0/+0 |
|/ | |||||
* | Prevent UnicodeDecodeErrors in html report. #303 | Ned Batchelder | 2014-06-11 | 3 | -30/+39 |
| | |||||
* | Add detail to the UnicodeDecodeError for #303 | Ned Batchelder | 2014-06-09 | 2 | -2/+31 |
| | |||||
* | Remove old stuff for old Pythons | Ned Batchelder | 2014-06-03 | 3 | -50/+37 |
| | |||||
* | Round fail-under result same as others. Fixed #284. | Ned Batchelder | 2014-06-03 | 5 | -29/+56 |
| | |||||
* | Make the test match the code better | Ned Batchelder | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Remove debugging | Ned Batchelder | 2014-06-03 | 1 | -1/+0 |
| | |||||
* | Fix the new FnmatchMatcher for >100 patterns | Ned Batchelder | 2014-06-03 | 4 | -3/+12 |
| | |||||
* | Avoid filling the fnmatch cache | Ned Batchelder | 2014-06-02 | 2 | -15/+10 |
| | |||||
* | Restore the intent of this test | Ned Batchelder | 2014-06-02 | 1 | -3/+9 |
| | |||||
* | Clean up the merged pull request | Ned Batchelder | 2014-06-01 | 4 | -9/+12 |
| | |||||
* | Merged in rdn_/coverage.py (pull request #35) | Ned Batchelder | 2014-06-01 | 4 | -1/+102 |
|\ | | | | | | | Add branch misses to stdout report | ||||
| * | minor comment fix | Steve | 2014-05-26 | 1 | -2/+2 |
| | | |||||
| * | Fix formatting when no missing lines; improve tests | Steve | 2014-05-26 | 3 | -6/+57 |
| | | |||||
| * | Tests for --branch --show-missing summary; update AUTHORS.txt | Steve | 2014-05-26 | 2 | -0/+50 |
| | | |||||
| * | Add branch misses to stdout report | Steve | 2014-05-23 | 0 | -0/+0 |
| | | |||||
* | | Adapt to the full_line_map change in Mako | Ned Batchelder | 2014-05-27 | 1 | -2/+6 |
|/ | |||||
* | Clean up codeunit, as usual | Ned Batchelder | 2014-05-20 | 1 | -5/+5 |
| | |||||
* | Improved Mako support. Needs Mako tip | Ned Batchelder | 2014-05-20 | 2 | -52/+33 |
| | |||||
* | Switch some uses of old command line syntax to new | Ned Batchelder | 2014-05-18 | 9 | -34/+34 |
| | |||||
* | Continued refactoring of CodeUnit | Ned Batchelder | 2014-05-18 | 7 | -41/+38 |
| | |||||
* | Modernize annotate.py | Ned Batchelder | 2014-05-18 | 1 | -43/+35 |
| | |||||
* | Include all files when annotating, not just relative ones. #57 | Ned Batchelder | 2014-05-18 | 2 | -3/+4 |
| | |||||
* | Move shell globbing into cmdline.py | Ned Batchelder | 2014-05-18 | 2 | -12/+16 |
| | |||||
* | Merged | Ned Batchelder | 2014-05-18 | 4 | -38/+46 |
|\ | |||||
| * | A bit of refactoring, inching slowly toward nicer CodeUnits | Ned Batchelder | 2014-05-18 | 2 | -18/+22 |
| | | |||||
| * | Minor minor | Ned Batchelder | 2014-05-17 | 1 | -6/+8 |
| | | |||||
| * | Some day I will remember to fix pylint things before I check in the code. | Ned Batchelder | 2014-05-17 | 2 | -14/+16 |
| | |