cpython/Objects
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread:
http://mail.python.org/pipermail/python-dev/2008-June/079988.html

Python 2.6 should stick with PyString_* in its codebase.  The PyBytes_* names
in the spirit of 3.0 are available via a #define only.  See the email thread.
2008-06-09 04:58:54 +00:00
..
stringlib This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
abstract.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
boolobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
bufferobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
bytearrayobject.c Renamed bytesobject.c to bytearrayobject.c 2008-05-26 13:01:01 +00:00
bytes_methods.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
bytesobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
cellobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
classobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +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 This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
complexobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
descrobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
dictnotes.txt Patch #1397848: add the reasoning behind no-resize-on-shrinkage. 2007-02-15 09:51:35 +00:00
dictobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
enumobject.c Don't allow keyword arguments to reversed(). 2008-05-16 13:24:29 +00:00
exceptions.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
fileobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
floatobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
frameobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
funcobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
genobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
intobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +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 This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
listsort.txt typo fix 2006-08-01 16:24:30 +00:00
longobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
methodobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
moduleobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
object.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +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 This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
setobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
sliceobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
structseq.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
tupleobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
typeobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
unicodectype.c Patch 1494554: Update numeric properties to Unicode 4.1. 2006-05-27 08:36:52 +00:00
unicodeobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00
unicodetype_db.h Update Unicode database to Unicode 4.1. 2006-03-09 23:38:20 +00:00
weakrefobject.c This reverts r63675 based on the discussion in this thread: 2008-06-09 04:58:54 +00:00