| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and i... | Christian Heimes | 2008-02-26 | 1 | -0/+18 |
* | Reformat some ugly code. | Georg Brandl | 2008-01-21 | 1 | -26/+39 |
* | Patch #1720595: add T_BOOL to the range of structmember types. | Georg Brandl | 2008-01-21 | 1 | -2/+5 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
* | Patch #1733960: Allow T_LONGLONG to accept ints. | Martin v. Löwis | 2007-06-09 | 1 | -3/+27 |
* | Fix crash in test on HP-UX. Apparently, it's not possible to delete a lock if | Neal Norwitz | 2006-10-28 | 1 | -0/+3 |
* | Get DBL_MAX from float.h not values.h. Will backport. | Martin v. Löwis | 2006-10-27 | 1 | -3/+1 |
* | Check for values.h. Will backport. | Martin v. Löwis | 2006-10-27 | 1 | -0/+2 |
* | Patch #1549049: Rewrite type conversion in structmember. | Martin v. Löwis | 2006-10-27 | 1 | -8/+121 |
* | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -0/+9 |
* | Part of bug #1523610: fix miscalculation of buffer length. | Georg Brandl | 2006-07-26 | 1 | -0/+11 |
* | Remove lie in new comment. | Tim Peters | 2006-05-13 | 1 | -3/+1 |
* | Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV | Tim Peters | 2006-05-13 | 1 | -4/+43 |
* | correct function signature | Skip Montanaro | 2006-04-18 | 1 | -1/+1 |
* | Add a test for Py_ssize_t. Correct typo in getargs.c. | Georg Brandl | 2006-04-13 | 1 | -11/+21 |
* | Add PY_SSIZE_T_MIN/MAX to _testcapi. | Georg Brandl | 2006-04-13 | 1 | -0/+2 |
* | Fix some warnings on HP-UX when using cc/aCC | Neal Norwitz | 2006-04-10 | 1 | -2/+2 |
* | Try to repair at least one segfault on the Mac buildbot, | Tim Peters | 2006-03-21 | 1 | -12/+42 |
* | Add tests for the C APIs PyCodec_IncrementalEncoder() and | Walter Dörwald | 2006-03-18 | 1 | -0/+24 |
* | Move test code out of xxmodule and into _testcapimodule.c where it belongs. | Neal Norwitz | 2006-03-15 | 1 | -0/+13 |
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+2 |
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
* | Fix silly leak in test used in test_exceptions. | Michael W. Hudson | 2003-08-15 | 1 | -0/+1 |
* | New support functions for test_getargs2. | Thomas Heller | 2003-04-24 | 1 | -69/+70 |
* | Get test_capi & test_getargs2 to pass on alphas | Neal Norwitz | 2003-04-22 | 1 | -6/+19 |
* | New PyGILState_ API - implements pep 311, from patch 684256. | Mark Hammond | 2003-04-19 | 1 | -0/+47 |
* | SF # 595026: support for masks in getargs.c. | Thomas Heller | 2003-04-17 | 1 | -0/+149 |
* | Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. | Martin v. Löwis | 2003-03-29 | 1 | -5/+5 |
* | _PyLong_NumBits(): The definition of this was too specific to the quirky | Tim Peters | 2003-01-31 | 1 | -21/+27 |
* | Added new private API function _PyLong_NumBits. This will be used at the | Tim Peters | 2003-01-28 | 1 | -2/+39 |
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 1 | -1/+1 |
* | Switch to using METH_NOARGS where possible. | Fred Drake | 2002-04-01 | 1 | -38/+18 |
* | Fixed "u#" parser marker to pass through Unicode objects as-is without | Marc-André Lemburg | 2002-01-09 | 1 | -0/+50 |
* | sprintf -> PyOS_snprintf in some "obviously safe" cases. | Tim Peters | 2001-11-28 | 1 | -2/+3 |
* | Fixes for possible buffer overflows in sprintf() usages. | Marc-André Lemburg | 2001-11-28 | 1 | -1/+1 |
* | SF [#466125] PyLong_AsLongLong works for any integer. | Tim Peters | 2001-09-30 | 1 | -0/+50 |
* | Add tests for new PyErr_NormalizeException() behavior | Jeremy Hylton | 2001-09-26 | 1 | -0/+26 |
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 1 | -1/+1 |
* | Windows build broke from recent Unicode changes -- need to #define | Tim Peters | 2001-06-26 | 1 | -0/+1 |
* | Fix error in comment, and in test_long_api and test_longlong_api remove | Tim Peters | 2001-06-16 | 1 | -6/+2 |
* | Fixed typo in comment. | Tim Peters | 2001-06-14 | 1 | -1/+1 |
* | Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much like | Tim Peters | 2001-06-14 | 1 | -158/+71 |
* | longobject.c: | Tim Peters | 2001-06-13 | 1 | -15/+158 |
* | The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong() | Tim Peters | 2001-06-12 | 1 | -4/+57 |
* | Slight adaptation of Michael Hudson's patch to test PyDict_Next() | Guido van Rossum | 2001-04-13 | 1 | -0/+62 |
* | Related to SF bug 132008 (PyList_Reverse blows up). | Tim Peters | 2001-02-12 | 1 | -0/+46 |
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -0/+68 |