summaryrefslogtreecommitdiff
path: root/src/lxml/_elementpath.py
Commit message (Collapse)AuthorAgeFilesLines
* [svn r4386] r5536@lenny: sbehnel | 2010-03-26 08:12:15 +0100scoder2010-03-261-63/+123
| | | | | | | major ElementPath update to match ET 1.3 (as of Py3.2) --HG-- branch : trunk
* [svn r4300] r5391@lenny: sbehnel | 2009-12-30 12:48:32 +0100scoder2009-12-301-0/+1
| | | | | | | enable caching for ElementPath parser --HG-- branch : trunk
* [svn r4105] r5036@delle: sbehnel | 2009-02-20 19:21:16 +0100scoder2009-02-201-1/+1
| | | | | | | return empty string instead of None for empty element text content from el.findtext() --HG-- branch : trunk
* [svn r3798] r4443@delle: sbehnel | 2008-05-31 18:47:50 +0200scoder2008-05-311-1/+1
| | | | | | | cleanup --HG-- branch : trunk
* [svn r3786] r4431@delle: sbehnel | 2008-05-31 16:59:52 +0200scoder2008-05-311-4/+1
| | | | | | | ElementPath fix for [tag] conditions --HG-- branch : trunk
* [svn r3685] r4231@delle: sbehnel | 2008-05-19 23:46:38 +0200scoder2008-05-201-9/+21
| | | | | | | Py3 fixes --HG-- branch : trunk
* [svn r3135] r3180@delle: sbehnel | 2007-12-25 15:54:59 +0100scoder2007-12-251-1/+1
| | | | | | | typo --HG-- branch : trunk
* [svn r2937] some cleanup and optimisations in _elementpath.pyscoder2007-09-281-61/+58
| | | | | --HG-- branch : trunk
* [svn r2850] ET 1.3 compatibility updates: iterfind(), new ElementPath ↵scoder2007-09-131-130/+165
| | | | | | | implementation, updated selftest.py, fix for itertext() --HG-- branch : trunk
* [svn r177] Add support for find() and friends, directly taken from Python ↵faassen2005-01-121-0/+194
ElementTree. Add selftest.py from Python elementtree. Modify selftest where it is incorrect in assumptions concerning etree, and disable a lot of tests where etree is still lacking. The remaining 76 tests do pass. --HG-- branch : trunk