Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from PyXML: | Martin v. Löwis | 2002-06-30 | 1 | -2/+26 |
| | | | | | | [1.3] Added documentation of the namespace URI for elements with no namespace. [1.4] New property http://www.python.org/sax/properties/encoding. [1.5] Support optional string interning in pyexpat. | ||||
* | Make reindent.py happy (lots of trailing whitespace removed). | Fred Drake | 2000-10-23 | 1 | -21/+21 |
| | |||||
* | Fix inconsistent use of space/tabs. | Thomas Wouters | 2000-09-25 | 1 | -4/+4 |
| | |||||
* | Improvements to doco strings. | Lars Gustäbel | 2000-09-24 | 1 | -7/+8 |
| | | | | Tiny bug fix to expatreader.py (endDocument was only called after errors). | ||||
* | Added EntityResolver and DTDHandler (patch 101631) with test cases. | Lars Gustäbel | 2000-09-24 | 1 | -1/+34 |
| | |||||
* | Added back missing argument to ignorableWhitespace signature. | Lars Gustäbel | 2000-09-24 | 1 | -1/+1 |
| | |||||
* | Updated to correct DocumentHandler signatures. (patch 101570) | Lars Gustäbel | 2000-09-21 | 1 | -6/+23 |
| | |||||
* | fix indentation in three docstrings | Skip Montanaro | 2000-07-06 | 1 | -3/+3 |
| | |||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-29 | 1 | -0/+270 |
SAX interfaces for Python. |