cpython/Objects
Barry Warsaw 91cc8fb92b Fix for bug 4360 "SystemError when method has both super() & closure". Patch
by amaury.forgeotdarc and reviewed by brett.cannon.

Also add release notes about the known problems with the email package.
2008-11-20 20:01:57 +00:00
..
stringlib Merged revisions 66631 via svnmerge from 2008-09-26 22:48:41 +00:00
abstract.c #3946 fix PyObject_CheckBuffer on a memoryview object 2008-09-26 21:49:22 +00:00
boolobject.c Remove outdated comment. Reviewed by Antoine. 2008-08-30 19:21:01 +00:00
bytearrayobject.c Merged revisions 67291 via svnmerge from 2008-11-19 22:05:52 +00:00
bytes_methods.c
bytesobject.c STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' 2008-10-17 01:50:37 +00:00
cellobject.c
classobject.c
cobject.c #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an 2008-08-29 18:37:05 +00:00
codeobject.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c merge from trunk 2008-10-11 00:49:57 +00:00
enumobject.c Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from 2008-07-31 16:23:04 +00:00
exceptions.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
fileobject.c Make stdprinter_write static. 2008-06-13 07:24:48 +00:00
floatobject.c merge from trunk 2008-10-11 00:49:57 +00:00
frameobject.c Merged revisions 66739 via svnmerge from 2008-10-02 18:38:11 +00:00
funcobject.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
genobject.c
iterobject.c
listobject.c merge from trunk 2008-10-11 00:49:57 +00:00
listsort.txt
longobject.c Closes release blocker #3627. 2008-08-24 07:08:55 +00:00
memoryobject.c kill memoryview.size in favor of len(view) 2008-09-10 21:47:03 +00:00
methodobject.c #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
moduleobject.c Issue #3740: Null-initialize module state. 2008-10-07 13:16:28 +00:00
object.c Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to 2008-11-12 23:23:36 +00:00
obmalloc.c Merged revisions 66616 via svnmerge from 2008-09-25 04:15:27 +00:00
rangeobject.c
setobject.c Issue #1721812: Binary operations and copy operations on set/frozenset 2008-11-16 11:44:54 +00:00
sliceobject.c Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from 2008-07-02 16:11:42 +00:00
structseq.c Merged revisions 66006 via svnmerge from 2008-08-24 05:48:10 +00:00
tupleobject.c merge from trunk 2008-10-11 00:49:57 +00:00
typeobject.c Fix for bug 4360 "SystemError when method has both super() & closure". Patch 2008-11-20 20:01:57 +00:00
unicodectype.c Merged revisions 66362 via svnmerge from 2008-09-10 14:08:48 +00:00
unicodeobject.c Issue 3723: Fixed initialization of subinterpreters 2008-10-30 21:48:26 +00:00
unicodetype_db.h Merged revisions 66362 via svnmerge from 2008-09-10 14:08:48 +00:00
weakrefobject.c Merged revisions 66337,66347,66350,66352,66358 via svnmerge from 2008-09-10 21:57:34 +00:00