aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_profile.py
Commit message (Expand)AuthorAge
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-04
* bpo-40492: Fix --outfile with relative path when the program changes it worki...Anthony Sottile2020-10-18
* bpo-40275: Use new test.support helper submodules in tests (GH-21315)Hai Shi2020-07-06
* bpo-32512: Add -m option to profile for profiling modules (#5132)Mario Corchero2018-11-05
* closes bpo-33445: fail properly in test_cprofile() (GH-6727)jdemeyer2018-05-08
* fix NameError exception in test_profileGiampaolo Rodola'2013-02-12
* profile/cProfile: add tests for run() and runctx() functionsGiampaolo Rodola'2013-02-12
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-05
* use assert[Not]In where appropriateEzio Melotti2010-01-23
* Merged revisions 73064 via svnmerge fromAntoine Pitrou2009-05-30
* a trival fix to let test_profile pass if it runs after test_cprofileBenjamin Peterson2008-10-06
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-19
* Change test_profile to only compare data that originates from the test file.Brett Cannon2008-03-01
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-06
* Added the cProfile module.Armin Rigo2006-02-08
* test and fix for buggy handling of exceptions raised by C functions,Armin Rigo2005-09-20
* Whitespace normalization.Tim Peters2004-07-08
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-22
* Whitespace normalization.Tim Peters2001-10-04
* Hopefully fix the profiler right. Add a test suite that checks thatGuido van Rossum2001-10-04