Fred Drake
c6730e1772
move the xml package implementation to xmlcore, and adjust the tests to
...
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml
module/package
2005-12-14 06:20:35 +00:00
Raymond Hettinger
0e449234bf
SF patch 672098: Three __contains__ implementations
...
Contributed by Jp Calderone.
2003-01-30 00:56:33 +00:00
Martin v. Löwis
2c07195574
Previous check-in was by mistake, undo it.
2001-06-07 05:52:17 +00:00
Martin v. Löwis
22adac50cb
Patch #416220 : Fix misplaced paren.
2001-06-07 05:49:05 +00:00
Fred Drake
904f2fcbd7
Import the exceptions that this module can raise.
2001-03-14 22:43:47 +00:00
Martin v. Löwis
711a5bdc44
Synchronize with PyXML 1.5.
2001-01-27 08:56:24 +00:00
Fred Drake
ec126dab9c
When raising KeyError, provide the key value that failed.
2000-12-13 20:48:29 +00:00
Fred Drake
16f6329e61
Make reindent.py happy (lots of trailing whitespace removed).
2000-10-23 18:09:50 +00:00
Martin v. Löwis
31b485ffb0
In an incremental parser, close the parser after feeding everything.
2000-10-06 21:12:12 +00:00
Martin v. Löwis
491ded78cc
Remove dependency from saxutils when loading xmlreader
2000-09-29 18:59:50 +00:00
Lars Gustäbel
bb757136b2
Improvements to doco strings.
...
Tiny bug fix to expatreader.py (endDocument was only called after errors).
2000-09-24 20:38:18 +00:00
Lars Gustäbel
e292a24589
Added EntityResolver and DTDHandler (patch 101631) with test cases.
2000-09-24 20:19:45 +00:00
Lars Gustäbel
523b0a6ec8
Added back the InputSource class (patch 101630).
2000-09-24 18:54:49 +00:00
Lars Gustäbel
32bf12eb8a
Updated to final Attributes interface (patch 101632).
2000-09-24 18:39:23 +00:00
Fred Drake
07cbc4e5bd
Paul Prescod <paul@prescod.net>:
...
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 .
2000-09-21 17:43:48 +00:00
Thomas Wouters
7e47402264
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
...
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 ;)
2000-07-16 12:04:32 +00:00
Skip Montanaro
f9059ebede
fixed indentation in several places
2000-07-06 03:01:40 +00:00
Fred Drake
45cd9de2bb
Paul Prescod <paul@prescod.net>:
...
SAX interfaces for Python.
2000-06-29 19:34:54 +00:00