17 Commits (2e2cc6f2f32b75cfa34dbfd7d30d6bea71941420)

Author SHA1 Message Date
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Gregory P. Smith 443ec6875f Issue #3745: Undo the requirement for new buffer API only objects to be passed 17 years ago
Hirokazu Yamamoto 8355155f22 Fixed memory leak. 18 years ago
Gregory P. Smith ea38826ab2 - Issue #3745: Fix hashlib to always reject unicode and non buffer-api 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
Martin v. Löwis a43190bc78 Patch #1492356: Port to Windows CE (patch set 1). 20 years ago
Martin v. Löwis 15e62742fa Revert backwards-incompatible const changes. 21 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 21 years ago
Armin Rigo 5c8cc2543b Added the 'ULL' prefix to the unsigned long long literal constants. 21 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 21 years ago
Gregory P. Smith 26292a3af0 Remove the C99 "ULL" suffix from the 64bit unsigned long constants. 21 years ago
Gregory P. Smith f21a5f7739 [ sf.net patch # 1121611 ] 21 years ago