Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -494/+0 |
| | |||||
* | Remove the gopherlib module. It has been raising a DeprecationWarning since | Brett Cannon | 2007-05-16 | 1 | -8/+5 |
| | | | | | | | Python 2.5. Also remove gopher support from urllib/urllib2. As both imported gopherlib the usage of the support would have raised a DeprecationWarning. | ||||
* | [Bug #793553] Correct description of keyword arguments for SSL authentication | Andrew M. Kuchling | 2006-07-30 | 1 | -4/+4 |
| | |||||
* | Bug #947571: By default, urllib.urlopen() does not raise IOErrors | Georg Brandl | 2006-02-20 | 1 | -1/+8 |
| | | | | on server error codes. Make this clear. | ||||
* | Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld | Georg Brandl | 2005-08-24 | 1 | -1/+29 |
| | |||||
* | [Bug #1194249] Fix duplicate assignment in example code | Andrew M. Kuchling | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | hmmm... moving def'n of version makes the __init__ unnecessary for the | Skip Montanaro | 2005-03-09 | 1 | -2/+0 |
| | | | | example | ||||
* | Correct description/example of how to override User-agent. | Skip Montanaro | 2005-03-09 | 1 | -4/+4 |
| | |||||
* | Wordsmithing | Andrew M. Kuchling | 2004-07-13 | 1 | -15/+15 |
| | |||||
* | Add another point in the "Restrictions" section about how the handling of FTP | Brett Cannon | 2004-07-13 | 1 | -0/+17 |
| | | | | | | | URLs will seemingly succeed to read a URL that points to a file whose permissions you do not have to read. Backport candidate once everyone agrees with the wording. | ||||
* | Note that reading from a socket may not always return all of the | Fred Drake | 2004-03-25 | 1 | -0/+4 |
| | | | | | remaining content of a stream when expected to do so. Closes SF bug #725265. Should be backported to Python 2.3.x. | ||||
* | remove extra word occurance; reported to webmaster | Fred Drake | 2003-08-27 | 1 | -1/+1 |
| | |||||
* | Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. | Martin v. Löwis | 2003-07-12 | 1 | -6/+6 |
| | |||||
* | Add comment that urlopen opens local files without universal newlines | Brett Cannon | 2003-04-29 | 1 | -8/+8 |
| | |||||
* | Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). | Fred Drake | 2003-04-24 | 1 | -0/+3 |
| | | | | Closes SF bug #724751. | ||||
* | SF Patch 549151: urllib2 POSTs on redirect | Raymond Hettinger | 2003-04-24 | 1 | -6/+12 |
| | | | | (contributed by John J Lee) | ||||
* | Fixed docs for urlretrieve() to match code in the case of opening a local file. | Brett Cannon | 2003-04-24 | 1 | -13/+13 |
| | | | | Also some typos and removed trailing whitespace on the lines. | ||||
* | SF 698520: Iterator for urllib.URLOpener | Raymond Hettinger | 2003-03-09 | 1 | -1/+2 |
| | | | | Contributed by Brett Cannon. | ||||
* | Moved description of _urlopener adjacent to the related functions. | Fred Drake | 2002-10-22 | 1 | -18/+35 |
| | | | | | | | Added missing import to example code. Added documentation for pathname2url(), url2pathname(). Closes SF bug #623196. | ||||
* | Add a version annotation regarding the urlopen(proxies={...}). | Fred Drake | 2002-04-04 | 1 | -0/+2 |
| | |||||
* | The rest of the documentation for manual proxy configuration for a basic | Fred Drake | 2002-04-04 | 1 | -3/+20 |
| | | | | | urlopen(). This is part of SF patch #523415. | ||||
* | Documentation for manual proxy configuration, by Andy Gimblett. | Fred Drake | 2002-04-04 | 1 | -0/+35 |
| | | | | This closes SF patch #523415. | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | SF patch #454553 by Walter Dörwald: auto-guess content-type header for | Guido van Rossum | 2001-08-23 | 1 | -1/+2 |
| | | | | ftp urls. | ||||
* | Apply the new \mailheader macro where appropriate, and fix a few small | Fred Drake | 2001-08-03 | 1 | -9/+10 |
| | | | | markup inconsistencies. | ||||
* | Convert the use of apply(f, args) to the new spelling: f(*args). | Fred Drake | 2001-07-23 | 1 | -1/+1 |
| | | | | This is part of SF patch #443788. | ||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -3/+3 |
| | |||||
* | Added warning that FancyURLopener prompts the user on the terminal when | Fred Drake | 2001-04-12 | 1 | -0/+21 |
| | | | | | | | | basic authentication is needed. Added documentation for FancyURLopener.prompt_user_passwd(), explaining that subclasses should provide more appropriate behavior for the hosting environment. | ||||
* | mention the use of the maxtries attribute of FancyURLopener in bounding | Skip Montanaro | 2001-02-15 | 1 | -1/+3 |
| | | | | redirection recursion. | ||||
* | updated to document use of sequences of two-element tuples as inputs | Skip Montanaro | 2001-01-28 | 1 | -2/+7 |
| | |||||
* | documented (new) optional doseq parameter to urlencode. | Skip Montanaro | 2001-01-24 | 1 | -2/+4 |
| | |||||
* | urlretrieve() description included explanation of "data" parameter, but | Fred Drake | 2000-12-15 | 1 | -4/+5 |
| | | | | | | did not include it in the signature. Fixed some markup nits. | ||||
* | Remove duplicated text from urlopen() description, noted by Ka-Ping | Fred Drake | 2000-10-10 | 1 | -16/+0 |
| | | | | Yee <ping@lfw.org> and probably others as well. | ||||
* | Add item to the list of limitations that points out the lack of support | Fred Drake | 2000-09-15 | 1 | -1/+5 |
| | | | | | | | | | for authenticated proxies. This is noted elsewhere, but this makes it easier to find. Fix typo where it was already mentioned. This closes SourceForge bug #110619. | ||||
* | Document the limitation that urllib does not work with proxies which | Fred Drake | 2000-08-31 | 1 | -5/+9 |
| | | | | | | | require authenication. This is an implementation limitation rather than required behavior, and may be fixed in the future. This closes SourceForge bug #111725. | ||||
* | Revised documentation relevant to SourceForge patch #100837 | Fred Drake | 2000-08-25 | 1 | -12/+23 |
| | | | | | | (simplify making HTTP POST requests). Added documentation of URLopener.version and how it can be overridden. | ||||
* | Addresses the other half of Bug #112634 -- the documentation suggested | Guido van Rossum | 2000-08-24 | 1 | -1/+1 |
| | | | | | | | that you can set self.version *after* calling the base class __init__. In fact it must be done *before*. (Fred, maybe the version class variable should be documented now?) | ||||
* | Moshe Zadka <moshez@math.huji.ac.il>: | Fred Drake | 2000-08-24 | 1 | -0/+12 |
| | | | | | | | Documentation updates for urlretrieve() and URLopener.retrieve(), to reflect Randall Hopper's patch for those functions. This closes SourceForge patch #100837. | ||||
* | Finally fixed the much-reported bug about "~" in a couple of example. | Fred Drake | 2000-07-28 | 1 | -2/+2 |
| | | | | This time, it was reported by Skip. | ||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -1/+1 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | Fixed typo noted by Guido Kollerie <gkoller@cs.vu.nl> in example code. | Fred Drake | 2000-05-30 | 1 | -1/+1 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+140 |
| | | | | (Very rough.) | ||||
* | Incorporated updates to describe geturl() by Sjoerd Mullender | Fred Drake | 1999-02-22 | 1 | -15/+20 |
| | | | | <Sjoerd.Mullender@cwi.nl>. | ||||
* | Remove extra } at end of method description parameters. | Fred Drake | 1998-10-01 | 1 | -6/+7 |
| | |||||
* | Document new urllib features by Eric Raymond. | Guido van Rossum | 1998-09-28 | 1 | -5/+22 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | # Oops, correct Latex errors. | Guido van Rossum | 1998-07-22 | 1 | -2/+2 |
| | |||||
* | Document how to make a POST request with urlopen(). | Guido van Rossum | 1998-07-22 | 1 | -6/+25 |
| | | | | | | | Change the argument name for quote() and quote_plus() to safe (which matches the implementation). Add doc for the *new* function urlencode(). | ||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| |