summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cprofile.py
Commit message (Expand)AuthorAgeFilesLines
* gh-100762: Fix optimization in gen_close (#111069)Irit Katriel2023-10-251-2/+2
* GH-106152: Add PY_THROW event to cProfile (GH-106161)Tian Gao2023-06-291-0/+20
* gh-103533: Use PEP 669 APIs for cprofile (GH-103534)Tian Gao2023-05-051-5/+14
* gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)Irit Katriel2023-04-061-1/+1
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+1
* bpo-37069: tests use catch_unraisable_exception() (GH-13762)Victor Stinner2019-06-031-20/+12
* bpo-32512: Add -m option to profile for profiling modules (#5132)Mario Corchero2018-11-051-13/+0
* bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)Stéphane Wirtel2018-10-171-1/+7
* bpo-29235: Make cProfile.Profile a context manager (GH-6808)Scott Sanderson2018-06-011-0/+27
* bpo-21862: Add -m option to cProfile for profiling modules (#4297)Sanyam Khurana2017-11-081-0/+14
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+1
* Issue #21863: cProfile now displays the module name of C extension functions,...Antoine Pitrou2014-06-281-5/+5
* touch _lsprof's clear() method for C code coverageChristian Heimes2013-12-051-0/+1
* profile/cProfile: add tests for run() and runctx() functionsGiampaolo Rodola'2013-02-121-0/+2
* Issue #12400: test_cprofile now restores correctly the previous sys.stderrVictor Stinner2011-06-291-10/+13
* Windows can't remove a file before it is closedAntoine Pitrou2010-10-291-1/+1
* Properly close a test file in test_cprofile.Brett Cannon2010-10-291-9/+10
* Merged revisions 73064 via svnmerge fromAntoine Pitrou2009-05-301-0/+1
* Merged revisions 66677,66700 via svnmerge fromBenjamin Peterson2008-10-071-1/+15
* a trival fix to let test_profile pass if it runs after test_cprofileBenjamin Peterson2008-10-061-3/+7
* unbreak test_cprofileBenjamin Peterson2008-10-061-0/+72