summaryrefslogtreecommitdiff
path: root/coverage/ctracer
Commit message (Expand)AuthorAgeFilesLines
* A new kind of plug-in: configurers. #563Ned Batchelder2018-01-061-2/+2
* FIX always remove the callback from the callback itselffix-thread-safetyOlivier Grisel2017-09-041-1/+4
* FIX thread-safe Collector.save_data()Olivier Grisel2017-08-101-0/+8
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-141-2/+2
* Properly round-trip the trace function even when not measuring coverage. #575Ned Batchelder2017-05-022-3/+12
* Collecting continues after saving data. #79 #448Ned Batchelder2017-03-032-2/+28
* Fix a little EnglishNed Batchelder2017-03-031-1/+1
* Simplify stack management in CTracerNed Batchelder2017-03-034-41/+50
* Prevent a hard crash when starting coverage thousands of timesNed Batchelder2016-12-291-0/+1
* A better name for a statNed Batchelder2016-11-122-4/+4
* Allow for the possibility of null-testingNed Batchelder2016-11-122-0/+9
* A macro for extreme debugging.Ned Batchelder2016-11-121-0/+3
* Entry arcs now use the negative first line of the code object instead of -1.Ned Batchelder2016-03-021-1/+6
* Make a BOOL type for the C code.Ned Batchelder2016-01-304-4/+5
* Merged who-tests-what-170Ned Batchelder2016-01-303-40/+40
|\
| * Clean up in the C codeNed Batchelder2016-01-302-26/+23
| * If STATS is enabled, all STATS() have to be after declarationsNed Batchelder2015-11-241-1/+1
| * Possible fix for #445 and #420Ned Batchelder2015-11-211-13/+16
* | Clean up WTW so that it is safe to mergeNed Batchelder2016-01-302-4/+2
* | Fix a bad variableNed Batchelder2016-01-301-1/+1
* | WIP: record contexts for who tests whatNed Batchelder2015-11-145-2/+70
* | TRUE and FALSE for booleansNed Batchelder2015-11-142-4/+8
|/
* Fix a C declarationNed Batchelder2015-11-011-1/+2
* whitespace...Ned Batchelder2015-11-011-2/+2
* Fix settrace(py_func). #436.Ned Batchelder2015-11-011-8/+33
* No more speed penalty for settrace(gettrace()). #397.Ned Batchelder2015-10-031-0/+4
* Quiet some C compiler warnings.Ned Batchelder2015-08-302-4/+5
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-082-3/+3
* Windows compiler wants at least one member in a structNed Batchelder2015-08-011-1/+1
* This is the right way to share the type objects between .h and .cNed Batchelder2015-08-012-2/+2
* Split tracer.c into smaller filesNed Batchelder2015-08-019-388/+468
* Move tracer.c into a subdirectory, so we can split it up.Ned Batchelder2015-08-011-0/+1415