summaryrefslogtreecommitdiff
path: root/Lib/test/test_sys_settrace.py
Commit message (Expand)AuthorAgeFilesLines
* #17413: make sure settrace funcs get passed exception instances for 'value'.R David Murray2013-04-191-0/+23
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | merge 3.2 (#14612)Benjamin Peterson2012-04-181-0/+11
|\ \ | |/
| * SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...Benjamin Peterson2012-04-181-0/+11
* | Merge from 3.2Amaury Forgeot d'Arc2011-10-051-2/+2
|\ \ | |/
| * Enable the only tests for sys.gettraceAmaury Forgeot d'Arc2011-10-051-2/+2
* | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+10
|/
* Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-251-0/+790