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