Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -312/+0 |
| | |||||
* | Run 2to3 over Doc/tools/. | Collin Winter | 2007-03-21 | 1 | -4/+4 |
| | |||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -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örwald | 2004-02-12 | 1 | -3/+3 |
| | | | | From SF patch #852334. | ||||
* | Only reset _is_empty if needed. | Fred Drake | 2002-10-16 | 1 | -1/+1 |
| | |||||
* | Convert most uses of the string module to string methods. | Fred Drake | 2001-09-28 | 1 | -2/+1 |
| | | | | (string.join() lives!) | ||||
* | encode(): Handle Latin-1 input characters better. | Fred Drake | 2001-04-21 | 1 | -3/+7 |
| | |||||
* | Remove the annoying __version__ definitions. | Fred Drake | 2001-03-23 | 1 | -1/+0 |
| | |||||
* | Re-write to no longer depend on an old version of PyXML. This now | Fred Drake | 2001-03-23 | 1 | -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 Drake | 1999-08-26 | 1 | -1/+4 |
| | |||||
* | Use the (new) buildFragment() method of the EsisBuilder rather than | Fred Drake | 1999-07-29 | 1 | -15/+1 |
| | | | | implementing it all here. | ||||
* | ExtendedEsisBuilder.push(): Override inherited definition. We don't | Fred Drake | 1999-05-07 | 1 | -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 Drake | 1998-12-01 | 1 | -0/+80 |