summaryrefslogtreecommitdiffstats
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Make a new urllib package .Jeremy Hylton2008-06-181-1714/+0
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-16/+12
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-1/+2
* Create http package. #2883.Georg Brandl2008-05-261-6/+6
* Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,...Benjamin Peterson2008-05-261-1/+22
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-12/+12
* #2905: fix merge glitch on OSX.Georg Brandl2008-05-181-16/+16
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-24/+194
* Fix merge glitch that let test_urllib fail.Georg Brandl2008-01-261-1/+2
* Merged revisions 60124-60142 via svnmerge fromChristian Heimes2008-01-201-13/+63
* Remove dead code brought in by merge glitch @ r59667Kurt B. Kaiser2008-01-051-71/+0
* Merged revisions 59642-59665 via svnmerge fromChristian Heimes2008-01-021-1/+72
* 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