aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_trace.py
Commit message (Expand)AuthorAge
* gh-118846: Fix free-threading test failures when run sequentially (#118864)Sam Gross2024-05-10
* gh-103956: Fix `trace` output in case of missing source line (GH-103958)Radislav Chugunov2024-05-09
* gh-68403: Fix test_coverage in test_trace (GH-108910)Serhiy Storchaka2023-09-07
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-02
* gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)Carl Meyer2023-05-09
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)Furkan Onder2022-11-28
* bpo-37971: fix the position of decorator application (GH-30027)Carl Friedrich Bolz-Tereick2021-12-11
* bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)Irit Katriel2021-12-07
* bpo-45020: Freeze some of the modules imported during startup. (gh-28335)Eric Snow2021-09-15
* bpo-40275: Use new test.support helper submodules in tests (GH-21449)Hai Shi2020-08-03
* bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)Serhiy Storchaka2020-06-28
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-25
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-30
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-05
* Add option to trace to run modules (GH-5134)Mario Corchero2019-06-01
* bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-04-01
* bpo-34876: Change the lineno of the AST for decorated function and class. (GH...Serhiy Storchaka2018-10-30
* bpo-34171: Fix test_trace. (GH-8940)Serhiy Storchaka2018-08-27
* bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)Serhiy Storchaka2018-08-25
* bpo-26818: Add a test to make sure the bug is fixed (GH-8664)Berker Peksag2018-08-11
* bpo-31908: Fix output of cover files for trace module command-line tool. (GH-...Michael Selik2018-05-01
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Kyle Altendorf2018-02-17
* Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-11
|\
| * Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-11
* | Issue22642 - Convert trace module's option handling mechanism from getopt to ...Senthil Kumaran2016-01-13
* | Issue #26069: Remove the deprecated apis in the trace module.Senthil Kumaran2016-01-11
|/
* Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-20
|\
| * Issue 24215: Added tests for more builtin types in test_pprint.Serhiy Storchaka2015-05-20
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* | Fixes #10541: regrtest -T is brokenAlexander Belopolsky2014-06-29
|/
* #17143: fix buildbot failures on Windows.Ezio Melotti2013-02-20
* #17143: fix a missing import in the trace module. Initial patch by Berker Pe...Ezio Melotti2013-02-15
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-26
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-14
* #11565: Merge with 3.2.Ezio Melotti2011-03-16
|\
| * #11565: Merge with 3.1.Ezio Melotti2011-03-16
| |\
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
| | * Merged revisions 85000 via svnmerge fromAlexander Belopolsky2010-09-24
| | * Merged revisions 84994 via svnmerge fromAlexander Belopolsky2010-09-24
| | * Issue 9315: Removed list comprehention test.Alexander Belopolsky2010-09-16
| | * Merged revisions 84780-84781 via svnmerge fromAlexander Belopolsky2010-09-13
| | * Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-25
| | * Reverted r83143: svnmerge failed to add new namesAlexander Belopolsky2010-07-25
| | * Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-25
* | | Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-22
* | | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-21
|/ /
* | Fixed deprecation warnings.Alexander Belopolsky2010-11-26
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* | Fixed unit test failure on WindowsAlexander Belopolsky2010-11-08