1. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  2. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  3. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  4. 5980ff2 SF bug 994255: Py_RETURN_NONE causes too much warnings by Tim Peters · 20 years ago
  5. 4b17e39 Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order by Brett Cannon · 21 years ago
  6. 26b3a7b Modified the Py_RETURN_* macros by having the statements surrounded by {} in by Brett Cannon · 21 years ago
  7. d05235e Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning by Brett Cannon · 21 years ago
  8. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  9. 76da0c3 Patch #551008: DL_IMPORT PyBool_FromLong. by Martin v. Löwis · 22 years ago
  10. 303d05d Add standard header preamble and footer, a-la intobject.h. Main purpose is extern "C" for C++ programs. by Mark Hammond · 22 years ago
  11. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 22 years ago