.. |
stringlib
|
#3967: Correct a crash in count() and find() methods of string-like objects.
|
2008-09-26 22:46:01 +00:00 |
abstract.c
|
merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError
|
2007-12-05 12:51:23 +00:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
Security patches from Apple: prevent int overflow when allocating memory
|
2008-07-31 17:08:14 +00:00 |
cellobject.c
|
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
|
2007-11-24 13:53:29 +00:00 |
classobject.c
|
Fix an edge case whereby the __del__() method of a classic class could
|
2008-01-18 20:53:37 +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
|
Fix SF #1676971, Complex OverflowError has a typo
|
2007-03-09 06:01:28 +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
|
- Issue #3537: Fix an assertion failure when an empty but presized dict
|
2008-08-11 09:13:26 +00:00 |
enumobject.c
|
Do not let overflows in enumerate() and count() pass silently.
|
2007-02-07 23:57:05 +00:00 |
exceptions.c
|
Backport r54757 - missing NULL checks.
|
2007-04-21 07:22:57 +00:00 |
fileobject.c
|
Issue #1706039: Support continued reading from a file even after
|
2008-12-13 15:36:49 +00:00 |
floatobject.c
|
…
|
|
frameobject.c
|
Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.
|
2007-04-16 06:19:52 +00:00 |
funcobject.c
|
Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed
|
2006-08-12 02:12:30 +00:00 |
genobject.c
|
Cause passing a string to generator.throw() to raise a deprecation warning.
|
2007-09-11 21:12:14 +00:00 |
intobject.c
|
Add what looks like a necessary call to PyErr_NoMemory() when PyMem_MALLOC()
|
2007-05-16 04:35:11 +00:00 |
iterobject.c
|
…
|
|
listobject.c
|
Added checks for integer overflows, contributed by Google. Some are
|
2008-02-14 11:26:18 +00:00 |
listsort.txt
|
typo fix
|
2006-08-01 16:24:30 +00:00 |
longobject.c
|
Security patches from Apple: prevent int overflow when allocating memory
|
2008-07-31 17:08:14 +00:00 |
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
- Issue #1686386: Tuple's tp_repr did not take into account the possibility of
|
2008-04-10 22:43:58 +00:00 |
obmalloc.c
|
Backport code from r65182:
|
2008-07-28 05:06:20 +00:00 |
rangeobject.c
|
…
|
|
setobject.c
|
Revert 53667
|
2007-04-18 02:02:15 +00:00 |
sliceobject.c
|
Patch #1538606, Patch to fix __index__() clipping.
|
2006-08-12 17:03:09 +00:00 |
stringobject.c
|
Issue #3751: str.rpartition would perform a left-partition when called with
|
2008-09-01 20:05:08 +00:00 |
structseq.c
|
Klocwork made another run and found a bunch more problems.
|
2006-08-12 01:43:40 +00:00 |
tupleobject.c
|
Security patches from Apple: prevent int overflow when allocating memory
|
2008-07-31 17:08:14 +00:00 |
typeobject.c
|
backport r67246 from the trunk
|
2008-11-17 23:35:24 +00:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
Security patches from Apple: prevent int overflow when allocating memory
|
2008-07-31 17:08:14 +00:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Issue 3110: Crash with weakref subclass,
|
2008-06-16 19:22:42 +00:00 |