summaryrefslogtreecommitdiff
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-13/+5
* Merged revisions 58203-58210 via svnmerge fromThomas Wouters2007-09-191-1/+3
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-311-4/+1
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-4/+4
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-1/+9
* Revert revisions 57472, 57474, and 57477 which disabled some testsNeal Norwitz2007-08-301-12/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-11/+11
* Get the urllib tests to pass without the email packageNeal Norwitz2007-08-251-2/+12
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-2/+0
* Remove last(?) use of httplib.HTTPS, which caused test_socket_ssl to fail.Jeremy Hylton2007-08-161-74/+27
* Change urllib to use HTTPConnection rather than old HTTP class.Jeremy Hylton2007-08-041-24/+35
* SF patch# 1762940 by Joe Gregorio.Guido van Rossum2007-08-031-9/+21
* Make test_urllib.py pass. Mostly str/bytes issues.Guido van Rossum2007-07-101-2/+2
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-2/+3
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-27/+1
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-16/+4
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Rename 'unicode' to 'str' in its tp_name field. Rename 'str' to 'str8'.Guido van Rossum2007-05-031-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+11
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-1/+1
* Use input() now that it is available.Guido van Rossum2007-03-191-4/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-22/+22
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-6/+6
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-4/+4
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-6/+6
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-7/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-3/+4
* Patch #1426648: urllib proxy_bypass brokenGeorg Brandl2006-02-181-3/+10
* Whitespace normalization.Tim Peters2006-01-241-4/+4
* Patch #1349118: urllib2 now supports user:pass@ style proxyMartin v. Löwis2006-01-241-6/+93
* Bug #649974: make docstrings for url2pathname consistentGeorg Brandl2005-12-261-0/+5
* bug #1365984: urllib and data: URLs. Problem was that cStringIO objects canno...Georg Brandl2005-11-261-2/+5
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-151-0/+2
* Corrected version of 1.170Raymond Hettinger2005-09-101-6/+3
* Revert 1.170. Add tests.Raymond Hettinger2005-09-101-3/+6
* Simplify and speed-up unquote().Raymond Hettinger2005-09-101-15/+10
* Simplify and speed-up quote_plus().Raymond Hettinger2005-09-101-6/+3
* SF #1285086: urllib.quote is too slowRaymond Hettinger2005-09-091-24/+12
* patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-8/+6
* Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnldGeorg Brandl2005-08-241-1/+15
* Use cStringIO where available.Raymond Hettinger2004-12-311-8/+23
* Added a usegmt flag to email.Utils.formatdate - this allows it to beAnthony Baxter2004-10-111-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Fix for #779167: use InternetConfig proxy settings on MacOSX (in additionJack Jansen2004-07-161-2/+5