| Commit message (Expand) | Author | Age | Files | Lines |
| * | [svn r783] make it compile without Pyrex and generate the source with Pyrexlxml-0.9 | scoder | 2006-03-20 | 1 | -12/+26 |
| * | [svn r782] removed xpath.txt doctests from test_xslt.py | scoder | 2006-03-20 | 1 | -2/+0 |
| * | [svn r781] One more text tweak. | faassen | 2006-03-20 | 1 | -4/+3 |
| * | [svn r780] exclude pyrex.txt from dist | scoder | 2006-03-20 | 1 | -0/+1 |
| * | [svn r779] Further text tweaks. | faassen | 2006-03-20 | 1 | -11/+7 |
| * | [svn r778] Minor tweaks. | faassen | 2006-03-20 | 1 | -2/+2 |
| * | [svn r777] Reference to SAX API. | faassen | 2006-03-20 | 1 | -0/+5 |
| * | [svn r776] missing link | scoder | 2006-03-20 | 1 | -0/+2 |
| * | [svn r775] state that Pyrex is only needed for generating the C source, not f... | scoder | 2006-03-20 | 1 | -1/+5 |
| * | [svn r774] Deprecated API. | faassen | 2006-03-20 | 1 | -149/+0 |
| * | [svn r773] Fixes to doctests. | faassen | 2006-03-20 | 4 | -65/+64 |
| * | [svn r772] hint on error logging API | scoder | 2006-03-20 | 1 | -0/+2 |
| * | [svn r771] doc updates | scoder | 2006-03-20 | 1 | -2/+4 |
| * | [svn r770] doc updates, added filter_from_fatals | scoder | 2006-03-20 | 1 | -1/+5 |
| * | [svn r769] doc updates | scoder | 2006-03-20 | 2 | -3/+6 |
| * | [svn r768] docs and tests for error handling and resulting bug fixes for xmle... | scoder | 2006-03-20 | 2 | -24/+99 |
| * | [svn r767] Compatibility for Python 2.3, which doesn't have an assertFalse. | faassen | 2006-03-20 | 1 | -0/+2 |
| * | [svn r766] A bit more metadata for setup. | faassen | 2006-03-20 | 1 | -2/+13 |
| * | [svn r765] Add in another 0.9 link. | faassen | 2006-03-20 | 1 | -0/+2 |
| * | [svn r764] reference lxml 0.9 release | scoder | 2006-03-20 | 1 | -0/+6 |
| * | [svn r763] merged in changes from error-reporting branch | scoder | 2006-03-20 | 7 | -63/+1006 |
| * | [svn r762] Some text tweaks. | faassen | 2006-03-20 | 1 | -3/+3 |
| * | [svn r761] benchmark for XPath evaluation (merge from scoder2) | scoder | 2006-03-20 | 1 | -2/+29 |
| * | [svn r760] doc updates in doc/namespace_extensions.txt, refer to extensions.txt | scoder | 2006-03-20 | 1 | -23/+4 |
| * | [svn r759] big merge from scoder2 branch: extension functions for XPath/XSLT,... | scoder | 2006-03-20 | 7 | -167/+653 |
| * | [svn r758] merged in extension doctests from scoder2 branch | scoder | 2006-03-20 | 1 | -0/+205 |
| * | [svn r757] merged in test cases for XPath and XSLT from scoder2 branch | scoder | 2006-03-20 | 2 | -0/+149 |
| * | [svn r756] Preparing for release. | faassen | 2006-03-20 | 2 | -3/+3 |
| * | [svn r751] replaced calls of python2.3 by plain python | scoder | 2006-03-17 | 1 | -4/+4 |
| * | [svn r750] updated note on Pyrex SVN | scoder | 2006-03-17 | 1 | -3/+8 |
| * | [svn r747] uhm, well, use callable() as macro | scoder | 2006-03-17 | 1 | -0/+1 |
| * | [svn r746] make callable() a macro | scoder | 2006-03-17 | 2 | -0/+2 |
| * | [svn r740] more clean up | scoder | 2006-03-16 | 1 | -1/+1 |
| * | [svn r739] oh well ... reverted ... could someone please hit Pyrex for me? | scoder | 2006-03-16 | 1 | -1/+1 |
| * | [svn r738] speed up exception creation (>60%) | scoder | 2006-03-16 | 1 | -1/+1 |
| * | [svn r737] clean up | scoder | 2006-03-16 | 1 | -4/+4 |
| * | [svn r735] factored error log handling out into xmlerror.pxi | scoder | 2006-03-16 | 2 | -75/+72 |
| * | [svn r733] make error_log a property in LxmlException, RelaxNG, XMLSchema and... | scoder | 2006-03-16 | 6 | -23/+45 |
| * | [svn r731] make log length default to 20 | scoder | 2006-03-16 | 1 | -1/+1 |
| * | [svn r729] refactoring of debug log: accept multi-line log entries, rotate lo... | scoder | 2006-03-16 | 1 | -31/+61 |
| * | [svn r727] merge from branch: fix test case for XPath comment result, make Co... | scoder | 2006-03-16 | 2 | -3/+3 |
| * | [svn r726] new error handling: store list with libxml2/xslt output strings in... | scoder | 2006-03-16 | 1 | -4/+34 |
| * | [svn r724] merge from scoder2 (R24437): make XPath result handling return com... | scoder | 2006-03-16 | 1 | -8/+2 |
| * | [svn r718] benchmark for len(element) | scoder | 2006-03-16 | 1 | -0/+4 |
| * | [svn r716] added __nonzero__ method to _Element to speed up truth test (== ha... | scoder | 2006-03-16 | 2 | -0/+10 |
| * | [svn r710] added XMLID module function - simplistic, straight forward impleme... | scoder | 2006-03-15 | 3 | -0/+31 |
| * | [svn r708] clean up, moved _hasTag function back into ElementTagFilter, facto... | scoder | 2006-03-15 | 3 | -29/+26 |
| * | [svn r707] clean up, new utility function _hasTag for C-node tag test against... | scoder | 2006-03-15 | 1 | -9/+13 |
| * | [svn r706] new benchmarks for element.getiterator() | scoder | 2006-03-15 | 1 | -6/+15 |
| * | [svn r704] implement element.getiterator() as iterator | scoder | 2006-03-15 | 2 | -23/+93 |