| Commit message (Expand) | Author | Age | Files | Lines |
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -79/+108 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 2000-02-01 | 1 | -5/+14 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 1 | -5/+57 |
|
|
* | Patches by Michael Reilly to correctly deal with ftp URLs of the form | Guido van Rossum | 1999-08-18 | 1 | -0/+1 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1999-07-01 | 1 | -1/+1 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-06-24 | 1 | -2/+8 |
|
|
* | Updated lagging version#. Also added some comments about how quote() | Guido van Rossum | 1999-06-09 | 1 | -1/+3 |
|
|
* | Hack so that if a 302 or 301 redirect contains a relative URL, the | Guido van Rossum | 1999-03-29 | 1 | -0/+2 |
|
|
* | Yet another patch by Sjoerd Mullender: | Guido van Rossum | 1999-03-15 | 1 | -2/+2 |
|
|
* | From: Sjoerd Mullender | Guido van Rossum | 1999-03-12 | 1 | -9/+2 |
|
|
* | open_http also had the 'data is None' test backwards. don't call with the | Guido van Rossum | 1999-03-09 | 1 | -3/+2 |
|
|
* | http_error had the 'data is None' test backwards. don't call with the | Jeremy Hylton | 1999-02-25 | 1 | -4/+3 |
|
|
* | change indentation from 8 spaces to 4 spaces | Jeremy Hylton | 1999-02-25 | 1 | -878/+859 |
|
|
* | pleasing the tabnanny | Jeremy Hylton | 1999-02-25 | 1 | -11/+11 |
|
|
* | When performing a POST request, i.e. when the second argument to | Jeremy Hylton | 1999-02-24 | 1 | -11/+27 |
|
|
* | As Des Barry points out, we need to call pathname2url(file) in two | Guido van Rossum | 1999-02-22 | 1 | -2/+2 |
|
|
* | In open_ftp(), check that retrlen is not None before using it in a %d format! | Guido van Rossum | 1999-02-16 | 1 | -1/+1 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1998-12-18 | 1 | -6/+16 |
|
|
* | Changes by Eric Raymond: | Guido van Rossum | 1998-09-28 | 1 | -14/+32 |
|
|
* | On the Mac, use Internet Config to find the proxies (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -15/+49 |
|
|
* | Speed up the implementation of quote(). | Guido van Rossum | 1998-07-22 | 1 | -8/+17 |
|
|
* | Oops! Of course, Tim is right -- when the item is not a hex number, | Guido van Rossum | 1998-06-29 | 1 | -2/+2 |
|
|
* | Speed-up unquote(), inspired by post from Daniel Walton. | Guido van Rossum | 1998-06-28 | 1 | -18/+16 |
|
|
* | Rewrite the (test) main program so that when used as a script, it can | Guido van Rossum | 1998-06-25 | 1 | -5/+29 |
|
|
* | Use the getpass module instead of having platform-specific echo on/off | Guido van Rossum | 1998-06-12 | 1 | -18/+5 |
|
|
* | Patches to make the proxy code work again. (Why does that always break | Guido van Rossum | 1998-05-05 | 1 | -2/+3 |
|
|
* | Feeble attempt at making urlopen more robust -- don't call splituser() | Guido van Rossum | 1998-04-27 | 1 | -2/+6 |
|
|
* | Oops -- remove some debug print statements! | Guido van Rossum | 1998-04-11 | 1 | -4/+0 |
|
|
* | Oops, pulled over by the tab police :-) | Guido van Rossum | 1998-04-03 | 1 | -9/+9 |
|
|
* | Change by Sjoerd (with minor reformatting): | Guido van Rossum | 1998-04-03 | 1 | -4/+18 |
|
|
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-30 | 1 | -8/+8 |
|
|
* | A few lines were indented using spaces instead of tabs -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -64/+65 |
|
|
* | Added support for "data" URL, by Sjoerd Mullender. | Guido van Rossum | 1998-03-12 | 1 | -0/+40 |
|
|
* | Fix a horrible race condition -- various routines were storing the | Guido van Rossum | 1998-02-13 | 1 | -9/+7 |
|
|
* | Two suggested features by Sjoerd: | Guido van Rossum | 1998-02-05 | 1 | -6/+7 |
|
|
* | (1) Use matchobj.groups(), not matchbj.group() to get all groups. | Guido van Rossum | 1998-02-05 | 1 | -4/+8 |
|
|
* | Fix bad new bug in ftp code -- the test for existing file using NLST | Guido van Rossum | 1998-01-19 | 1 | -0/+4 |
|
|
* | Solve two annoying problems with ftp URLs for Jack: when repeated | Guido van Rossum | 1997-12-28 | 1 | -0/+14 |
|
|
* | When a port is specified in an ftp:// URL, must convert it to a number! | Guido van Rossum | 1997-12-02 | 1 | -0/+2 |
|
|
* | Assert that the proxies object passed in to the URLopener constructor | Guido van Rossum | 1997-11-18 | 1 | -0/+1 |
|
|
* | This should hopefully finally clean up the remaining __del__ related | Guido van Rossum | 1997-10-27 | 1 | -9/+11 |
|
|
* | splitpasswd(): The parameter is named "user", not "host". | Fred Drake | 1997-10-14 | 1 | -1/+1 |
|
|
* | Use sys.exc_info() where needed. | Guido van Rossum | 1997-09-29 | 1 | -44/+106 |
|
|
* | Initialize self.__tempfiles to [] in the constructor (else it remains | Guido van Rossum | 1997-09-08 | 1 | -0/+1 |
|
|
* | One patch from Sjoerd and one from Jack. | Guido van Rossum | 1997-09-03 | 1 | -7/+14 |
|
|
* | Explicitly close the socket and temp file in URLopener.retrieve(), so | Guido van Rossum | 1997-08-26 | 1 | -0/+2 |
|
|
* | Interpret three slashes in file: URL as local file (for Netscape on | Guido van Rossum | 1997-08-20 | 1 | -4/+4 |
|
|
* | Clear the ftp cache when it contains more than 10 entries. | Guido van Rossum | 1997-06-06 | 1 | -2/+21 |
|
|
* | Catch *all* errors that ftplib can raise (ftplib.all_errors) rather | Guido van Rossum | 1997-06-06 | 1 | -8/+10 |
|
|
* | Add Host: header to URL request. | Guido van Rossum | 1997-06-03 | 1 | -1/+5 |
|
|