summaryrefslogtreecommitdiffstats
path: root/Modules/_lsprof.c
Commit message (Expand)AuthorAgeFilesLines
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-3/+3
* Patch #1733973 by peaker:Armin Rigo2007-09-061-2/+14
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-3/+3
* 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