aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAge
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* Merged revisions 85000 via svnmerge fromAlexander Belopolsky2010-09-24
* Merged revisions 84994 via svnmerge fromAlexander Belopolsky2010-09-24
* Issue 9315: Removed list comprehention test.Alexander Belopolsky2010-09-16
* Merged revisions 84780-84781 via svnmerge fromAlexander Belopolsky2010-09-13
* Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-25
* Reverted r83143: svnmerge failed to add new namesAlexander Belopolsky2010-07-25
* Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-25
* Merged revisions 73114 via svnmerge fromAmaury Forgeot d'Arc2009-06-01
* Merged revisions 72776,72796 via svnmerge fromJeffrey Yasskin2009-05-20
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-04
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-06
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-20
* Correction for issue1265 (pdb bug with "with" statement).Amaury Forgeot d'Arc2007-11-13
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-25
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Disable some tests in anticipation of merging ast-branch to the headJeremy Hylton2005-10-20
* Port from the Python 2.4 branch, patches for SF bug # 900092,Barry Warsaw2005-08-15
* The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even inArmin Rigo2004-03-22
* Fix (really) for tight loop line eventsNicholas Bastin2004-03-22
* Test for tight loop line event fix, SF bug #765624Nicholas Bastin2004-03-22
* Test for lack of implicit return line eventNicholas Bastin2004-03-22
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Armin Rigo's fix & test forMichael W. Hudson2003-04-29
* This is Richie Hindle's patchMichael W. Hudson2002-12-17
* Whitespace normalization.Tim Peters2002-11-09
* This is Richie Hindle's patch:Michael W. Hudson2002-11-08
* Fix for the recursion_level bug Armin Rigo reported in sfMichael W. Hudson2002-10-02
* A slight change to SET_LINENO-less tracing.Michael W. Hudson2002-09-11
* Bunch more tests.Michael W. Hudson2002-09-11
* Further SET_LINENO reomval fixes. See comments in patch #587933.Michael W. Hudson2002-08-30