summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix Issue11703 - urllib2.geturl() does not return correct url when the origin...Senthil Kumaran2011-04-121-1/+14
* | | Merge Issue 11662 from 3.2 branch.guido@google.com2011-03-291-0/+24
|\ \ \ | |/ /
| * | Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-291-0/+24
| |\ \ | | |/
| | * Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+24
* | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-1/+34
|\ \ \ | |/ /
| * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-1/+34
| |\ \ | | |/
| | * Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-1/+34
| | * Merged revisions 87895 via svnmerge fromBenjamin Peterson2011-01-121-1/+1
| | * Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-221-0/+19
| | * Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-181-5/+15
| | * Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-141-24/+23
| | * Merged revisions 83818 via svnmerge fromSenthil Kumaran2010-08-081-0/+10
| | * Merged revisions 82780 via svnmerge fromSenthil Kumaran2010-07-111-0/+3
| | * Merged revisions 81638 via svnmerge fromSenthil Kumaran2010-06-011-1/+0
| | * Merged revisions 80955 via svnmerge fromSenthil Kumaran2010-05-081-1/+2
| | * Reverting the change made in r78434Senthil Kumaran2010-03-071-1/+0
| | * Merged revisions 78433 via svnmerge fromSenthil Kumaran2010-02-241-0/+1
| | * Merged revisions 78426 via svnmerge fromSenthil Kumaran2010-02-241-1/+2
| | * Merged revisions 77414 via svnmerge fromSenthil Kumaran2010-01-101-3/+6
| | * Merged revisions 77016 via svnmerge fromBenjamin Peterson2009-12-241-3/+8
| | * Merged revisions 76910 via svnmerge fromSenthil Kumaran2009-12-201-37/+84
| | * Merged revisions 75334 via svnmerge fromSenthil Kumaran2009-10-111-0/+16
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-29/+29
| | * Backport the changes made in revision 74198, fixing the issue 1424152Senthil Kumaran2009-07-261-0/+17
| | * Fix for issue5102, timeout value propages between redirects, proxy, digest andSenthil Kumaran2009-07-191-2/+6
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
|/ /
* | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-111-4/+8
* | #10874: test_urllib2 shouldn't use `is` operator for comparing stringsŁukasz Langa2011-01-091-1/+1
* | Fix some mistakes- Issue3243 (r87399) Correcting the operator precendenceSenthil Kumaran2010-12-241-2/+0
* | Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-191-3/+48
* | Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does notSenthil Kumaran2010-11-221-0/+19
* | Fix Issue2244 - urllib unquotes user and password info multiple times - Patch...Senthil Kumaran2010-11-181-5/+15
* | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-2/+2
* | Use unittest specific methods for some urllib test cases. And replace urllib...Florent Xicluna2010-08-081-24/+23
* | Fix Issue8280 - urllib2's Request method will remove fragements in the url.Senthil Kumaran2010-08-081-0/+10
* | Issue #9425: skip tests if a filename is not encodableVictor Stinner2010-08-071-0/+4
* | Stricter verification for file based url scheme and reliance on ftp protocol.Senthil Kumaran2010-07-111-0/+3
* | Merged revisions 81636 via svnmerge fromSenthil Kumaran2010-06-011-1/+0
* | Merged revisions 80953 via svnmerge fromSenthil Kumaran2010-05-081-1/+2
* | Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-5/+0
* | Reverting the changes made in r78433.Senthil Kumaran2010-03-071-1/+0
* | Merged revisions 78431 via svnmerge fromSenthil Kumaran2010-02-241-0/+1
* | Merged revisions 78422 via svnmerge fromSenthil Kumaran2010-02-241-1/+2
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+2
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-3/+3
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-6/+6
* | Merged revisions 77411 via svnmerge fromSenthil Kumaran2010-01-101-3/+6
* | Merged revisions 77014 via svnmerge fromBenjamin Peterson2009-12-241-3/+8
* | Merged revisions 76908 via svnmerge fromSenthil Kumaran2009-12-201-37/+84
* | Merged revisions 75333 via svnmerge fromSenthil Kumaran2009-10-111-0/+16