Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d49e375eedf717c048fe7f803ee347a1572cc968
/
Modules
/
_randommodule.c
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