- 03 Dec, 1997 11 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
Fixed weird index behavior.
-
Fred Drake authored
includes the string in the returned value instead of the dummy filler character. add_idx(): Override the latex2html function of the same name; this gets the anchor properly embedded in the <dt> element, so the index works in Grail too.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
exception occurs in a synchronous Python subprocess, the mode will automatically jump to the innermost exception.
-
Barry Warsaw authored
(python-mode): Conditionalize imenu initializations to when we can safely require imenu. Under Emacs this should prevent python-mode from hosing the global value of imenu-create-index-function and messing things up for all other modes. Problem identified by Christian Egli. (py-describe-mode): py-delete-char => py-electric-backspace. Given by Christian Egli.
-
Fred Drake authored
to use the opcodedesc environment. Changed a \code{} to a \file{} near the start where a file is referenced. Fixed a typo: "on" --> "one" in ROT_THREE description. Wherever opcodes were referenced by name, use \code{OPCODE_NAME}; usage was inconsistent. Ideally, another macro would be defined since these don't represent code a programmer would type, but that's minor even for me. It'll probably get converted automatically in the SGML conversion project. Whether that matters or not isn't relevant at this point.
-
Fred Drake authored
the libdis.tex file I'm about to check in. I'm not sure this is really an optimal solution yet, but it may be the best alternative. It avoids describing the instructions as either data items or functions. This change was discussed with Guido. (Guido: Take a look at the LaTeX output for this; if this is reasonable I'll go ahead and update the perl code in myformat.perl to match.)
-
Guido van Rossum authored
like <modulename.classname instance at ...> (to match the repr() of class objects.
-
- 02 Dec, 1997 29 commits
-
-
Barry Warsaw authored
Unnecessary for XEmacs, but oh well...
-
Barry Warsaw authored
an informative message when one cannot be found, as is the case with a vanilla Emacs 19.34 (and NTEmacs 19.34).
-
Guido van Rossum authored
This exports symbols defined by the loaded extension to other extensions (loaded later). (I'm not quite sure about this but suppose it can't hurt...)
-
Guido van Rossum authored
-
Guido van Rossum authored
(Should really let AMK do this, but don't know when he'll give me a new version.)
-
Guido van Rossum authored
course.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
comments.
-
Guido van Rossum authored
directives and changed C++ comments to C comments.
-
Guido van Rossum authored
-
Guido van Rossum authored
and Jacques Vidrine.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
By Case Roole.
-
Guido van Rossum authored
-
Guido van Rossum authored
section from Chris Herborth.
-
Guido van Rossum authored
(big surprise), and FreeBSD has pthread support in -lc_r -- maybe NetBSD has too.
-
Guido van Rossum authored
when test/output is found (/usr/bin/install chokes on this; no idea why install-sh doesn't).
-
Guido van Rossum authored
-
Guido van Rossum authored
E.g. isinstance('',types.StringType) will return true now instead of raising a TypeError exception. This is for JPython compatibility.
-
Guido van Rossum authored
default for directories (not for files!) to be group writable.
-
Guido van Rossum authored
-
Guido van Rossum authored
accidentally uncomment it...
-
Guido van Rossum authored
-
Barry Warsaw authored
Tools/scripts/h2py.py. This file contains many useful streamio(7) constants, especially the ones that support passing open file descriptors through a pipe: I_RECVFD and I_SENDFD.
-
Guido van Rossum authored
-
Guido van Rossum authored
the default build on Linux (because it requires -lcrypt which isn't availabel everywhere). Some improvements to the _tkinter build line suggested by Case Roole.
-
Guido van Rossum authored
-