summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't need this branch any more: c-coroutinec-coroutineNed Batchelder2014-11-250-0/+0
* Temporary debugging tweaks to testsNed Batchelder2014-07-311-3/+16
* Update tests for really testing gevent with a C extension.Ned Batchelder2014-07-310-0/+0
* Remove a TODONed Batchelder2014-07-261-15/+77
* Finish implementation of coroutine_id_func in C tracer, but it doesn't make g...Ned Batchelder2014-07-260-0/+0
* 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/+77
* 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-200-0/+0
* 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-0513-79/+298
|\
| * Merged in the Django workNed Batchelder2014-07-041-1/+1
| |\
| * | 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-180-0/+0
| * | should_trace now returns a FileDisposition objectNed Batchelder2014-06-153-42/+67
| * | Hacked-in django template supportNed Batchelder2014-06-125-25/+135
| |/
* | Fix non-comment encoding detection.Anthony Sottile2014-06-290-0/+0
|/
* Prevent UnicodeDecodeErrors in html report. #303Ned Batchelder2014-06-113-30/+39
* Add detail to the UnicodeDecodeError for #303Ned Batchelder2014-06-092-2/+31
* Remove old stuff for old PythonsNed Batchelder2014-06-033-50/+37
* Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-035-29/+56
* Make the test match the code betterNed Batchelder2014-06-031-1/+1
* Remove debuggingNed Batchelder2014-06-031-1/+0
* Fix the new FnmatchMatcher for >100 patternsNed Batchelder2014-06-034-3/+12
* Avoid filling the fnmatch cacheNed Batchelder2014-06-022-15/+10
* Restore the intent of this testNed Batchelder2014-06-021-3/+9
* Clean up the merged pull requestNed Batchelder2014-06-014-9/+12
* Merged in rdn_/coverage.py (pull request #35)Ned Batchelder2014-06-014-1/+102
|\
| * minor comment fixSteve2014-05-261-2/+2
| * Fix formatting when no missing lines; improve testsSteve2014-05-263-6/+57
| * Tests for --branch --show-missing summary; update AUTHORS.txtSteve2014-05-262-0/+50
| * Add branch misses to stdout reportSteve2014-05-230-0/+0
* | Adapt to the full_line_map change in MakoNed Batchelder2014-05-271-2/+6
|/
* Clean up codeunit, as usualNed Batchelder2014-05-201-5/+5
* Improved Mako support. Needs Mako tipNed Batchelder2014-05-202-52/+33
* Switch some uses of old command line syntax to newNed Batchelder2014-05-189-34/+34
* Continued refactoring of CodeUnitNed Batchelder2014-05-187-41/+38
* Modernize annotate.pyNed Batchelder2014-05-181-43/+35
* Include all files when annotating, not just relative ones. #57Ned Batchelder2014-05-182-3/+4
* Move shell globbing into cmdline.pyNed Batchelder2014-05-182-12/+16
* MergedNed Batchelder2014-05-184-38/+46
|\
| * A bit of refactoring, inching slowly toward nicer CodeUnitsNed Batchelder2014-05-182-18/+22
| * Minor minorNed Batchelder2014-05-171-6/+8
| * Some day I will remember to fix pylint things before I check in the code.Ned Batchelder2014-05-172-14/+16