Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If STATS is enabled, all STATS() have to be after declarations | Ned Batchelder | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | Possible fix for #445 and #420 | Ned Batchelder | 2015-11-21 | 1 | -13/+16 |
| | | | | | The line that seems to break #445 is the import of weakref, even if we never use it. Delaying the import until we need it seems to fix #445. | ||||
* | 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 | 2 | -4/+5 |
| | |||||
* | 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 | 2 | -3/+3 |
| | |||||
* | Windows compiler wants at least one member in a struct | Ned Batchelder | 2015-08-01 | 1 | -1/+1 |
| | |||||
* | This is the right way to share the type objects between .h and .c | Ned Batchelder | 2015-08-01 | 2 | -2/+2 |
| | |||||
* | Split tracer.c into smaller files | Ned Batchelder | 2015-08-01 | 9 | -388/+468 |
| | |||||
* | Move tracer.c into a subdirectory, so we can split it up. | Ned Batchelder | 2015-08-01 | 1 | -0/+1415 |