index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_lsprof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a refleak introduced by r66677.
Brett Cannon
2008-09-30
1
-10
/
+1
*
The _lsprof module could crash the interpreter if it was given an external
Brett Cannon
2008-09-29
1
-1
/
+10
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-6
/
+6
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-6
/
+6
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-3
/
+3
*
Patch #1733973 by peaker:
Armin Rigo
2007-09-06
1
-2
/
+14
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-3
/
+3
*
Initialize structseq types only once.
Martin v. Löwis
2006-04-16
1
-2
/
+8
*
Thanks to Coverity, these were all reported by their Prevent tool.
Neal Norwitz
2006-03-07
1
-0
/
+2
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-2
/
+2
*
The default timer unit was incorrectly measured in milliseconds instead
Armin Rigo
2006-02-10
1
-3
/
+3
*
Added the cProfile module.
Armin Rigo
2006-02-08
1
-0
/
+867