summaryrefslogtreecommitdiffstats
path: root/Lib/urllib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 81636 via svnmerge fromSenthil Kumaran2010-06-011-0/+9
* Inadvertently removed part of the comment in r81271.Florent Xicluna2010-05-171-1/+1
* Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq...Florent Xicluna2010-05-171-40/+53
* Merged revision 81259 via svnmerge fromFlorent Xicluna2010-05-171-1/+1
* Merged revisions 81130 via svnmerge fromSenthil Kumaran2010-05-131-1/+1
* Fix test_urllib2 failure on OS X.Mark Dickinson2010-05-091-1/+1
* Merged revisions 80957 via svnmerge fromSenthil Kumaran2010-05-081-5/+8
* Merged revisions 80953 via svnmerge fromSenthil Kumaran2010-05-081-1/+2
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-3/+1
* Merged revisions 80675 via svnmerge fromSenthil Kumaran2010-05-011-1/+1
* Merged revisions 80362 via svnmerge fromSenthil Kumaran2010-04-221-8/+6
* Merged revisions 80277 via svnmerge fromSenthil Kumaran2010-04-201-6/+8
* For for issue #7154: Port the code that usesRonald Oussoren2010-04-181-27/+65
* Merged revisions 80146 via svnmerge fromSenthil Kumaran2010-04-171-2/+24
* Merged revisions 80101 via svnmerge fromSenthil Kumaran2010-04-161-12/+20
* Reverting the changes made in r78433.Senthil Kumaran2010-03-071-3/+0
* Merged revisions 78431 via svnmerge fromSenthil Kumaran2010-02-241-0/+3
* Merged revisions 78422 via svnmerge fromSenthil Kumaran2010-02-241-1/+1
* Merged revisions 78268 via svnmerge fromSenthil Kumaran2010-02-201-1/+1
* Merged revisions 78234 via svnmerge fromSenthil Kumaran2010-02-191-1/+1
* Merged revisions 77058 via svnmerge fromSenthil Kumaran2009-12-271-5/+6
* Merged revisions 76908 via svnmerge fromSenthil Kumaran2009-12-201-3/+10
* Merged revisions 76718 via svnmerge fromAntoine Pitrou2009-12-081-1/+2
* Recorded merge of revisions 76642 via svnmerge fromPhilip Jenvey2009-12-031-3/+1
* Merged revisions 76288 via svnmerge fromSenthil Kumaran2009-11-151-1/+6
* Merged revisions 76282 via svnmerge fromSenthil Kumaran2009-11-151-2/+4
* Merged revisions 75333 via svnmerge fromSenthil Kumaran2009-10-111-0/+4
* Use true booleans.Georg Brandl2009-09-161-3/+3
* Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-251-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
* #6118: dont ignore encoding arguments for arguments with spaces in quote_plus().Georg Brandl2009-05-261-1/+1
* 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
* Fix for Issue4962, issue4675.Senthil Kumaran2009-03-301-2/+2
* Merged revisions 70518,70521,70590,70594-70595 via svnmerge fromBenjamin Peterson2009-03-261-35/+39
* Add __enter__ and __exit__ methods to addbase() so that it supports with.Jeremy Hylton2009-03-261-0/+8
* urlencode:Jeremy Hylton2009-03-261-13/+5
* Simplify a few complicated expressions.Jeremy Hylton2009-03-261-7/+12
* Whitespace normalization.Jeremy Hylton2009-03-261-5/+6
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-112-4/+5
* Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,...Benjamin Peterson2008-09-221-3/+0
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-1/+67
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-47/+136
* 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