cpython/Lib/xml/dom
Jeremy Hylton 1afc169616 Make a new urllib package .
It consists of code from urllib, urllib2, urlparse, and robotparser.
The old modules have all been removed.  The new package has five
submodules: urllib.parse, urllib.request, urllib.response,
urllib.error, and urllib.robotparser.  The urllib.request.urlopen()
function uses the url opener from urllib2.

Note that the unittests have not been renamed for the
beta, but they will be renamed in the future.

Joint work with Senthil Kumaran.
2008-06-18 20:49:58 +00:00
..
NodeFilter.py Rip out 'long' and 'L'-suffixed integer literals. 2007-01-15 16:59:06 +00:00
__init__.py Quite a few fixes to make the library and test suite more robust when 2006-08-17 20:24:18 +00:00
domreg.py Removed the new module 2007-11-28 08:28:28 +00:00
expatbuilder.py Removed the new module 2007-11-28 08:28:28 +00:00
minicompat.py Patch from Georg Brandl and me for #1493 2007-11-25 09:39:14 +00:00
minidom.py Issue 2918: Merge StringIO and cStringIO. 2008-06-11 22:58:36 +00:00
pulldom.py Patch# 1258 by Christian Heimes: kill basestring. 2007-10-16 18:12:55 +00:00
xmlbuilder.py Make a new urllib package . 2008-06-18 20:49:58 +00:00