Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -263/+0 |
| | |||||
* | Run 2to3 over Doc/tools/. | Collin Winter | 2007-03-21 | 1 | -5/+3 |
| | |||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+2 |
| | | | | | | (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 | ||||
* | Use string methods. Re-organize imports to Python Normal Form. | Fred Drake | 2002-10-16 | 1 | -3/+4 |
| | |||||
* | Convert most uses of the string module to string methods. | Fred Drake | 2001-09-28 | 1 | -9/+9 |
| | | | | (string.join() lives!) | ||||
* | Remove the annoying __version__ definitions. | Fred Drake | 2001-03-23 | 1 | -2/+0 |
| | |||||
* | Pick the "escape" function from the standard library instead of from PyXML. | Fred Drake | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | convert(): Add support for ESIS '&' lines, and make sure we don't | Fred Drake | 1999-08-26 | 1 | -0/+5 |
| | | | | silently ignore unrecognized lines. | ||||
* | Some minor cleanup. | Fred Drake | 1999-07-29 | 1 | -20/+18 |
| | |||||
* | Modify to perform "---" to "—" conversion outside of | Fred Drake | 1999-05-18 | 1 | -7/+16 |
| | | | | | verbatim-like environments. The list of verbatim-like environments is a defined by a variable in main(). | ||||
* | Some adjustments, mostly to make it more general. | Fred Drake | 1999-02-18 | 1 | -21/+97 |
| | |||||
* | Be a little smarter on some attribute values, making an assumption about | Fred Drake | 1999-01-29 | 1 | -1/+4 |
| | | | | the DTD. | ||||
* | Add "term" to AUTOCLOSE. | Fred Drake | 1999-01-22 | 1 | -1/+1 |
| | |||||
* | convert(): Added parameter "autoclose", which should be a sequence of | Fred Drake | 1999-01-20 | 1 | -8/+19 |
| | | | | | | | | | | | | | | general identifiers for which closing tags will be omitted when SGML is generated. This can be used to tell the markup generator to drop stuff like </para>. Note that it needs to be possible for the closing tag to *always* be omitted for it to be included in "autoclose". main(): Added command-line option "-a" / "--autoclose" to set the list of general identifiers passed to the convert() function as the "autoclose" parameter. The list may only be specified once (not additive) and GIs should be comma-separated. The default list includes only "para". | ||||
* | isnmtoken(), istoken(): Fix to ensure the regex has to match the | Fred Drake | 1999-01-19 | 1 | -2/+17 |
| | | | | | | | entire attribute value. Add ability to save list of "empty" elements to a file -- enabled by constant in the code. | ||||
* | format_attrs(): Attempt a bit more minimization for SGML output. | Fred Drake | 1999-01-19 | 1 | -4/+22 |
| | |||||
* | Escape special characters on output. | Fred Drake | 1999-01-14 | 1 | -2/+4 |
| | |||||
* | Don't pass around a list of known empty elements, since the ESIS | Fred Drake | 1998-12-10 | 1 | -5/+6 |
| | | | | contains "e" events for them. This wasn't used anyway. | ||||
* | Use esistools, getopt. | Fred Drake | 1998-12-01 | 1 | -31/+27 |
| | |||||
* | Moved into tools/sgmlconv/. | Fred Drake | 1998-11-23 | 1 | -0/+131 |