summaryrefslogtreecommitdiffstats
path: root/Lib/urllib/request.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 75334 via svnmerge fromSenthil Kumaran2009-10-111-0/+4
* Backport the changes made in revision 74198, fixing the issue 1424152Senthil Kumaran2009-07-261-3/+12
* Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-4/+4
* More codestring -> codebytes.Georg Brandl2009-06-041-1/+2
* Fix for issue1153027, making Py3k changes similar to fix in issue918368.Senthil Kumaran2009-05-051-0/+1
* Fix for Issue1648102, based on the MSDN spec: If this parameter specifies theSenthil Kumaran2009-05-011-10/+3
* #5624: _winreg is winreg in Python 3.Georg Brandl2009-04-011-8/+8
* Make urllib use HTTP/1.1. It seems to work now, but hasn't beenJeremy Hylton2009-03-311-4/+0
* Simplify the Request class. The basic components of the parsedJeremy Hylton2009-03-311-92/+73
* Merged revisions 70518,70521,70590,70594-70595 via svnmerge fromBenjamin Peterson2009-03-261-35/+39
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-111-3/+3
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-221-3/+0
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Issue 2464. Supports a malformation in the URL receivedFacundo Batista2008-08-171-1/+9
* Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-161-3/+8
* Fix a few urllib bugs (NameErrors).Georg Brandl2008-07-011-123/+122
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-10/+11
* follow-up of r64385: rename urllib.quote in nturl2pathAmaury Forgeot d'Arc2008-06-181-3/+0
* Make a new urllib package .Jeremy Hylton2008-06-181-0/+2295