- 15 Aug, 2001 21 commits
-
-
Guido van Rossum authored
example.
-
Guido van Rossum authored
binding of unbound methods.
-
Guido van Rossum authored
-
Martin v. Löwis authored
-
Fred Drake authored
Remove the module index; there aren't enough modules documented yet for this to make sense. Add a couple more index entries, fixed a few typos, and adjusted a few more things for consistency.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
instead of directly manipulating the underlying dictionary.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
-
Jack Jansen authored
include _PyMac_Error. Also don't try to include __dummy: it needs Foundation and I think (not 100% sure) that this isn't part of naked Darwin.
-
Jack Jansen authored
of audioop and cmath fail. Removing it seems to have no adverse consequences. Closes bug #450510.
-
Jack Jansen authored
can be on sys.path too.
-
Tim Peters authored
vertical whitespace to the acknowledgements portion of the "Installation Completed!" screen for easier reading.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
the PEP.
-
Jack Jansen authored
-
Jack Jansen authored
- 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 authored
installation. If there is no LANDMARK we assume we're a bare framework in the install directory (again WITH_NEXT_FRAMEWORK only).
-
- 14 Aug, 2001 19 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Fred Drake authored
-
Fred Drake authored
be reviewed for clarity. Work around a bogosity in the HTML version of the escape sequences table conversion.
-
Fred Drake authored
-
Jeremy Hylton authored
-
Fred Drake authored
implementing numeric objects in Python.
-
Guido van Rossum authored
be inherited in inherit_special(), otherwise dynamic types don't inherit these. Also added some XXX comments about open ends.
-
Jeremy Hylton authored
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 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.
-