summaryrefslogtreecommitdiffstats
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Use input() now that it is available.Guido van Rossum2007-03-191-4/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-22/+22
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-6/+6
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-4/+4
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-6/+6
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-7/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-3/+4
* Patch #1426648: urllib proxy_bypass brokenGeorg Brandl2006-02-181-3/+10
* Whitespace normalization.Tim Peters2006-01-241-4/+4
* Patch #1349118: urllib2 now supports user:pass@ style proxyMartin v. Löwis2006-01-241-6/+93
* Bug #649974: make docstrings for url2pathname consistentGeorg Brandl2005-12-261-0/+5
* bug #1365984: urllib and data: URLs. Problem was that cStringIO objects canno...Georg Brandl2005-11-261-2/+5
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-151-0/+2
* Corrected version of 1.170Raymond Hettinger2005-09-101-6/+3
* Revert 1.170. Add tests.Raymond Hettinger2005-09-101-3/+6
* Simplify and speed-up unquote().Raymond Hettinger2005-09-101-15/+10
* Simplify and speed-up quote_plus().Raymond Hettinger2005-09-101-6/+3
* SF #1285086: urllib.quote is too slowRaymond Hettinger2005-09-091-24/+12
* patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-8/+6
* Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnldGeorg Brandl2005-08-241-1/+15
* Use cStringIO where available.Raymond Hettinger2004-12-311-8/+23
* Added a usegmt flag to email.Utils.formatdate - this allows it to beAnthony Baxter2004-10-111-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Fix for #779167: use InternetConfig proxy settings on MacOSX (in additionJack Jansen2004-07-161-2/+5
* Replace sequential split/join calls on strings with a single replace call.Brett Cannon2004-03-231-6/+2
* Replace code in urllib for basejoin (undocumented) with urlparse.urljoin .Brett Cannon2004-03-231-59/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-5/+5
* [Bug #776542] open_https() generates a bad Authorization header because it ca...Andrew M. Kuchling2003-08-291-1/+1
* More fixes according to SF 549151:Guido van Rossum2003-05-161-4/+8
* SF Patch 549151: urllib2 POSTs on redirectRaymond Hettinger2003-04-241-0/+4
* Fix docstring for URLOpener.retrieve() in regards to opening a local fileBrett Cannon2003-04-241-1/+1
* SF 698520: Iterator for urllib.URLOpenerRaymond Hettinger2003-03-091-0/+4
* Get rid of many apply() calls.Guido van Rossum2003-02-271-4/+4
* Use fdopen() to create file from fd.Jeremy Hylton2002-10-111-1/+1
* When testing for localhost/ first map to lower case. Spotted by Skip.Jack Jansen2002-09-121-1/+1
* Treat file://localhost/ as local too (same as file:/ and file:///).Jack Jansen2002-09-121-1/+1
* Modify splituser() method to allow an @ in the userinfo field.Raymond Hettinger2002-08-181-1/+1
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+5
* Fix SF #565414, FancyURLopener() needs to support **kwargsNeal Norwitz2002-06-111-2/+2
* Remove uses of the string and types modules:Walter Dörwald2002-06-031-8/+9
* Replaced boolean tests with is None.Raymond Hettinger2002-06-021-5/+5
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-11/+11
* Don't require Unicode support.Guido van Rossum2002-05-241-2/+9
* Fix from SF bug #541980 (Jacques A. Vidrine).Guido van Rossum2002-04-151-1/+4
* Support manual proxy configuration for simple urlopen() operations.Fred Drake2002-04-041-5/+10
* Fix for a bug in the fix for SF bug 503031. This time the OP verifiedGuido van Rossum2002-04-021-2/+2