index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_randommodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
Serhiy Storchaka
2018-07-31
1
-1/+1
*
[2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case t...
Oren Milman
2017-10-02
1
-2/+8
*
[2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289)
Mariatta
2017-05-27
1
-1/+4
*
Update URL of Mersenne Twister Home Page (GH-116)
INADA Naoki
2017-02-15
1
-3/+3
*
Issue #24620: Random.setstate() now validates the value of state last element.
Serhiy Storchaka
2015-07-24
1
-0/+4
*
Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit m...
Mark Dickinson
2012-06-30
1
-2/+17
*
Merged revisions 84299 via svnmerge from
Benjamin Peterson
2010-08-24
1
-1/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-387/+387
*
Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for
Mark Dickinson
2009-05-05
1
-1/+1
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-2/+2
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
1
-8/+9
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-4/+3
*
Bug #1486663: don't reject keyword arguments for subclasses of builtin
Georg Brandl
2007-01-21
1
-1/+1
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl
2005-08-26
1
-0/+3
*
SF bug #812202: randint is always even
Raymond Hettinger
2003-10-05
1
-0/+44
*
PyType_GenericAlloc is inherited from object.
Raymond Hettinger
2003-05-23
1
-1/+1
*
PyObject_IsTrue() can return an error condition.
Raymond Hettinger
2003-04-23
1
-1/+4
*
Minor source formatting fixes.
Raymond Hettinger
2003-04-16
1
-2/+2
*
Patch #661760: Cygwin auto-import module patch
Jason Tishler
2003-01-06
1
-6/+3
*
Try to get compilation working for cygwin
Neal Norwitz
2002-12-31
1
-3/+6
*
SF patch 658251: Install a C implementation of the Mersenne Twister as the
Raymond Hettinger
2002-12-29
1
-0/+528