summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_dtd.py
Commit message (Expand)AuthorAgeFilesLines
* fix test again (in Py2 this time)Stefan Behnel2015-02-171-1/+1
* fix test in Py3.2 (which has no 'u' string prefix)Stefan Behnel2015-02-171-1/+1
* fix validation of "public_id" when invalid characters appear after the beginn...Stefan Behnel2015-02-171-8/+13
* avoid shadowing imported global nameStefan Behnel2015-02-161-4/+5
* Properly serialize comments & processing instructions before doctype.Olli Pottonen2015-02-161-0/+7
* Enable modifying document type declarations.Olli Pottonen2015-02-161-1/+57
* Properly serialize all HTML doctype declarations.Olli Pottonen2015-02-161-0/+8
* When doctype system url contains a ", use ' to quote it.Olli Pottonen2015-02-161-0/+25
* remove debug printStefan Behnel2014-02-211-1/+0
* fix LP#910014: work around libxml2 bug #724903 that swallows a DTD validation...Stefan Behnel2014-02-211-0/+17
* clean up test changesStefan Behnel2014-02-191-9/+12
* fix tests for win32 - local paths are NOT URLsGabi Davar2014-02-161-6/+6
* extend testStefan Behnel2014-01-231-2/+4
* extend DTD file loading testsStefan Behnel2014-01-231-3/+16
* merge lxml-3.2 branch into masterStefan Behnel2014-01-061-9/+52
|\
| * rewrite fix for instantiating internal/external subset DTDs by properly copyi...Stefan Behnel2014-01-061-9/+52
* | merge lxml-3.2 branch into masterStefan Behnel2014-01-051-0/+35
|\ \ | |/
| * fix DTD-API iteration of attributes in internal/external subset DTDsStefan Behnel2014-01-051-0/+35
* | fix DTD loading and base URL setting for iterparse() and pull parsersStefan Behnel2013-09-121-2/+14
* | re-enable test - it's the code that is brokenStefan Behnel2013-09-121-1/+1
* | disable a test case under libxml2 2.9.1Stefan Behnel2013-09-111-1/+1
|/
* replace test usages of assert_() by assertTrue() to fix Py3 deprecation warningStefan Behnel2012-11-291-6/+6
* replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warningStefan Behnel2012-11-291-3/+3
* disable iterparse DTD loading test for libxml2 2.9.0Stefan Behnel2012-09-281-1/+3
* Rename various DTD attributes for PEP 8 compatibility and consistency.Walter Doerwald2012-02-161-4/+4
* Update comments.Walter Doerwald2012-01-291-2/+3
* Add tests for the DTD attributes name, systemID and externalID.Walter Doerwald2012-01-291-0/+24
* Add tests for DTD attributes.Walter Doerwald2012-01-281-0/+26
* [svn r3758] r4374@delle: sbehnel | 2008-05-26 12:12:39 +0200scoder2008-05-261-2/+2
* [svn r3710] r4268@delle: sbehnel | 2008-05-21 13:11:54 +0200scoder2008-05-211-14/+19
* [svn r3689] r4235@delle: sbehnel | 2008-05-19 23:57:56 +0200scoder2008-05-201-1/+1
* [svn r3327] r3558@delle: sbehnel | 2008-02-21 07:34:42 +0100scoder2008-02-211-0/+26
* [svn r3159] r3226@delle: sbehnel | 2008-01-10 20:28:46 +0100scoder2008-01-111-0/+7
* [svn r2739] support for retrieving the DTD defined internally in a document f...scoder2007-08-161-0/+25
* [svn r2565] disable calling unittest scripts directlyscoder2007-07-021-1/+1
* [svn r2167] one more test for DTD validationscoder2007-02-271-0/+5
* [svn r2163] cleanup in doctests - left over of recent splitscoder2007-02-261-1/+4
* [svn r2161] new DTD() validator to validate against external DTDsscoder2007-02-261-0/+67