summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAgeFilesLines
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)Furkan Onder2022-11-281-0/+10
* bpo-37971: fix the position of decorator application (GH-30027)Carl Friedrich Bolz-Tereick2021-12-101-3/+3
* bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)Irit Katriel2021-12-071-0/+5
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-151-1/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-21449)Hai Shi2020-08-031-1/+2
* bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)Serhiy Storchaka2020-06-281-13/+21
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-3/+6
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-051-3/+2
* Add option to trace to run modules (GH-5134)Mario Corchero2019-06-011-1/+6
* bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-04-011-0/+12
* bpo-34876: Change the lineno of the AST for decorated function and class. (GH...Serhiy Storchaka2018-10-301-0/+44
* bpo-34171: Fix test_trace. (GH-8940)Serhiy Storchaka2018-08-271-3/+6
* bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)Serhiy Storchaka2018-08-251-0/+5
* bpo-26818: Add a test to make sure the bug is fixed (GH-8664)Berker Peksag2018-08-111-0/+22
* bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...Michael Selik2018-05-011-0/+41
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Kyle Altendorf2018-02-171-0/+10
* Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-4/+4
|\
| * Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-4/+4
* | Issue22642 - Convert trace module's option handling mechanism from getopt to ...Senthil Kumaran2016-01-131-0/+22
* | Issue #26069: Remove the deprecated apis in the trace module.Senthil Kumaran2016-01-111-47/+1
|/
* Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-201-8/+4
|\
| * Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-201-8/+4
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-2/+2
* | Fixes #10541: regrtest -T is brokenAlexander Belopolsky2014-06-291-1/+5
|/
* #17143: fix buildbot failures on Windows.Ezio Melotti2013-02-201-5/+6
* #17143: fix a missing import in the trace module. Initial patch by Berker Pe...Ezio Melotti2013-02-151-0/+45
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-2/+2
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-1/+1
* #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
| |\
| | * #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-241-0/+2
| | * Merged revisions 84994 via svnmerge fromAlexander Belopolsky2010-09-241-3/+22
| | * Issue 9315: Removed list comprehention test.Alexander Belopolsky2010-09-161-22/+0
| | * Merged revisions 84780-84781 via svnmerge fromAlexander Belopolsky2010-09-131-0/+322
| | * Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-790/+0
| | * Reverted r83143: svnmerge failed to add new namesAlexander Belopolsky2010-07-251-0/+790
| | * Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-790/+0
* | | Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-221-0/+4
* | | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+7
|/ /
* | Fixed deprecation warnings.Alexander Belopolsky2010-11-261-2/+2
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* | Fixed unit test failure on WindowsAlexander Belopolsky2010-11-081-4/+5
* | Streamlined code in trace.Ignore and added unit tests.Alexander Belopolsky2010-11-081-0/+14
* | This should fix buildbot failure introduced by r84994Alexander Belopolsky2010-09-241-0/+2
* | Issue #9936: Fixed executable lines' search in the trace module.Alexander Belopolsky2010-09-241-3/+22
* | Removed debugging settingAlexander Belopolsky2010-09-131-1/+0
* | Issue #9315: Fix for the trace module to record correct class nameAlexander Belopolsky2010-09-131-6/+282