COMMITS
/ Include/complexobject.h June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
April 6, 2022
V
bpo-35134: Add Include/cpython/complexobject.h header (GH-32383)
Victor Stinner committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
July 7, 2014
A
Issue #21803: remove macro indirections in complexobject.h
Antoine Pitrou committed
May 29, 2012
V
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
April 30, 2009
E
Issue #1588: Add complex.__format__.
Eric Smith committed
April 19, 2008
C
Merged revisions 62380,62382-62383 via svnmerge from
Christian Heimes 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
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
October 4, 2002
N
SF # 607253, header file problems by Ralf W. Grosse-Kunstleve
Neal Norwitz committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
September 12, 2001
T
Again perhaps the end of [#460020] bug or feature: unicode() and subclasses.
Tim Peters committed
August 29, 2001
G
Make the PyXXX_Check() macros for the numeric types inheritance-aware.
Guido van Rossum committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
August 19, 1996
G
Add prototypes for c_sum() etc.
Guido van Rossum committed
July 21, 1996
G
renamed complex -> Py_complex
Guido van Rossum committed
May 24, 1996
G
rename exported symbols with _Py_ prefix
Guido van Rossum committed
January 12, 1996
G
added decl for PyComplex_AsCComplex
Guido van Rossum committed
G
complex numbers a la Konrad Hinsen
Guido van Rossum committed