]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge branches/pep-0384.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 3 Dec 2010 20:14:31 +0000 (20:14 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 3 Dec 2010 20:14:31 +0000 (20:14 +0000)
commit4d0d471a8031de90a2b1ce99c4ac4780e60b3bc9
treec8f1fef715f8d158e58f17cab14af65455de1d77
parentc4df7845143f9afe0d20f4421a41904f3cbb991a
Merge branches/pep-0384.
102 files changed:
Doc/c-api/veryhigh.rst
Doc/faq/extending.rst
Doc/whatsnew/3.2.rst
Include/Python.h
Include/abstract.h
Include/bytearrayobject.h
Include/bytes_methods.h
Include/bytesobject.h
Include/cellobject.h
Include/ceval.h
Include/classobject.h
Include/code.h
Include/codecs.h
Include/compile.h
Include/complexobject.h
Include/datetime.h
Include/descrobject.h
Include/dictobject.h
Include/dtoa.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/genobject.h
Include/import.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/marshal.h
Include/memoryobject.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/object.h
Include/objimpl.h
Include/parsetok.h
Include/pyarena.h
Include/pyatomic.h
Include/pyctype.h
Include/pydebug.h
Include/pyerrors.h
Include/pygetopt.h
Include/pymath.h
Include/pystate.h
Include/pystrtod.h
Include/pythonrun.h
Include/pytime.h
Include/setobject.h
Include/sliceobject.h
Include/structseq.h
Include/symtable.h
Include/sysmodule.h
Include/timefuncs.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Include/typeslots.h [new file with mode: 0644]
Include/ucnhash.h
Include/unicodeobject.h
Include/warnings.h
Include/weakrefobject.h
Makefile.pre.in
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c
Modules/_elementtree.c
Modules/_testcapimodule.c
Modules/arraymodule.c
Modules/getpath.c
Modules/mmapmodule.c
Modules/xxlimited.c [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/funcobject.c
Objects/listobject.c
Objects/memoryobject.c
Objects/moduleobject.c
Objects/object.c
Objects/rangeobject.c
Objects/sliceobject.c
Objects/structseq.c
Objects/tupleobject.c
Objects/typeobject.c
Objects/typeslots.inc [new file with mode: 0644]
Objects/typeslots.py [new file with mode: 0644]
Objects/unicodeobject.c
PC/getpathp.c
PC/pyconfig.h
PC/python3.def [new file with mode: 0644]
PC/python3dll.c [new file with mode: 0644]
PCbuild/pcbuild.sln
PCbuild/python3dll.vcproj [new file with mode: 0644]
PCbuild/xxlimited.vcproj [new file with mode: 0644]
Python/bltinmodule.c
Python/ceval.c
Python/dynload_shlib.c
Python/dynload_win.c
Python/import.c
Python/pythonrun.c
Tools/scripts/abitype.py [new file with mode: 0644]
setup.py