- 18 Şub, 1998 17 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Logical markup.
-
Fred Drake yazdı
-
Fred Drake yazdı
Logical markup.
-
Fred Drake yazdı
-
Fred Drake yazdı
Logical markup.
-
Fred Drake yazdı
Use "mv" instead of "ln -s" to install the new names.
-
Fred Drake yazdı
out how to make the border go away completely, please let me know!
-
Guido van Rossum yazdı
probably needs more work, describing new functions and the differences between unix/mac/win.
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
(2) Fix normcase() to use string.lower() and string.replace() -- it turns out that the table constructed for translate() didn't work in locales that have a different number of lowercase and uppercase letters.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
self.__chips now contains the list of rgbtuple values for the chips named i - 1 (Tkinter counts from 1, we count from zero). The chip number was just the index + 1. This means color lookup need not do an itemcget(), it can just index into __chips. instead of calling __canvas.itemconfigure(), we glom up a huge Tcl script and call tk.eval() directly. Actually we do many appends to a Python list, then string.join() them together into one huge string. This reduces the overhead of Tkinter but making one fast call to Tcl.
-
Barry Warsaw yazdı
on space, but improves performance. Also use map to calculate triplet_to_pmwrgb().
-
- 17 Şub, 1998 18 kayıt (commit)
-
-
Fred Drake yazdı
the name elsewhere. This is useful for the logical filenames project, since the "modindex" label is hardcoded into .latex2html-init.
-
Fred Drake yazdı
association.
-
Fred Drake yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
Added index entry for DES cipher.
-
Fred Drake yazdı
doesn't appear to be a way to fix that's reasonable.
-
Fred Drake yazdı
Added native package semantics note.
-
Fred Drake yazdı
In part prompted by questions from AMK.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
"alternate" rules for PDF generation doesn't ensure the PS files get generated since distiller isn't used. Switch to the "alternate" rules for PDF generation; this is starting to make more sense than the distiller-based rule, and requires only free software. I'm also confident it's working well (meaning I paged through all four pdflatex-generated PDF files).
-
Fred Drake yazdı
-
Fred Drake yazdı
"File->General Info" dialog.
-
Fred Drake yazdı
messy, but the thing seems to be working without bombing completely today. Formatting lib.texi with TeX doesn't seem to do too badly, either! Info formatting isn't quite there; that might just have to disappear this time.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
Collapsed `Options' group into `Current Color' group Set delegate of reds, greens, blues
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 16 Şub, 1998 5 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Code elsewhere in this file tests for the inclusion of the package and does not need to be uncommented. Comments explain what they do and how to disable them. Added support for the optional "fancyhdr" package. If used, page footers include chapter information on the left and section information on the right. Both optional packages, "fancyhdr" and "times", are enabled by default. We may want to disable them before shipping, but I'm not completely convinced. (How many installations format their own documentation?)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
no difference, but avoids triggering an optimizer bug in the AIX compiler where the loop unrolling does the wrong thing...
-
Fred Drake yazdı
description. NNTP.xover() description: Adjust some markup for consistency.
-