summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv/docfixer.py
Commit message (Expand)AuthorAgeFilesLines
* Add a couple of entries to the whitespace-cleanups table.Fred Drake2001-11-301-0/+2
* Avoid trailing blank lines in the output.Fred Drake2001-11-191-0/+4
* Handle PEP references the same way RFC references.Fred Drake2001-09-291-6/+5
* Fix up whitespace in <args> elements; reduce sequences of consecutiveFred Drake2001-09-291-17/+15
* Convert to string methods.Fred Drake2001-09-281-36/+59
* Re-write <ulink> elements as described in the conversion spec.Fred Drake2001-09-271-0/+19
* Turn \input, \include, and \verbatiminput into XInclude elements insteadFred Drake2001-09-271-1/+1
* Simplification to mirror a better conversion specification and moreFred Drake2001-07-061-6/+1
* Allow the <author/> element to appear before a paragraph without beingFred Drake2001-03-291-1/+1
* Remove the annoying __version__ definitions.Fred Drake2001-03-231-1/+0
* Lots of small changes to make this work with the Python DOM bindingsFred Drake2001-03-231-91/+95
* Remove unused "import curses".Guido van Rossum2000-05-241-1/+0
* rewrite_descriptor(): Fixup conversion of arguments (simpler).Fred Drake1999-11-231-12/+35
* write_esis(): Added support for ENTITY_REFERENCE nodes.Fred Drake1999-08-261-40/+44
* rewrite_descriptor(): Fix bug that dropped the first TEXT node fromFred Drake1999-08-201-45/+36
* remap_element_names(): Only used for things that the new conversionFred Drake1999-08-031-32/+6
* bwrite(), ewrite(): Helpers for diagnostic output; essentially theFred Drake1999-08-021-30/+61
* Added a few more passes through the document fragment. Not actuallyFred Drake1999-07-291-11/+126
* Lots of adjustments to deal with the document content now being storedFred Drake1999-05-101-91/+94
* Add support for <platform>, some cleanup of module section afterFred Drake1999-03-111-0/+20
* Mark <verbatim> elements that represent interactive sessions; theseFred Drake1999-02-181-0/+11
* Added support to handle \versionadded in a reasonable way.Fred Drake1999-01-291-9/+19
* fixup_descriptors(): Change the way we look for descriptor nodes;Fred Drake1999-01-291-4/+15
* Rewrite code that converts the little descriptor environments to buildFred Drake1999-01-291-53/+114
* Update the docstring.Fred Drake1999-01-281-101/+159
* create_module_info(): If there's a \moduleauthor, move it to anFred Drake1999-01-191-20/+18
* handle_labels(): Fix problem for document fragments containing moreFred Drake1999-01-191-12/+14
* convert(): Change the element name remapping to convert <refmodule>Fred Drake1999-01-191-0/+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
* Preliminary code to mark paragraphs. Seems to work, but very slow.Fred Drake1999-01-061-2/+150
* create_module_info(): New function: Modify a <section> to create aFred Drake1998-12-101-13/+99
* Added a transform to start cleaning up the modulesynopsis stuff aFred Drake1998-12-101-0/+17
* Use esistools.Fred Drake1998-12-011-15/+66
* Add some additional cleanup transformations.Fred Drake1998-11-231-0/+67
* Script to squirrel around with the DOM tree of document fragments from theFred Drake1998-11-231-0/+193