Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for method getaddrlist(): Added a note clarifying that all named | Barry Warsaw | 1999-01-14 | 1 | -0/+4 |
| | | | | headers and their continuation lines are parsed. | ||||
* | Shorten the name of the <rfc> "number" attribute to "num". | Fred Drake | 1999-01-14 | 1 | -1/+1 |
| | |||||
* | Make <rfc> no longer an empty element but a container. The text | Fred Drake | 1999-01-14 | 1 | -0/+44 |
| | | | | | | | | | | | | currently generated by the LaTeX and LaTeX2HTML processes is generated here as well, making it more flexible in the SGML version. Reduce the <args> element so that <optional> goes away; just use square brackets to indicate what's optional. This makes it easier to read than the LaTeX, and the processor can do any checking it needs to in order to make sure it's legit. Possible shortcoming: DSSSL processors may need more explicit markup. Can probably hack around it for this case, but we'll see. | ||||
* | Several new functions to re-write tables to be at least partly | Fred Drake | 1999-01-14 | 1 | -0/+112 |
| | | | | | conformant with the OASIS Exchange model. There's a little more massage left to do, but not much. | ||||
* | Added clean and clobber targets. | Fred Drake | 1999-01-14 | 2 | -0/+19 |
| | |||||
* | Update to the latest version of Michael Ernst's script. | Fred Drake | 1999-01-14 | 1 | -24/+104 |
| | |||||
* | "Driver" makefile to convert all documents to SGML or XML at once. | Fred Drake | 1999-01-14 | 1 | -0/+29 |
| | |||||
* | Add usage of the "driver" Makefile. | Fred Drake | 1999-01-14 | 1 | -2/+8 |
| | |||||
* | Elaborate a comment on the format of the table that drives the | Fred Drake | 1999-01-14 | 1 | -1/+5 |
| | | | | conversion. | ||||
* | Adjustments to allow elements with subelements as parameters. This is | Fred Drake | 1999-01-14 | 1 | -95/+145 |
| | | | | | | | | | used to deal with the table headings and entries. An additional flag in the element table is used to indicate elements which have no "general" content, but which do have subelement content. These must be flagged distinctly from empty elements. Currently used for \lineii, \lineiii, and \lineiv. | ||||
* | Added fixinfo.el to the list of dependencies. | Fred Drake | 1999-01-14 | 1 | -1/+2 |
| | |||||
* | Escape special characters on output. | Fred Drake | 1999-01-14 | 1 | -2/+4 |
| | |||||
* | Update the comments on info files. | Fred Drake | 1999-01-13 | 1 | -5/+5 |
| | |||||
* | Use \refmodule when we say "use the XXX module instead". | Fred Drake | 1999-01-13 | 1 | -2/+2 |
| | | | | For the whatsound module, point to sndhdr. | ||||
* | \seemodule: Fix so that each \seemodule entry gets its own paragraph, | Fred Drake | 1999-01-13 | 1 | -0/+15 |
| | | | | | | | | | so they don't get run together when there's no blank line between them in the source. The HTML conversion already did the right thing. \refmodule: Refer to a module, using a hyperlink in the PDF version. Visually the same as \module. | ||||
* | do_cmd_refmodule(): New function to support new \refmodule macro. | Fred Drake | 1999-01-13 | 1 | -0/+10 |
| | |||||
* | Added a few items. | Fred Drake | 1999-01-12 | 1 | -8/+14 |
| | |||||
* | Fix the HTML tarball target to generate the HTML if needed instead of | Fred Drake | 1999-01-12 | 1 | -5/+1 |
| | | | | bombing. | ||||
* | Bump the date. Seems like fun. ;-) | Fred Drake | 1999-01-12 | 1 | -1/+1 |
| | |||||
* | Simplify command that extracts the number of pages from a PostScript | Fred Drake | 1999-01-12 | 1 | -1/+1 |
| | | | | file; use "grep -c" instead of "grep | wc -l | cut ... | tr ...". | ||||
* | Added \modulesynopsis. | Fred Drake | 1999-01-12 | 2 | -2/+5 |
| | |||||
* | <writer>.send_paragraph(): Clarify what needs to be done by this | Fred Drake | 1999-01-12 | 1 | -1/+4 |
| | | | | | method and what it should not do. (Specifically: handling breaking of last line of preceeding paragraph.) | ||||
* | do_cmd_methodline(): Fixed reference to method name when generating | Fred Drake | 1999-01-12 | 1 | -3/+3 |
| | | | | the output HTML. | ||||
* | Removed a lot of unnecessary comment markers which cause unexplained | Fred Drake | 1999-01-12 | 1 | -84/+83 |
| | | | | numbers to appear in the HTML version of the manual. | ||||
* | output_body(): For <address> elements, just skip, since they're | Fred Drake | 1999-01-11 | 1 | -0/+4 |
| | | | | always part of the page trailer. | ||||
* | Patches describing the statvfs() and fstatvfs() functions. Additional | Fred Drake | 1999-01-11 | 1 | -16/+68 |
| | | | | | | | text about large file support. All new text by Steve Clift <clift@mail.anacapa.net>, with only minor revision / addition of markup. | ||||
* | Remove the "lib-" prefix from the name of the info archive. | Fred Drake | 1999-01-08 | 1 | -4/+5 |
| | |||||
* | No longer useful. | Fred Drake | 1999-01-08 | 1 | -55/+0 |
| | |||||
* | It's finally gone! | Fred Drake | 1999-01-08 | 1 | -2406/+0 |
| | |||||
* | Remove obsolete files. | Fred Drake | 1999-01-08 | 2 | -123/+0 |
| | |||||
* | Replace most everything but the comment at the top. | Fred Drake | 1999-01-08 | 1 | -24/+66 |
| | |||||
* | Add a few comments. | Fred Drake | 1999-01-08 | 1 | -1/+8 |
| | |||||
* | New support scripts for HTML->info conversion that use Michael Ernst's new | Fred Drake | 1999-01-08 | 3 | -5/+58 |
| | | | | conversion tools. | ||||
* | New conversion tools for HTML->info from Michael Ernst | Fred Drake | 1999-01-08 | 2 | -0/+1778 |
| | | | | | | <mernst@cs.washington.edu>. Thanks! | ||||
* | convert(): Make sure no line has trailing whitespace. (docfixer.py | Fred Drake | 1999-01-07 | 1 | -3/+5 |
| | | | | | checks for \n\n as a paragraph separator, LaTeX allows white space between the newlines.) | ||||
* | Markup nit. | Fred Drake | 1999-01-07 | 1 | -4/+4 |
| | | | | Add module synopsis. | ||||
* | Explain how come that pickle and cPickle, while using the same data | Guido van Rossum | 1999-01-06 | 1 | -0/+6 |
| | | | | format, can produce different pickle strings for the same object. | ||||
* | Minor clarifications by Sean Reifschneider: | Guido van Rossum | 1999-01-06 | 1 | -1/+15 |
| | | | | | - add example of string literal concatenation - add clarifying comment to the example of the if statement | ||||
* | Replace the docs for reduce with an adaptation of its docstring, which | Guido van Rossum | 1999-01-06 | 1 | -8/+9 |
| | | | | was actually clearer! | ||||
* | Add doc for access() and ttyname(). Patch by Sean Reifschneider. | Guido van Rossum | 1999-01-06 | 1 | -0/+12 |
| | |||||
* | Preliminary code to mark paragraphs. Seems to work, but very slow. | Fred Drake | 1999-01-06 | 1 | -2/+150 |
| | |||||
* | Remove documentation for whatraw() since it's gone now. | Fred Drake | 1999-01-06 | 1 | -13/+2 |
| | |||||
* | Document the sndhdr module. | Fred Drake | 1999-01-05 | 3 | -6/+56 |
| | | | | Document that the whatsound module is obsolete. | ||||
* | Shorten the synopsis that gets into the table of contents. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | write_idxfile(): New function. Isolate format of the external index | Fred Drake | 1999-01-05 | 1 | -95/+82 |
| | | | | | | | | | | | | | | | | data file used by buildindex.py. next_argument_id(): Removed; no longer used. next_argument(): Doesn't use next_argument_id(), just does the work. gen_target(), gen_target_name(): Removed, no longer used. The only place that used them now does the (trivial) work directly. Lots of little changes so we never have to pass around $br_id values all over the place. The only places they're used now new IDs are generated as needed. | ||||
* | Added missing "from" in IOError description. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | Remove obsolete comment. | Fred Drake | 1999-01-05 | 1 | -1/+0 |
| | |||||
* | Make the documents that have indexes dependent on the buildindex.py | Fred Drake | 1999-01-05 | 1 | -4/+6 |
| | | | | script. | ||||
* | do_cmd_methodline(): New function, implements indexing version of | Fred Drake | 1999-01-05 | 1 | -6/+30 |
| | | | | | | | \methodline. Fixed up support for \withsubitem, hopefully improving the fidelity of the index a bit. | ||||
* | trim_ignored_letters(): Simplify a little. | Fred Drake | 1999-01-04 | 1 | -6/+6 |
| |