Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4171da5c9d899dc64cb15f177f05b9de05563148
/
Lib
/
xml
/
sax
/
xmlreader.py
70e7980
r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700
by Collin Winter
· 18 years ago
091153d
Make test_sax pass.
by Guido van Rossum
· 18 years ago
1b01e5c
Fix some more has_key() uses. This could really use a tool to automate...
by Guido van Rossum
· 19 years ago
3b27105
Use explicit relative import to make this work again.
by Guido van Rossum
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
[Renamed (98%) from Lib/xmlcore/sax/xmlreader.py]
7ec155f
Fix relative import. This fixes test_sax.py.
by Guido van Rossum
· 19 years ago
2def11a
Use *absolute* imports now that they are required. (Should this go into 2.5?)
by Neal Norwitz
· 19 years ago
c6730e1
move the xml package implementation to xmlcore, and adjust the tests to
by Fred Drake
· 19 years ago
[Renamed from Lib/xml/sax/xmlreader.py]
0e44923
SF patch 672098: Three __contains__ implementations
by Raymond Hettinger
· 22 years ago
2c07195
Previous check-in was by mistake, undo it.
by Martin v. Löwis
· 24 years ago
22adac5
Patch #416220: Fix misplaced paren.
by Martin v. Löwis
· 24 years ago
904f2fc
Import the exceptions that this module can raise.
by Fred Drake
· 24 years ago
711a5bd
Synchronize with PyXML 1.5.
by Martin v. Löwis
· 24 years ago
ec126da
When raising KeyError, provide the key value that failed.
by Fred Drake
· 24 years ago
16f6329
Make reindent.py happy (lots of trailing whitespace removed).
by Fred Drake
· 25 years ago
31b485f
In an incremental parser, close the parser after feeding everything.
by Martin v. Löwis
· 25 years ago
491ded7
Remove dependency from saxutils when loading xmlreader
by Martin v. Löwis
· 25 years ago
bb75713
Improvements to doco strings.
by Lars Gustäbel
· 25 years ago
e292a24
Added EntityResolver and DTDHandler (patch 101631) with test cases.
by Lars Gustäbel
· 25 years ago
523b0a6
Added back the InputSource class (patch 101630).
by Lars Gustäbel
· 25 years ago
32bf12e
Updated to final Attributes interface (patch 101632).
by Lars Gustäbel
· 25 years ago
07cbc4e
Paul Prescod <paul@prescod.net>:
by Fred Drake
· 25 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 25 years ago
f9059eb
fixed indentation in several places
by Skip Montanaro
· 25 years ago
45cd9de
Paul Prescod <paul@prescod.net>: SAX interfaces for Python.
by Fred Drake
· 25 years ago