cpython/Objects
Senthil Kumaran 31877c9d0e merge from 3.2 2011-06-27 09:07:14 -07:00
..
stringlib MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) 2011-04-20 17:42:50 +02:00
abstract.c Close #10616: mention bytes and bytearray in PyObject_AsCharBuffer() error 2011-05-30 23:21:30 +02:00
boolobject.c
bytearrayobject.c #6780: merge with 3.2. 2011-04-26 06:45:24 +03:00
bytes_methods.c Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object. 2011-06-27 09:06:45 -07:00
bytesobject.c #6780: merge with 3.2. 2011-04-26 06:45:24 +03:00
capsule.c
cellobject.c
classobject.c
codeobject.c map cells to arg slots at code creation time (closes #12399) 2011-06-25 22:54:45 -05:00
complexobject.c Port 5b607cd8c71b (closes #11892) 2011-04-20 22:26:57 +02:00
descrobject.c (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper 2011-05-01 23:31:36 +02:00
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c SystemExit_init(): avoid an useless test 2011-05-26 14:25:54 +02:00
fileobject.c
floatobject.c Port 5b607cd8c71b (closes #11892) 2011-04-20 22:26:57 +02:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c #11335: Fix memory leak after key function failure in sort 2011-05-04 12:46:28 -07:00
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c indicate return value on __dir__ methods 2011-05-24 12:46:15 -05:00
object.c quaint and completely out of date comment 2011-06-11 16:33:35 -05:00
obmalloc.c Issue #11849: Make it more likely for the system allocator to release 2011-05-03 18:18:59 +02:00
rangeobject.c
setobject.c Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions 2011-05-27 16:46:51 +02:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c use a invalid name for the __class__ closure for super() (closes #12370) 2011-06-19 19:42:22 -05:00
typeslots.inc remove __version__s dependent on subversion keyword expansion (closes #12221) 2011-05-31 20:52:17 -05:00
typeslots.py remove __version__s dependent on subversion keyword expansion (closes #12221) 2011-05-31 20:52:17 -05:00
unicodectype.c
unicodeobject.c Revert my commit 7ba176c2f558: "Avoid useless "++" at the end of functions 2011-05-27 16:46:51 +02:00
unicodetype_db.h
weakrefobject.c