]> granicus.if.org Git - python/commit
Merge of descr-branch back into trunk.
authorTim Peters <tim.peters@gmail.com>
Thu, 2 Aug 2001 04:15:00 +0000 (04:15 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 2 Aug 2001 04:15:00 +0000 (04:15 +0000)
commit6d6c1a35e08b95a83dbe47dbd9e6474daff00354
tree542089077b9c2650dcf5c52d6bfcef1baf12d176
parent52d55a392600011d3edfe85c694744ec550ad1fe
Merge of descr-branch back into trunk.
57 files changed:
Include/Python.h
Include/abstract.h
Include/ceval.h
Include/classobject.h
Include/descrobject.h [new file with mode: 0644]
Include/dictobject.h
Include/eval.h
Include/funcobject.h
Include/listobject.h
Include/modsupport.h
Include/object.h
Include/objimpl.h
Include/patchlevel.h
Include/pythonrun.h
Lib/pickle.py
Lib/repr.py
Lib/test/test_descr.py [new file with mode: 0644]
Lib/test/test_generators.py
Lib/types.py
Makefile.pre.in
Misc/NEWS
Modules/Setup.dist
Modules/cPickle.c
Modules/config.c.in
Modules/xxsubtype.c [new file with mode: 0644]
Objects/abstract.c
Objects/bufferobject.c
Objects/cellobject.c
Objects/classobject.c
Objects/complexobject.c
Objects/descrobject.c [new file with mode: 0644]
Objects/dictobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/funcobject.c
Objects/intobject.c
Objects/iterobject.c
Objects/listobject.c
Objects/longobject.c
Objects/methodobject.c
Objects/moduleobject.c
Objects/object.c
Objects/rangeobject.c
Objects/sliceobject.c
Objects/stringobject.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/unicodeobject.c
PC/config.c
PCbuild/pythoncore.dsp
PLAN.txt [new file with mode: 0644]
Python/bltinmodule.c
Python/ceval.c
Python/exceptions.c
Python/import.c
Python/pythonrun.c