- 12 May, 1998 7 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Adapted from code submitted by Just van Rossum. PySys_WriteStdout(format, ...) PySys_WriteStderr(format, ...) The first function writes to sys.stdout; the second to sys.stderr. When there is a problem, they write to the real (C level) stdout or stderr; no exceptions are raised (but a pending exception may be cleared when a new exception is caught). Both take a printf-style format string as their first argument followed by a variable length argument list determined by the format string. *** WARNING *** The format should limit the total size of the formatted output string to 1000 bytes. In particular, this means that no unrestricted "%s" formats should occur; these should be limited using "%.<N>s where <N> is a decimal number calculated so that <N> plus the maximum size of other formatted text does not exceed 1000 bytes. Also watch out for "%f", which can print hundreds of digits for very large numbers.
-
Guido van Rossum authored
PySys_WriteStdout(format, ...) PySys_WriteStderr(format, ...)
-
Guido van Rossum authored
they should have a Repr() function.
-
Guido van Rossum authored
-
- 11 May, 1998 21 commits
-
-
Fred Drake authored
Clean up the clean & clobber targets.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
a Makefile: mkhowto.sh --$(PAPER).
-
Fred Drake authored
-
Fred Drake authored
and allows the info to work through this section.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Nits.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Update the .tar.gz targets so that they work from the top level. Reinstate the api, ext, lib, ref, and tut targets.
-
Fred Drake authored
the one from Override.pm (part of latex2html). Absolutize the TEXINPUTS environment variable, since we can't count on latex2html doing it for us (even though I sent in a patch, and it really should).
-
Fred Drake authored
-
Fred Drake authored
warning (at least under Linux).
-
- 10 May, 1998 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 09 May, 1998 1 commit
-
-
Guido van Rossum authored
additional errors happen in the last step. The trick is to avoid division by 0.1**n -- multiply by 10.0**n instead.
-
- 08 May, 1998 9 commits
-
-
Guido van Rossum authored
- When facility not specified to syslog() method, use default from openlog() (This is how it was claimed to work in the documentation) - Potential resource leak of o_ident, now cleaned up in closelog() - Minor comment accuracy fix.
-
Guido van Rossum authored
the comments.
-
Guido van Rossum authored
method='GET', always get the query string from environ['QUERY_STRING'] or sys.argv[1] -- ignore an explicitly passed in fp.
-
Fred Drake authored
Avoid extra level of recursion in the paper-*/ directories. Added the "info" target to use the subdir. Partparse, however, is broken again.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-