summaryrefslogtreecommitdiff
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* Merged revisions 85000 via svnmerge fromAlexander Belopolsky2010-09-261-0/+2
* Merged revisions 84994 via svnmerge fromAlexander Belopolsky2010-09-241-3/+22
* Removed debugging settingAlexander Belopolsky2010-09-131-1/+1
* Issue #9315: Fix for the trace module to record correct class nameAlexander Belopolsky2010-09-131-0/+320
* Redo r83142 merge manually. QOTD: svnmerge isn't really your best friendAlexander Belopolsky2010-07-281-214/+0
* Reverted r83142: add Lib/test/test_trace.py backAlexander Belopolsky2010-07-281-0/+214
* Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-789/+0
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* #4547: When debugging a very large function, it was not alwaysAmaury Forgeot d'Arc2009-06-011-0/+17
* Fix issue #1689458 by teaching frame_setlineno how to jump to the first line ofJeffrey Yasskin2009-05-201-0/+21
* While I was modifying test_trace, it threw an exception when I accidentallyJeffrey Yasskin2009-05-181-1/+1
* Disable gc when running test_trace, or we may record the __del__ of collected...Amaury Forgeot d'Arc2008-04-241-0/+12
* 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