summaryrefslogtreecommitdiffstats
path: root/share/extensions/edge3d.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* svn propset svn:eol-style native *.pyPeter Moulder2008-03-291-5/+5
| | | (bzr r5228)
* patch from bug 207362bulia byak2008-03-271-1/+1
| | | (bzr r5202)
* Attempt fix for Bug #178022Aaron Spike2008-02-211-1/+1
| | | | | | | | Evidently somewhere between versions 1.3.6 and 2.0 lxml began requiring that parameters passed to the Element.xpath() be keyword arguments (positional arguments had been allowed). Best guess places this at "2.0alpha6 (2007-12-19)" based upon the lxml Changelog. This fix appears to be backward compatible. Please test. (bzr r4797)
* fix hacked element cloningAaron Spike2007-10-081-3/+3
| | | | | | cloning with fromstring(tostring()) striped xmlns now using copy.deepcopy() (bzr r3858)
* Another round of extension conversion (from pyxml to lxml) and some correctionsAaron Spike2007-06-201-2/+2
| | | (bzr r3079)
* begin converting python extensions to use lxml. this might take me a while ↵Aaron Spike2007-06-191-33/+27
| | | | | and it will break unconverted extensions in the meanwhile. (bzr r3077)
* Added Terry Brown's Edge3d scripts.Bob Jamison2007-05-111-0/+151
(bzr r3003)