summaryrefslogtreecommitdiffstats
path: root/Lib/xmlcore
Commit message (Collapse)AuthorAgeFilesLines
* expunge the xmlcore changes:Fred Drake2006-07-2922-7374/+0
| | | | | | | | | | | | | | | | | | | 41667, 41668 - initial switch to xmlcore 47044 - mention of xmlcore in What's New 50687 - mention of xmlcore in the library reference re-apply xmlcore changes to xml: 41674 - line ending changes (re-applied manually), directory props 41677 - add cElementTree wrapper 41678 - PSF licensing for etree 41812 - whitespace normalization 42724 - fix svn:eol-style settings 43681, 43682 - remove Python version-compatibility cruft from minidom 46773 - fix encoding of \r\n\t in attr values in saxutils 47269 - added XMLParser alias for cElementTree compatibility additional tests were added in Lib/test/test_sax.py that failed with the xmlcore changes; these relate to SF bugs #1511497, #1513611
* added XMLParser alias for cElementTree compatibilityFredrik Lundh2006-07-061-1/+4
|
* [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values ↵Andrew M. Kuchling2006-06-091-0/+2
| | | | by escaping them properly. 2.4 bugfix candidate.
* 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