1. e0afb72 Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit machines. by Mark Dickinson · 13 years ago
  2. 6fb0fd1 Merged revisions 84299 via svnmerge from by Benjamin Peterson · 15 years ago
  3. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  4. 929ab93 Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for by Mark Dickinson · 16 years ago
  5. 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
  6. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 18 years ago
  7. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  8. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 19 years ago
  9. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 20 years ago
  10. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 20 years ago
  11. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 22 years ago
  12. bfef18c PyType_GenericAlloc is inherited from object. by Raymond Hettinger · 22 years ago
  13. 9a9c436 PyObject_IsTrue() can return an error condition. by Raymond Hettinger · 22 years ago
  14. 954bcf5 Minor source formatting fixes. by Raymond Hettinger · 22 years ago
  15. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 23 years ago
  16. 13af114 Try to get compilation working for cygwin by Neal Norwitz · 23 years ago
  17. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 23 years ago