Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur... | Senthil Kumaran | 2012-03-15 | 1 | -1/+1 |
|\ | |||||
| * | closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. | Senthil Kumaran | 2012-03-15 | 1 | -1/+1 |
* | | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 1 | -4/+8 |
|\ \ | |/ | |||||
| * | Issue #4608: urllib.request.urlopen does not return an iterable object | Raymond Hettinger | 2011-06-26 | 1 | -4/+8 |
* | | Be more thorough in blanking out methods grabbed off of an fp. | Brett Cannon | 2011-03-15 | 1 | -2/+5 |
|/ | |||||
* | Add __enter__ and __exit__ methods to addbase() so that it supports with. | Jeremy Hylton | 2009-03-26 | 1 | -0/+8 |
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 | 1 | -1/+2 |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -0/+83 |