COMMITS
/ Include/boolobject.h July 22, 2004
T
SF bug 994255: Py_RETURN_NONE causes too much warnings
Tim Peters committed
October 19, 2003
B
Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order
Brett Cannon committed
B
Modified the Py_RETURN_* macros by having the statements surrounded by {} in
Brett Cannon committed
B
Defined macros Py_RETURN_(TRUE|FALSE|NONE) as helper functions for returning
Brett Cannon committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
May 2, 2002
M
Patch #551008: DL_IMPORT PyBool_FromLong.
Martin v. Löwis committed
April 6, 2002
April 3, 2002
G
Oops. Here are the new files. My apologies.
Guido van Rossum committed