summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* handle_labels(): Fix problem for document fragments containing moreFred Drake1999-01-191-12/+14
* Revised comments on null bytes in pattern string.Fred Drake1999-01-191-5/+6
* Fix second description of handling 2-digit years (last item inFred Drake1999-01-191-9/+16
* convert(): Change the element name remapping to convert <refmodule>Fred Drake1999-01-191-0/+1
* format_attrs(): Attempt a bit more minimization for SGML output.Fred Drake1999-01-191-4/+22
* add_module_idx(), add_idx_hook():Fred Drake1999-01-191-2/+2
* Fix typo spotted by Jeff MacDonald <jam@ans.net>.Fred Drake1999-01-181-2/+2
* Add a "tarball" target.Fred Drake1999-01-141-0/+3
* Adjust so that we are no longer using special entities for well-knownFred Drake1999-01-141-19/+21
* for method getaddrlist(): Added a note clarifying that all namedBarry Warsaw1999-01-141-0/+4
* 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
* Several new functions to re-write tables to be at least partlyFred Drake1999-01-141-0/+112
* 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
* Adjustments to allow elements with subelements as parameters. This isFred Drake1999-01-141-95/+145
* 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
* \seemodule: Fix so that each \seemodule entry gets its own paragraph,Fred Drake1999-01-131-0/+15
* 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
* 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
* Added \modulesynopsis.Fred Drake1999-01-122-2/+5
* <writer>.send_paragraph(): Clarify what needs to be done by thisFred Drake1999-01-121-1/+4
* do_cmd_methodline(): Fixed reference to method name when generatingFred Drake1999-01-121-3/+3
* Removed a lot of unnecessary comment markers which cause unexplainedFred Drake1999-01-121-84/+83
* output_body(): For <address> elements, just skip, since they'reFred Drake1999-01-111-0/+4
* Patches describing the statvfs() and fstatvfs() functions. AdditionalFred Drake1999-01-111-16/+68
* 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
* New conversion tools for HTML->info from Michael ErnstFred Drake1999-01-082-0/+1778
* convert(): Make sure no line has trailing whitespace. (docfixer.pyFred Drake1999-01-071-3/+5
* Markup nit.Fred Drake1999-01-071-4/+4
* Explain how come that pickle and cPickle, while using the same dataGuido van Rossum1999-01-061-0/+6
* Minor clarifications by Sean Reifschneider:Guido van Rossum1999-01-061-1/+15
* Replace the docs for reduce with an adaptation of its docstring, whichGuido van Rossum1999-01-061-8/+9
* 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