]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added 1995 copyright.
authorGuido van Rossum <guido@python.org>
Wed, 4 Jan 1995 19:06:22 +0000 (19:06 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 4 Jan 1995 19:06:22 +0000 (19:06 +0000)
commit5799b520086129ed8aaadeb3b941b3000a42576a
treee94f50fbb81224744449a078991c315c18ad2ac9
parentaf5b83ec4afa74b3bd1b0750f14fc24bf111c059
Added 1995 copyright.
object.h: made sizes and refcnts signed ints.
stringobject.h: make getstrsize() signed int.
methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions.
53 files changed:
Include/accessobject.h
Include/allobjects.h
Include/assert.h
Include/bitset.h
Include/bltinmodule.h
Include/ceval.h
Include/cgensupport.h
Include/classobject.h
Include/compile.h
Include/dictobject.h
Include/errcode.h
Include/errors.h
Include/eval.h
Include/fileobject.h
Include/floatobject.h
Include/frameobject.h
Include/funcobject.h
Include/grammar.h
Include/import.h
Include/intobject.h
Include/intrcheck.h
Include/listobject.h
Include/longintrepr.h
Include/longobject.h
Include/mappingobject.h
Include/marshal.h
Include/metagrammar.h
Include/methodobject.h
Include/modsupport.h
Include/moduleobject.h
Include/mymalloc.h
Include/myproto.h
Include/myselect.h
Include/mytime.h
Include/node.h
Include/object.h
Include/objimpl.h
Include/opcode.h
Include/osdefs.h
Include/parsetok.h
Include/pgenheaders.h
Include/pyerrors.h
Include/pythonrun.h
Include/rangeobject.h
Include/rename1.h
Include/stringobject.h
Include/structmember.h
Include/sysmodule.h
Include/token.h
Include/traceback.h
Include/tupleobject.h
Modules/cgensupport.h
Parser/assert.h