.. |
stringlib
|
Fix str.rpartition(sep) when sep is not found in str.
|
2006-09-05 02:21:38 +00:00 |
abstract.c
|
Silence compiler warning
|
2007-02-07 23:48:15 +00:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
Bug #1733488: Fix compilation of bufferobject.c on AIX.
|
2007-06-08 17:29:40 +00:00 |
cellobject.c
|
Another problem reported by Coverity. Backport candidate.
|
2006-06-30 07:32:46 +00:00 |
classobject.c
|
the nb_long slot on classobject instances now defaults to call the nb_int slot member if there is no __long__ attribute found. This is in accordance with a suggestion from Armin Rigo, and allows the test_getargs2.py test in the testsuite for x64
|
2007-05-07 18:36: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
|
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
|
Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or
|
2007-04-16 06:59:13 +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
|
Merge change 54982 from the trunk. This fixes the test_subprocess test in the testsuite for VisualStudio2005 builds, by "sanitizing" the "mode" that is used in the posixmodule's fdopen(). In particular the non-standard "U" mode character is removed.
|
2007-05-07 19:25:38 +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
|
Make use of METH_O and METH_NOARGS where possible.
|
2006-05-29 21:04:52 +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
|
Backport 52505:
|
2006-10-28 21:39:10 +00:00 |
listsort.txt
|
typo fix
|
2006-08-01 16:24:30 +00:00 |
longobject.c
|
Fix two problems that emerged when the testsuite was run with an x64 build: PyLong_FromSSize_t incorrectly assumed an unsigned object, and itertools.count() had the wrong upper limit for the iterator.
|
2007-05-07 18:30:48 +00:00 |
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
Slightly revised version of patch #1538956:
|
2006-08-14 10:55:19 +00:00 |
obmalloc.c
|
Backport 52506:
|
2006-10-28 21:39:31 +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
|
Bug #1763149: use proper slice syntax in docstring.
|
2007-07-29 17:37:22 +00:00 |
structseq.c
|
Klocwork made another run and found a bunch more problems.
|
2006-08-12 01:43:40 +00:00 |
tupleobject.c
|
Patch #1538606, Patch to fix __index__() clipping.
|
2006-08-12 17:03:09 +00:00 |
typeobject.c
|
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
|
2007-03-15 11:47:59 +00:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
Bug #1763149: use proper slice syntax in docstring.
|
2007-07-29 17:37:22 +00:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
If you created a weakref in an object's __del__ method to itself it would
|
2007-01-23 22:41:20 +00:00 |