summaryrefslogtreecommitdiffstats
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Merge issue 11662 from 2.5.Guido van Rossum2011-03-291-0/+12
|\
| * Add tests for the urllib[2] vulnerability. Change to raise exceptions.guido@google.com2011-03-281-4/+6
| * Add FTP to the allowed url schemes. Add Misc/NEWS.guido@google.com2011-03-241-2/+3
| * Issue 22663: fix redirect vulnerability in urllib/urllib2.guido@google.com2011-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
* | Merged revisions 70521 via svnmerge fromBenjamin Peterson2009-03-221-35/+39
* | #3879 fix a regression in urllib.getproxies_environmentBenjamin Peterson2008-09-211-3/+0
* | Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-1/+6
* | Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-1/+2
* | MacOSX: ctypes annotation in implementation of getproxies_macosx_sysconfRonald Oussoren2008-05-181-1/+22
* | MacOSX: remove dependency on Carbon package for urllibRonald Oussoren2008-05-121-24/+194
* | #1664522: in urllib, don't read non-existing directories in ftp mode,Georg Brandl2008-01-201-3/+13
* | #856047: respect the ``no_proxy`` env var when checking for proxiesGeorg Brandl2008-01-201-8/+44
* | #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-201-4/+8
* | Issue1177Kurt B. Kaiser2008-01-021-2/+2
* | #1177: accept 2xx responses for https too, not only http.Georg Brandl2007-09-241-1/+3
* | issue1177: Ported Facundo's from urllib2 to urllib, accepting 2xx responses.Sean Reifscheider2007-09-191-1/+3
* | This contains a number of things:Bill Janssen2007-08-291-1/+10
* | Added an optional timeout parameter to urllib.ftpwrapper, with testsFacundo Batista2007-05-241-2/+3
* | Remove the gopherlib module. It has been raising a DeprecationWarning sinceBrett Cannon2007-05-161-27/+1
* | Try to get test_urllib to pass on Windows by closing the file.Neal Norwitz2007-03-201-2/+4
* | 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
* | Use new email module names (#1637162, #1637159, #1637157).Georg Brandl2007-01-221-2/+2
* | [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
|/
* Bug #1459963: properly capitalize HTTP header names.Georg Brandl2006-07-261-6/+6
* Patch #1470976: don't NLST files when retrieving over FTP.Georg Brandl2006-04-301-7/+0
* Fix a couple of strings that were no-ops. urllib.open_file was a docstringNeal Norwitz2006-04-091-1/+1
* Revert r43399.Georg Brandl2006-03-281-6/+6
* Bug #1459963: urllib2 now normalizes HTTP header names correctlyGeorg Brandl2006-03-281-6/+6
* Bug #1457264: parse http://host?query correctly in urllibGeorg Brandl2006-03-261-1/+1
* Patch #1426648: urllib proxy_bypass brokenGeorg Brandl2006-02-181-3/+10
* Whitespace normalization.Tim Peters2006-01-241-4/+4