- 14 Ock, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
-
Fred Drake yazdı
-
- 13 Ock, 1998 28 kayıt (commit)
-
-
Fred Drake yazdı
Always include the comma *inside* the \optional{} markup!
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
where Make doesn't know that '#' as a command is a comment.
-
Fred Drake yazdı
Added \label{} for referring to the module.
-
Fred Drake yazdı
"Unix" ==> "\UNIX{}"
-
Guido van Rossum yazdı
Also change the build rules to use $(LIBRARY) instead of -L.. -lpython$(VERSION) since the latter trips up the SunOS 4.1.x linker (sigh).
-
Fred Drake yazdı
"Unix" ==> "\UNIX{}" "C" ==> "\C{}" "C++" ==> "\Cpp{}"
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
"Unix" ==> "\UNIX{}" "C" ==> "\C{}" "C++" ==> "\Cpp{}"
-
Fred Drake yazdı
Added "user configuration file", ".pythonrc.py file" to the index. Made reference to site module a {seealso} environment.
-
Fred Drake yazdı
-
Fred Drake yazdı
Added "module search path" to the index. "Unix" ==> "\UNIX{}"
-
Guido van Rossum yazdı
sys.prefix is no longer empty on any platform that I know of.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
times are there as well. Doing it here means the switch only affects one file and gets everything rebuilt as needed.
-
Fred Drake yazdı
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 yazdı
so we'll not need this shell whackery after all.
-
Fred Drake yazdı
-
Fred Drake yazdı
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 yazdı
for usage information.
-
Fred Drake yazdı
to create a module index in the HTML version.
-
Fred Drake yazdı
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 Ock, 1998 8 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
Consistently use trailing "()" on function / method names. Wrapped some long lines.
-
Guido van Rossum yazdı
release bug. Document groups() changed behaviour (now always returns tuple).
-
Guido van Rossum yazdı
(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 yazdı
Added trailing "()" for function and method names. Added index entries for referenced modules.
-
Fred Drake yazdı
There are still weirdnesses, but less of them.
-
Fred Drake yazdı
{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 yazdı
-
- 11 Ock, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
perform a type test instead of type(x) == types.FoobarType. In example for type().
-
Fred Drake yazdı
Added index references to referred-to modules. Added seealso section pointing to the glob module. Removed description of translate().
-