- 05 Dec, 1997 6 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
exclude "configure".
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 04 Dec, 1997 13 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Fred Drake authored
Use \file{} for file names. Prefer \code{blat} and \emph{blat} to {\tt blat} and {\em blat}; this matches current style in the Library Reference a bit better. Made the example startup banner current. The version number should be bumped before the next release.
-
Fred Drake authored
Remove spurious underscore following book title. Added specific reference to a Win32 networking book. Changed \indexsubitem from (in module SocketServer) to (SocketServer protocol), since it's talking about a protocol supported by a collection of classes.
-
Fred Drake authored
-
Fred Drake authored
Removed the large comment remaining from the template documentation section; the template tells us to remove these once they're not needed. Remove some trailing whitespace from VM instruction pseudo-code.
-
Fred Drake authored
shift. Adjust whitespace around "=" in VM machine descriptions to be consistent throughout the document.
-
Fred Drake authored
Fixed \indexsubitem to gdbm instead of dbm. Changed dbm to \code{dbm} everywhere.
-
Guido van Rossum authored
but otherwise unchanged.
-
Guido van Rossum authored
distribution.
-
Guido van Rossum authored
enabled. This is done through a substitution in Modules/Setup.thread(.in). Bill Janssen will be happy. The original idea was by Lele Gaifax (though I changed the implementation to use a separate file).
-
Guido van Rossum authored
which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in).
-
- 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 10 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.
-