summaryrefslogtreecommitdiff
path: root/lab/run_trace.py
Commit message (Collapse)AuthorAgeFilesLines
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-1/+1
|
* test: add version info to the run_trace helperNed Batchelder2021-06-041-0/+1
|
* Make this useful for py3 alsoNed Batchelder2018-11-031-1/+2
|
* print() is a function in Python 3cclauss2018-06-251-2/+2
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Make this lab program more useful for examining how trace functions work.Ned Batchelder2015-04-201-0/+32
--HG-- rename : lab/trace_sample.py => lab/run_trace.py