- 21 Dec, 1999 5 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
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 authored
is in the development branch, not the maintenance branch!)
-
Fred Drake authored
the default value is determined.
-
Guido van Rossum authored
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 Dec, 1999 14 commits
-
-
Guido van Rossum authored
This causes * etc. on the command line to be expanded, link on Unix.
-
Guido van Rossum authored
-
Guido van Rossum authored
Define Py_DEBUG when compiling in debug mode. (Is that a good idea?)
-
Guido van Rossum authored
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
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 authored
This is part of a set of patches by Greg Stein.
-
Guido van Rossum authored
This is part of a set of patches by Greg Stein.
-
Guido van Rossum authored
This is part of a set of patches by Greg Stein.
-
Guido van Rossum authored
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 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 2 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.
-