summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn r291] Fix nasty bug that I completely failed to see yesterday: the use offaassen2005-05-132-2/+25
* [svn r287] Fix bug for handling namespaces in attribute keys, values and item...faassen2005-05-092-16/+59
* [svn r274] Fix unicode bugs, and add some tests for this.faassen2005-04-092-6/+40
* [svn r272] Python 2.2 compatibility changes.faassen2005-04-092-4/+3
* [svn r248] Fix memory bug with _removeNode.faassen2005-02-102-3/+13
* [svn r246] Correct __del__ to __dealloc__.faassen2005-02-101-1/+1
* [svn r243] Add a test for returning nodes from extension functions.faassen2005-02-071-0/+16
* [svn r242] All kinds of nasty hackery to make sure returning nodes from an XPathfaassen2005-02-071-9/+42
* [svn r241] Tweaking of the deallocationTop algorithm; this simplification see...faassen2005-02-071-12/+11
* [svn r240] Add more doctests for XPath extension functions, adapted from Marc...faassen2005-02-071-1/+95
* [svn r239] Split out xpath tests from main test module, in preparation for ad...faassen2005-02-072-116/+126
* [svn r238] Missing import, added.faassen2005-02-071-0/+1
* [svn r237] Due to a bug in xmlCopyDoc, multi-file XSLT did not work properly....faassen2005-02-025-1/+30
* [svn r234] Added more tests and doctests for XPath extension functionality.faassen2005-01-291-0/+10
* [svn r233] Check in first stab at XPath extension functions.faassen2005-01-283-6/+94
* [svn r232] Break out xpath functionality into an explicit XPathEvaluator that...faassen2005-01-284-206/+309
* [svn r231] Add support for Relax NG directly from the filesystem. This is neededfaassen2005-01-255-10/+58
* [svn r230] Fix memory leak.faassen2005-01-251-0/+1
* [svn r228] Turn api.txt into a doctested text file, and make it more ReST com...faassen2005-01-201-1/+4
* [svn r226] Add doctest module from Zope 3/Python2.4 so that textfile can be t...faassen2005-01-201-0/+2704
* [svn r224] Merge c14n support into lxml.etree as well. Add a new write_c14n m...faassen2005-01-205-71/+41
* [svn r222] Small bug, thanks Marc-Antoine Parent!faassen2005-01-201-1/+1
* [svn r221] Added support for shutting up libxslt from blabbing as well, and testfaassen2005-01-203-4/+29
* [svn r219] * Start of Relax NG validation support. It works, but no error rep...faassen2005-01-195-17/+202
* [svn r215] Allow registering namespaces for xpath evaluation.faassen2005-01-183-7/+35
* [svn r213] Lose useless global variable.faassen2005-01-181-2/+0
* [svn r212] Get rid of now not necessary complication involving weakref subcla...faassen2005-01-181-56/+38
* [svn r211] We're using subversion, not CVS anymore.faassen2005-01-181-2/+0
* [svn r210] Remove zope package. This contained support for doctests, but we'r...faassen2005-01-189-2890/+0
* [svn r209] Remove nodereg entirely; this could be done as we use the backpointerfaassen2005-01-184-421/+18
* [svn r208] Remove out of date interfaces.py think file.faassen2005-01-181-65/+0
* [svn r207] Remove dom, and tests for it. Also remove nodereg tests, as we're ...faassen2005-01-183-1369/+0
* [svn r205] Merged lxml/branch/backpointer 8315:8390faassen2005-01-183-110/+256
* [svn r201] Mark private pointer so we can use it.faassen2005-01-161-0/+1
* [svn r199] Replace unicode with funicode. This *might* be a bit faster, thoughfaassen2005-01-142-17/+37
* [svn r197] Improve error handling to make sure IOError gets raised if file do...faassen2005-01-144-0/+754
* [svn r194] Cleanup.faassen2005-01-141-1/+0
* [svn r193] Add preliminary XSLT support.faassen2005-01-144-1/+90
* [svn r192] Some reordering of the module.faassen2005-01-141-44/+47
* [svn r190] Add relative-to-element xpath support.faassen2005-01-132-46/+72
* [svn r189] Add xpath support on ElementTree level. Does not support all node ...faassen2005-01-133-1/+180
* [svn r187] Try to improve parser behavior. Also enable some etree specific testsfaassen2005-01-133-50/+85
* [svn r185] Support for parse() top level function and tests.faassen2005-01-125-40/+126
* [svn r177] Add support for find() and friends, directly taken from Python Ele...faassen2005-01-123-8/+273
* [svn r173] Make namespaces work at least somewhat for attributes. Introduce anfaassen2005-01-074-22/+71
* [svn r172] Factor out getNsTag function.faassen2005-01-071-9/+12
* [svn r171] Preliminary namespace support. This is likely far from perfect but itfaassen2005-01-073-7/+98
* [svn r169] Implement getiterator() on ElementTree.faassen2005-01-072-3/+49
* [svn r168] Handle tail properly when creating new element tree.faassen2005-01-072-0/+13
* [svn r167] Add setslice implementation. Comment out otherwise-decoy iterator ...faassen2005-01-072-104/+161