| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes bug #111951 | Jeremy Hylton | 2000-08-31 | 1 | -2/+3 |
|
|
* | Pass data on to retrieve method. | Sjoerd Mullender | 2000-08-25 | 1 | -1/+1 |
|
|
* | Promote the server version from a local variable to a class variable, | Guido van Rossum | 2000-08-24 | 1 | -3/+4 |
|
|
* | Randall Hopper <aa8vb@yahoo.com>>: | Fred Drake | 2000-08-24 | 1 | -3/+3 |
|
|
* | * added doc strings to urlopen and unquote_plus | Skip Montanaro | 2000-08-22 | 1 | -1/+3 |
|
|
* | Patch from Paul Schreiber <paul@commerceflow.com>: | Fred Drake | 2000-08-21 | 1 | -6/+19 |
|
|
* | Patch #100873 - Use registry to find proxies for urllib on Win32 | Mark Hammond | 2000-07-26 | 1 | -13/+61 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
|
|
* | Fix bug #314, reported by Craig Allen <cba@mediaone.net>: | Fred Drake | 2000-07-01 | 1 | -1/+1 |
|
|
* | Comment out an apparent debug print | Andrew M. Kuchling | 2000-06-10 | 1 | -1/+1 |
|
|
* | Fix a problem reported by Oleg Broytmann, who complains that very | Guido van Rossum | 2000-05-24 | 1 | -1/+1 |
|
|
* | Fix to previous patch: send the request data when it's provided | Andrew M. Kuchling | 2000-04-24 | 1 | -0/+2 |
|
|
* | Fixed bug reported by JP Calderone: https:// URL's didn't work. | Andrew M. Kuchling | 2000-04-23 | 1 | -2/+8 |
|
|
* | 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 |
|
|