- 06 Dec, 1997 4 commits
-
-
Fred Drake authored
functions and constants together). Make explicit datadesc sections for each of the constants which might appear, and have a description of each. (Descriptions are based on the Linux documentation and sources and the Solaris man pages.) Hopefully Jeremy won't mind, because I didn't ask. ;-)
-
Guido van Rossum authored
-
Guido van Rossum authored
mapping chapter and section headings to more appropriate nodes so that the TOC actually works. Now generates one HTML page per chapter.
-
Barry Warsaw authored
Updated the to do list.
-
- 05 Dec, 1997 16 commits
-
-
Guido van Rossum authored
I hope this time I've taken out all // comments and indended #ifdefs.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
- New option -x, to skip first line of script - Use the correct platform-specific delimiter and library location in the usage message (Also removed two blank lines and moved one line around so that each part of the usage message is again under 512 bytes and the whole usage message still fits in 23 lines.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Also added one more os2 specific piece of code, by Jeff Rush.
-
Guido van Rossum authored
-
Guido van Rossum authored
not define __getinitargs__, bypass the __init__ constructor completely. This uses the trick of instantiating an empty dummy class and then changing inst.__class__ to the real class. This is done in two places: once for the INST and once for the OBJ format code. Also replaced the much outdated long doc string with a short summary of the module; the information of that doc string is already incorporated in the library reference manual.
-
Guido van Rossum authored
(Like ntpath.py, this was contributed by "Charles G. Waldman" <cgw@pgt.com>)
-
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 7 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.
-