summaryrefslogtreecommitdiff
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAgeFilesLines
* 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