index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_trace.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-1/+1
*
Merged revisions 85000 via svnmerge from
Alexander Belopolsky
2010-09-26
1
-0/+2
*
Merged revisions 84994 via svnmerge from
Alexander Belopolsky
2010-09-24
1
-3/+22
*
Removed debugging setting
Alexander Belopolsky
2010-09-13
1
-1/+1
*
Issue #9315: Fix for the trace module to record correct class name
Alexander Belopolsky
2010-09-13
1
-0/+320
*
Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend
Alexander Belopolsky
2010-07-28
1
-214/+0
*
Reverted r83142: add Lib/test/test_trace.py back
Alexander Belopolsky
2010-07-28
1
-0/+214
*
Merged revisions 83140-83141 via svnmerge from
Alexander Belopolsky
2010-07-25
1
-789/+0
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
1
-1/+1
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-1/+1
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-1/+1
*
#4547: When debugging a very large function, it was not always
Amaury Forgeot d'Arc
2009-06-01
1
-0/+17
*
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
Jeffrey Yasskin
2009-05-20
1
-0/+21
*
While I was modifying test_trace, it threw an exception when I accidentally
Jeffrey Yasskin
2009-05-18
1
-1/+1
*
Disable gc when running test_trace, or we may record the __del__ of collected...
Amaury Forgeot d'Arc
2008-04-24
1
-0/+12
*
Change r60575 broke test_compile:
Amaury Forgeot d'Arc
2008-02-05
1
-0/+9
*
#1750076: Debugger did not step on every iteration of a while statement.
Amaury Forgeot d'Arc
2008-02-04
1
-3/+48
*
#1648: add sys.gettrace() and sys.getprofile().
Georg Brandl
2008-01-20
1
-0/+14
*
Merge from py3k branch:
Amaury Forgeot d'Arc
2007-11-13
1
-2/+47
*
Bug #1191458: tracing over for loops now produces a line event
Neal Norwitz
2006-08-04
1
-2/+2
*
Generate line number table entries for except handlers.
Jeremy Hylton
2006-04-04
1
-25/+37
*
Disable some tests in anticipation of merging ast-branch to the head
Jeremy Hylton
2005-10-20
1
-16/+21
*
Port from the Python 2.4 branch, patches for SF bug # 900092,
Barry Warsaw
2005-08-15
1
-0/+1
*
The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in
Armin Rigo
2004-03-22
1
-0/+23
*
Fix (really) for tight loop line events
Nicholas Bastin
2004-03-22
1
-1/+2
*
Test for tight loop line event fix, SF bug #765624
Nicholas Bastin
2004-03-22
1
-0/+25
*
Test for lack of implicit return line event
Nicholas Bastin
2004-03-22
1
-9/+27
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+5
*
Armin Rigo's fix & test for
Michael W. Hudson
2003-04-29
1
-0/+21
*
This is Richie Hindle's patch
Michael W. Hudson
2002-12-17
1
-0/+289
*
Whitespace normalization.
Tim Peters
2002-11-09
1
-9/+9
*
This is Richie Hindle's patch:
Michael W. Hudson
2002-11-08
1
-6/+31
*
Fix for the recursion_level bug Armin Rigo reported in sf
Michael W. Hudson
2002-10-02
1
-0/+20
*
A slight change to SET_LINENO-less tracing.
Michael W. Hudson
2002-09-11
1
-1/+1
*
Bunch more tests.
Michael W. Hudson
2002-09-11
1
-9/+83
*
Further SET_LINENO reomval fixes. See comments in patch #587933.
Michael W. Hudson
2002-08-30
1
-0/+110