1. 1eee8e5 Issue #21803: remove macro indirections in complexobject.h by Antoine Pitrou · 10 years ago
  2. d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 12 years ago
  3. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  4. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  5. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  6. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  7. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  8. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  9. 638437f SF # 607253, header file problems by Ralf W. Grosse-Kunstleve by Neal Norwitz · 22 years ago
  10. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  11. 2400fa4 Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  12. c16fcdf Make the PyXXX_Check() macros for the numeric types inheritance-aware. by Guido van Rossum · 23 years ago
  13. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  14. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 25 years ago
  15. 8b51d22 Add prototypes for c_sum() etc. by Guido van Rossum · 28 years ago
  16. 519b433 renamed complex -> Py_complex by Guido van Rossum · 28 years ago
  17. 652f108 rename exported symbols with _Py_ prefix by Guido van Rossum · 28 years ago
  18. 5990592 added decl for PyComplex_AsCComplex by Guido van Rossum · 28 years ago
  19. f9fca92 complex numbers a la Konrad Hinsen by Guido van Rossum · 28 years ago