summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* for method getaddrlist(): Added a note clarifying that all namedBarry Warsaw1999-01-141-0/+4
| | | | headers and their continuation lines are parsed.
* Shorten the name of the <rfc> "number" attribute to "num".Fred Drake1999-01-141-1/+1
|
* Make <rfc> no longer an empty element but a container. The textFred Drake1999-01-141-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 partlyFred Drake1999-01-141-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 Drake1999-01-142-0/+19
|
* Update to the latest version of Michael Ernst's script.Fred Drake1999-01-141-24/+104
|
* "Driver" makefile to convert all documents to SGML or XML at once.Fred Drake1999-01-141-0/+29
|
* Add usage of the "driver" Makefile.Fred Drake1999-01-141-2/+8
|
* Elaborate a comment on the format of the table that drives theFred Drake1999-01-141-1/+5
| | | | conversion.
* Adjustments to allow elements with subelements as parameters. This isFred Drake1999-01-141-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 Drake1999-01-141-1/+2
|
* Escape special characters on output.Fred Drake1999-01-141-2/+4
|
* Update the comments on info files.Fred Drake1999-01-131-5/+5
|
* Use \refmodule when we say "use the XXX module instead".Fred Drake1999-01-131-2/+2
| | | | For the whatsound module, point to sndhdr.
* \seemodule: Fix so that each \seemodule entry gets its own paragraph,Fred Drake1999-01-131-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 Drake1999-01-131-0/+10
|
* Added a few items.Fred Drake1999-01-121-8/+14
|
* Fix the HTML tarball target to generate the HTML if needed instead ofFred Drake1999-01-121-5/+1
| | | | bombing.
* Bump the date. Seems like fun. ;-)Fred Drake1999-01-121-1/+1
|
* Simplify command that extracts the number of pages from a PostScriptFred Drake1999-01-121-1/+1
| | | | file; use "grep -c" instead of "grep | wc -l | cut ... | tr ...".
* Added \modulesynopsis.Fred Drake1999-01-122-2/+5
|
* <writer>.send_paragraph(): Clarify what needs to be done by thisFred Drake1999-01-121-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 generatingFred Drake1999-01-121-3/+3
| | | | the output HTML.
* Removed a lot of unnecessary comment markers which cause unexplainedFred Drake1999-01-121-84/+83
| | | | numbers to appear in the HTML version of the manual.
* output_body(): For <address> elements, just skip, since they'reFred Drake1999-01-111-0/+4
| | | | always part of the page trailer.
* Patches describing the statvfs() and fstatvfs() functions. AdditionalFred Drake1999-01-111-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 Drake1999-01-081-4/+5
|
* No longer useful.Fred Drake1999-01-081-55/+0
|
* It's finally gone!Fred Drake1999-01-081-2406/+0
|
* Remove obsolete files.Fred Drake1999-01-082-123/+0
|
* Replace most everything but the comment at the top.Fred Drake1999-01-081-24/+66
|
* Add a few comments.Fred Drake1999-01-081-1/+8
|
* New support scripts for HTML->info conversion that use Michael Ernst's newFred Drake1999-01-083-5/+58
| | | | conversion tools.
* New conversion tools for HTML->info from Michael ErnstFred Drake1999-01-082-0/+1778
| | | | | | <mernst@cs.washington.edu>. Thanks!
* convert(): Make sure no line has trailing whitespace. (docfixer.pyFred Drake1999-01-071-3/+5
| | | | | checks for \n\n as a paragraph separator, LaTeX allows white space between the newlines.)
* Markup nit.Fred Drake1999-01-071-4/+4
| | | | Add module synopsis.
* Explain how come that pickle and cPickle, while using the same dataGuido van Rossum1999-01-061-0/+6
| | | | format, can produce different pickle strings for the same object.
* Minor clarifications by Sean Reifschneider:Guido van Rossum1999-01-061-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, whichGuido van Rossum1999-01-061-8/+9
| | | | was actually clearer!
* Add doc for access() and ttyname(). Patch by Sean Reifschneider.Guido van Rossum1999-01-061-0/+12
|
* Preliminary code to mark paragraphs. Seems to work, but very slow.Fred Drake1999-01-061-2/+150
|
* Remove documentation for whatraw() since it's gone now.Fred Drake1999-01-061-13/+2
|
* Document the sndhdr module.Fred Drake1999-01-053-6/+56
| | | | Document that the whatsound module is obsolete.
* Shorten the synopsis that gets into the table of contents.Fred Drake1999-01-051-1/+1
|
* write_idxfile(): New function. Isolate format of the external indexFred Drake1999-01-051-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 Drake1999-01-051-1/+1
|
* Remove obsolete comment.Fred Drake1999-01-051-1/+0
|
* Make the documents that have indexes dependent on the buildindex.pyFred Drake1999-01-051-4/+6
| | | | script.
* do_cmd_methodline(): New function, implements indexing version ofFred Drake1999-01-051-6/+30
| | | | | | | \methodline. Fixed up support for \withsubitem, hopefully improving the fidelity of the index a bit.
* trim_ignored_letters(): Simplify a little.Fred Drake1999-01-041-6/+6
|