| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix build with old Cython 0.19 | Stefan Behnel | 2014-01-06 | 1 | -1/+1 |
| | | |||||
| * | rewrite fix for instantiating internal/external subset DTDs by properly ↵ | Stefan Behnel | 2014-01-06 | 4 | -34/+116 |
| | | | | | copying them | ||||
| * | fix DTD-API iteration of attributes in internal/external subset DTDs | Stefan Behnel | 2014-01-05 | 3 | -9/+49 |
| | | |||||
| * | add error handling test case for xmlfile | Stefan Behnel | 2014-01-01 | 1 | -0/+19 |
| | | |||||
| * | clean up xmlfile tree status immediately on errors | Stefan Behnel | 2014-01-01 | 1 | -0/+1 |
| | | |||||
| * | fix potential crash when xmlfile is closed due to an error while elements ↵ | Stefan Behnel | 2014-01-01 | 1 | -0/+1 |
| | | | | | are still open | ||||
| * | fix attribute error on error handling in xmlfile() | Stefan Behnel | 2013-12-23 | 1 | -4/+5 |
| | | |||||
| * | fix crash due to copy&paste bug | Stefan Behnel | 2013-12-17 | 1 | -2/+2 |
| | | |||||
| * | fix crash when trying to validate comments or PIs instead of elements | Stefan Behnel | 2013-11-28 | 1 | -1/+2 |
| | | |||||
| * | update error constants from libxml2 2.9.1 | Stefan Behnel | 2013-11-07 | 2 | -5/+11 |
| | | |||||
| * | fix memory leak when creating XPath evaluators in threads | Stefan Behnel | 2013-11-06 | 1 | -4/+3 |
| | | |||||
| * | LP#1228881: fix repr(XSLTAccessControl) | Stefan Behnel | 2013-09-27 | 2 | -2/+10 |
| | | | | | | --HG-- extra : transplant_source : %C0%F8C%CE%B2W%84%02%04%1B%CD%25%B5%B7%EE%10%C6x%B5%28 | ||||
| * | whitespace | Stefan Behnel | 2013-09-27 | 1 | -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 tests | Stefan Behnel | 2013-09-13 | 1 | -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 it | Stefan Behnel | 2013-09-12 | 1 | -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 Behnel | 2013-09-11 | 1 | -4/+30 |
| | | | | | | --HG-- extra : transplant_source : %C6T%E2%11%26J%5E%CB%AAn%10%85A%9E%16%ED%25J%BDe | ||||
| * | add simple special case | Stefan Behnel | 2013-09-11 | 1 | -0/+4 |
| | | | | | | --HG-- extra : transplant_source : %D5%A9%E2%00%9B%00%A8l%FE%FBmQ%2CAb%E0%06%B4%1D%20 | ||||
| * | fix comments | Stefan Behnel | 2013-09-11 | 1 | -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 children | Stefan Behnel | 2013-09-11 | 2 | -0/+24 |
| | | | | | | --HG-- extra : transplant_source : %0C%2B%10%047%C80%D2%D2%BA%05kBq%AB%D6%EC%40%A8w | ||||
| * | remove some unnecessary type declarations | Stefan Behnel | 2013-09-11 | 1 | -13/+8 |
| | | | | | | --HG-- extra : transplant_source : %7DH7%21K%3D%B0U%8Dt%06%E3%8BQ%BC%DF%B9%D6%18R | ||||
| * | remove pyrexisms | Stefan Behnel | 2013-08-29 | 1 | -2/+2 |
| | | |||||
| * | fix cast | Stefan Behnel | 2013-08-29 | 1 | -1/+1 |
| | | |||||
| * | clean up some code | Stefan Behnel | 2013-08-29 | 1 | -16/+3 |
| | | |||||
| * | fix incorrect typing | Stefan Behnel | 2013-08-29 | 1 | -1/+1 |
| | | |||||
| * | comment | Stefan Behnel | 2013-08-29 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary c-isms | Stefan Behnel | 2013-08-29 | 1 | -6/+6 |
| | | |||||
| * | declare internal TreeBuilder methods as final (requires moving them before ↵ | Stefan Behnel | 2013-08-29 | 1 | -43/+49 |
| | | | | | their calls due to Cython bug) | ||||
| * | minor code simplification | Stefan Behnel | 2013-08-28 | 1 | -2/+2 |
| | | |||||
| * | add missing import | Stefan Behnel | 2013-08-08 | 1 | -0/+1 |
| | | |||||
| * | add test for refcycle with Element proxies | Stefan Behnel | 2013-08-08 | 1 | -0/+15 |
| | | |||||
| * | clean up indentation in string | Stefan Behnel | 2013-08-08 | 1 | -8/+9 |
| | | |||||
| * | use known type to avoid some overhead | Stefan Behnel | 2013-08-08 | 1 | -1/+1 |
| | | |||||
| * | use known type to avoid some overhead | Stefan Behnel | 2013-08-08 | 1 | -1/+1 |
| | | |||||
| * | use known type to avoid some overhead | Stefan Behnel | 2013-08-08 | 1 | -2/+2 |
| | | |||||
| * | use known type to avoid some overhead | Stefan Behnel | 2013-08-08 | 1 | -1/+1 |
| | | |||||
| * | use known type to avoid some overhead | Stefan Behnel | 2013-08-08 | 1 | -1/+1 |
| | | |||||
| * | use known type to avoid some overhead | Stefan Behnel | 2013-08-08 | 1 | -1/+1 |
| | | |||||
| * | minor test extension | Stefan Behnel | 2013-08-01 | 1 | -1/+5 |
| | | |||||
| * | use Unicode whitespace in regex | Stefan Behnel | 2013-08-01 | 1 | -1/+1 |
| | | |||||
| * | trailing_whitespace is now always a string. | Orf | 2013-07-30 | 1 | -12/+4 |
| | | |||||
| * | Fix random test failing | Orf | 2013-07-30 | 1 | -5/+2 |
| | | |||||
| * | Fix random test failing | Orf | 2013-07-30 | 1 | -0/+3 |
| | | |||||
| * | Regex now pulls all whitespace, href_tag now sets trailing_whitespace ↵ | Orf | 2013-07-30 | 2 | -6/+10 |
| | | | | | correctly and the tests should run on py3k | ||||
| * | Update test_diff.txt | orf | 2013-07-29 | 1 | -1/+1 |
| | | |||||
| * | Update test_diff.txt | orf | 2013-07-29 | 1 | -0/+2 |
| | | |||||
| * | Update split_words docstring | orf | 2013-07-29 | 1 | -2/+2 |
| | | |||||
| * | Fix the tests | orf | 2013-07-29 | 1 | -2/+2 |
| | | |||||
| * | Added some tests | orf | 2013-07-29 | 1 | -0/+7 |
| | | |||||
| * | Fix trailing_whitespace being the wrong value | orf | 2013-07-29 | 1 | -1/+1 |
| | | |||||
| * | Update diff.py | orf | 2013-07-29 | 1 | -1/+0 |
| | | |||||
