- 11 Şub, 1998 20 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
modules symbol and token.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
numbers "A.0.#". Fixed.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
find_byrgb(): Changed name, interface (takes a tuple), and return value find_byname(): lowercase color name
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
files.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
pass it the true file. This is used to set __file__ properly, instead of believing what the code object carries with it. (If the pointer is NULL, the code object's co_filename is still used.)
-
Guido van Rossum yazdı
it the true file.
-
- 10 Şub, 1998 4 kayıt (commit)
-
-
Fred Drake yazdı
$STRIP_INDEX_TT: New flag. If set, the <tt>...</tt> around stuff in the index is dropped. This is more O'Reilly-like. &make_str_index_entry: Honor $STRIP_INDEX_TT. &make_mod_index_entry: Honor $STRIP_INDEX_TT.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Barry Warsaw yazdı
-
- 09 Şub, 1998 9 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
"""Combine similar index entries into an entry and subentries. For example: \item {foobar} (in module flotz), 23 \item {foobar} (in module whackit), 4323 becomes \item {foobar} \subitem in module flotz, 23 \subitem in module whackit, 4323 Note that an item which matches the format of a collapsable item but which isn't part of a group of similar items is not modified. """ This results in a much more readable index, with less repitition of text; especially for common method names.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
ways to do it previously (not counting module names).
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
changes.
-
Fred Drake yazdı
macro to insert an RFC index reference. (RFC references were formatted three different ways.)
-
- 08 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Şub, 1998 5 kayıt (commit)
-
-
Fred Drake yazdı
\idxcode{}: New macro; used to mark things that would be \code{} for entry into the index. This allows easily switching things around for the font used in the index. (O'Reilly seems to keep it all plain roman in the index. Looks reasonable in the Python documentation as well.) \*index{}: Use \idxcode{} instead of {\codefont{}}.
-
Guido van Rossum yazdı
in one of the sequence items.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
in sys.last_*; it prevents proper calling of destructors of local variables.
-