summaryrefslogtreecommitdiff
path: root/Lib/test/test_sys_setprofile.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34126: Fix crashes while profiling invalid calls. (GH-8300) (GH-8371)Miss Islington (bot)2018-07-211-0/+16
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-10/+1
* PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...Raymond Hettinger2014-11-221-1/+0
* use assertion methodsBenjamin Peterson2010-10-171-2/+2
* disable the garbage collector while collecting traces, so that __del__s don't...Benjamin Peterson2010-10-171-3/+12
* remove rather pointless testBenjamin Peterson2010-10-171-8/+0
* Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-251-0/+385