summaryrefslogtreecommitdiff
path: root/Modules/_randommodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+18
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-131-69/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-2/+2
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-7/+8
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-7/+7
* Remove checking redundantly for checks of PyInt and PyLong.Neal Norwitz2007-08-311-2/+2
* Remove _PyObject_DelNeal Norwitz2007-08-191-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-4/+3
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-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