summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_unicode.py
Commit message (Collapse)AuthorAgeFilesLines
* simplify portability imports to make them more portable themselvesStefan Behnel2012-02-201-2/+2
|
* [svn r4188] r5197@delle: sbehnel | 2009-08-08 17:53:33 +0200scoder2009-08-081-2/+7
| | | | | | | check namespace URIs against RFC3986 --HG-- branch : trunk
* [svn r3708] r4266@delle: sbehnel | 2008-05-21 00:16:13 +0200scoder2008-05-211-13/+24
| | | | | | | Py3 test fixes --HG-- branch : trunk
* [svn r3321] r3552@delle: sbehnel | 2008-02-19 22:43:13 +0100scoder2008-02-211-2/+2
| | | | | | | let all test case classes inherit from HelperTestCase --HG-- branch : trunk
* [svn r2941] let tag name validation distinguish HTML/XML tags based on the ↵scoder2007-10-071-2/+2
| | | | | | | related parser, allow ':' in HTML tags --HG-- branch : trunk
* [svn r2931] avoid rejecting valid HTML names when validating XML tag namesscoder2007-09-271-5/+7
| | | | | --HG-- branch : trunk
* [svn r2664] test cases for name checksscoder2007-07-181-0/+14
| | | | | --HG-- branch : trunk
* [svn r2662] only accept well-formed tag names at the API levelscoder2007-07-181-2/+2
| | | | | --HG-- branch : trunk
* [svn r1540] raise ValueError when requested to parse unicode strings with ↵scoder2006-06-211-0/+5
| | | | | | | encoding declaration --HG-- branch : trunk
* [svn r1433] fix: parsing encoded strings from file(-like) objects raised an ↵scoder2006-06-071-6/+6
| | | | | | | exception, now it passes the encoded data directly into libxml2 without conversion or encoding checks --HG-- branch : trunk
* [svn r1257] implemented setting text of comments, make whitespace handling ↵scoder2006-05-201-1/+1
| | | | | | | around comment texts consistent in lxml (not ET compatible on serialization!) --HG-- branch : trunk
* [svn r1253] fix encoding used in test casesscoder2006-05-201-2/+3
| | | | | --HG-- branch : trunk
* [svn r1073] new test case for parsing unicode from file-like objectscoder2006-05-051-2/+9
| | | | | --HG-- branch : trunk
* [svn r1068] fix file encoding to use UTF-8scoder2006-05-051-2/+2
| | | | | --HG-- branch : trunk
* [svn r910] clean up test casescoder2006-04-131-1/+0
| | | | | --HG-- branch : trunk
* [svn r908] new QName class, allow QName objects to be passed into API ↵scoder2006-04-131-0/+7
| | | | | | | functions like Element() etc. --HG-- branch : trunk
* [svn r842] new test case for unicode StringIOscoder2006-03-261-0/+4
| | | | | --HG-- branch : trunk
* [svn r628] test unicode namespacescoder2006-03-091-1/+6
| | | | | --HG-- branch : trunk
* [svn r274] Fix unicode bugs, and add some tests for this.faassen2005-04-091-0/+31
--HG-- branch : trunk