summaryrefslogtreecommitdiffstats
path: root/Modules/_randommodule.c
Commit message (Expand)AuthorAgeFilesLines
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-4/+3
* Bug #1486663: don't reject keyword arguments for subclasses of builtinGeorg Brandl2007-01-211-1/+1
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Disallow keyword arguments for type constructors that don't use them.Georg Brandl2005-08-261-0/+3
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-051-0/+44
* PyType_GenericAlloc is inherited from object.Raymond Hettinger2003-05-231-1/+1
* PyObject_IsTrue() can return an error condition.Raymond Hettinger2003-04-231-1/+4
* Minor source formatting fixes.Raymond Hettinger2003-04-161-2/+2
* Patch #661760: Cygwin auto-import module patchJason Tishler2003-01-061-6/+3
* Try to get compilation working for cygwinNeal Norwitz2002-12-311-3/+6
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-291-0/+528