summaryrefslogtreecommitdiff
path: root/Modules/_lsprof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix docstring of Profiler class (GH-8651)Miss Islington (bot)2018-08-031-2/+2
* consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)Benjamin Peterson2017-09-131-2/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-576/+576
* Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,Victor Stinner2010-03-041-1/+6
* Fix a refleak introduced by r66677.Brett Cannon2008-09-301-10/+1
* The _lsprof module could crash the interpreter if it was given an externalBrett Cannon2008-09-291-1/+10
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-6/+6
* Renamed PyString to PyBytesChristian Heimes2008-05-261-6/+6
* #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