Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The test for #5330 wasn't correct. | Antoine Pitrou | 2009-05-30 | 1 | -1/+1 |
* | Issue #5330: C functions called with keyword arguments were not reported by | Antoine Pitrou | 2009-05-30 | 1 | -0/+20 |
* | Some tests did not pass on repeated calls (regrtest -R::) | Amaury Forgeot d'Arc | 2008-04-18 | 1 | -2/+3 |
* | * Use the same code to profile for test_profile and test_cprofile. | Georg Brandl | 2008-02-05 | 1 | -114/+157 |
* | 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 |