1. f079c57 Rename some macros in the sha1 module to no longer conflict with termios.h. by Brett Cannon · 14 years ago
  2. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  3. 8404749 Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. by Hirokazu Yamamoto · 15 years ago
  4. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 15 years ago
  5. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  6. c175175 Zero-initialize buf. Fixes #3557. by Martin v. Löwis · 16 years ago
  7. 7b9cb25 Use s* to receive data. Fixes #3552. by Martin v. Löwis · 16 years ago
  8. 3447bee Fix module initialization glitches. by Martin v. Löwis · 16 years ago
  9. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  10. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  11. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  12. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  13. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  14. 2f21eb3 Adds stand alone _md5 and _sha1 modules for use by hashlib on systems by Gregory P. Smith · 17 years ago