| Commit message (Expand) | Author | Age |
* | bpo-45229: Remove test_main in many tests (GH-28405) | Serhiy Storchaka | 2021-09-19 |
* | bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145) | Inada Naoki | 2021-04-04 |
* | bpo-40492: Fix --outfile with relative path when the program changes it worki... | Anthony Sottile | 2020-10-18 |
* | bpo-40275: Use new test.support helper submodules in tests (GH-21315) | Hai Shi | 2020-07-06 |
* | bpo-32512: Add -m option to profile for profiling modules (#5132) | Mario Corchero | 2018-11-05 |
* | closes bpo-33445: fail properly in test_cprofile() (GH-6727) | jdemeyer | 2018-05-08 |
* | fix NameError exception in test_profile | Giampaolo Rodola' | 2013-02-12 |
* | profile/cProfile: add tests for run() and runctx() functions | Giampaolo Rodola' | 2013-02-12 |
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 |
* | Merged revisions 78678,78680,78682 via svnmerge from | Benjamin Peterson | 2010-03-05 |
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 |
* | Merged revisions 73064 via svnmerge from | Antoine Pitrou | 2009-05-30 |
* | a trival fix to let test_profile pass if it runs after test_cprofile | Benjamin Peterson | 2008-10-06 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-... | Christian Heimes | 2008-04-19 |
* | Change test_profile to only compare data that originates from the test file. | Brett Cannon | 2008-03-01 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 |
* | Added the cProfile module. | Armin Rigo | 2006-02-08 |
* | test and fix for buggy handling of exceptions raised by C functions, | Armin Rigo | 2005-09-20 |
* | Whitespace normalization. | Tim Peters | 2004-07-08 |
* | Added global runctx function to profile to fix SF Bug #716587 | Nicholas Bastin | 2004-03-22 |
* | Whitespace normalization. | Tim Peters | 2001-10-04 |
* | Hopefully fix the profiler right. Add a test suite that checks that | Guido van Rossum | 2001-10-04 |