summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAgeFilesLines
* Change r60575 broke test_compile:Amaury Forgeot d'Arc2008-02-051-0/+9
* #1750076: Debugger did not step on every iteration of a while statement.Amaury Forgeot d'Arc2008-02-041-3/+48
* #1648: add sys.gettrace() and sys.getprofile().Georg Brandl2008-01-201-0/+14
* Merge from py3k branch:Amaury Forgeot d'Arc2007-11-131-2/+47
* Bug #1191458: tracing over for loops now produces a line eventNeal Norwitz2006-08-041-2/+2
* Generate line number table entries for except handlers.Jeremy Hylton2006-04-041-25/+37
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-201-16/+21
* Port from the Python 2.4 branch, patches for SF bug # 900092,Barry Warsaw2005-08-151-0/+1
* The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even inArmin Rigo2004-03-221-0/+23
* Fix (really) for tight loop line eventsNicholas Bastin2004-03-221-1/+2
* Test for tight loop line event fix, SF bug #765624Nicholas Bastin2004-03-221-0/+25
* Test for lack of implicit return line eventNicholas Bastin2004-03-221-9/+27
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+5
* Armin Rigo's fix & test forMichael W. Hudson2003-04-291-0/+21
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-0/+289
* Whitespace normalization.Tim Peters2002-11-091-9/+9
* This is Richie Hindle's patch:Michael W. Hudson2002-11-081-6/+31
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-021-0/+20
* A slight change to SET_LINENO-less tracing.Michael W. Hudson2002-09-111-1/+1
* Bunch more tests.Michael W. Hudson2002-09-111-9/+83
* Further SET_LINENO reomval fixes. See comments in patch #587933.Michael W. Hudson2002-08-301-0/+110