index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_lsprof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the
Victor Stinner
2011-06-20
1
-26/+19
*
Reverted accidental commit (from r87159)
Alexander Belopolsky
2010-12-10
1
-12/+22
*
Updated UCD version and unicode.org links to Unicode 6.0.0
Alexander Belopolsky
2010-12-10
1
-22/+12
*
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...
Alexander Belopolsky
2010-12-08
1
-0/+9
*
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
1
-1/+0
*
Include structseq.h in Python.h, and remove now-redundant includes in individ...
Georg Brandl
2010-11-30
1
-1/+0
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-585/+585
*
Merged revisions 78641 via svnmerge from
Victor Stinner
2010-03-04
1
-1/+6
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1/+1
*
Merged revisions 66677,66700 via svnmerge from
Benjamin Peterson
2008-10-07
1
-1/+1
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
1
-1/+1
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-4/+18
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-3/+3
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-3/+3
*
Get rid of more uses of string and use unicode
Neal Norwitz
2007-10-27
1
-4/+1
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-2/+14
*
Fix warning
Neal Norwitz
2007-08-27
1
-1/+1
*
Use unicode
Neal Norwitz
2007-08-26
1
-8/+8
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-5/+4
*
Fix for cProfile.
Guido van Rossum
2007-07-16
1
-0/+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2/+8
*
Finish getting rid of statichere/staticforward
Neal Norwitz
2006-03-22
1
-2/+2
*
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