cpython/Objects
Mark Dickinson 2d7911eda4 Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow. 2010-02-14 12:31:26 +00:00
..
stringlib Add note about usage of STRINGLIB_EMPTY. 2010-01-17 12:14:42 +00:00
abstract.c
boolobject.c
bufferobject.c
bytearrayobject.c Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow. 2010-02-14 12:31:26 +00:00
bytes_methods.c
cellobject.c
classobject.c
cobject.c
codeobject.c
complexobject.c factor out __complex__ lookup code to fix another case 2010-01-04 01:00:47 +00:00
descrobject.c
dictnotes.txt
dictobject.c Fixed repr of dictionary views. 2010-01-12 01:34:43 +00:00
enumobject.c
exceptions.c
fileobject.c Issue #5677: Explicitly forbid write operations on read-only file objects, 2010-02-05 17:05:54 +00:00
floatobject.c
frameobject.c
funcobject.c
genobject.c
intobject.c
iterobject.c
listobject.c Silence some 'comparison between signed and unsigned' compiler warnings. 2010-02-14 12:16:43 +00:00
listsort.txt
lnotab_notes.txt
longobject.c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a 2010-01-30 10:08:33 +00:00
memoryobject.c Issue #7385: Fix a crash in `MemoryView_FromObject` when 2010-02-02 22:36:17 +00:00
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c #7775: fixed docstring for rpartition 2010-01-25 11:24:37 +00:00
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c #7775: fixed docstring for rpartition 2010-01-25 11:24:37 +00:00
unicodetype_db.h
weakrefobject.c