1. 3fb774e Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes by Jesus Cea · 12 years ago
  2. 03a9d2a Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes by Jesus Cea · 12 years ago
  3. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  4. 443ec68 Issue #3745: Undo the requirement for new buffer API only objects to be passed by Gregory P. Smith · 15 years ago
  5. 7705d0a Fix SHA_new and MD5_new, that would crash if not given initial data by Kristján Valur Jónsson · 16 years ago
  6. ea38826 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api by Gregory P. Smith · 16 years ago
  7. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  8. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  9. 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
  10. f805785 email address update by Gregory P. Smith · 17 years ago
  11. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  12. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  13. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  14. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  15. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  16. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  17. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  18. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  19. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  20. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  21. d63e504 Remove unused variable and call to PyModule_GetDict(). by Fred Drake · 23 years ago
  22. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  23. 8b14ac9 Clean up a Tab inconsistency. by Fred Drake · 23 years ago
  24. 75fec2c [Patch #476612] Add attributes from PEP247 to the md5 and sha modules by Andrew M. Kuchling · 23 years ago
  25. 55087f0 Cleanup logic a little. Check args first, then try to create the by Jeremy Hylton · 24 years ago
  26. 5a53019 Part of SF patch #102409 by jlt63 to support building these modules by Guido van Rossum · 24 years ago
  27. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  28. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  29. 57b808d SHA_hexdigest(): A couple of small patches to this function, added by Barry Warsaw · 24 years ago
  30. a4e9a33 Update e-mail address by Andrew M. Kuchling · 24 years ago
  31. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  32. 2c4a3dc ANSI-fied sources, converted to four-space indentation. by Fred Drake · 24 years ago
  33. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  34. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  35. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
  36. ff1ccbf casts for picky compilers. by Guido van Rossum · 26 years ago
  37. cf95b0f Avoid warnings from AIX compiler. Reported by Vladimir (AIX is my by Guido van Rossum · 26 years ago
  38. 29d2acc Added Greg Stein and Andrew Kuchling's sha module. by Guido van Rossum · 26 years ago