Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: | Johannes Gijsbers | 2005-01-09 | 1 | -9/+44 |
| | | | | | | | | | | | | | * Document hasFeature(), createDocument(), CreateDocumentType(), hasAttribute(), hasAttributeNS(). * In the documentation for createDocument(), it is now stated that the Python DOM API allows implementations to forego creation of the document element child node, if no namespace and local name arguments are given. (This possibility is left open and unaddressed in the W3C spec). * Addition by me: use 'name' rather than 'attname', for consistency with the DOM specification and the Python DOM API implementation. | ||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -3/+3 |
| | |||||
* | Patch #1062033 / bug #1027771: clarify what happens when calling | Johannes Gijsbers | 2004-11-07 | 1 | -1/+3 |
| | | | | insertBefore() with refChild=None. | ||||
* | Add apparently missing word for InvalidStateError definition. | Brett Cannon | 2004-06-17 | 1 | -1/+1 |
| | | | | Closes bug #973901. Thanks Brian Gough. | ||||
* | Change email address. | Martin v. Löwis | 2003-04-18 | 1 | -1/+1 |
| | |||||
* | Typo: it's --> its | Fred Drake | 2002-11-13 | 1 | -1/+1 |
| | | | | Closes SF bug #637810. | ||||
* | Revise text about the level of DOM support, and provide pointers to | Fred Drake | 2002-09-11 | 1 | -23/+32 |
| | | | | | | | the work of the XML-SIG in the main body of the text. Modify the markup in a few places to avoid wrapping lines in bad places, and just general cleanliness. | ||||
* | Remove mentioning of Python 2.0 limitations. Fixes #607783. | Martin v. Löwis | 2002-09-11 | 1 | -10/+10 |
| | |||||
* | Minor adjustments to markup for the getDOMImplementation() description. | Fred Drake | 2001-11-30 | 1 | -10/+13 |
| | |||||
* | Added the convenience constants that are present in PyXML to make these | Fred Drake | 2001-11-30 | 1 | -0/+35 |
| | | | | more similar. | ||||
* | Fix up a number of small problems with the DOM documentation. | Fred Drake | 2001-10-26 | 1 | -6/+16 |
| | | | | There's still a lot to do, but it's better now. | ||||
* | Typo: NamedNodeList --> NamedNodeMap | Fred Drake | 2001-10-25 | 1 | -1/+1 |
| | |||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -4/+4 |
| | |||||
* | Fix typo | Andrew M. Kuchling | 2001-06-23 | 1 | -1/+1 |
| | |||||
* | Add some information about what to expect of the DocumentType's | Fred Drake | 2001-04-05 | 1 | -0/+2 |
| | | | | | .internalSubset attribute based on a clarification from the www-dom list. | ||||
* | Minor adjustments, including markup corrections. | Fred Drake | 2001-02-23 | 1 | -5/+6 |
| | |||||
* | Patch #103885: Add dynamic registration and lookup of DOM implementations. | Martin v. Löwis | 2001-02-22 | 1 | -0/+30 |
| | |||||
* | Add a note to Node.isSameNode() that it is based on the DOM Level 3 working | Fred Drake | 2001-02-14 | 1 | -0/+6 |
| | | | | draft. I'm not sure that's important, but Uche thinks it is. | ||||
* | Document Node.isSameNode(). | Fred Drake | 2001-02-03 | 1 | -0/+7 |
| | |||||
* | Fix a number of typos found by Guido. | Fred Drake | 2001-01-26 | 1 | -4/+4 |
| | |||||
* | Fix an obvious usage nit I should have caught myself on the previous | Fred Drake | 2001-01-24 | 1 | -1/+1 |
| | | | | change to this file. Thanks, /F! | ||||
* | AttributeList --> NamedNodeMap | Fred Drake | 2001-01-24 | 1 | -1/+1 |
| | | | | | Since there is no such thing as an AttributeList, don't say "attributes" is one. | ||||
* | Added descriptions of the defined exceptions and their mapping to the | Fred Drake | 2000-12-13 | 1 | -0/+129 |
| | | | | DOM recommendation. | ||||
* | Lots of small improvements and bits of added information on the DOM API. | Fred Drake | 2000-12-08 | 1 | -59/+110 |
| | |||||
* | Lots of additional information. Not done, but much better. | Fred Drake | 2000-12-07 | 1 | -42/+171 |
| | |||||
* | Substantial re-organization of the DOM documentation. The abstract API | Fred Drake | 2000-11-29 | 1 | -364/+229 |
| | | | | | | | | | is now separated from the supplied standard implementation. Not all interfaces are documented yet, but the structure is better set up to do so. There is still a lot to do here, but the shape of the documentation is coming into line. | ||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-10-24 | 1 | -0/+614 |
Documentation for the xml.dom.minidom module & Python DOM API. FLD: I have revised the markup in some places and added a few minor details to Paul's text, but that's it. Given the substantial structural differences with the bulk of the presentation, I will be making additional revisions over the next few days. |