0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Objects
Guido van Rossum 9e51f9bec8 bltinmodule.c: added round(x, [n]); coerce() of two class instances
will try to coerce anyway.
classobject.c: instance 'nonzero' should first try __nonzero__
only then __len__.
1993-02-12 16:29:05 +00:00
..
classobject.c bltinmodule.c: added round(x, [n]); coerce() of two class instances 1993-02-12 16:29:05 +00:00
fileobject.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
floatobject.c
frameobject.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
funcobject.c
intobject.c
listobject.c * stdwinmodule.c: various new commands: setwin{pos,size}, 1993-02-08 15:49:17 +00:00
longobject.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
methodobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
moduleobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
object.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
stringobject.c
tupleobject.c
typeobject.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
xxobject.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00