1. eeb51a9 cleanup applied patch to match style that is already in py3k branch. by Gregory P. Smith · 15 years ago
  2. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 15 years ago
  3. ea38826 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api by Gregory P. Smith · 16 years ago
  4. 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 16 years ago
  5. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  6. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  7. 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
  8. f805785 email address update by Gregory P. Smith · 17 years ago
  9. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  10. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  11. 83d1266 Properly fix Py_SAFE_DOWNCAST-triggerd bugs. by Thomas Wouters · 19 years ago
  12. 369092b Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_t by Thomas Wouters · 19 years ago
  13. 9bc844e Make Py_ssize_t-clean. by Thomas Wouters · 19 years ago
  14. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  15. e4ab5f5 Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ_CONSTRUCTOR by Neal Norwitz · 19 years ago
  16. f045914 Fix icc warnings: extra semi-colon and signed vs unsigned by Neal Norwitz · 19 years ago
  17. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  18. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago