index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_cprofile.py
Commit message (
Expand
)
Author
Age
*
gh-132737: Support profiling modules that require __main___ (#132738)
Aneesh Durg
6 days
*
gh-132250: Clear error in lsprof callback when method descriptor raises an ex...
Tian Gao
2025-04-08
*
gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (back...
sobolevn
2024-11-02
*
gh-120289: Disallow disable() and clear() in external timer to prevent use-af...
Tian Gao
2024-07-18
*
gh-100762: Fix optimization in gen_close (#111069)
Irit Katriel
2023-10-25
*
GH-106152: Add PY_THROW event to cProfile (GH-106161)
Tian Gao
2023-06-29
*
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
Tian Gao
2023-05-05
*
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel
2023-04-06
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
*
bpo-37069: tests use catch_unraisable_exception() (GH-13762)
Victor Stinner
2019-06-03
*
bpo-32512: Add -m option to profile for profiling modules (#5132)
Mario Corchero
2018-11-05
*
bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
Stéphane Wirtel
2018-10-17
*
bpo-29235: Make cProfile.Profile a context manager (GH-6808)
Scott Sanderson
2018-06-01
*
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
Sanyam Khurana
2017-11-08
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
Issue #21863: cProfile now displays the module name of C extension functions,...
Antoine Pitrou
2014-06-27
*
touch _lsprof's clear() method for C code coverage
Christian Heimes
2013-12-05
*
profile/cProfile: add tests for run() and runctx() functions
Giampaolo Rodola'
2013-02-12
*
Issue #12400: test_cprofile now restores correctly the previous sys.stderr
Victor Stinner
2011-06-30
*
Windows can't remove a file before it is closed
Antoine Pitrou
2010-10-29
*
Properly close a test file in test_cprofile.
Brett Cannon
2010-10-29
*
Merged revisions 73064 via svnmerge from
Antoine Pitrou
2009-05-30
*
Merged revisions 66677,66700 via svnmerge from
Benjamin Peterson
2008-10-07
*
a trival fix to let test_profile pass if it runs after test_cprofile
Benjamin Peterson
2008-10-06
*
unbreak test_cprofile
Benjamin Peterson
2008-10-06