summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add greenlet testsNed Batchelder2014-09-202-7/+55
* Coroutines are now only supported with the C tracer, and better error handlingNed Batchelder2014-09-203-62/+106
* Be struct about C declaration rules. Travis cares...Ned Batchelder2014-09-191-1/+3
* Split this into two files, as it should have been years ago.Ned Batchelder2014-09-192-169/+175
* It's always worthwhile to get rid of trailing spacesNed Batchelder2014-09-171-1/+1
* Merge in the C implementation of coroutine support.Ned Batchelder2014-09-173-66/+191
|\
| * Temporary debugging tweaks to testsNed Batchelder2014-07-311-1/+14
| * Update tests for really testing gevent with a C extension.Ned Batchelder2014-07-311-2/+2
| * Remove a TODONed Batchelder2014-07-261-1/+1
| * Finish implementation of coroutine_id_func in C tracer, but it doesn't make g...Ned Batchelder2014-07-261-15/+77
| * Refactor DataStack code into its own functionsNed Batchelder2014-07-251-39/+79
| * Refactor some C tracer code in prep for data stacksNed Batchelder2014-07-201-57/+59
| * An option to not run the PyTracer testsNed Batchelder2014-07-201-0/+3
| * Start implementing coroutine tracing in C tracer, will be hard :(Ned Batchelder2014-07-201-0/+18
* | Remove more commented-out code. #274.Ned Batchelder2014-09-171-6/+1
* | Gevent, etc, support finally works. #149Ned Batchelder2014-09-174-47/+58
* | Forgot to add the new file...Ned Batchelder2014-09-161-0/+268
* | Move test helpers into the coverage package so others can use themNed Batchelder2014-09-154-264/+10
* | Refactor the test tests tooNed Batchelder2014-09-151-12/+16
* | Also refactor the temp file management.Ned Batchelder2014-09-141-87/+87
* | Refactor the base test case into separate mixins using addCleanupNed Batchelder2014-09-142-81/+117
* | Don't ask people to pass source back into CodeUnitsNed Batchelder2014-09-142-14/+19
* | Progress on pluginsNed Batchelder2014-09-147-71/+273
* | Move dispositions closer to useful pluginsNed Batchelder2014-09-065-75/+189
* | Minor cleanup of environment variable debuggingNed Batchelder2014-08-291-6/+5
* | Make CoveragePlugin importable from coverageNed Batchelder2014-08-224-6/+7
* | Forgotten filesNed Batchelder2014-08-214-0/+116
* | More-serious plugin supportNed Batchelder2014-08-214-22/+75
* | Rename extensions to plugins, since extensions reminds me of parts of filenamesNed Batchelder2014-08-206-44/+46
* | Also update the docs for the Coverage name.Ned Batchelder2014-08-192-4/+8
* | The class should be called CoverageNed Batchelder2014-08-192-4/+7
* | Use a set where a set is appropriateNed Batchelder2014-08-193-6/+4
* | Latest better names in templite.pyNed Batchelder2014-08-091-22/+23
* | Add a FAQ about slowness due to PyTracerNed Batchelder2014-07-211-0/+13
|/
* Closed a ticket about branch summarizationNed Batchelder2014-07-181-1/+2
* Crazy debugging output for tracking down gevent weirdnessNed Batchelder2014-07-131-7/+33
* Improve branch summarizationNed Batchelder2014-07-084-25/+50
* Fix up the coroutine tests, now eventlet works? But gevent still doesn'tNed Batchelder2014-07-061-19/+42
* Read options from setup.cfg if .coveragerc not around. #304Ned Batchelder2014-07-054-61/+133
* Add Anthony Sottile to AUTHORS, and mention his pull request in CHANGESNed Batchelder2014-07-052-0/+4
* Merged in asottile/coverage.py/fix_source_encoding (pull request #38)Ned Batchelder2014-07-052-1/+6
|\
| * Fix non-comment encoding detection.Anthony Sottile2014-06-292-1/+6
* | Merged in the Django workNed Batchelder2014-07-0411-78/+292
|\ \ | |/ |/|
| * Crazy-ugly start to extensions for Django and MakoNed Batchelder2014-07-047-44/+114
| * Add a missing docstring. Pylint didn't mind??Ned Batchelder2014-06-181-0/+9
| * Add a missing word to the docsNed Batchelder2014-06-181-1/+1
| * should_trace now returns a FileDisposition objectNed Batchelder2014-06-153-42/+67
| * Hacked-in django template supportNed Batchelder2014-06-125-25/+135
|/
* Prevent UnicodeDecodeErrors in html report. #303Ned Batchelder2014-06-113-30/+39
* Add detail to the UnicodeDecodeError for #303Ned Batchelder2014-06-092-2/+31