summaryrefslogtreecommitdiff
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Merge issue 11662 from 2.6.Guido van Rossum2011-03-291-61/+63
|\
| * Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualifiedRonald Oussoren2011-03-141-1/+1
| * Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-221-1/+6
| * Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-201-3/+3
| * Reverting the checkin made in revision 82940, as it was adding new parameters...Senthil Kumaran2010-07-221-22/+4
| * Fix Issue9301 - urllib.quote(None) to raise TypeErrorSenthil Kumaran2010-07-191-0/+2
| * Fixing Issue1712522 - urllib.quote to support Unicode. The defaultSenthil Kumaran2010-07-181-4/+22
| * Merged revisions 82895 via svnmerge fromSenthil Kumaran2010-07-141-1/+1
| * Merged revisions 82890 via svnmerge fromSenthil Kumaran2010-07-141-0/+1
| * Fix for Issue8883: without this patch test_urllib will failRonald Oussoren2010-06-271-2/+7
| * Issue 8143: sync unquote in urlparse with urllib; add comment about doing so.R. David Murray2010-05-251-0/+4
| * Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.Florent Xicluna2010-05-171-17/+26
| * Slight style cleanup.Florent Xicluna2010-05-171-8/+6
| * In a number of places code still reversRonald Oussoren2010-05-051-3/+1
| * Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format stringSenthil Kumaran2010-05-011-1/+1
| * Fix for Issue8135 - urllib.unquote to support mixed percent escapesSenthil Kumaran2010-03-181-2/+2
| * Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")Senthil Kumaran2010-02-201-1/+1
| * No need to assign the results of expressions used only for side effects.Georg Brandl2010-02-061-2/+2
| * Fix duplicate import.Georg Brandl2010-02-061-3/+2
| * Fix transient refleaks in test_urllib. Thanks to Florent Xicluna.Antoine Pitrou2009-12-081-0/+2
| * actually close filesPhilip Jenvey2009-12-031-6/+3
| * Fix for issue 7149: a regression in 2.6.3 that causes an exception whenRonald Oussoren2009-10-181-2/+9
| * Followup for r74962Ronald Oussoren2009-09-201-2/+1
| * Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6Ronald Oussoren2009-09-201-183/+23
| * Fix for Issue1648102, based on the MSDN spec: If this parameter specifies theSenthil Kumaran2009-05-011-10/+3
| * Fix for the Issue918368 - urllib doesn't correct server returned urlsSenthil Kumaran2009-04-211-0/+3
| * Fix for bugs: Issue4675 and Issue4962.Senthil Kumaran2009-03-301-1/+1
| * close the file even if an exception occurs #5536Benjamin Peterson2009-03-221-35/+39
| * Issue 4336: Let users of HTTPConnection.endheaders() submit a message body t...Kristján Valur Jónsson2009-01-091-6/+2
* | Merge issue 11662 from 2.5.Guido van Rossum2011-03-291-0/+12
|\ \
| * | Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido2011-03-281-4/+6
| * | Add FTP to the allowed url schemes. Add Misc/NEWS.guido2011-03-241-2/+3
| * | Issue 22663: fix redirect vulnerability in urllib/urllib2.guido2011-03-241-2/+11
| * | Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+8
| * | Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...Collin Winter2007-03-121-1/+1
| * | [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPSAndrew M. Kuchling2006-12-191-2/+2
| * | [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-271-4/+4
* | | Rolled back revisions 81259,81265 via svnmerge fromFlorent Xicluna2010-08-121-33/+26
* | | Merged revisions 81053,81259,81265 via svnmerge fromFlorent Xicluna2010-08-091-25/+34
* | | Merged revisions 82897 via svnmerge fromSenthil Kumaran2010-07-141-1/+1
* | | Merged revisions 82892 via svnmerge fromSenthil Kumaran2010-07-141-0/+1
* | | Merged revisions 82284 via svnmerge fromRonald Oussoren2010-06-271-2/+7
* | | Merged revisions 80675 via svnmerge fromSenthil Kumaran2010-05-011-1/+1
* | | Merged revisions 79047 via svnmerge fromSenthil Kumaran2010-03-291-2/+2
* | | Merged revisions 78268 via svnmerge fromSenthil Kumaran2010-02-201-1/+1
* | | Merged revisions 78035,78040,78043,78049-78050,78052-78054 via svnmerge fromGeorg Brandl2010-02-071-3/+2
* | | Merged revisions 75482 via svnmerge fromRonald Oussoren2009-10-181-2/+9
* | | Merged revisions 74964 via svnmerge fromRonald Oussoren2009-09-201-2/+1
* | | Merged revisions 74962 via svnmerge fromRonald Oussoren2009-09-201-183/+23
* | | Fixing Issue6557. urllib.urlopen will quote the space character within urls.Senthil Kumaran2009-08-151-0/+3