Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dde5b94875460e704099593766f4a5bc3279483d
/
Lib
/
test
/
test_pyexpat.py
dde5b94
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
by Ezio Melotti
· 16 years ago
f8a9402
This should fix the failure introduced in r77680. The error message is now different and it caused the test to fail. The failing test is not present in 2.5 so it is failing only on 2.6 and newer versions.
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
764465f
Expat could crash if given the wrong kind of input by never stopping its
by Brett Cannon
· 16 years ago
e0a49b6
Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objects
by Andrew M. Kuchling
· 18 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
d28fcbc
Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file.
by Collin Winter
· 18 years ago
6ffe499
SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data
by Fred Drake
· 19 years ago
3203efb
Patch #1014930. Expose current parse location to XMLParser.
by Dave Cole
· 21 years ago
d7ea55b
include at least one example of an exception passing through pyexpat
by Fred Drake
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
2a3d7db
Added character data buffering to pyexpat parser objects.
by Fred Drake
· 23 years ago
1add023
Integrate the tests for name interning from PyXML (test_pyexpat.py
by Fred Drake
· 23 years ago
3c19ec4
Fix when pyexpat not built
by Jeremy Hylton
· 24 years ago
2f228e7
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
by Tim Peters
· 24 years ago
8f42e2b
Update test to accomodate the change to the namespace_separator parameter
by Fred Drake
· 24 years ago
1e0611b
The "context" parameter to the ExternalEntityRefParameter exposes internal
by Fred Drake
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
7fbc85c
Rename the public interface from "pyexpat" to "xml.parsers.expat".
by Fred Drake
· 25 years ago
265a804
Revise the test case for pyexpat to avoid using asserts. Conform better
by Fred Drake
· 25 years ago
7fd7e36
Change pyexpat test suite to exercise the .returns_unicode attribute,
by Andrew M. Kuchling
· 25 years ago
e188d52
Untabified file to fix problems reported by tabnanny
by Andrew M. Kuchling
· 25 years ago
b17664d
Added test case for pyexpat module that tries to exercise all the handlers
by Andrew M. Kuchling
· 25 years ago