- 15 Agu, 2001 4 kayıt (commit)
-
-
Tim Peters yazdı
the PEP.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Made framework builds work for MacOSX. The configure arg is now "--enable-framework". - Added an install target frameworkinstall which installs the framework. - Ripped out Next/OpenStep support, which was broken anyway. - Made the MacOSX toolbox glue dependant on a --enable-toolbox-glue configure arg. This should make naked darwin build work again (untested). A few targets have been added to Makefile.pre.in, and on inspection they look harmless to non-MacOSX machines, but it is worth checking. Closes bug #420601 and patch #450350.
-
Jack Jansen yazdı
installation. If there is no LANDMARK we assume we're a bare framework in the install directory (again WITH_NEXT_FRAMEWORK only).
-
- 14 Agu, 2001 21 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
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 15 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.
-