Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Entry arcs now use the negative first line of the code object instead of -1. | Ned Batchelder | 2016-03-02 | 1 | -1/+6 |
* | Make a BOOL type for the C code. | Ned Batchelder | 2016-01-30 | 1 | -1/+1 |
* | Merged who-tests-what-170 | Ned Batchelder | 2016-01-30 | 1 | -6/+66 |
|\ | |||||
| * | Clean up WTW so that it is safe to merge | Ned Batchelder | 2016-01-30 | 1 | -2/+2 |
| * | Fix a bad variable | Ned Batchelder | 2016-01-30 | 1 | -1/+1 |
| * | WIP: record contexts for who tests what | Ned Batchelder | 2015-11-14 | 1 | -2/+62 |
| * | TRUE and FALSE for booleans | Ned Batchelder | 2015-11-14 | 1 | -4/+4 |
* | | Clean up in the C code | Ned Batchelder | 2016-01-30 | 1 | -2/+1 |
* | | Possible fix for #445 and #420 | Ned Batchelder | 2015-11-21 | 1 | -13/+16 |
|/ | |||||
* | Fix a C declaration | Ned Batchelder | 2015-11-01 | 1 | -1/+2 |
* | whitespace... | Ned Batchelder | 2015-11-01 | 1 | -2/+2 |
* | Fix settrace(py_func). #436. | Ned Batchelder | 2015-11-01 | 1 | -8/+33 |
* | No more speed penalty for settrace(gettrace()). #397. | Ned Batchelder | 2015-10-03 | 1 | -0/+4 |
* | Quiet some C compiler warnings. | Ned Batchelder | 2015-08-30 | 1 | -3/+4 |
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -1/+1 |
* | Too many things named "arcs". Rename the booleans. | Ned Batchelder | 2015-08-08 | 1 | -2/+2 |
* | Split tracer.c into smaller files | Ned Batchelder | 2015-08-01 | 1 | -388/+12 |
* | Move tracer.c into a subdirectory, so we can split it up. | Ned Batchelder | 2015-08-01 | 1 | -0/+1415 |