summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix build with old Cython 0.19Stefan Behnel2014-01-061-1/+1
* rewrite fix for instantiating internal/external subset DTDs by properly copyi...Stefan Behnel2014-01-064-34/+116
* fix DTD-API iteration of attributes in internal/external subset DTDsStefan Behnel2014-01-053-9/+49
* add error handling test case for xmlfileStefan Behnel2014-01-011-0/+19
* clean up xmlfile tree status immediately on errorsStefan Behnel2014-01-011-0/+1
* fix potential crash when xmlfile is closed due to an error while elements are...Stefan Behnel2014-01-011-0/+1
* fix attribute error on error handling in xmlfile()Stefan Behnel2013-12-231-4/+5
* fix crash due to copy&paste bugStefan Behnel2013-12-171-2/+2
* fix crash when trying to validate comments or PIs instead of elementsStefan Behnel2013-11-281-1/+2
* update error constants from libxml2 2.9.1Stefan Behnel2013-11-072-5/+11
* fix memory leak when creating XPath evaluators in threadsStefan Behnel2013-11-061-4/+3
* LP#1228881: fix repr(XSLTAccessControl)Stefan Behnel2013-09-272-2/+10
* whitespaceStefan Behnel2013-09-271-5/+5
* fix socket leak in networking testsStefan Behnel2013-09-131-0/+1
* fix declared type and add a comment to itStefan Behnel2013-09-121-1/+1
* add some tests for no-op cases in addprevious() / addnext()Stefan Behnel2013-09-111-4/+30
* add simple special caseStefan Behnel2013-09-111-0/+4
* fix commentsStefan Behnel2013-09-111-2/+2
* prevent cycles when adding elements as childrenStefan Behnel2013-09-112-0/+24
* remove some unnecessary type declarationsStefan Behnel2013-09-111-13/+8
* remove pyrexismsStefan Behnel2013-08-291-2/+2
* fix castStefan Behnel2013-08-291-1/+1
* clean up some codeStefan Behnel2013-08-291-16/+3
* fix incorrect typingStefan Behnel2013-08-291-1/+1
* commentStefan Behnel2013-08-291-1/+1
* remove unnecessary c-ismsStefan Behnel2013-08-291-6/+6
* declare internal TreeBuilder methods as final (requires moving them before th...Stefan Behnel2013-08-291-43/+49
* minor code simplificationStefan Behnel2013-08-281-2/+2
* add missing importStefan Behnel2013-08-081-0/+1
* add test for refcycle with Element proxiesStefan Behnel2013-08-081-0/+15
* clean up indentation in stringStefan Behnel2013-08-081-8/+9
* use known type to avoid some overheadStefan Behnel2013-08-081-1/+1
* use known type to avoid some overheadStefan Behnel2013-08-081-1/+1
* use known type to avoid some overheadStefan Behnel2013-08-081-2/+2
* use known type to avoid some overheadStefan Behnel2013-08-081-1/+1
* use known type to avoid some overheadStefan Behnel2013-08-081-1/+1
* use known type to avoid some overheadStefan Behnel2013-08-081-1/+1
* minor test extensionStefan Behnel2013-08-011-1/+5
* use Unicode whitespace in regexStefan Behnel2013-08-011-1/+1
* trailing_whitespace is now always a string.Orf2013-07-301-12/+4
* Fix random test failingOrf2013-07-301-5/+2
* Fix random test failingOrf2013-07-301-0/+3
* Regex now pulls all whitespace, href_tag now sets trailing_whitespace correct...Orf2013-07-302-6/+10
* Update test_diff.txtorf2013-07-291-1/+1
* Update test_diff.txtorf2013-07-291-0/+2
* Update split_words docstringorf2013-07-291-2/+2
* Fix the testsorf2013-07-291-2/+2
* Added some testsorf2013-07-291-0/+7
* Fix trailing_whitespace being the wrong valueorf2013-07-291-1/+1
* Update diff.pyorf2013-07-291-1/+0