| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add test for using different nsmaps in el.find*()lxml-3.0 | Stefan Behnel | 2013-01-22 | 1 | -0/+12 |
| | | | | | | --HG-- extra : transplant_source : %7Dd%8Fs%A5%CEp%F3%9Eco%15%ACDr%21%C8%F0%2B%B0 | ||||
| * | changelog | Stefan Behnel | 2013-01-22 | 1 | -0/+5 |
| | | | | | | --HG-- extra : transplant_source : %7B%E7%A29%FC%A4%A80%7C2Mi%E1%607%D4%3Ah%E5%D9 | ||||
| * | continue 3.0.x changelog | Stefan Behnel | 2013-01-24 | 1 | -0/+13 |
| | | |||||
| * | make the user provided namespace mapping part of the caching key in ↵ | Stefan Behnel | 2013-01-22 | 1 | -1/+1 |
| | | | | | | | | ElementPath to prevent false positives on different namespace mappings --HG-- extra : transplant_source : %EE%12%87%C6%F2%A5d%28%99%0A%81%8F%DA%A8%BB%86_%EB%B8l | ||||
| * | prepare release of 3.0.2lxml-3.0.2 | Stefan Behnel | 2012-12-14 | 4 | -6/+25 |
| | | |||||
| * | changeloglxml-3.0.1 | Stefan Behnel | 2012-10-14 | 1 | -1/+4 |
| | | |||||
| * | work around Element proxy cleanup problems in PyPy | Stefan Behnel | 2012-10-14 | 2 | -22/+50 |
| | | |||||
| * | prepare release of 3.0.1 | Stefan Behnel | 2012-10-14 | 3 | -43/+11 |
| | | |||||
| * | changelog | Stefan Behnel | 2012-10-11 | 1 | -2/+4 |
| | | |||||
| * | do not use xmlMemDisplayLast() when compiling in libxml2 2.6.x as it was ↵ | Stefan Behnel | 2012-10-11 | 2 | -2/+9 |
| | | | | | added in 2.7.0 | ||||
| * | todo comment on static linking | Stefan Behnel | 2012-10-10 | 1 | -0/+4 |
| | | |||||
| * | changelog | Stefan Behnel | 2012-10-10 | 1 | -0/+15 |
| | | |||||
| * | minor cleanup: mark variable as unused | Stefan Behnel | 2012-10-10 | 1 | -1/+1 |
| | | |||||
| * | parsing the Xcode version requires decoding in Py3 | Stefan Behnel | 2012-10-10 | 1 | -1/+1 |
| | | |||||
| * | credits | Stefan Behnel | 2012-10-09 | 1 | -5/+8 |
| | | |||||
| * | cleaned up TODO and IDEAS text files | Stefan Behnel | 2012-10-09 | 2 | -28/+12 |
| | | |||||
| * | Added tag lxml-3.0 for changeset 60dd2d567019 | Stefan Behnel | 2012-10-08 | 1 | -0/+1 |
| | | |||||
| * | fix release date for lxml 3.0 finallxml-3.0 | Stefan Behnel | 2012-10-08 | 1 | -1/+1 |
| | | |||||
| * | changelog for lxml 3.0 final | Stefan Behnel | 2012-10-08 | 1 | -1/+1 |
| | | |||||
| * | allow --without-cython to override build error (needed for non-build ↵ | Stefan Behnel | 2012-10-07 | 3 | -5/+14 |
| | | | | | setup.py targets) | ||||
| * | changelog | Stefan Behnel | 2012-10-07 | 1 | -0/+3 |
| | | |||||
| * | only use Cython for building when required or explicitly requested | Stefan Behnel | 2012-10-07 | 3 | -19/+31 |
| | | |||||
| * | prepare release of lxml 3.0 | Stefan Behnel | 2012-10-07 | 3 | -6/+10 |
| | | |||||
| * | doc update: make clear that we no longer provide binary releases | Stefan Behnel | 2012-10-07 | 4 | -67/+49 |
| | | |||||
| * | Added tag lxml-3.0alpha1 for changeset 6d41ed7c4b75 | Stefan Behnel | 2012-09-29 | 1 | -0/+1 |
| | | |||||
| * | Added tag lxml-3.0alpha2 for changeset 5bd7af62e932 | Stefan Behnel | 2012-09-29 | 1 | -0/+1 |
| | | |||||
| * | Added tag lxml-3.0beta1 for changeset 36e5b10c3ae6 | Stefan Behnel | 2012-09-29 | 1 | -0/+1 |
| | | |||||
| * | remove broken link | Stefan Behnel | 2012-09-28 | 1 | -2/+1 |
| | | |||||
| * | merged lxml-2.3 branch back into master | Stefan Behnel | 2012-09-28 | 3 | -0/+19 |
| |\ | |||||
| | * | Added tag lxml-2.3.6 for changeset 66c66707c7d8lxml-2.3 | Stefan Behnel | 2012-09-28 | 1 | -0/+1 |
| | | | |||||
| | * | prepare release of 2.3.6lxml-2.3.6 | Stefan Behnel | 2012-09-28 | 3 | -5/+9 |
| | | | |||||
| * | | disable iterparse DTD loading test for libxml2 2.9.0 | Stefan Behnel | 2012-09-28 | 2 | -1/+13 |
| | | | |||||
| * | | changelog | Stefan Behnel | 2012-09-28 | 1 | -0/+17 |
| | | | |||||
| * | | fix doctest | Stefan Behnel | 2012-09-28 | 1 | -5/+5 |
| | | | |||||
| * | | adapt htmldiff doctest to work with libxml2 2.9.0 | Stefan Behnel | 2012-09-28 | 1 | -2/+2 |
| | | | |||||
| * | | fix termination handling in iterparse, bug found when switching to libxml2 2.9.0 | Stefan Behnel | 2012-09-28 | 1 | -13/+9 |
| | | | |||||
| * | | clean up objectify.annotate() fix by moving the inner 'loop' code into a ↵ | Stefan Behnel | 2012-09-27 | 1 | -125/+123 |
| | | | | | | | | | separate function | ||||
| * | | fix reference leaks in objectify.*annotate() functions | Stefan Behnel | 2012-09-26 | 1 | -0/+13 |
| | | | |||||
| * | | changelog | Stefan Behnel | 2012-09-26 | 1 | -0/+2 |
| | | | |||||
| * | | mark Py3.3 as being supported | Stefan Behnel | 2012-09-26 | 1 | -0/+1 |
| | | | |||||
| * | | prepare release of lxml 3.0beta1lxml-3.0beta1 | Stefan Behnel | 2012-09-26 | 2 | -2/+2 |
| | | | |||||
| * | | require Cython 0.17.1 | Stefan Behnel | 2012-09-26 | 1 | -2/+2 |
| | | | |||||
| * | | doc comment | Stefan Behnel | 2012-09-25 | 1 | -2/+2 |
| | | | |||||
| * | | added method to memory debugger that returns the size of the global libxml2 ↵ | Stefan Behnel | 2012-09-25 | 1 | -0/+11 |
| | | | | | | | | | dict for the current thread | ||||
| * | | prepare release of lxml 3.0b1 | Stefan Behnel | 2012-09-25 | 3 | -6/+12 |
| | | | |||||
| * | | minor code simplification | Stefan Behnel | 2012-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | PyPy test fix | Stefan Behnel | 2012-09-25 | 1 | -2/+2 |
| | | | |||||
| * | | PyPy test fixes | Stefan Behnel | 2012-09-25 | 3 | -8/+8 |
| | | | |||||
| * | | doc: works in Py3.3 | Stefan Behnel | 2012-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | mention in README that lxml has been downloaded from PyPI more than 5 mio. times | Stefan Behnel | 2012-09-24 | 1 | -0/+4 |
| | | | |||||
