- 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ı
-
- 10 Ock, 1995 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 07 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
instancebinop, to support things like Rational * float; added documentation strings to classes and methods
-
- 04 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
floatobject.c: fix hash(). methodobject.c: support METH_FREENAME flag bit.
-
- 02 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
can now be NULL.
-
- 10 Kas, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Eki, 1994 1 kayıt (commit)
-
-
Sjoerd Mullender yazdı
was broken.
-
- 28 Eyl, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
entirely redone operator overloading. The rules for class instances are now much more relaxed than for other built-in types (whose coerce must still return two objects of the same type) * Objects/floatobject.c: add overflow check when converting float to int and implement truncation towards zero using ceil/float * Objects/longobject.c: change ValueError to OverflowError when converting to int * Objects/rangeobject.c: modernized * Objects/stringobject.c: use HAVE_LIMITS instead of __STDC__ * Objects/xxobject.c: changed to use new style (not finished?)
-
- 05 Eyl, 1994 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-