1. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  2. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  3. 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
  4. bddc341 Patch #1733973 by peaker: by Armin Rigo · 17 years ago
  5. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  6. 19ab6c9 Initialize structseq types only once. by Martin v. Löwis · 19 years ago
  7. 60da316 Thanks to Coverity, these were all reported by their Prevent tool. by Neal Norwitz · 19 years ago
  8. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  9. 2bc23f5 The default timer unit was incorrectly measured in milliseconds instead by Armin Rigo · 19 years ago
  10. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago