summaryrefslogtreecommitdiffstats
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* Add content-type header to ftp URLs (SF patch #454553)Jeremy Hylton2001-08-271-8/+2
* SF patch #454553 by Walter Dörwald: auto-guess content-type header forGuido van Rossum2001-08-231-5/+7
* Only catch the errors that can actually occur, as reported in bug #411881.Martin v. Löwis2001-08-111-2/+2
* Whitespace normalization.Tim Peters2001-08-091-3/+3
* SF patch #403640: incomplete proxy handling in URLLIBTim Peters2001-08-091-0/+62
* SF Patch #420725 by Walter Doerwald:Guido van Rossum2001-08-091-4/+17
* Only write out one blank line before the request data.Fred Drake2001-07-041-2/+2
* Fix SF bug [ #416231 ] urllib.basejoin fails to apply some ../.Guido van Rossum2001-04-151-0/+2
* fixing 408085 - redirect from https becomes httpMoshe Zadka2001-04-091-1/+1
* updated __all__ to include several other namesSkip Montanaro2001-03-131-1/+5
* Grr, splittag was also missing from __all__.Jack Jansen2001-03-051-1/+1
* Added url2pathname and pathname2url to __all__.Jack Jansen2001-03-051-1/+1
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-0/+2
* final round of __all__ lists (I hope) - skipped urllib2 because Moshe may beSkip Montanaro2001-03-011-0/+4
* Whitespace normalization.Tim Peters2001-02-281-3/+3
* Fixing bug #227562 by calling URLopener.http_error_default whenMoshe Zadka2001-02-271-12/+18
* provide simple recovery/escape from apparent redirect recursion. If theSkip Montanaro2001-02-151-1/+17
* Whitespace normalization.Tim Peters2001-02-091-1/+1
* allow first param urlencode to be a sequence of two-element tuples - in thisSkip Montanaro2001-01-281-5/+30
* modify urlencode so sequences in the dict are treated as multivaluedSkip Montanaro2001-01-201-6/+36
* Anonymous SF bug 129288: "The python 2.0 urllib has %%%x as a formatGuido van Rossum2001-01-191-2/+2
* - Make sure to quote the username and password (SF patch #103236 byGuido van Rossum2001-01-151-3/+3
* Whitespace normalization. Top level of Lib now fixed-point for reindent.py!Tim Peters2001-01-151-13/+13
* Fixed bug which caused HTTPS not to work at all with string URLsMoshe Zadka2001-01-081-1/+1
* Get rid of string functions, except maketrans() (which is *not*Guido van Rossum2000-12-151-42/+45
* Convert Unicode strings to byte strings before passing them into specificMartin v. Löwis2000-12-031-14/+25
* Provide a clearer error message when urlopen fails because of anJeremy Hylton2000-10-021-5/+13
* - Improved handling of win32 proxy settings (addresses bug #114256).Fredrik Lundh2000-09-241-22/+27
* Remove "," from the list of always_safe characters. It is a reservedJeremy Hylton2000-09-141-8/+44
* fixes bug #111951Jeremy Hylton2000-08-311-2/+3
* Pass data on to retrieve method.Sjoerd Mullender2000-08-251-1/+1
* Promote the server version from a local variable to a class variable,Guido van Rossum2000-08-241-3/+4
* Randall Hopper <aa8vb@yahoo.com>>:Fred Drake2000-08-241-3/+3
* * added doc strings to urlopen and unquote_plusSkip Montanaro2000-08-221-1/+3
* Patch from Paul Schreiber <paul@commerceflow.com>:Fred Drake2000-08-211-6/+19
* Patch #100873 - Use registry to find proxies for urllib on Win32Mark Hammond2000-07-261-13/+61
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Fix bug #314, reported by Craig Allen <cba@mediaone.net>:Fred Drake2000-07-011-1/+1
* Comment out an apparent debug printAndrew M. Kuchling2000-06-101-1/+1
* Fix a problem reported by Oleg Broytmann, who complains that veryGuido van Rossum2000-05-241-1/+1
* Fix to previous patch: send the request data when it's providedAndrew M. Kuchling2000-04-241-0/+2
* Fixed bug reported by JP Calderone: https:// URL's didn't work.Andrew M. Kuchling2000-04-231-2/+8
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-79/+108
* Sjoerd Mullender writes:Guido van Rossum2000-02-011-5/+14
* OpenSSL support. This is based on patches for a version of SSLeay byGuido van Rossum1999-12-071-5/+57
* Patches by Michael Reilly to correctly deal with ftp URLs of the formGuido van Rossum1999-08-181-0/+1
* Sjoerd Mullender:Guido van Rossum1999-07-011-1/+1
* Sjoerd Mullender writes:Guido van Rossum1999-06-241-2/+8
* Updated lagging version#. Also added some comments about how quote()Guido van Rossum1999-06-091-1/+3
* Hack so that if a 302 or 301 redirect contains a relative URL, theGuido van Rossum1999-03-291-0/+2