COMMITS
/ Modules/_lsprof.c January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
June 28, 2014
January 20, 2014
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: Use the new _PyId_builtins identifier
Victor Stinner committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner committed
October 5, 2012
J
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea committed
June 20, 2011
V
Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the
Victor Stinner committed
December 10, 2010
A
Reverted accidental commit (from r87159)
Alexander Belopolsky committed
A
Updated UCD version and unicode.org links to Unicode 6.0.0
Alexander Belopolsky committed
December 8, 2010
A
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
Alexander Belopolsky committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
G
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 4, 2010
V
Merged revisions 78641 via svnmerge from
Victor Stinner committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
October 7, 2008
B
Merged revisions 66677,66700 via svnmerge from
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
October 27, 2007
N
Get rid of more uses of string and use unicode
Neal Norwitz committed
September 8, 2007
T
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters committed
August 27, 2007
N
Fix warning
Neal Norwitz committed
August 26, 2007
N
Use unicode
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 16, 2007
G
Fix for cProfile.
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 22, 2006
N
Finish getting rid of statichere/staticforward
Neal Norwitz committed
March 7, 2006
N
Thanks to Coverity, these were all reported by their Prevent tool.
Neal Norwitz committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
February 10, 2006
A
The default timer unit was incorrectly measured in milliseconds instead
Armin Rigo committed
February 8, 2006
A
Added the cProfile module.
Armin Rigo committed