Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #963318: Add support for client-side cookie management. | Martin v. Löwis | 2004-05-31 | 1 | -29/+132 |
| | |||||
* | fix various typos; thanks, George Yoshida! | Fred Drake | 2004-05-12 | 1 | -1/+1 |
| | | | | (closes SF patch #952047) | ||||
* | Use versionadded for new features | Neal Norwitz | 2004-02-28 | 1 | -0/+4 |
| | |||||
* | SF patch #892821: example for urllib2 has SyntaxError | Raymond Hettinger | 2004-02-08 | 1 | -2/+1 |
| | | | | (Contributed by George Yoshida.) | ||||
* | SF patch 852995: add processors feature to urllib2 | Jeremy Hylton | 2003-12-14 | 1 | -1/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | John J. Lee writes: "the patch makes it possible to implement functionality like HTTP cookie handling, Refresh handling, etc. etc. using handler objects. At the moment urllib2's handler objects aren't quite up to the job, which results in a lot of cut-n-paste and subclassing. I believe the changes are backwards-compatible, with the exception of people who've reimplemented build_opener()'s functionality -- those people would need to call opener.add_handler(HTTPErrorProcessor). The main change is allowing handlers to implement methods like: http_request(request) http_response(request, response) In addition to the usual http_open(request) http_error{_*}(...) " Note that the change isn't well documented at least in part because handlers aren't well documented at all. Need to fix this. Add a bunch of new tests. It appears that none of these tests actually use the network, so they don't need to be guarded by a resource flag. | ||||
* | Markup consistency nits. | Fred Drake | 2003-07-14 | 1 | -15/+17 |
| | |||||
* | Added missing markup. | Fred Drake | 2003-07-14 | 1 | -0/+2 |
| | |||||
* | Patch 549151, rev4: redirect posts for 301 also. Will backport to 2.2. | Martin v. Löwis | 2003-07-12 | 1 | -3/+11 |
| | |||||
* | - urllib2.py now knows how to order proxy classes, so the user doesn't | Gustavo Niemeyer | 2003-06-07 | 1 | -0/+5 |
| | | | | | | have to insert it in front of other classes, nor do dirty tricks like inserting a "dummy" HTTPHandler after a ProxyHandler when building an opener with proxy support. | ||||
* | Missing parenthesis found by texcheck.py | Raymond Hettinger | 2003-05-10 | 1 | -1/+1 |
| | |||||
* | Add modified versions of the examples from Sean Reifschneider | Fred Drake | 2003-04-25 | 1 | -0/+36 |
| | | | | (SF patch #545480). | ||||
* | SF Patch 549151: urllib2 POSTs on redirect | Raymond Hettinger | 2003-04-24 | 1 | -5/+35 |
| | | | | (contributed by John J Lee) | ||||
* | Fix a variety of typographical, grammatical, and clarity problems reported | Fred Drake | 2001-11-09 | 1 | -54/+62 |
| | | | | by Detlef Lannert. | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | Fix a markup error: do not omit a method's parameter list if it is | Fred Drake | 2001-07-05 | 1 | -1/+1 |
| | | | | empty. | ||||
* | Markup adjustments to avoid getting junk in the index. | Fred Drake | 2001-05-11 | 1 | -5/+5 |
| | |||||
* | Lots of organizational changes for consistency with the rest of the | Fred Drake | 2001-03-02 | 1 | -225/+289 |
| | | | | | | documentation. Fix a few small markup nits. | ||||
* | Checking in patch 404826 -- urllib2 enhancements and documentations. | Moshe Zadka | 2001-03-01 | 1 | -0/+501 |
(please not that the library reference does *not* include the urllib2 documnetation -- that will wiat for Fred) |