Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
027ab390143d9f95c16db19bc66c00bebbb04a96
/
Modules
/
_randommodule.c
e0afb72
Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines.
by Mark Dickinson
· 13 years ago
6fb0fd1
Merged revisions 84299 via svnmerge from
by Benjamin Peterson
· 15 years ago
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
929ab93
Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for
by Mark Dickinson
· 16 years ago
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 18 years ago
6b449f4
Issue #1727780: Support loading pickles of random.Random objects created
by Martin v. Löwis
· 18 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 18 years ago
b84c137
Bug #1486663: don't reject keyword arguments for subclasses of builtin types.
by Georg Brandl
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 20 years ago
02c4287
Disallow keyword arguments for type constructors that don't use them.
by Georg Brandl
· 20 years ago
2f726e9
SF bug #812202: randint is always even
by Raymond Hettinger
· 22 years ago
bfef18c
PyType_GenericAlloc is inherited from object.
by Raymond Hettinger
· 22 years ago
9a9c436
PyObject_IsTrue() can return an error condition.
by Raymond Hettinger
· 22 years ago
954bcf5
Minor source formatting fixes.
by Raymond Hettinger
· 22 years ago
fb8595d
Patch #661760: Cygwin auto-import module patch
by Jason Tishler
· 23 years ago
13af114
Try to get compilation working for cygwin
by Neal Norwitz
· 23 years ago
40f6217
SF patch 658251: Install a C implementation of the Mersenne Twister as the
by Raymond Hettinger
· 23 years ago