summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix build with old Cython 0.19Stefan Behnel2014-01-061-1/+1
|
* rewrite fix for instantiating internal/external subset DTDs by properly ↵Stefan Behnel2014-01-064-34/+116
| | | | copying them
* 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 ↵Stefan Behnel2014-01-011-0/+1
| | | | are still open
* 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
| | | | | --HG-- extra : transplant_source : %C0%F8C%CE%B2W%84%02%04%1B%CD%25%B5%B7%EE%10%C6x%B5%28
* whitespaceStefan Behnel2013-09-271-5/+5
| | | | | --HG-- extra : transplant_source : %F4%7B%E5%3Dq%8C%BB%B6%14%CFg%11%F0%F3%A7e%18%EEXl
* fix socket leak in networking testsStefan Behnel2013-09-131-0/+1
| | | | | --HG-- extra : transplant_source : XO%D9M%A3%A1%E5%02%9B%22%25%B6v%EA%AB%C2%B36E%B0
* fix declared type and add a comment to itStefan Behnel2013-09-121-1/+1
| | | | | --HG-- extra : transplant_source : %D0%BE%9F%92%C0%8A%2A%21%82M%9CsV%1E%BB%25%0EYC%F9
* add some tests for no-op cases in addprevious() / addnext()Stefan Behnel2013-09-111-4/+30
| | | | | --HG-- extra : transplant_source : %C6T%E2%11%26J%5E%CB%AAn%10%85A%9E%16%ED%25J%BDe
* add simple special caseStefan Behnel2013-09-111-0/+4
| | | | | --HG-- extra : transplant_source : %D5%A9%E2%00%9B%00%A8l%FE%FBmQ%2CAb%E0%06%B4%1D%20
* fix commentsStefan Behnel2013-09-111-2/+2
| | | | | --HG-- extra : transplant_source : t%FD%CF%82%C9%1CN%E7%E1%88L%09%87%04%F5%B3A%D8D%E9
* prevent cycles when adding elements as childrenStefan Behnel2013-09-112-0/+24
| | | | | --HG-- extra : transplant_source : %0C%2B%10%047%C80%D2%D2%BA%05kBq%AB%D6%EC%40%A8w
* remove some unnecessary type declarationsStefan Behnel2013-09-111-13/+8
| | | | | --HG-- extra : transplant_source : %7DH7%21K%3D%B0U%8Dt%06%E3%8BQ%BC%DF%B9%D6%18R
* 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 ↵Stefan Behnel2013-08-291-43/+49
| | | | their calls due to Cython bug)
* 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 ↵Orf2013-07-302-6/+10
| | | | correctly and the tests should run on py3k
* 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
|