COMMITS
/ Modules/_randommodule.c August 31, 2007
N
Remove checking redundantly for checks of PyInt and PyLong.
Neal Norwitz committed
August 19, 2007
N
Remove _PyObject_Del
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
August 26, 2005
G
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl committed
October 5, 2003
R
SF bug #812202: randint is always even
Raymond Hettinger committed
May 23, 2003
R
PyType_GenericAlloc is inherited from object.
Raymond Hettinger committed
April 23, 2003
R
PyObject_IsTrue() can return an error condition.
Raymond Hettinger committed
April 16, 2003
R
Minor source formatting fixes.
Raymond Hettinger committed
January 6, 2003
J
Patch #661760: Cygwin auto-import module patch
Jason Tishler committed
December 31, 2002
N
Try to get compilation working for cygwin
Neal Norwitz committed
December 29, 2002
R
SF patch 658251: Install a C implementation of the Mersenne Twister as the
Raymond Hettinger committed