summaryrefslogtreecommitdiff
path: root/Modules/_lsprof.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66677,66700 via svnmerge fromBenjamin Peterson2008-10-071-1/+1
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+18
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-3/+3
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-3/+3
* Get rid of more uses of string and use unicodeNeal Norwitz2007-10-271-4/+1
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-2/+14
* Fix warningNeal Norwitz2007-08-271-1/+1
* Use unicodeNeal Norwitz2007-08-261-8/+8
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-5/+4
* Fix for cProfile.Guido van Rossum2007-07-161-0/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+8
* Finish getting rid of statichere/staticforwardNeal Norwitz2006-03-221-2/+2
* 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