- 02 Dec, 1997 31 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
-
Barry Warsaw authored
-
Barry Warsaw authored
of the remainder item (last item in list) when maxsplit is < the number of occurrences.
-
- 01 Dec, 1997 6 commits
-
-
Barry Warsaw authored
19.34.
-
Guido van Rossum authored
be the state of the art.
-
Barry Warsaw authored
-
Guido van Rossum authored
what RCS checkout options are used. Problem first diagnosed by Marc Lemburg.
-
Guido van Rossum authored
In string.splitfields(), ignore maxsplit if <= 0, rather than ignoring maxsplit=0 but effectively treating negative numbers the same as maxsplit=1. Also made the test for maxsplit slightly more efficient (set it to the length of the string when <= 0 so the test for its presence can be omitted from the loop).
-
Barry Warsaw authored
as does unpickling, as in: pickle.loads(pickle.dumps(os.environ)). Hope this is right! Don't shoot me Guido. :-)
-
- 30 Nov, 1997 3 commits
-
-
Fred Drake authored
wrong module.
-
Fred Drake authored
the documentation here.
-
Fred Drake authored
wrong module.
-