cpython/Objects
Guido van Rossum 3d1d712afc Don't lie in error messages from str8.
In some cases we use the more neutral term string; in others we are explicit.
2007-06-07 17:54:36 +00:00
..
stringlib
abstract.c Merged revisions 55631-55794 via svnmerge from 2007-06-06 23:52:48 +00:00
boolobject.c Add interning of unicode strings by copying the functionality from 2007-05-25 13:52:07 +00:00
bufferobject.c
bytesobject.c
cellobject.c
classobject.c
cobject.c
codeobject.c Use PyUnicode_FromFormat() directly. 2007-06-06 15:15:34 +00:00
complexobject.c Change float.__str__() and complex.__str__() to return 2007-05-31 15:51:35 +00:00
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c PyUnicode_FromFormat() does support %02x, so use it 2007-06-05 13:29:29 +00:00
fileobject.c Enable new I/O. Disable creation of old files. 2007-05-24 14:31:33 +00:00
floatobject.c Change float.__str__() and complex.__str__() to return 2007-05-31 15:51:35 +00:00
frameobject.c
funcobject.c
genobject.c
intobject.c Change int_oct() and int_hex() to return unicode objects. 2007-06-05 19:50:53 +00:00
iterobject.c
listobject.c
listsort.txt
longobject.c
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c
stringobject.c Don't lie in error messages from str8. 2007-06-07 17:54:36 +00:00
structseq.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c unichr() is named chr() now => fix name in error message. 2007-06-05 20:02:26 +00:00
unicodetype_db.h
weakrefobject.c