| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the change that tries to zero out a closure's result storage | Thomas Heller | 2006-08-14 | 1 | -15/+5 |
|
|
* | Check for NULL return value of GenericCData_new(). | Thomas Heller | 2006-08-14 | 1 | -0/+4 |
|
|
* | Check for NULL return value from new_CArgObject(). | Thomas Heller | 2006-08-14 | 1 | -0/+6 |
|
|
* | Remove unused, buggy test function. | Thomas Heller | 2006-08-14 | 1 | -12/+0 |
|
|
* | Get rid of compiler warning | Neal Norwitz | 2006-08-13 | 1 | -2/+2 |
|
|
* | Handle alloca failures. | Neal Norwitz | 2006-08-13 | 2 | -0/+15 |
|
|
* | Really address the issue of where to place the assert for leftblock. | Neal Norwitz | 2006-08-13 | 1 | -1/+1 |
|
|
* | Handle failure from PyModule_GetDict() (Klocwork 208). | Neal Norwitz | 2006-08-13 | 1 | -9/+15 |
|
|
* | Handle failures from lookup. | Neal Norwitz | 2006-08-13 | 1 | -0/+4 |
|
|
* | It's very unlikely, though possible that source is not a string. Verify | Neal Norwitz | 2006-08-13 | 1 | -0/+3 |
|
|
* | Handle malloc and fopen failures more gracefully. | Neal Norwitz | 2006-08-13 | 1 | -2/+8 |
|
|
* | Check return result of PyModule_GetDict(). | Neal Norwitz | 2006-08-13 | 1 | -22/+24 |
|
|
* | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 3 | -40/+14 |
|
|
* | Verify verdat which is returned from malloc is not NULL. | Neal Norwitz | 2006-08-12 | 1 | -4/+13 |
|
|
* | Don't deref v if it's NULL. | Neal Norwitz | 2006-08-12 | 1 | -2/+4 |
|
|
* | Check returned pointer is valid. | Neal Norwitz | 2006-08-12 | 1 | -0/+6 |
|
|
* | I'm not sure why this code allocates this string for the error message. | Neal Norwitz | 2006-08-12 | 1 | -2/+11 |
|
|
* | Try to handle a malloc failure. I'm not entirely sure this is correct. | Neal Norwitz | 2006-08-12 | 1 | -0/+3 |
|
|
* | Move the assert which checks for a NULL pointer first. | Neal Norwitz | 2006-08-12 | 1 | -1/+1 |
|
|
* | If _stat_float_times is false, we will try to INCREF ival which could be NULL. | Neal Norwitz | 2006-08-12 | 1 | -0/+2 |
|
|
* | Klocwork made another run and found a bunch more problems. | Neal Norwitz | 2006-08-12 | 4 | -2/+12 |
|
|
* | When a ctypes C callback function is called, zero out the result | Thomas Heller | 2006-08-11 | 1 | -7/+17 |
|
|
* | Update dangling references to the 3.2 database to | Martin v. Löwis | 2006-08-10 | 1 | -5/+5 |
|
|
* | Bug #1535081: A leading underscore has been added to the names of | Georg Brandl | 2006-08-06 | 1 | -5/+8 |
|
|
* | Fix #1530559, struct.pack raises TypeError where it used to convert. | Bob Ippolito | 2006-08-04 | 1 | -0/+60 |
|
|
* | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -0/+9 |
|
|
* | Correction of patch #1455898: In the mbcs decoder, set final=False | Martin v. Löwis | 2006-08-02 | 1 | -1/+1 |
|
|
* | Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during | Neal Norwitz | 2006-08-02 | 1 | -18/+36 |
|
|
* | v is already checked for NULL, so just DECREF it | Neal Norwitz | 2006-08-02 | 1 | -1/+1 |
|
|
* | _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. | Neal Norwitz | 2006-08-02 | 1 | -3/+3 |
|
|
* | Prevent memory leak on error. | Neal Norwitz | 2006-08-02 | 1 | -1/+1 |
|
|
* | Speed up PyType_stgdict and PyObject_stgdict. | Thomas Heller | 2006-08-01 | 1 | -2/+11 |
|
|
* | Minimal useful docstring for CopyComPointer. | Thomas Heller | 2006-08-01 | 1 | -1/+1 |
|
|
* | Fix a potential segfault and various potentail refcount leaks | Thomas Heller | 2006-08-01 | 1 | -15/+13 |
|
|
* | Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). | Neal Norwitz | 2006-07-30 | 1 | -4/+6 |
|
|
* | Tweak wording | Andrew M. Kuchling | 2006-07-29 | 1 | -1/+1 |
|
|
* | Patch #1529514: More openbsd platforms for ctypes. | Thomas Heller | 2006-07-28 | 2 | -84/+58 |
|
|
* | Remove a useless XXX comment. | Thomas Heller | 2006-07-28 | 1 | -7/+7 |
|
|
* | Fix spelling. | Georg Brandl | 2006-07-28 | 4 | -4/+4 |
|
|
* | Allow socketmodule to compile on NetBSD -current, whose bluetooth API | Matt Fleming | 2006-07-28 | 1 | -0/+8 |
|
|
* | - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename | Gregory P. Smith | 2006-07-28 | 1 | -3/+3 |
|
|
* | defdict_reduce(): Plug leaks. | Tim Peters | 2006-07-28 | 1 | -10/+11 |
|
|
* | Patch #1520294: Support for getset and member descriptors in types.py, | Barry Warsaw | 2006-07-27 | 2 | -0/+98 |
|
|
* | No functional change. Add comment and assert to describe why there cannot be... | Neal Norwitz | 2006-07-27 | 1 | -2/+9 |
|
|
* | Correct error message | Andrew M. Kuchling | 2006-07-26 | 1 | -1/+1 |
|
|
* | [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of ... | Andrew M. Kuchling | 2006-07-26 | 1 | -2/+5 |
|
|
* | Part of bug #1523610: fix miscalculation of buffer length. | Georg Brandl | 2006-07-26 | 1 | -0/+11 |
|
|
* | Bug #1524310: Properly report errors from FindNextFile in os.listdir. | Martin v. Löwis | 2006-07-24 | 1 | -0/+17 |
|
|
* | Ensure we don't write beyond errText. I think I got this right, but | Neal Norwitz | 2006-07-23 | 1 | -10/+19 |
|
|
* | nextlink can be NULL if teedataobject_new fails, so use XINCREF. | Neal Norwitz | 2006-07-23 | 1 | -2/+8 |
|
|