COMMITS
/ Include/complexobject.h 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