cpython/Objects
Georg Brandl 30fadc1799 #2999: fix name of third parameter in unicode.replace()'s docstring. 2008-05-30 07:54:16 +00:00
..
stringlib Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
abstract.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
boolobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
bufferobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
bytearrayobject.c Renamed bytesobject.c to bytearrayobject.c 2008-05-26 13:01:01 +00:00
bytes_methods.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
bytesobject.c Renamed bytesobject.c to bytearrayobject.c 2008-05-26 13:01:01 +00:00
cellobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
classobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
cobject.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
codeobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
complexobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
descrobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
dictnotes.txt
dictobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
enumobject.c Don't allow keyword arguments to reversed(). 2008-05-16 13:24:29 +00:00
exceptions.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
fileobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
floatobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
frameobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
funcobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
genobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
intobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
iterobject.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
listobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
listsort.txt
longobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
methodobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
moduleobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
object.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
obmalloc.c PEP 3123: Provide forward compatibility with Python 3.0, while keeping 2007-07-21 06:55:02 +00:00
rangeobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
setobject.c Issue 2855: Fix obscure crasher by slowing down the entire module. Mimics what was done to dictionaries in r59223. 2008-05-30 06:49:47 +00:00
sliceobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
structseq.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
tupleobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00
typeobject.c Revert #2990 patch; it's not necessary as Armin showed. 2008-05-29 14:35:39 +00:00
unicodectype.c
unicodeobject.c #2999: fix name of third parameter in unicode.replace()'s docstring. 2008-05-30 07:54:16 +00:00
unicodetype_db.h
weakrefobject.c Renamed PyString to PyBytes 2008-05-26 12:51:38 +00:00