summaryrefslogtreecommitdiff
path: root/Include/complexobject.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #21803: remove macro indirections in complexobject.hAntoine Pitrou2014-07-071-15/+7
* Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...Victor Stinner2012-05-291-4/+6
* Implement PEP 393.Martin v. Löwis2011-09-281-2/+3
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-3/+11
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-0/+6
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-0/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* SF # 607253, header file problems by Ralf W. Grosse-KunstleveNeal Norwitz2002-10-041-3/+3
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-12/+12
* Again perhaps the end of [#460020] bug or feature: unicode() and subclasses.Tim Peters2001-09-121-0/+1
* Make the PyXXX_Check() macros for the numeric types inheritance-aware.Guido van Rossum2001-08-291-1/+1
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-17/+17
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-11/+11
* Add prototypes for c_sum() etc.Guido van Rossum1996-08-191-6/+6
* renamed complex -> Py_complexGuido van Rossum1996-07-211-10/+10
* rename exported symbols with _Py_ prefixGuido van Rossum1996-05-241-0/+7
* added decl for PyComplex_AsCComplexGuido van Rossum1996-01-121-0/+1
* complex numbers a la Konrad HinsenGuido van Rossum1996-01-121-0/+49