summaryrefslogtreecommitdiff
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+12
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-3/+58
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-0/+14
* Correction for issue1265 (pdb bug with "with" statement).Amaury Forgeot d'Arc2007-11-131-2/+47
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-4/+4
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-12/+12
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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