summaryrefslogtreecommitdiffstats
path: root/Lib/xmlcore/etree/ElementInclude.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2005-12-251-1/+0
|
* added PSF licensing blurbs to relevant filesFredrik Lundh2005-12-141-0/+3
|
* Subversion settings:Armin Rigo2005-12-141-141/+141
| | | | | | | | | svn:ignore *.pyc *.pyo svn:eol-style native The .py files appear to have been checked in with Windows or inconsistent line endings. The current check-in disrupts the 'svn blame', but hopefully it is irrelevant for freshly imported code.
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-0/+141
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package