- 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 2 kayıt (commit)
-
-
Jack Jansen yazdı
will install these in macfs (if Navigation is available).
-
Jack Jansen yazdı
-
- 17 Ara, 1999 5 kayıt (commit)
-
-
Jack Jansen yazdı
dialogs.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
calls, callbacks, arguments, etc. Also added docstrings.
-
Jack Jansen yazdı
-
- 16 Ara, 1999 10 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
get at the result yet, though:-)
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(The configure script is regenerated, not from his patch.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
-
- 15 Ara, 1999 7 kayıt (commit)
-
-
Fred Drake yazdı
pathconf_names, confstr(), confstr_names, sysconf(), sysconf_names.
-
Fred Drake yazdı
strings to integers for the *conf*() functions. Added code to sort the tables at module initialization. Three dictionaries, confstr_names, sysconf_names, and pathconf_names, are added to the module as well. These map known configuration setting names to the numeric value which is used to represent the setting in the system call. This code is always called. Updated related comments.
-
Jack Jansen yazdı
Use MenuEvent in stead of MenuKey.
-
Jack Jansen yazdı
-
Fred Drake yazdı
pathconf() names, from Sjoerd. Added code to verify that these tables are properly ordered, only included and used when CHECK_CONFNAME_TABLES is defined. This is only needed to test the tables, so I haven't enabled this by default.
-
Just van Rossum yazdı
Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr
-
Barry Warsaw yazdı
zero arguments (found by Marc Lemburg).
-