- 16 Dec, 1999 9 commits
-
-
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 11 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.
-
Greg Ward authored
-
Fred Drake authored
-
Fred Drake authored
and sysconf(). *Lots* of tables to define names used by *conf*(); explanation to go in message to python-dev list.
-
Fred Drake authored
confstr(), and sysconf().
-
Jack Jansen authored
-
Jack Jansen authored
AE stuff got some extra definitions (don't know why these weren't checked in).
-
Jack Jansen authored
4-char codes. The table which maps codes to datatypes is still pretty empty, I'll fill it as I need entries (or maybe someone wants to spend a nice day filling it?).
-
Jack Jansen authored
Aligned all sizes and such the HIG standards (I think).
-
- 12 Dec, 1999 6 commits
-
-
Jack Jansen authored
remains to be done, and maybe we should convert everything to movablemodal too and make things like question look nicer.
-
Jack Jansen authored
In places where a ResObj is expected for PyArg_Parse and the object passed in isn't but it does have an as_Resource method use that. This makes life a lot easier for appearance portability (and was needed anyway).
-
Jack Jansen authored
Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K. Static 68K Python still has a tk problem.
-
Jack Jansen authored
-
Jack Jansen authored
Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we can still use them on PPC.
-
Jack Jansen authored
-