- 20 Dec, 1999 4 commits
-
-
Guido van Rossum authored
This is part of a set of patches by Greg Stein.
-
Guido van Rossum authored
(A few nite remain, these will probably disappear soon.) This is part of a set of patches by Greg Stein.
-
Guido van Rossum authored
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 authored
c_varnames, not c_lnotab.
-
- 19 Dec, 1999 2 commits
-
-
Jack Jansen authored
Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods.
-
Jack Jansen authored
keys that expect a Handle, and have a ResObj as parameter.
-
- 18 Dec, 1999 2 commits
-
-
Jack Jansen authored
will install these in macfs (if Navigation is available).
-
Jack Jansen authored
-
- 17 Dec, 1999 5 commits
-
-
Jack Jansen authored
dialogs.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
calls, callbacks, arguments, etc. Also added docstrings.
-
Jack Jansen authored
-
- 16 Dec, 1999 10 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
get at the result yet, though:-)
-
Jack Jansen authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(The configure script is regenerated, not from his patch.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Greg Ward authored
-
Greg Ward authored
-
- 15 Dec, 1999 7 commits
-
-
Fred Drake authored
pathconf_names, confstr(), confstr_names, sysconf(), sysconf_names.
-
Fred Drake authored
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 authored
Use MenuEvent in stead of MenuKey.
-
Jack Jansen authored
-
Fred Drake authored
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 authored
Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr
-
Barry Warsaw authored
zero arguments (found by Marc Lemburg).
-
- 14 Dec, 1999 7 commits
-
-
Guido van Rossum authored
are, we must keep the file around so we can print the body.
-
Fred Drake authored
available since the interface is poorly defined on at least one major platform (Solaris). Moved table of constant names for fpathconf() & pathconf() into the conditional that defines the conv_path_confname() helper; Mark Hammond reported that defining the table when none of the constants were defined causes the compiler to complain (won't allow 0-length array, imagine that!). In posix_fpathconf(), use conv_path_confname() as the O& conversion function, instead of the conv_confname() helper, which has the wrong signature (posix_pathconf() already used the right thing).
-
Fred Drake authored
least on Solaris (sometimes it's Unix98, sometimes it conforms to an early draft). Properly generate config.h.in using autoheader instead of editing it manually; thanks, Guido!
-
Fred Drake authored
-
Jack Jansen authored
Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.
-
Jack Jansen authored
-
Jack Jansen authored
-
- 13 Dec, 1999 3 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
I've changed the login command to force proper quoting of the password argument. I've also added some extra debugging code, which is removed when __debug__ is false.
-