summaryrefslogtreecommitdiff
path: root/Modules/_lsprof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a refleak introduced by r66678 (backport of r66700).Brett Cannon2008-09-301-10/+1
* Backport of r66677: _lsprof crasher when a bad external timer is used duringBrett Cannon2008-09-291-1/+10
* Backport of r58004.Armin Rigo2007-09-061-2/+14
* Initialize structseq types only once.Martin v. Löwis2006-04-161-2/+8
* Thanks to Coverity, these were all reported by their Prevent tool.Neal Norwitz2006-03-071-0/+2
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-2/+2
* The default timer unit was incorrectly measured in milliseconds insteadArmin Rigo2006-02-101-3/+3
* Added the cProfile module.Armin Rigo2006-02-081-0/+867