summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* SF#1534630Fredrik Lundh2006-08-161-1/+5
* Remove the special casing of Py_None when converting the return valueThomas Heller2006-08-161-1/+1
* The __repr__ method of a NULL py_object does no longer raise anThomas Heller2006-08-161-1/+1
* Add commented assert statements to check that the result ofThomas Heller2006-08-161-20/+36
* Check for NULL return value from new_CArgObject calls.Thomas Heller2006-08-151-0/+6
* Patch #1511317: don't crash on invalid hostname infoGeorg Brandl2006-08-141-11/+14
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-141-2/+17
* Patch #1536908: Add support for AMD64 / OpenBSD.Thomas Heller2006-08-143-3/+2
* Apply the patch #1532975 plus ideas from the patch #1533481.Thomas Heller2006-08-143-162/+182
* Revert the change that tries to zero out a closure's result storageThomas Heller2006-08-141-15/+5
* Check for NULL return value of GenericCData_new().Thomas Heller2006-08-141-0/+4
* Check for NULL return value from new_CArgObject().Thomas Heller2006-08-141-0/+6
* Remove unused, buggy test function.Thomas Heller2006-08-141-12/+0
* Get rid of compiler warningNeal Norwitz2006-08-131-2/+2
* Handle alloca failures.Neal Norwitz2006-08-132-0/+15
* Really address the issue of where to place the assert for leftblock.Neal Norwitz2006-08-131-1/+1
* Handle failure from PyModule_GetDict() (Klocwork 208).Neal Norwitz2006-08-131-9/+15
* Handle failures from lookup.Neal Norwitz2006-08-131-0/+4
* It's very unlikely, though possible that source is not a string. VerifyNeal Norwitz2006-08-131-0/+3
* Handle malloc and fopen failures more gracefully.Neal Norwitz2006-08-131-2/+8
* Check return result of PyModule_GetDict().Neal Norwitz2006-08-131-22/+24
* Patch #1538606, Patch to fix __index__() clipping.Neal Norwitz2006-08-123-40/+14
* Verify verdat which is returned from malloc is not NULL.Neal Norwitz2006-08-121-4/+13
* Don't deref v if it's NULL.Neal Norwitz2006-08-121-2/+4
* Check returned pointer is valid.Neal Norwitz2006-08-121-0/+6
* I'm not sure why this code allocates this string for the error message.Neal Norwitz2006-08-121-2/+11
* Try to handle a malloc failure. I'm not entirely sure this is correct.Neal Norwitz2006-08-121-0/+3
* Move the assert which checks for a NULL pointer first.Neal Norwitz2006-08-121-1/+1
* If _stat_float_times is false, we will try to INCREF ival which could be NULL.Neal Norwitz2006-08-121-0/+2
* Klocwork made another run and found a bunch more problems.Neal Norwitz2006-08-124-2/+12
* When a ctypes C callback function is called, zero out the resultThomas Heller2006-08-111-7/+17
* Update dangling references to the 3.2 database toMartin v. Löwis2006-08-101-5/+5
* Bug #1535081: A leading underscore has been added to the names ofGeorg Brandl2006-08-061-5/+8
* Fix #1530559, struct.pack raises TypeError where it used to convert.Bob Ippolito2006-08-041-0/+60
* Change fix for segfaulting property(), add a NEWS entry and a test.Georg Brandl2006-08-041-0/+9
* Correction of patch #1455898: In the mbcs decoder, set final=FalseMartin v. Löwis2006-08-021-1/+1
* Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs duringNeal Norwitz2006-08-021-18/+36
* v is already checked for NULL, so just DECREF itNeal Norwitz2006-08-021-1/+1
* _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.Neal Norwitz2006-08-021-3/+3
* Prevent memory leak on error.Neal Norwitz2006-08-021-1/+1
* Speed up PyType_stgdict and PyObject_stgdict.Thomas Heller2006-08-011-2/+11
* Minimal useful docstring for CopyComPointer.Thomas Heller2006-08-011-1/+1
* Fix a potential segfault and various potentail refcount leaksThomas Heller2006-08-011-15/+13
* Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn().Neal Norwitz2006-07-301-4/+6
* Tweak wordingAndrew M. Kuchling2006-07-291-1/+1
* Patch #1529514: More openbsd platforms for ctypes.Thomas Heller2006-07-282-84/+58
* Remove a useless XXX comment.Thomas Heller2006-07-281-7/+7
* Fix spelling.Georg Brandl2006-07-284-4/+4
* Allow socketmodule to compile on NetBSD -current, whose bluetooth APIMatt Fleming2006-07-281-0/+8
* - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrenameGregory P. Smith2006-07-281-3/+3