- 13 Jan, 1998 12 commits
-
-
Fred Drake authored
Added "module search path" to the index. "Unix" ==> "\UNIX{}"
-
Guido van Rossum authored
sys.prefix is no longer empty on any platform that I know of.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
times are there as well. Doing it here means the switch only affects one file and gets everything rebuilt as needed.
-
Fred Drake authored
Added -9 option to gzip. This doesn't save much space, but it's "free" and appreaciated by those with slow modems. (With these tarballs, that means "those with modems"...!) Remove the two tarballs in the clean target.
-
Fred Drake authored
so we'll not need this shell whackery after all.
-
Fred Drake authored
-
Fred Drake authored
tarps - one-sided PostScript tarps2 - two-sided PostScript, with ref.ps added as-is. tardvi - yes, some people want the .dvi files all-ps2 - Create the .ps files, but make sure the LaTeX openright option is used in the \documentclass.
-
Fred Drake authored
for usage information.
-
Fred Drake authored
to create a module index in the HTML version.
-
Fred Drake authored
index. It works, it's ugly, and would probably have to be completely redone if we changed latex2html versions. See the comments. ;-( On the other hand, it works. ;-) (Wait for myformat.perl checkin as well.)
-
- 12 Jan, 1998 8 commits
-
-
Fred Drake authored
For all generated cases of <strong>...</strong> (from this module), change to <b>...</b>. This, from me? This is entirely to reduce the size of the generated markup, which is more of an issue than semantics here. Since <strong> isn't very meaningful anyway, this should be good.
-
Fred Drake authored
Consistently use trailing "()" on function / method names. Wrapped some long lines.
-
Guido van Rossum authored
release bug. Document groups() changed behaviour (now always returns tuple).
-
Guido van Rossum authored
(1) maxsplit was ignored in split(). (2) groups() would return a string instead of a singleton tuple when there was only one group.
-
Fred Drake authored
Added trailing "()" for function and method names. Added index entries for referenced modules.
-
Fred Drake authored
There are still weirdnesses, but less of them.
-
Fred Drake authored
{seealso} environment: Always start a new paragraph after the "See Also:" line; this ensures that formatting is consistent for each subsequent \see*{} item.
-
Guido van Rossum authored
-
- 11 Jan, 1998 3 commits
-
-
Fred Drake authored
perform a type test instead of type(x) == types.FoobarType. In example for type().
-
Fred Drake authored
Added index references to referred-to modules. Added seealso section pointing to the glob module. Removed description of translate().
-
Guido van Rossum authored
-
- 09 Jan, 1998 15 commits
-
-
Fred Drake authored
-
Fred Drake authored
Consistency: Always use trailing "()" for function and method names in text. Consistency: Always mark parameter names with \var{} in text. Change questionable text about CORBA to definate text about XDR; "CORBA" isn't enough to specify an external representation, and I'm not sure the comment is right if we say "IIOP". I know its right about XDR if we only mention shared object references and not recursive structures.
-
Fred Drake authored
& name parts.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Added some seealso sections.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
uppercase. (Makes it easier to see what markup is generated by the Python manual support and what is generated by standard latex2html.)
-
Fred Drake authored
mode) and take advantage of changes in myformat.sty. Change "C" to "\C{}" and "\code{NULL}" to "\NULL{}" everywhere for consistency and control. Started a description of PyArg_ParseTupleAndKeywords().
-
Fred Drake authored
mode) and take advantage of changes in myformat.sty.
-
Fred Drake authored
does the right thing if the openright option is given. Allows a lot of crud to be removed from the document files' frontmatter sections. \endabstract Extend standard macro. (Called as \end{abstract}.) Does the right thing if the openright option is given. \optional Adjust to get the brackets right under latex2e.
-
Fred Drake authored
-
- 08 Jan, 1998 1 commit
-
-
Fred Drake authored
text. Add one index entry.
-
- 07 Jan, 1998 1 commit
-
-
Fred Drake authored
Added index entries & \label{} constructs.
-