- 19 Ara, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
the temporary file name. Also some minor formatting of Jim F's code.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 18 Ara, 1997 12 kayıt (commit)
-
-
Guido van Rossum yazdı
it seems harmless for other platforms. It plays tricks with the name of the library used to link with. Apparently DG/UX really wants a shared library to link with if it wants shared modules to use symbols from the library. I'm not sure why this wasn't an issue with 1.4; DG/UX seems to be the only platform where moving to a single library made things harder! BTW This adds a target to create libpython$(VERSION).so; however this target is *only* for DG/UX.
-
Guido van Rossum yazdı
- add test for strptime (not used by the core but needed by Marc Lemburg's Date object). - Test for GNU ld on Solaris; need to add an extra linker option to export symbols in that case.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
non-breaking space!
-
Fred Drake yazdı
throughout the manuals, and seems easier to read.
-
Fred Drake yazdı
functions in this file.
-
Fred Drake yazdı
this file.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 17 Ara, 1997 20 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Include "()" when naming functions in the text. Fixed reference to the built-in str() function. Format constant names using \code{}.
-
Fred Drake yazdı
Added index entry for RFC 1014.
-
Fred Drake yazdı
for all three modules described here. Added a \label{} for each of the two modules missing it.
-
Fred Drake yazdı
Added a \label{} for the module. Fixed one minor grammatical nit: use plural pronoun to refer to a pair of referents. Include "()" when naming functions in the text.
-
Fred Drake yazdı
-
Fred Drake yazdı
Added a \label{} for the module. Changed one \code{} to a \samp{}.
-
Fred Drake yazdı
-
Fred Drake yazdı
for both modules documented here.
-
Fred Drake yazdı
-
Fred Drake yazdı
Minor grammatical nit.
-
Fred Drake yazdı
Remove the leading comment declaring this to be a template for module documentation.
-
Fred Drake yazdı
for both modules documented here.
-
Fred Drake yazdı
for both built-in and standard modules. They were different.
-
Fred Drake yazdı
is stable and the form is only defined in one place, since we do some fancy footwork with the keys to separate the defining instance of a module reference from other references in the HTML index. make_index_entry(): Override the standard definition to use get_index_id(). make_str_index_entry(): Moved to myformat.perl; only needed there. index_key_eq(): Override the standard definition. Add key transforms to remove extra junk from the end of the keys; it was only there to maintain ordering. clean_key(): Remove key transform no longer needed at this stage, because keeping it makes the sort unstable. add_idx(): Add key transforms to undo the mess we do to separate a module's defining and reference entries. Don't make the text bold.
-
Fred Drake yazdı
my_module_index_helper(): Do the actual work for \*modindex{}, including both the defining and reference forms. make_str_index_entry(): Moved from .latex2html-init; it's really specific to the presentation.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 16 Ara, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
which shoulda coulda woulda oughta been PyErr_SetString().
-
Guido van Rossum yazdı
now been added.
-
Guido van Rossum yazdı
which adds the three missing files.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
reference form of \bimodindex{} and \stmodindex{}. my_parword_index_helper(): Fixed to include proper anchor in result text.
-