Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue#6442 use in operator instead of has_key | Jack Diederich | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Remove dict.has_key() usage in xml.sax to silence warnings under -3. | Brett Cannon | 2008-08-04 | 1 | -3/+3 |
| | |||||
* | expunge the xmlcore changes: | Fred Drake | 2006-07-29 | 1 | -0/+381 |
| | | | | | | | | | | | | | | | | | | | 41667, 41668 - initial switch to xmlcore 47044 - mention of xmlcore in What's New 50687 - mention of xmlcore in the library reference re-apply xmlcore changes to xml: 41674 - line ending changes (re-applied manually), directory props 41677 - add cElementTree wrapper 41678 - PSF licensing for etree 41812 - whitespace normalization 42724 - fix svn:eol-style settings 43681, 43682 - remove Python version-compatibility cruft from minidom 46773 - fix encoding of \r\n\t in attr values in saxutils 47269 - added XMLParser alias for cElementTree compatibility additional tests were added in Lib/test/test_sax.py that failed with the xmlcore changes; these relate to SF bugs #1511497, #1513611 | ||||
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -381/+0 |
| | | | | | test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package | ||||
* | SF patch 672098: Three __contains__ implementations | Raymond Hettinger | 2003-01-30 | 1 | -0/+3 |
| | | | | Contributed by Jp Calderone. | ||||
* | Previous check-in was by mistake, undo it. | Martin v. Löwis | 2001-06-07 | 1 | -1/+3 |
| | |||||
* | Patch #416220: Fix misplaced paren. | Martin v. Löwis | 2001-06-07 | 1 | -3/+1 |
| | |||||
* | Import the exceptions that this module can raise. | Fred Drake | 2001-03-14 | 1 | -0/+3 |
| | |||||
* | Synchronize with PyXML 1.5. | Martin v. Löwis | 2001-01-27 | 1 | -1/+1 |
| | |||||
* | When raising KeyError, provide the key value that failed. | Fred Drake | 2000-12-13 | 1 | -4/+4 |
| | |||||
* | Make reindent.py happy (lots of trailing whitespace removed). | Fred Drake | 2000-10-23 | 1 | -26/+26 |
| | |||||
* | In an incremental parser, close the parser after feeding everything. | Martin v. Löwis | 2000-10-06 | 1 | -0/+1 |
| | |||||
* | Remove dependency from saxutils when loading xmlreader | Martin v. Löwis | 2000-09-29 | 1 | -2/+1 |
| | |||||
* | Improvements to doco strings. | Lars Gustäbel | 2000-09-24 | 1 | -0/+11 |
| | | | | 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 | -4/+2 |
| | |||||
* | Added back the InputSource class (patch 101630). | Lars Gustäbel | 2000-09-24 | 1 | -15/+100 |
| | |||||
* | Updated to final Attributes interface (patch 101632). | Lars Gustäbel | 2000-09-24 | 1 | -9/+55 |
| | |||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-09-21 | 1 | -17/+27 |
| | | | | | | | | | Add support for parsing already-opened files. Make sure the parse() method closes exactly those files that it opens. Modified by FLD for better conformance to the Python style guide. This closes SourceForge patch #101512. | ||||
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;) | ||||
* | fixed indentation in several places | Skip Montanaro | 2000-07-06 | 1 | -19/+19 |
| | |||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-29 | 1 | -0/+225 |
SAX interfaces for Python. |