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
*
gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)
Furkan Onder
2022-11-28
1
-0/+10
*
bpo-37971: fix the position of decorator application (GH-30027)
Carl Friedrich Bolz-Tereick
2021-12-10
1
-3/+3
*
bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)
Irit Katriel
2021-12-07
1
-0/+5
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
1
-1/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
1
-1/+2
*
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
Serhiy Storchaka
2020-06-28
1
-13/+21
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-3/+6
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
1
-3/+2
*
Add option to trace to run modules (GH-5134)
Mario Corchero
2019-06-01
1
-1/+6
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
1
-0/+12
*
bpo-34876: Change the lineno of the AST for decorated function and class. (GH...
Serhiy Storchaka
2018-10-30
1
-0/+44
*
bpo-34171: Fix test_trace. (GH-8940)
Serhiy Storchaka
2018-08-27
1
-3/+6
*
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
Serhiy Storchaka
2018-08-25
1
-0/+5
*
bpo-26818: Add a test to make sure the bug is fixed (GH-8664)
Berker Peksag
2018-08-11
1
-0/+22
*
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...
Michael Selik
2018-05-01
1
-0/+41
*
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
Kyle Altendorf
2018-02-17
1
-0/+10
*
Issue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka
2016-11-11
1
-4/+4
|
\
|
*
Issue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka
2016-11-11
1
-4/+4
*
|
Issue22642 - Convert trace module's option handling mechanism from getopt to ...
Senthil Kumaran
2016-01-13
1
-0/+22
*
|
Issue #26069: Remove the deprecated apis in the trace module.
Senthil Kumaran
2016-01-11
1
-47/+1
|
/
*
Issue 24215: Added tests for more builtin types in test_pprint.
Serhiy Storchaka
2015-05-20
1
-8/+4
|
\
|
*
Issue 24215: Added tests for more builtin types in test_pprint.
Serhiy Storchaka
2015-05-20
1
-8/+4
*
|
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-2/+2
*
|
Fixes #10541: regrtest -T is broken
Alexander Belopolsky
2014-06-29
1
-1/+5
|
/
*
#17143: fix buildbot failures on Windows.
Ezio Melotti
2013-02-20
1
-5/+6
*
#17143: fix a missing import in the trace module. Initial patch by Berker Pe...
Ezio Melotti
2013-02-15
1
-0/+45
*
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
1
-2/+2
*
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-1/+1
*
#11565: Merge with 3.2.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
|
\
|
|
*
#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-24
1
-0/+2
|
|
*
Merged revisions 84994 via svnmerge from
Alexander Belopolsky
2010-09-24
1
-3/+22
|
|
*
Issue 9315: Removed list comprehention test.
Alexander Belopolsky
2010-09-16
1
-22/+0
|
|
*
Merged revisions 84780-84781 via svnmerge from
Alexander Belopolsky
2010-09-13
1
-0/+322
|
|
*
Merged revisions 83140-83141 via svnmerge from
Alexander Belopolsky
2010-07-25
1
-790/+0
|
|
*
Reverted r83143: svnmerge failed to add new names
Alexander Belopolsky
2010-07-25
1
-0/+790
|
|
*
Merged revisions 83140-83141 via svnmerge from
Alexander Belopolsky
2010-07-25
1
-790/+0
*
|
|
Issue #10992: make tests pass when run under coverage.
Brett Cannon
2011-02-22
1
-0/+4
*
|
|
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
1
-0/+7
|
/
/
*
|
Fixed deprecation warnings.
Alexander Belopolsky
2010-11-26
1
-2/+2
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-1/+1
*
|
Fixed unit test failure on Windows
Alexander Belopolsky
2010-11-08
1
-4/+5
*
|
Streamlined code in trace.Ignore and added unit tests.
Alexander Belopolsky
2010-11-08
1
-0/+14
*
|
This should fix buildbot failure introduced by r84994
Alexander Belopolsky
2010-09-24
1
-0/+2
*
|
Issue #9936: Fixed executable lines' search in the trace module.
Alexander Belopolsky
2010-09-24
1
-3/+22
*
|
Removed debugging setting
Alexander Belopolsky
2010-09-13
1
-1/+0
*
|
Issue #9315: Fix for the trace module to record correct class name
Alexander Belopolsky
2010-09-13
1
-6/+282
[next]