- 08 Feb, 1998 1 commit
-
-
Guido van Rossum authored
-
- 07 Feb, 1998 1 commit
-
-
Guido van Rossum authored
-
- 06 Feb, 1998 17 commits
-
-
Fred Drake authored
\idxcode{}: New macro; used to mark things that would be \code{} for entry into the index. This allows easily switching things around for the font used in the index. (O'Reilly seems to keep it all plain roman in the index. Looks reasonable in the Python documentation as well.) \*index{}: Use \idxcode{} instead of {\codefont{}}.
-
Guido van Rossum authored
in one of the sequence items.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
in sys.last_*; it prevents proper calling of destructors of local variables.
-
Guido van Rossum authored
-
Guido van Rossum authored
- Don't print error messages when Py_FrozenFlag is set.
-
Guido van Rossum authored
embedders to force a different PYTHONHOME. - Add new interface PyErr_PrintEx(flag); same as PyErr_Print() but flag determines whether sys.last_* are set or not. PyErr_Print() now simply calls PyErr_PrintEx(1).
-
Guido van Rossum authored
getpath.c in frozen binaries.
-
Guido van Rossum authored
- Add Py_FrozenFlag, intended to suppress error messages fron getpath.c in frozen binaries. - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow embedders to force a different PYTHONHOME. - Add new interface PyErr_PrintEx(flag); same as PyErr_Print() but flag determines whether sys.last_* are set or not. PyErr_Print() now simply calls PyErr_PrintEx(1).
-
Fred Drake authored
-
Fred Drake authored
of "variable": each individual variable should be identified as a single variable and not a collection in the index.
-
Guido van Rossum authored
Code by David Ascher (docstring by me).
-
Guido van Rossum authored
(1) Explicitly clear __builtin__._ and sys.{last,exc}_* before clearing anything else. These are common places where user values hide and people complain when their destructors fail. Since the modules containing them are deleted *last* of all, they would come too late in the normal destruction order. Sigh. (2) Add some debugging aid to cleanup (after a suggestion by Marc Lemburg) -- print the names of the modules being cleaned, and (when -vv is used) print the names of the variables being cleared.
-
Barry Warsaw authored
like default shell-mode behavior.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 05 Feb, 1998 6 commits
-
-
Barry Warsaw authored
string, don't check for indentation at column zero. This will falsely hit a line inside a docstring that starts at column zero but ends in a colon.
-
Barry Warsaw authored
arguments past to py-python-command when invoking the Python shell.
-
Guido van Rossum authored
defs) need to be declared extern "C" -- it seems to have no basis in truth (any more?).
-
Guido van Rossum authored
- use the tempcache in the open() method, too. - use the "unwrap"ped url as key for the tempcache.
-
Guido van Rossum authored
(2) Provisional hack to avoid dying when trying to turn echo on or off on Macs, where os.system() doesn't exist.
-
Guido van Rossum authored
moved DLLs into their own directory (and added it to default path); install zlib.dll in SYS32; fixed location of help root.
-
- 04 Feb, 1998 5 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
use with function name provided as well. Wrapped up PyArg_ParseTupleAndKeywords() description and provided example based on Geoff Philbrick's example to the mailing list.
-
Fred Drake authored
requires "distill" from a FrameMaker installation. ;-) Would probably need to be different for Windows/Mac.
-
Fred Drake authored
"standard". This is mostly for documentation of modules outside the standard library.
-
- 03 Feb, 1998 1 commit
-
-
Fred Drake authored
-
- 02 Feb, 1998 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
Remove references to regsub, which is obsolescent.
-
- 31 Jan, 1998 5 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
rrggbb_to_triplet(): New utility function
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 30 Jan, 1998 1 commit
-
-
Barry Warsaw authored
-
- 29 Jan, 1998 1 commit
-
-
Barry Warsaw authored
-