- 14 Agu, 2001 20 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
be reviewed for clarity. Work around a bogosity in the HTML version of the escape sequences table conversion.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
implementing numeric objects in Python.
-
Guido van Rossum yazdı
be inherited in inherit_special(), otherwise dynamic types don't inherit these. Also added some XXX comments about open ends.
-
Jeremy Hylton yazdı
When code is compiled and compiler flags are passed in, be sure to update cf_flags with any features defined by future statements in the compiled code.
-
Guido van Rossum yazdı
doesn't have a __dict__!
-
Fred Drake yazdı
This closes SF bug #450633.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Barry Warsaw yazdı
__dict__ attribute. Deleting it, or setting it to a non-dictionary result in a TypeError. Note that getting it the first time magically initializes it to an empty dict so that func.__dict__ will always appear to be a dictionary (never None). Closes SF bug #446645.
-
Barry Warsaw yazdı
attribute. Deleting it, or setting it to a non-dictionary result in a TypeError. Note that getting it the first time magically initializes it to an empty dict so that func.__dict__ will always appear to be a dictionary (never None). Closes SF bug #446645.
-
Barry Warsaw yazdı
setting and deleting a function's __dict__ attribute. Deleting it, or setting it to a non-dictionary result in a TypeError. Note that getting it the first time magically initializes it to an empty dict so that func.__dict__ will always appear to be a dictionary (never None). Closes SF bug #446645.
-
Barry Warsaw yazdı
__dict__ attribute. Deleting it, or setting it to a non-dictionary result in a TypeError. Note that getting it the first time magically initializes it to an empty dict so that func.__dict__ will always appear to be a dictionary (never None). Closes SF bug #446645.
-
Fred Drake yazdı
created by Py_Initialize(). This closes SF bug #450621.
-
Fred Drake yazdı
-
Fred Drake yazdı
write the documentation for this module.
-
- 13 Agu, 2001 20 kayıt (commit)
-
-
Barry Warsaw yazdı
just like reload(sys). Test that this is so. Closes SF bug #422004.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
_PyImport_FixupExtension() on the exceptions module. Now reload(exceptions) acts just like reload(sys) instead of raising an ImportError. This closes SF bug #422004.
-
Tim Peters yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
This is part of SF patch #440292.
-
Fred Drake yazdı
Documentation for difflib/ndiff refactoring: more of the ndiff functionality has been moved to the underlying library (difflib). This closes SF patch #445413.
-
Guido van Rossum yazdı
Update greeting message to avoid the long copyright notice.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
error.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
remembers what it is supposed to do. :-(
-
Andrew M. Kuchling yazdı
-