summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv/esis2sgml.py
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-264/+0
* Use string methods. Re-organize imports to Python Normal Form.Fred Drake2002-10-161-3/+4
* Convert most uses of the string module to string methods.Fred Drake2001-09-281-9/+9
* Remove the annoying __version__ definitions.Fred Drake2001-03-231-2/+0
* Pick the "escape" function from the standard library instead of from PyXML.Fred Drake2001-03-231-1/+1
* convert(): Add support for ESIS '&' lines, and make sure we don'tFred Drake1999-08-261-0/+5
* Some minor cleanup.Fred Drake1999-07-291-20/+18
* Modify to perform "---" to "—" conversion outside ofFred Drake1999-05-181-7/+16
* Some adjustments, mostly to make it more general.Fred Drake1999-02-181-21/+97
* Be a little smarter on some attribute values, making an assumption aboutFred Drake1999-01-291-1/+4
* Add "term" to AUTOCLOSE.Fred Drake1999-01-221-1/+1
* convert(): Added parameter "autoclose", which should be a sequence ofFred Drake1999-01-201-8/+19
* isnmtoken(), istoken(): Fix to ensure the regex has to match theFred Drake1999-01-191-2/+17
* format_attrs(): Attempt a bit more minimization for SGML output.Fred Drake1999-01-191-4/+22
* Escape special characters on output.Fred Drake1999-01-141-2/+4
* Don't pass around a list of known empty elements, since the ESISFred Drake1998-12-101-5/+6
* Use esistools, getopt.Fred Drake1998-12-011-31/+27
* Moved into tools/sgmlconv/.Fred Drake1998-11-231-0/+131