- 06 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Agu, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Agu, 2001 5 kayıt (commit)
-
-
Guido van Rossum yazdı
should just be "getset", not "getset.__init__".
-
Barry Warsaw yazdı
into a hardcoded char* buffer. Closes patch #454743.
-
Guido van Rossum yazdı
the delete function. (Question: should the attribute name also be recorded in the getset object? That makes the protocol more work, but may give us better error messages.)
-
Guido van Rossum yazdı
with a NULL value), in a somewhat lame way: call the set() function with one argument. Should I add a 3rd function, 'del', instead?
-
Guido van Rossum yazdı
getset_doc: add docstring.
-
- 23 Agu, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This implements the 'getset' class from test_binop.py.
-
- 16 Agu, 2001 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
- descrobject.c:descr_check(): only believe None means the same as NULL if the type given is None's type. - typeobject.c:wrap_descr_get(): don't "conventiently" default an absent type to the type of the object argument. Let the called function figure it out.
-
- 02 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-