1. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 14 years ago
  2. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  3. e04b627 remove old undocumented compat interfaces in hashlib and pwd #5881 by Benjamin Peterson · 15 years ago
  4. 8404749 Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. by Hirokazu Yamamoto · 15 years ago
  5. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 15 years ago
  6. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  7. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  8. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  9. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  10. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  11. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  12. 2f21eb3 Adds stand alone _md5 and _sha1 modules for use by hashlib on systems by Gregory P. Smith · 17 years ago
  13. b4e2f76 Use unicode by Neal Norwitz · 17 years ago
  14. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  15. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  16. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  17. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  18. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  19. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  20. 5c8cc25 Added the 'ULL' prefix to the unsigned long long literal constants. by Armin Rigo · 19 years ago
  21. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  22. 26292a3 Remove the C99 "ULL" suffix from the 64bit unsigned long constants. by Gregory P. Smith · 19 years ago
  23. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago