- 14 Aug, 2001 12 commits
-
-
Guido van Rossum authored
doesn't have a __dict__!
-
Fred Drake authored
This closes SF bug #450633.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Barry Warsaw authored
__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 authored
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 authored
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 authored
__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 authored
created by Py_Initialize(). This closes SF bug #450621.
-
Fred Drake authored
-
Fred Drake authored
write the documentation for this module.
-
- 13 Aug, 2001 28 commits
-
-
Barry Warsaw authored
just like reload(sys). Test that this is so. Closes SF bug #422004.
-
Barry Warsaw authored
-
Barry Warsaw authored
_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 authored
-
Barry Warsaw authored
-
Fred Drake authored
-
Fred Drake authored
This is part of SF patch #440292.
-
Fred Drake authored
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 authored
Update greeting message to avoid the long copyright notice.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
error.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
remembers what it is supposed to do. :-(
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Remove unused variable and import
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-