Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -287/+0 |
| | |||||
* | Remove extra period. | Fred Drake | 2001-11-06 | 1 | -1/+1 |
| | |||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
| | |||||
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -1/+1 |
| | | | | | translation more difficult, as well as reading the English more difficult for non-native speakers. | ||||
* | Added brief explanation of the \versionchanged for 1.5.2 (fixes formatting | Fred Drake | 2000-11-28 | 1 | -1/+1 |
| | | | | for the HTML version). | ||||
* | Fixed a large number of small problems, mostly noted by Detlef Lannert | Fred Drake | 2000-10-10 | 1 | -1/+1 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Add deprecation note since the XML support is shaping up. | Fred Drake | 2000-10-02 | 1 | -0/+3 |
| | |||||
* | Add a reference item pointing to the Namespaces in XML recommendation. | Fred Drake | 2000-09-12 | 1 | -14/+24 |
| | | | | Convert the existing reference items to \seetitle markup. | ||||
* | New method getnamespace. | Sjoerd Mullender | 2000-08-31 | 1 | -0/+5 |
| | | | | | | Since the application never gets to see the namespace abbreviation used in the XML document, but some applications may need to know them, we provide this method. | ||||
* | Some minor clarifications and added some index entries. | Fred Drake | 2000-08-11 | 1 | -20/+22 |
| | |||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Sjoerd Mullender <sjoerd@oratrix.nl>: | Fred Drake | 2000-07-06 | 1 | -2/+4 |
| | | | | Updates for recent changes in xmllib. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -4/+11 |
| | | | | (Very rough.) | ||||
* | Doco update from Sjoerd Mullender. | Guido van Rossum | 1999-08-26 | 1 | -15/+13 |
| | |||||
* | Added a "See also" section with some external references. | Fred Drake | 1999-04-22 | 1 | -0/+12 |
| | |||||
* | Added an index entry. | Fred Drake | 1999-02-19 | 1 | -3/+6 |
| | |||||
* | Fix an amazing number of typos & malformed sentences reported by Detlef | Fred Drake | 1999-02-19 | 1 | -1/+1 |
| | | | | Lannert <lannert@uni-duesseldorf.de>. | ||||
* | Patch by Sjoerd Mullender to placate /F: | Guido van Rossum | 1999-02-02 | 1 | -2/+6 |
| | | | | | Clarified (hopefully :-) the documentation of elements and attributes variables. | ||||
* | Added a \versionchanged since the API changed to support | Fred Drake | 1998-12-22 | 1 | -1/+4 |
| | | | | | | | | | namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language". | ||||
* | Use \moduleauthor and \sectionauthor instead of a comment to credit | Fred Drake | 1998-12-22 | 1 | -1/+2 |
| | | | | the author (just happened to notice this one). | ||||
* | Sjoerd Mullender writes: | Guido van Rossum | 1998-12-18 | 1 | -49/+59 |
| | | | | | | | Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. | ||||
* | Sjoerd writes: | Guido van Rossum | 1998-12-07 | 1 | -1/+2 |
| | | | | | | When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Remove obsolete \setindexsubitem macros. | Fred Drake | 1998-04-04 | 1 | -63/+61 |
| | | | | | | | | Massive migration to methoddesc and memberdesc. Logical markup as needed. A sprinkling of index entries for flavor. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -2/+2 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Logical markup. | Fred Drake | 1998-03-12 | 1 | -46/+50 |
| | |||||
* | Use "\samp{...}" instead of "``\code{...}''" when showing markup fragments | Fred Drake | 1998-02-13 | 1 | -18/+18 |
| | | | | | | | | | | in the running text. For computed attribute and method names (where there's a \var{} part to the name), use the non-indexing forms of \datadesc{} and \funcdesc{}. This doesn't change the printed output, but removes 3 rejections from the makeindex run and allows the LaTeX2HTML support to exclude these from the index. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -1/+1 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Added missing "{" for "\code <?stuff?>}". | Fred Drake | 1998-02-03 | 1 | -1/+1 |
| | |||||
* | New version of xmllib from Sjoerd. | Guido van Rossum | 1998-01-29 | 1 | -12/+48 |
| | | | | | | | | | | | | | The main incompatibility is that the error reporting method is now called as parser.syntax_error(msg) instead of parser.syntax_error(lineno, msg) This new version also has some code to deal with the <?xml?> and <!DOCTYPE> tags at the start of an XML document. The documentation has been updated, and a small test module has been created. | ||||
* | Make "{" and "}" in code sample visible instead of a group (it's supposed to | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | | | | be a dictionary...). | ||||
* | Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method). | Fred Drake | 1997-12-12 | 1 | -1/+1 |
| | | | | | This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | Docu for xmllib.py, by Sjoerd Mullender. | Guido van Rossum | 1997-11-18 | 1 | -0/+185 |