Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the standard \label{module-*} for the two supporting modules. | Fred Drake | 1998-01-14 | 2 | -0/+4 |
| | |||||
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 2 | -4/+4 |
| | | | | Always include the comma *inside* the \optional{} markup! | ||||
* | Augment \tableofcontents to do the right thing. | Fred Drake | 1998-01-13 | 1 | -17/+18 |
| | |||||
* | Removed \mytableofcontents; just use \tableofcontents. | Fred Drake | 1998-01-13 | 8 | -8/+8 |
| | |||||
* | Removed one hack! | Fred Drake | 1998-01-13 | 1 | -2/+0 |
| | |||||
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 6 | -10/+10 |
| | |||||
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 4 | -6/+4 |
| | |||||
* | Some shifting around of the DGUX hack so that it won't break on DEC Unix | Guido van Rossum | 1998-01-13 | 3 | -5/+5 |
| | | | | where Make doesn't know that '#' as a command is a comment. | ||||
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 2 | -2/+4 |
| | | | | Added \label{} for referring to the module. | ||||
* | Consistency: | Fred Drake | 1998-01-13 | 6 | -14/+14 |
| | | | | "Unix" ==> "\UNIX{}" | ||||
* | Deleted targets used only by Jim Fulton's now deleted "gMakefile". | Guido van Rossum | 1998-01-13 | 1 | -17/+1 |
| | | | | | | 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). | ||||
* | Consistency: | Fred Drake | 1998-01-13 | 2 | -68/+68 |
| | | | | | | | | "Unix" ==> "\UNIX{}" "C" ==> "\C{}" "C++" ==> "\Cpp{}" | ||||
* | delete gMakefile, clarify Makefile.pre.in | Guido van Rossum | 1998-01-13 | 1 | -2/+1 |
| | |||||
* | No longer needed, sez Jim. | Guido van Rossum | 1998-01-13 | 1 | -83/+0 |
| | |||||
* | Consistency: | Fred Drake | 1998-01-13 | 2 | -76/+76 |
| | | | | | | | | "Unix" ==> "\UNIX{}" "C" ==> "\C{}" "C++" ==> "\Cpp{}" | ||||
* | Removed obsolete \kwindex{} call. | Fred Drake | 1998-01-13 | 2 | -4/+10 |
| | | | | | | Added "user configuration file", ".pythonrc.py file" to the index. Made reference to site module a {seealso} environment. | ||||
* | Added "module search path" to the index. | Fred Drake | 1998-01-13 | 2 | -0/+2 |
| | |||||
* | Removed obsolete \kwindex{} calls. | Fred Drake | 1998-01-13 | 2 | -30/+26 |
| | | | | | | Added "module search path" to the index. "Unix" ==> "\UNIX{}" | ||||
* | Update the doc string to emphasize non-Unix behavior earlier; | Guido van Rossum | 1998-01-13 | 1 | -7/+5 |
| | | | | sys.prefix is no longer empty on any platform that I know of. | ||||
* | \kwindex{}: Removed obsolete macro. | Fred Drake | 1998-01-13 | 1 | -1/+0 |
| | |||||
* | &do_cmd_kwindex: Removed obsolete function. | Fred Drake | 1998-01-13 | 1 | -1/+0 |
| | |||||
* | Added command at end to use times fonts; commented out. Instructions to use | Fred Drake | 1998-01-13 | 1 | -0/+3 |
| | | | | | | | times are there as well. Doing it here means the switch only affects one file and gets everything rebuilt as needed. | ||||
* | Removed tarps2, tardvi targets based on comments from Guido. | Fred Drake | 1998-01-13 | 1 | -32/+5 |
| | | | | | | | | 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. | ||||
* | After discussion with Guido, agreed to only support double-sided PostScript, | Fred Drake | 1998-01-13 | 1 | -95/+0 |
| | | | | so we'll not need this shell whackery after all. | ||||
* | Added openright option the the \documentclass{} for each of the manuals. | Fred Drake | 1998-01-13 | 8 | -8/+8 |
| | |||||
* | Added targets: | Fred Drake | 1998-01-13 | 1 | -2/+40 |
| | | | | | | | | | 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. | ||||
* | Script to add & remove LaTeX \documentclass options. Run "./texoption.sh" | Fred Drake | 1998-01-13 | 1 | -0/+95 |
| | | | | for usage information. | ||||
* | &make_mod_index_entry: Wrap a long comment, store the additional data needed | Fred Drake | 1998-01-13 | 1 | -3/+8 |
| | | | | to create a module index in the HTML version. | ||||
* | Override several functions from the stock latex2html to support the module | Fred Drake | 1998-01-13 | 1 | -0/+95 |
| | | | | | | | | | 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.) | ||||
* | Added support for \funcline{} and \dataline{}. | Fred Drake | 1998-01-12 | 1 | -24/+61 |
| | | | | | | | 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. | ||||
* | Lots of minor markup nits, all consistency related. | Fred Drake | 1998-01-12 | 2 | -150/+176 |
| | | | | | | Consistently use trailing "()" on function / method names. Wrapped some long lines. | ||||
* | Document maxsplit arg for split(), with incompatibility note about 1.5 | Guido van Rossum | 1998-01-12 | 2 | -6/+24 |
| | | | | | | release bug. Document groups() changed behaviour (now always returns tuple). | ||||
* | Fix two bugs: | Guido van Rossum | 1998-01-12 | 1 | -5/+8 |
| | | | | | | | (1) maxsplit was ignored in split(). (2) groups() would return a string instead of a singleton tuple when there was only one group. | ||||
* | Wrapped some long lines. | Fred Drake | 1998-01-12 | 2 | -86/+90 |
| | | | | | | Added trailing "()" for function and method names. Added index entries for referenced modules. | ||||
* | Modify command descriptions to use \optional{} instead of ad-hoc markup. | Fred Drake | 1998-01-12 | 2 | -32/+32 |
| | | | | There are still weirdnesses, but less of them. | ||||
* | \optional{}: Removed leading word space, allowing more flexibility. | Fred Drake | 1998-01-12 | 1 | -2/+2 |
| | | | | | | {seealso} environment: Always start a new paragraph after the "See Also:" line; this ensures that formatting is consistent for each subsequent \see*{} item. | ||||
* | Sigh. Apply a similar patch to the *other* occurrence of [^...]. | Guido van Rossum | 1998-01-12 | 2 | -2/+2 |
| | |||||
* | Follow current recommended practice in an example: Use isinstance() to | Fred Drake | 1998-01-11 | 2 | -2/+2 |
| | | | | | perform a type test instead of type(x) == types.FoobarType. In example for type(). | ||||
* | "Unix" --> "\UNIX{}" | Fred Drake | 1998-01-11 | 2 | -34/+26 |
| | | | | | | | | Added index references to referred-to modules. Added seealso section pointing to the glob module. Removed description of translate(). | ||||
* | As Jeff painfully found out, malloc(0) returns NULL on OS/2. | Guido van Rossum | 1998-01-11 | 1 | -1/+4 |
| | |||||
* | Grammatical nit. | Fred Drake | 1998-01-09 | 2 | -2/+2 |
| | |||||
* | Add module reference for cPickle to index. | Fred Drake | 1998-01-09 | 2 | -36/+42 |
| | | | | | | | | | | | 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. | ||||
* | Use \file{} instead of \code{} or ``\code{}'' to mark file & directory names | Fred Drake | 1998-01-09 | 2 | -6/+6 |
| | | | | & name parts. | ||||
* | Simplify markup. | Fred Drake | 1998-01-09 | 2 | -4/+4 |
| | |||||
* | The resource module has been documented; remove from list. | Fred Drake | 1998-01-09 | 2 | -4/+0 |
| | |||||
* | Added \label{} to allow module references. | Fred Drake | 1998-01-09 | 2 | -8/+46 |
| | | | | Added some seealso sections. | ||||
* | Add index entry for reference to the math module. | Fred Drake | 1998-01-09 | 2 | -14/+14 |
| | |||||
* | Typographical nits: Always set parameter names in \var{} in the running text. | Fred Drake | 1998-01-09 | 2 | -6/+6 |
| | |||||
* | Markup consistency in the mapping object interface description. | Fred Drake | 1998-01-09 | 2 | -4/+4 |
| | |||||
* | Fix previous nit to really do the right thing. | Fred Drake | 1998-01-09 | 1 | -1/+1 |
| |