Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c1b76e4aaa094eae58abe96628b958c8fe40639d
/
Lib
/
test
/
test_trace.py
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