- 19 Feb, 1998 2 commits
-
-
Fred Drake authored
combining.
-
Guido van Rossum authored
local time -- that's better than failure.
-
- 18 Feb, 1998 31 commits
-
-
Fred Drake authored
&do_cmd_email: Adjust to use a font similar to that used in the printed representation. &my_module_index_helper: Change to be only used for defining markup. Don't prepend an <A NAME=...> to the result; use the containing page as the module target for the index. &ref_module_index_helper: New function. Used only for references to modules described elsewhere. Generate the right target. &init_myformat: Set the anchor_mark to an empty string; this avoids junky " "'s in the text, which could really screw up vertical spacing when that's all that's in a paragraph. &do_cmd_seemodule: Insert markup to jump right to the referred-to module.
-
Guido van Rossum authored
Clarify that the sign of the timezone offset returned by parsedate_tz() is the opposite of time.timezone.
-
Fred Drake authored
Fix \email{} so it doesn't rely on \url{}.
-
Fred Drake authored
-
Fred Drake authored
bookmarkable module sections in the HTML.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Guido van Rossum authored
-
Jeremy Hylton authored
-
Fred Drake authored
-
Fred Drake authored
New targets: ???-all, for each document. This creates all formats of the named document (DVI, HTML, PDF, PS). l2hlib: Added commands to translate node*.html to use the \label{} stuff, as supported by Jeremy's node2html.pl. This gives us mostly bookmarkable nodes.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Logical markup.
-
Fred Drake authored
-
Fred Drake authored
Logical markup.
-
Fred Drake authored
-
Fred Drake authored
Logical markup.
-
Fred Drake authored
Use "mv" instead of "ln -s" to install the new names.
-
Fred Drake authored
out how to make the border go away completely, please let me know!
-
Guido van Rossum authored
probably needs more work, describing new functions and the differences between unix/mac/win.
-
Jeremy Hylton authored
-
Guido van Rossum authored
(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 authored
-
Guido van Rossum authored
-
Barry Warsaw authored
-
Barry Warsaw authored
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 authored
on space, but improves performance. Also use map to calculate triplet_to_pmwrgb().
-
- 17 Feb, 1998 7 commits
-
-
Fred Drake authored
the name elsewhere. This is useful for the logical filenames project, since the "modindex" label is hardcoded into .latex2html-init.
-
Fred Drake authored
association.
-
Fred Drake authored
-
Barry Warsaw authored
-
Fred Drake authored
Added index entry for DES cipher.
-
Fred Drake authored
doesn't appear to be a way to fix that's reasonable.
-
Fred Drake authored
Added native package semantics note.
-