cpython/Lib/email
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
..
mime Merged revisions 60053-60078 via svnmerge from 2008-01-19 16:21:02 +00:00
test Merged revisions 64260 via svnmerge from 2008-06-14 00:49:05 +00:00
__init__.py
_parseaddr.py
base64mime.py Removed implicit convertions of str object to bytes from base64. 2008-05-03 04:39:38 +00:00
charset.py
encoders.py
errors.py
feedparser.py
generator.py Removed PyInt_GetMax and sys.maxint 2007-12-04 23:02:19 +00:00
header.py
iterators.py
message.py
parser.py Patch for issue 2848, mostly by Humberto Diogenes, with a couple of 2008-06-12 04:06:45 +00:00
quoprimime.py
utils.py Make a new urllib package . 2008-06-18 20:49:58 +00:00