summaryrefslogtreecommitdiffstats
path: root/Lib/xmlcore
Commit message (Collapse)AuthorAgeFilesLines
* remove more cruft no longer neededFred Drake2006-04-061-4/+2
|
* remove much of the Python-version compatibility cruft; the minimum PythonFred Drake2006-04-064-141/+64
| | | | version this should support is Python 2.3
* Whitespace normalization.Tim Peters2005-12-252-2/+0
|
* added PSF licensing blurbs to relevant filesFredrik Lundh2005-12-144-0/+12
|
* added cElementTree/_elementtree build stuff and wrapper moduleFredrik Lundh2005-12-141-0/+3
|
* Subversion settings:Armin Rigo2005-12-144-1621/+1621
| | | | | | | | | 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.
* - remove leftover directoryFred Drake2005-12-141-0/+20
| | | | - add file I forgot to add in previous commit
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-1420-0/+7415
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package