| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815) | Victor Stinner | 2022-06-16 | 1 | -2/+2 |
|
|
* | bpo-35134: Add Include/cpython/complexobject.h header (GH-32383) | Victor Stinner | 2022-04-06 | 1 | -42/+3 |
|
|
* | bpo-39573: Add Py_IS_TYPE() function (GH-18488) | Dong-hee Na | 2020-02-13 | 1 | -1/+1 |
|
|
* | Issue #21803: remove macro indirections in complexobject.h | Antoine Pitrou | 2014-07-07 | 1 | -15/+7 |
|
|
* | Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ... | Victor Stinner | 2012-05-29 | 1 | -4/+6 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -2/+3 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -3/+11 |
|
|
* | Issue #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 1 | -0/+6 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -0/+2 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -1/+1 |
|
|
* | SF # 607253, header file problems by Ralf W. Grosse-Kunstleve | Neal Norwitz | 2002-10-04 | 1 | -3/+3 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -12/+12 |
|
|
* | Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-12 | 1 | -0/+1 |
|
|
* | Make the PyXXX_Check() macros for the numeric types inheritance-aware. | Guido van Rossum | 2001-08-29 | 1 | -1/+1 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -17/+17 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -11/+11 |
|
|
* | Add prototypes for c_sum() etc. | Guido van Rossum | 1996-08-19 | 1 | -6/+6 |
|
|
* | renamed complex -> Py_complex | Guido van Rossum | 1996-07-21 | 1 | -10/+10 |
|
|
* | rename exported symbols with _Py_ prefix | Guido van Rossum | 1996-05-24 | 1 | -0/+7 |
|
|
* | added decl for PyComplex_AsCComplex | Guido van Rossum | 1996-01-12 | 1 | -0/+1 |
|
|
* | complex numbers a la Konrad Hinsen | Guido van Rossum | 1996-01-12 | 1 | -0/+49 |
|
|