19 Commits (cae101f5ecd8fee38a37ce8fa46c141cd8a522ef)

Author SHA1 Message Date
Antoine Pitrou 1eee8e5207 Issue #21803: remove macro indirections in complexobject.h 12 years ago
Victor Stinner d3f0882dfb Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Eric Smith 58a42244cf Issue #1588: Add complex.__format__. 17 years ago
Eric Smith 9139cc6a3b Issue #1588: Add complex.__format__. 17 years ago
Christian Heimes 53876d9cd8 Merged revisions 62380,62382-62383 via svnmerge from 18 years ago
Christian Heimes 6f34109384 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Christian Heimes e93237dfcc #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago
Neal Norwitz 638437ff4d SF # 607253, header file problems by Ralf W. Grosse-Kunstleve 24 years ago
Mark Hammond 91a681debf Excise DL_EXPORT from Include. 24 years ago
Tim Peters 2400fa4ad1 Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. 25 years ago
Guido van Rossum c16fcdf533 Make the PyXXX_Check() macros for the numeric types inheritance-aware. 25 years ago
Fred Drake ea9cb5aebf ANSI-fication and Py_PROTO extermination. 26 years ago
Guido van Rossum 43466ec7b0 Add DL_IMPORT(returntype) for all officially exported functions. 27 years ago
Guido van Rossum 8b51d227f6 Add prototypes for c_sum() etc. 30 years ago
Guido van Rossum 519b4339f1 renamed complex -> Py_complex 30 years ago
Guido van Rossum 652f108faf rename exported symbols with _Py_ prefix 30 years ago
Guido van Rossum 5990592b71 added decl for PyComplex_AsCComplex 30 years ago
Guido van Rossum f9fca9252f complex numbers a la Konrad Hinsen 30 years ago