Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
cab3d98ca19659698a29108aabb040f2741d1a2a
/
Modules
/
_randommodule.c
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
· 17 years ago
6b449f4
Issue #1727780: Support loading pickles of random.Random objects created
by Martin v. Löwis
· 17 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
· 18 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
02c4287
Disallow keyword arguments for type constructors that don't use them.
by Georg Brandl
· 19 years ago
2f726e9
SF bug #812202: randint is always even
by Raymond Hettinger
· 21 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
· 22 years ago
13af114
Try to get compilation working for cygwin
by Neal Norwitz
· 22 years ago
40f6217
SF patch 658251: Install a C implementation of the Mersenne Twister as the
by Raymond Hettinger
· 22 years ago