1. 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
  2. 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
  3. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  4. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 18 years ago
  5. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  6. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  7. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  8. bfef18c PyType_GenericAlloc is inherited from object. by Raymond Hettinger · 21 years ago
  9. 9a9c436 PyObject_IsTrue() can return an error condition. by Raymond Hettinger · 22 years ago
  10. 954bcf5 Minor source formatting fixes. by Raymond Hettinger · 22 years ago
  11. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  12. 13af114 Try to get compilation working for cygwin by Neal Norwitz · 22 years ago
  13. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago