summaryrefslogtreecommitdiff
path: root/Doc/tools/sgmlconv/esistools.py
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-312/+0
|
* Run 2to3 over Doc/tools/.Collin Winter2007-03-211-4/+4
|
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
| | | | From SF patch #852334.
* Only reset _is_empty if needed.Fred Drake2002-10-161-1/+1
|
* Convert most uses of the string module to string methods.Fred Drake2001-09-281-2/+1
| | | | (string.join() lives!)
* encode(): Handle Latin-1 input characters better.Fred Drake2001-04-211-3/+7
|
* Remove the annoying __version__ definitions.Fred Drake2001-03-231-1/+0
|
* Re-write to no longer depend on an old version of PyXML. This nowFred Drake2001-03-231-46/+273
| | | | | | | implements a SAX XMLReader interface instead of the old Builder interface used with PyDOM (now obsolete). This only depends on the standard library, not PyXML.
* feed(): Added support for ESIS '&' lines.Fred Drake1999-08-261-1/+4
|
* Use the (new) buildFragment() method of the EsisBuilder rather thanFred Drake1999-07-291-15/+1
| | | | implementing it all here.
* ExtendedEsisBuilder.push(): Override inherited definition. We don'tFred Drake1999-05-071-3/+17
| | | | | | want to push nodes into the document, but into a document fragment, since we're not necesarily working with something that's well-formed.
* Utility functions and misc. classes used in handling ESIS data.Fred Drake1998-12-011-0/+80