summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Backport rev 51820 from Thomas HellerNeal Norwitz2006-09-111-2/+2
* Backport rev 51819 from Thomas HellerNeal Norwitz2006-09-111-2/+2
* Backport from trunk r51737:Hye-Shik Chang2006-09-073-28/+39
* Backport of r51379 from trunk:Thomas Heller2006-09-061-0/+16
* Bug #1551427: fix a wrong NULL pointer check in the win32 versionGeorg Brandl2006-09-061-1/+1
* Backport fix from 51683.Neal Norwitz2006-09-051-0/+4
* Backport fix for SF bug #1550714, itertools.tee raises SystemErrorNeal Norwitz2006-09-051-2/+6
* Alexander Belopolsky pointed out that pos is a size_tNeal Norwitz2006-08-221-1/+1
* Fix a couple of ssize-t issues reported by Alexander Belopolsky on python-devNeal Norwitz2006-08-211-1/+1
* Move assert to after NULL check, otherwise we deref NULL in the assert.Neal Norwitz2006-08-191-1/+1
* 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