| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 10 | -130/+125 |
|
|
* | Check return of PyMem_MALLOC (garbage) is non-NULL. | Neal Norwitz | 2006-08-12 | 1 | -2/+6 |
|
|
* | Whoops, how did that get in there. :-) Revert all the parts of 51227 that we... | Neal Norwitz | 2006-08-12 | 1 | -3/+2 |
|
|
* | Check returned pointer is valid. | Neal Norwitz | 2006-08-12 | 1 | -2/+3 |
|
|
* | Klocwork made another run and found a bunch more problems. | Neal Norwitz | 2006-08-12 | 1 | -0/+4 |
|
|
* | Fix and test for an infinite C recursion. | Armin Rigo | 2006-08-09 | 1 | -1/+1 |
|
|
* | __hash__ may now return long int; the final hash | Martin v. Löwis | 2006-08-09 | 2 | -6/+7 |
|
|
* | memcmp() can return values other than -1, 0, and +1 but tp_compare | Thomas Heller | 2006-08-08 | 1 | -1/+1 |
|
|
* | Remove "non-mapping" and "non-sequence" from TypeErrors raised by | Georg Brandl | 2006-08-08 | 1 | -2/+2 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2006-08-04 | 2 | -2/+2 |
|
|
* | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -10/+12 |
|
|
* | Fix bug caused by first decrefing, then increfing. | Georg Brandl | 2006-08-04 | 1 | -5/+4 |
|
|
* | SF patch #1534048 (bug #1531003): fix typo in error message | Fred Drake | 2006-08-04 | 1 | -1/+1 |
|
|
* | _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. | Neal Norwitz | 2006-08-02 | 1 | -2/+2 |
|
|
* | typo fix | Andrew M. Kuchling | 2006-08-01 | 1 | -1/+1 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-07-30 | 1 | -35/+32 |
|
|
* | Bug #1515471: string.replace() accepts character buffers again. | Neal Norwitz | 2006-07-30 | 1 | -71/+51 |
|
|
* | [Bug #1414697] Change docstring of set/frozenset types to specify that the co... | Andrew M. Kuchling | 2006-07-29 | 1 | -2/+2 |
|
|
* | Closure can't be NULL at this point since we know it's a tuple. | Neal Norwitz | 2006-07-27 | 1 | -1/+1 |
|
|
* | Move the initialization of size_a down below the check for a being NULL. | Neal Norwitz | 2006-07-23 | 1 | -1/+2 |
|
|
* | Handle allocation failures gracefully. Found with failmalloc. | Neal Norwitz | 2006-07-21 | 2 | -0/+5 |
|
|
* | Move the initialization of some pointers earlier. The problem is | Neal Norwitz | 2006-07-21 | 1 | -1/+1 |
|
|
* | Add some asserts that we got good params passed | Neal Norwitz | 2006-07-21 | 1 | -0/+3 |
|
|
* | otherset is known to be non-NULL based on checks before and DECREF after. | Neal Norwitz | 2006-07-17 | 1 | -2/+2 |
|
|
* | Stop INCREFing name, then checking if it's NULL. name (f_name) should never | Neal Norwitz | 2006-07-17 | 1 | -3/+6 |
|
|
* | PyFunction_SetDefaults() is documented as taking None or a tuple. | Neal Norwitz | 2006-07-16 | 1 | -2/+2 |
|
|
* | Handle a NULL name properly. | Neal Norwitz | 2006-07-16 | 1 | -3/+3 |
|
|
* | Use sizeof(buffer) instead of duplicating the constants to ensure they won't | Neal Norwitz | 2006-07-16 | 1 | -7/+7 |
|
|
* | a & b were dereffed above, so they are known to be valid pointers. | Neal Norwitz | 2006-07-16 | 1 | -3/+2 |
|
|
* | Fix uninitialized memory read reported by Valgrind when running doctest. | Neal Norwitz | 2006-07-12 | 1 | -0/+1 |
|
|
* | Fix build problems with the platform SDK on windows. It is not sufficient to... | Kristján Valur Jónsson | 2006-07-03 | 2 | -4/+4 |
|
|
* | Put method-wrappers into trashcan. Fixes #927248. | Martin v. Löwis | 2006-07-03 | 1 | -1/+3 |
|
|
* | Another problem reported by Coverity. Backport candidate. | Neal Norwitz | 2006-06-30 | 1 | -0/+2 |
|
|
* | Fix refleak | Neal Norwitz | 2006-06-23 | 1 | -1/+3 |
|
|
* | Fix for an obscure bug introduced by revs 46806 and 46808, with a test. | Armin Rigo | 2006-06-21 | 2 | -11/+10 |
|
|
* | Use Py_ssize_t | Neal Norwitz | 2006-06-19 | 1 | -22/+22 |
|
|
* | Patch #1507676: improve exception messages in abstract.c, object.c and typeob... | Georg Brandl | 2006-06-18 | 3 | -64/+81 |
|
|
* | Patch #1455898: Incremental mode for "mbcs" codec. | Martin v. Löwis | 2006-06-14 | 1 | -39/+175 |
|
|
* | If a classic class defined a __coerce__() method that just returned its two | Brett Cannon | 2006-06-13 | 1 | -0/+3 |
|
|
* | Initialize the type object so pychecker can't crash the interpreter. | Neal Norwitz | 2006-06-13 | 1 | -0/+2 |
|
|
* | Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR... | Kristján Valur Jónsson | 2006-06-12 | 2 | -1/+38 |
|
|
* | Get rid of f_restricted too. Doc the other 4 ints that were already removed | Neal Norwitz | 2006-06-12 | 1 | -2/+7 |
|
|
* | Don't leak the list object if there's an error allocating the item storage. ... | Neal Norwitz | 2006-06-12 | 1 | -1/+3 |
|
|
* | f_code can't be NULL based on Frame_New and other code that derefs it. | Neal Norwitz | 2006-06-11 | 1 | -2/+2 |
|
|
* | Update doc to make it agree with code. | Neal Norwitz | 2006-06-11 | 1 | -10/+4 |
|
|
* | Suppress warning on MacOSX about possible use before set of proc. | Skip Montanaro | 2006-06-10 | 1 | -1/+1 |
|
|
* | Patch #1495999: Part two of Windows CE changes. | Martin v. Löwis | 2006-06-10 | 1 | -2/+2 |
|
|
* | SF bug #1503294. | Armin Rigo | 2006-06-10 | 1 | -1/+1 |
|
|
* | Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. | Georg Brandl | 2006-06-10 | 2 | -4/+4 |
|
|
* | Fix bug introduced in rev. 46806 by not having variable declaration at the to... | Brett Cannon | 2006-06-09 | 1 | -2/+4 |
|
|