- 04 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
which is edited by the config.status script depending on whether --with-thread is specified or not. Also needs changes to configure(.in).
-
- 03 Ara, 1997 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Fixed weird index behavior.
-
Fred Drake yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
exception occurs in a synchronous Python subprocess, the mode will automatically jump to the innermost exception.
-
Barry Warsaw yazdı
(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 yazdı
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 yazdı
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 yazdı
like <modulename.classname instance at ...> (to match the repr() of class objects.
-
- 02 Ara, 1997 28 kayıt (commit)
-
-
Barry Warsaw yazdı
Unnecessary for XEmacs, but oh well...
-
Barry Warsaw yazdı
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 yazdı
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 yazdı
-
Guido van Rossum yazdı
(Should really let AMK do this, but don't know when he'll give me a new version.)
-
Guido van Rossum yazdı
course.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
comments.
-
Guido van Rossum yazdı
directives and changed C++ comments to C comments.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
and Jacques Vidrine.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
By Case Roole.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
section from Chris Herborth.
-
Guido van Rossum yazdı
(big surprise), and FreeBSD has pthread support in -lc_r -- maybe NetBSD has too.
-
Guido van Rossum yazdı
when test/output is found (/usr/bin/install chokes on this; no idea why install-sh doesn't).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
E.g. isinstance('',types.StringType) will return true now instead of raising a TypeError exception. This is for JPython compatibility.
-
Guido van Rossum yazdı
default for directories (not for files!) to be group writable.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
accidentally uncomment it...
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
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 yazdı
-
Guido van Rossum yazdı
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.
-