summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv/latex2esis.py
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-566/+0
* Run 2to3 over Doc/tools/.Collin Winter2007-03-211-3/+3
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-9/+9
* Modernization: Use string methods, use str instead ofFred Drake2002-10-161-17/+14
* When adding a name to the table of macros and environments, make sure itFred Drake2002-04-101-1/+4
* Fix bug in command line handling, noted by Fredrik Lundh.Fred Drake2002-04-051-1/+1
* Drop xmllib in favor of SAX.Fred Drake2001-11-301-21/+30
* Adjust input pre-processing so that a comment on the last line does notFred Drake2001-11-191-1/+3
* Convert most uses of the string module to string methods.Fred Drake2001-09-281-5/+5
* Simplify a helper by returning fewer values.Fred Drake2001-09-251-5/+4
* Allow optional arguments to LaTeX macros to span lines. This is legal inFred Drake2001-07-061-1/+1
* Pick up the "encode" function from esistools instead of defining our ownFred Drake2001-03-231-15/+9
* Conversion.write_ordinal(): Not used, remove it.Fred Drake2000-11-221-4/+0
* Convert the LaTeX "tie" (~) to a simple space.Fred Drake2000-11-221-4/+40
* Conversion.subconvert(): Added support for "entityref" parametersFred Drake1999-08-261-0/+7
* Mostly minor changes.Fred Drake1999-08-021-52/+23
* Ripped out the old conversion.Fred Drake1999-07-291-367/+7
* Massive changes.Fred Drake1999-07-291-38/+478
* Enhanced docstring and some comments.Fred Drake1999-05-191-8/+21
* Some more fixes.Fred Drake1999-05-101-11/+16
* Fix some bugs introduced in the previous checkin.Fred Drake1999-05-071-9/+13
* Define & use a Conversion object. It's still really ugly, but atFred Drake1999-05-071-227/+255
* Added table entries for \funcline and \funclineni.Fred Drake1999-01-291-0/+2
* Added table entries for \methodline, \methodlineni.Fred Drake1999-01-281-0/+2
* Constructor arguments for classes should be called <args>.Fred Drake1999-01-281-1/+1
* Shorten the name of the <rfc> "number" attribute to "num".Fred Drake1999-01-141-1/+1
* 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
* convert(): Make sure no line has trailing whitespace. (docfixer.pyFred Drake1999-01-071-3/+5
* Use esistools.Fred Drake1998-12-011-29/+25
* Several small adjustments.Fred Drake1998-11-301-60/+88
* The & character is also escaped using \.Fred Drake1998-11-231-1/+1
* Fix comment regex so we don't screw up structured comments withFred Drake1998-11-231-1/+1
* Moved into tools/sgmlconv/.Fred Drake1998-11-231-0/+337