- 23 Ara, 1999 14 kayıt (commit)
-
-
Jack Jansen yazdı
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Guido van Rossum yazdı
while str() uses %.12g as before.
-
Fred Drake yazdı
-
Just van Rossum yazdı
changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr
-
Fred Drake yazdı
trailing 'L' is appended to the representation, otherwise not. All existing call sites are modified to pass true for addL. Remove incorrect statement about external use of this function from elsewhere; it's static! long_str(): Handler for the tp_str slot in the type object. Identical to long_repr(), but passes false as the addL parameter of long_format().
-
Fred Drake yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Converted to Appearance and using a List control in stead of manually creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes.
-
Jack Jansen yazdı
interaction.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
handle = Ctl.as_Resource(ctl) ctl = Ctl.as_Control(handle) and similarly for List, Menu, TE. The old handle.as_Control() methods are still there for backward compatability.
-
Fred Drake yazdı
<gerrit.holl@pobox.com>.
-
- 22 Ara, 1999 3 kayıt (commit)
-
-
Fred Drake yazdı
Holl <gerrit.holl@pobox.com>.
-
Fred Drake yazdı
module dict if the inserted object isn't NULL (basic defensive programming!).
-
Guido van Rossum yazdı
* in import.c, #ifdef out references to dynamic loading based on HAVE_DYNAMIC_LOADING * clean out the platform-specific crud from importdl.c. [ maybe fold this function into import.c and drop the importdl.c file? Greg.] * change GetDynLoadFunc's "funcname" parameter to "shortname". change "name" to "fqname" for clarification. * each GetDynLoadFunc now creates its own funcname value. WARNING: as I mentioned previously, we may run into an issue with a missing "_" on some platforms. Testing will show this pretty quickly, however. * move pathname munging into dynload_shlib.c
-
- 21 Ara, 1999 6 kayıt (commit)
-
-
Fred Drake yazdı
Moved a couple to a new "Not worth it" section (explanations were already there).
-
Fred Drake yazdı
-
Guido van Rossum yazdı
This patch changes the string-based exceptions to class-based exceptions, so that you can fetch the unknown option as an attribute. As far as I know, it is backward compatible. [The new exception class is called GetoptError; the name error is an alias for compatibility.]
-
Fred Drake yazdı
is in the development branch, not the maintenance branch!)
-
Fred Drake yazdı
the default value is determined.
-
Guido van Rossum yazdı
Here's a patch that avoids a warning caused by the "const char* pathname" declaration for _PyImport_GetDynLoadFunc (in dynload_aix). The "aix_load" function's 1st arg is prototyped as "char *pathname".
-
- 20 Ara, 1999 14 kayıt (commit)
-
-
Guido van Rossum yazdı
This causes * etc. on the command line to be expanded, link on Unix.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Define Py_DEBUG when compiling in debug mode. (Is that a good idea?)
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
NOTE: Windows, Mac and OS/2 build procedures must be adapted manually! This is part of a set of patches by Greg Stein.
-
Guido van Rossum yazdı
This is part of a set of patches by Greg Stein.
-
Guido van Rossum yazdı
This is part of a set of patches by Greg Stein.
-
Guido van Rossum yazdı
This is part of a set of patches by Greg Stein.
-
Guido van Rossum yazdı
from two static tables (one standard, one provided by the platform's dynload_*.c variant). This is part of a set of patches by Greg Stein.
-
Guido van Rossum yazdı
This is part of a set of patches by Greg Stein.
-
Guido van Rossum yazdı
(A few nite remain, these will probably disappear soon.) This is part of a set of patches by Greg Stein.
-
Guido van Rossum yazdı
file per platform (really: per style of Dl API; e.g. all platforms using dlopen() are grouped together in dynload_shlib.c.). This is part of a set of patches by Greg Stein.
-
Guido van Rossum yazdı
c_varnames, not c_lnotab.
-
- 19 Ara, 1999 2 kayıt (commit)
-
-
Jack Jansen yazdı
Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods.
-
Jack Jansen yazdı
keys that expect a Handle, and have a ResObj as parameter.
-
- 18 Ara, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
will install these in macfs (if Navigation is available).
-