- 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
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
- 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
- 97a5722 Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if by Neal Norwitz · 18 years ago
- 0347a9a Get DBL_MAX from float.h not values.h. Will backport. by Martin v. Löwis · 18 years ago
- 443ccc7 Check for values.h. Will backport. by Martin v. Löwis · 18 years ago
- b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
- e9462c7 Change fix for segfaulting property(), add a NEWS entry and a test. by Georg Brandl · 18 years ago
- 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 18 years ago
- 375f06b Remove lie in new comment. by Tim Peters · 19 years ago
- 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 19 years ago
- 9582c14 correct function signature by Skip Montanaro · 19 years ago
- 7f573f7 Add a test for Py_ssize_t. Correct typo in getargs.c. by Georg Brandl · 19 years ago
- 635af32 Add PY_SSIZE_T_MIN/MAX to _testcapi. by Georg Brandl · 19 years ago
- b183a25 Fix some warnings on HP-UX when using cc/aCC by Neal Norwitz · 19 years ago
- 59b96c1 Try to repair at least one segfault on the Mac buildbot, by Tim Peters · 19 years ago
- 9ae019b Add tests for the C APIs PyCodec_IncrementalEncoder() and by Walter Dörwald · 19 years ago
- 4a53dad Move test code out of xxmodule and into _testcapimodule.c where it belongs. by Neal Norwitz · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
- f02bcee Fix silly leak in test used in test_exceptions. by Michael W. Hudson · 21 years ago
- 3457e4b New support functions for test_getargs2. by Thomas Heller · 22 years ago
- 699cbb7 Get test_capi & test_getargs2 to pass on alphas by Neal Norwitz · 22 years ago
- 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 22 years ago
- a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 22 years ago
- b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
- 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 22 years ago
- baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 22 years ago
- 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
- acee69f Switch to using METH_NOARGS where possible. by Fred Drake · 23 years ago
- 3e3eacb Fixed "u#" parser marker to pass through Unicode objects as-is without by Marc-André Lemburg · 23 years ago
- 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
- d4c0a9c Fixes for possible buffer overflows in sprintf() usages. by Marc-André Lemburg · 23 years ago
- d38b1c7 SF [#466125] PyLong_AsLongLong works for any integer. by Tim Peters · 23 years ago
- ede049b Add tests for new PyErr_NormalizeException() behavior by Jeremy Hylton · 23 years ago
- 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
- 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
- 83c9edc Fix error in comment, and in test_long_api and test_longlong_api remove by Tim Peters · 23 years ago
- ff70d3c Fixed typo in comment. by Tim Peters · 23 years ago
- e7c1f9b Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much like by Tim Peters · 23 years ago
- d1a7da6 longobject.c: by Tim Peters · 23 years ago
- 91621db The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong() by Tim Peters · 23 years ago
- eb0d992 Slight adaptation of Michael Hudson's patch to test PyDict_Next() by Guido van Rossum · 24 years ago
- 5c4d5bf Related to SF bug 132008 (PyList_Reverse blows up). by Tim Peters · 24 years ago
- d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago[Renamed (92%) from Modules/_testmodule.c]
- 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 24 years ago