- 11 Eki, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
object is DECREFed too early.
-
- 04 Agu, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
freed.
-
- 10 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
macros for more efficient access to the fields.
-
- 08 Tem, 1998 2 kayıt (commit)
-
-
Guido van Rossum yazdı
callable objects than regular Pythonm functions as their im_func.
-
Guido van Rossum yazdı
changing __dict__ *or* __bases__.
-
- 12 Haz, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 29 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
not in restricted mode. __dict__ can be set to any dictionary; the cl_getattr, cl_setattr and cl_delattr slots are refreshed. __name__ can be set to any string. __bases__ can be set to to a tuple of classes, provided they are not subclasses of the class whose attribute is being assigned. __getattr__, __setattr__ and __delattr__ can be set to anything, or deleted; the appropriate slot (cl_getattr, cl_setattr, cl_delattr) is refreshed. (Note: __name__ really doesn't need to be a special attribute, but that would be more work.)
-
- 28 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
like <modulename.classname instance at ...> (to match the repr() of class objects.
-
- 18 Kas, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
variables called 'coerce' were accidentally renamed to 'PyNumber_Coerce'. Rename them back to coercefunc.
-
- 20 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
"modulename.classname" instead of returning the same as repr().
-
- 07 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
expecting the caller to do so.
-
- 12 Eyl, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
whose name is in the current globals' __name__ variable. If __name__ is not set, ignore this.
-
- 25 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
former lets you give an instance a set of new instance vars. The latter lets you give it a new class. Both are typechecked and disallowed in restricted mode. For classes, the check for read-only special attributes is tightened so that only assignments to __dict__, __bases__, __name__, __getattr__, __setattr__, and __delattr__ (these could be made to work as well, but I don't know if that's useful -- let's see first whether mucking with instances will help).
-
- 05 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
percent speed up. Also add PyMethod_Fini() to discard it.
-
- 23 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 05 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Make gcc -Wall happy.
-
- 25 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Eki, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 22 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 20 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Agu, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
- define tp_getattro, tp_setattro - use precreated string objects for most common exceptions and method names
-
- 21 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 May, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Removed im_doc attribute; __name__ and __doc__ are now handled by special casing in instancemethodgetattr(). This saves a few bytes and INCREF/DECREF calls per i.m. object allocation/deallocation.
-
- 18 Eyl, 1995 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
may get inc_count sanity check abort).
-
- 28 Agu, 1995 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
-
- 04 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Tem, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Tem, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Nis, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-