3b77d01dbc9e7cf8e32803a307f2ecf7b2bf0f05 |
|
24-Jul-2015 |
Serhiy Storchaka <storchaka@gmail.com> |
Issue #24620: Random.setstate() now validates the value of state last element.
/external/python/cpython2/Modules/_randommodule.c
|
e0afb724020313d1d7ed0edf0662925bb74d995f |
|
30-Jun-2012 |
Mark Dickinson <mdickinson@enthought.com> |
Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines.
/external/python/cpython2/Modules/_randommodule.c
|
6fb0fd12328449d7899f11d42f11e2b0d39231cf |
|
24-Aug-2010 |
Benjamin Peterson <benjamin@python.org> |
Merged revisions 84299 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84299 | benjamin.peterson | 2010-08-24 13:08:22 -0500 (Tue, 24 Aug 2010) | 1 line tabbing no longer applicable ........
/external/python/cpython2/Modules/_randommodule.c
|
c83ea137d7e717f764e2f31fc2544f522de7d857 |
|
09-May-2010 |
Antoine Pitrou <solipsis@pitrou.net> |
Untabify C files. Will watch buildbots.
/external/python/cpython2/Modules/_randommodule.c
|
929ab934891719ea1561a623ee1b2e502b59e022 |
|
05-May-2009 |
Mark Dickinson <dickinsm@gmail.com> |
Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for the patch.
/external/python/cpython2/Modules/_randommodule.c
|
e93237dfcc4ee4feee62adafb4e7899487ca864b |
|
19-Dec-2007 |
Christian Heimes <christian@cheimes.de> |
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
/external/python/cpython2/Modules/_randommodule.c
|
6b449f4f2bd86c104a8b57547428eb9bb3a182b0 |
|
03-Dec-2007 |
Martin v. Löwis <martin@v.loewis.de> |
Issue #1727780: Support loading pickles of random.Random objects created on 32-bit systems on 64-bit systems, and vice versa. As a consequence of the change, Random pickles created by Python 2.6 cannot be loaded in Python 2.5.
/external/python/cpython2/Modules/_randommodule.c
|
6819210b9e4e5719a6f7f9c1725f8fa70a8936f6 |
|
21-Jul-2007 |
Martin v. Löwis <martin@v.loewis.de> |
PEP 3123: Provide forward compatibility with Python 3.0, while keeping backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and PyVarObject_HEAD_INIT.
/external/python/cpython2/Modules/_randommodule.c
|
b84c13792db49abdfac97663badfeda0bba11279 |
|
21-Jan-2007 |
Georg Brandl <georg@python.org> |
Bug #1486663: don't reject keyword arguments for subclasses of builtin types.
/external/python/cpython2/Modules/_randommodule.c
|
1ac754fa10f5d199d19911e21185d0970cb3073f |
|
19-Jan-2006 |
Neal Norwitz <nnorwitz@gmail.com> |
Check return result from Py_InitModule*(). This API can fail. Probably should be backported.
/external/python/cpython2/Modules/_randommodule.c
|
02c42871cf73365dc5b6915cac2b017b2b90c81f |
|
26-Aug-2005 |
Georg Brandl <georg@python.org> |
Disallow keyword arguments for type constructors that don't use them. (fixes bug #1119418)
/external/python/cpython2/Modules/_randommodule.c
|
2f726e9093381572b21edbfc42659ea89fbdf686 |
|
05-Oct-2003 |
Raymond Hettinger <python@rcn.com> |
SF bug #812202: randint is always even * Added C coded getrandbits(k) method that runs in linear time. * Call the new method from randrange() for ranges >= 2**53. * Adds a warning for generators not defining getrandbits() whenever they have a call to randrange() with too large of a population.
/external/python/cpython2/Modules/_randommodule.c
|
bfef18ca0eff6800f40c7591f1c24a75998d06a6 |
|
23-May-2003 |
Raymond Hettinger <python@rcn.com> |
PyType_GenericAlloc is inherited from object.
/external/python/cpython2/Modules/_randommodule.c
|
9a9c436036dbd25d6ae42f67f22ccc5549b3c092 |
|
23-Apr-2003 |
Raymond Hettinger <python@rcn.com> |
PyObject_IsTrue() can return an error condition. Adding code to handle it properly.
/external/python/cpython2/Modules/_randommodule.c
|
954bcf5fe0d44f224c404628b0966bc63277548a |
|
16-Apr-2003 |
Raymond Hettinger <python@rcn.com> |
Minor source formatting fixes.
/external/python/cpython2/Modules/_randommodule.c
|
fb8595df4f9583ab9e83826cd782e0c18ba9cffa |
|
06-Jan-2003 |
Jason Tishler <jason@tishler.net> |
Patch #661760: Cygwin auto-import module patch The attached patch enables shared extension modules to build cleanly under Cygwin without moving the static initialization of certain function pointers (i.e., ones exported from the Python DLL core) to a module initialization function. Additionally, this patch fixes the modules that have been changed in the past to accommodate Cygwin.
/external/python/cpython2/Modules/_randommodule.c
|
13af1142fcedc7b6022e32026e5f2768ae7eda03 |
|
31-Dec-2002 |
Neal Norwitz <nnorwitz@gmail.com> |
Try to get compilation working for cygwin
/external/python/cpython2/Modules/_randommodule.c
|
40f621709286a7a0f7e6f260c0fd020d0fac0de0 |
|
30-Dec-2002 |
Raymond Hettinger <python@rcn.com> |
SF patch 658251: Install a C implementation of the Mersenne Twister as the core generator for random.py.
/external/python/cpython2/Modules/_randommodule.c
|