Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a51f12f154baef9e10698f43bd19b36d01af62f4
/
Lib
/
test
/
test_trace.py
1e4b73f
Issue #19398: Extra slash no longer added to sys.path components in case of
by Serhiy Storchaka
· 9 years ago
c2077b0
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
81acdb4
Merged revisions 85000 via svnmerge from
by Alexander Belopolsky
· 15 years ago
517185e
Merged revisions 84994 via svnmerge from
by Alexander Belopolsky
· 15 years ago
93ae8a6
Removed debugging setting
by Alexander Belopolsky
· 15 years ago
9d17da3
Issue #9315: Fix for the trace module to record correct class name
by Alexander Belopolsky
· 15 years ago
9d12ceb
Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend
by Alexander Belopolsky
· 15 years ago
ca23784
Reverted r83142: add Lib/test/test_trace.py back
by Alexander Belopolsky
· 15 years ago
137e0b1
Merged revisions 83140-83141 via svnmerge from
by Alexander Belopolsky
· 15 years ago
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
b02ceda
#4547: When debugging a very large function, it was not always
by Amaury Forgeot d'Arc
· 16 years ago
c8d30fe
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
by Jeffrey Yasskin
· 16 years ago
61328ee
While I was modifying test_trace, it threw an exception when I accidentally
by Jeffrey Yasskin
· 16 years ago
48ebc26
Disable gc when running test_trace, or we may record the __del__ of collected objects.
by Amaury Forgeot d'Arc
· 17 years ago
99af7db
Change r60575 broke test_compile:
by Amaury Forgeot d'Arc
· 18 years ago
6fd03bb
#1750076: Debugger did not step on every iteration of a while statement.
by Amaury Forgeot d'Arc
· 18 years ago
5611289
#1648: add sys.gettrace() and sys.getprofile().
by Georg Brandl
· 18 years ago
0d75f09
Merge from py3k branch:
by Amaury Forgeot d'Arc
· 18 years ago
4ffedad
Bug #1191458: tracing over for loops now produces a line event
by Neal Norwitz
· 19 years ago
ed40ea1
Generate line number table entries for except handlers.
by Jeremy Hylton
· 19 years ago
bc2a62f
Disable some tests in anticipation of merging ast-branch to the head
by Jeremy Hylton
· 20 years ago
e2eca0b
Port from the Python 2.4 branch, patches for SF bug # 900092,
by Barry Warsaw
· 20 years ago
7069338
The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in
by Armin Rigo
· 21 years ago
ee6c9b8
Fix (really) for tight loop line events
by Nicholas Bastin
· 21 years ago
fa7bec7
Test for tight loop line event fix, SF bug #765624
by Nicholas Bastin
· 21 years ago
aea9459
Test for lack of implicit return line event
by Nicholas Bastin
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
58ee2af
Armin Rigo's fix & test for
by Michael W. Hudson
· 22 years ago
cfd3884
This is Richie Hindle's patch
by Michael W. Hudson
· 23 years ago
3de7526
Whitespace normalization.
by Tim Peters
· 23 years ago
006c752
This is Richie Hindle's patch:
by Michael W. Hudson
· 23 years ago
fb4d6ec
Fix for the recursion_level bug Armin Rigo reported in sf
by Michael W. Hudson
· 23 years ago
02ff6a9
A slight change to SET_LINENO-less tracing.
by Michael W. Hudson
· 23 years ago
519a342
Bunch more tests.
by Michael W. Hudson
· 23 years ago
53d58bb
Further SET_LINENO reomval fixes. See comments in patch #587933.
by Michael W. Hudson
· 23 years ago