22 Commits (fcdf04becc33add8bdc791466c7e96847f5335fc)

Author SHA1 Message Date
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Georg Brandl b6453a902e Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from 16 years ago
Gregory P. Smith 6b3573009a Do not compile stubs for the sha2 series hashes in the openssl hashlib 17 years ago
Gregory P. Smith 443ec6875f Issue #3745: Undo the requirement for new buffer API only objects to be passed 17 years ago
Georg Brandl 8cdc9bc901 More yearly updates. 17 years ago
Gregory P. Smith eeb51a99c5 cleanup applied patch to match style that is already in py3k branch. 17 years ago
Gregory P. Smith d02eedacab Issue #4751: For hashlib algorithms provided by OpenSSL, the Python 17 years ago
Gregory P. Smith ea38826ab2 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api 18 years ago
Benjamin Peterson c610afbca4 backport r66496: integer overflow in _hashopenssl #3886 18 years ago
Benjamin Peterson 8c2b7dc463 fix possible integer overflows in _hashopenssl #3886 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Christian Heimes e93237dfcc #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 19 years ago
Gregory P. Smith f80578548d email address update 19 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago
Georg Brandl 96a8c3954c Make use of METH_O and METH_NOARGS where possible. 20 years ago
Thomas Wouters 83d1266cbd Properly fix Py_SAFE_DOWNCAST-triggerd bugs. 21 years ago
Thomas Wouters 369092be43 Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_t 21 years ago
Thomas Wouters 9bc844e7be Make Py_ssize_t-clean. 21 years ago
Martin v. Löwis 15e62742fa Revert backwards-incompatible const changes. 21 years ago
Neal Norwitz e4ab5f5531 Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ_CONSTRUCTOR 21 years ago
Neal Norwitz f0459142d5 Fix icc warnings: extra semi-colon and signed vs unsigned 21 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 21 years ago
Gregory P. Smith f21a5f7739 [ sf.net patch # 1121611 ] 21 years ago