.. |
stringlib
|
changed count to return 0 for slices outside the source string
|
2006-05-30 17:39:58 +00:00 |
abstract.c
|
Remove "non-mapping" and "non-sequence" from TypeErrors raised by
|
2006-08-08 11:56:21 +00:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
memcmp() can return values other than -1, 0, and +1 but tp_compare
|
2006-08-08 17:37:00 +00:00 |
cellobject.c
|
Another problem reported by Coverity. Backport candidate.
|
2006-06-30 07:32:46 +00:00 |
classobject.c
|
__hash__ may now return long int; the final hash
|
2006-08-09 07:57:39 +00:00 |
cobject.c
|
…
|
|
codeobject.c
|
Fix uninitialized memory read reported by Valgrind when running doctest.
|
2006-07-12 05:27:46 +00:00 |
complexobject.c
|
Use sizeof(buffer) instead of duplicating the constants to ensure they won't
|
2006-07-16 02:22:30 +00:00 |
descrobject.c
|
Change fix for segfaulting property(), add a NEWS entry and a test.
|
2006-08-04 18:03:37 +00:00 |
dictnotes.txt
|
Typo fixes
|
2006-08-04 20:37:43 +00:00 |
dictobject.c
|
Typo fixes
|
2006-08-04 20:37:43 +00:00 |
enumobject.c
|
…
|
|
exceptions.c
|
Fix build problems with the platform SDK on windows. It is not sufficient to test for the C compiler version when determining if we have the secure CRT from microsoft. Must test with an undocumented macro, __STDC_SECURE_LIB__ too.
|
2006-07-03 14:59:05 +00:00 |
fileobject.c
|
Stop INCREFing name, then checking if it's NULL. name (f_name) should never
|
2006-07-17 00:55:45 +00:00 |
floatobject.c
|
…
|
|
frameobject.c
|
Move the initialization of some pointers earlier. The problem is
|
2006-07-21 05:31:02 +00:00 |
funcobject.c
|
Closure can't be NULL at this point since we know it's a tuple.
|
2006-07-27 03:55:39 +00:00 |
genobject.c
|
Make use of METH_O and METH_NOARGS where possible.
|
2006-05-29 21:04:52 +00:00 |
intobject.c
|
…
|
|
iterobject.c
|
…
|
|
listobject.c
|
Don't leak the list object if there's an error allocating the item storage. Backport candidate
|
2006-06-12 02:08:41 +00:00 |
listsort.txt
|
typo fix
|
2006-08-01 16:24:30 +00:00 |
longobject.c
|
Move the initialization of size_a down below the check for a being NULL.
|
2006-07-23 07:53:14 +00:00 |
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c.
|
2006-06-18 22:17:29 +00:00 |
obmalloc.c
|
_PyObject_DebugMalloc(): The return value should add
|
2006-06-04 03:38:04 +00:00 |
rangeobject.c
|
…
|
|
setobject.c
|
[Bug #1414697] Change docstring of set/frozenset types to specify that the contents are unique. Raymond, please feel free to edit or revert.
|
2006-07-29 15:10:32 +00:00 |
sliceobject.c
|
…
|
|
stringobject.c
|
Whitespace normalization
|
2006-07-30 06:59:13 +00:00 |
structseq.c
|
…
|
|
tupleobject.c
|
…
|
|
typeobject.c
|
Fix and test for an infinite C recursion.
|
2006-08-09 14:55:26 +00:00 |
unicodectype.c
|
Patch 1494554: Update numeric properties to Unicode 4.1.
|
2006-05-27 08:36:52 +00:00 |
unicodeobject.c
|
Handle allocation failures gracefully. Found with failmalloc.
|
2006-07-21 05:32:28 +00:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
_PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long.
|
2006-08-02 06:14:22 +00:00 |