- 07 Agu, 1998 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Don't use CL module since all constants are now in cl.
-
Guido van Rossum yazdı
Fixed infinite loop when a message ends prematurely in some circumstances.
-
Guido van Rossum yazdı
Date: Fri, 7 Aug 1998 13:37:12 +0100 the "initialcolor" code is broken in several places in the current version of tkColorChooser. I've attached an up- dated version for 1.5.2.
-
- 06 Agu, 1998 21 kayıt (commit)
-
-
Guido van Rossum yazdı
(The alternative would be to call self.checker.note() but since self.checker might be None that's not quite right.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run.
-
Barry Warsaw yazdı
present) that refers to the section name. Also added a (slightly) better InterpolationError error message, which includes the raw string.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Also added two XXX comments about lingering thread unsafeness.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
However two string literals concatenated are fine! Hope this doesn't break other platforms.
-
Guido van Rossum yazdı
ERROR_FILE_NOT_FOUND, return an empty list instead of raising an exception.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 05 Agu, 1998 11 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
function had a reference to vPySys_WriteStderr(...) -- turn it back into fprintf(stder, ...).
-
Fred Drake yazdı
command line. l2hoption(): Convenience function, to write out an option to the aux. init. file only if set. Added --iconserver option to set the $ICONSERVER variable in latex2html; this requires the use of an auxillary init. file since this can't be initialized using a standard latex2html command-line option. So the aux. init. file is used for just about all the special options since it has to be written anyway when $ICONSERVER needs to be set.
-
Fred Drake yazdı
-
- 04 Agu, 1998 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
gethostbyaddr(). (Plain gethostbyname() returns only the IP address.) This moves the code shared by gethostbyaddr() and gethostbyname_ex() to a subroutine. Original patch by Dan Stromberg; some tweaks by GvR.
-