aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/urllib/error.py
Commit message (Expand)AuthorAge
* gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-...Vo Hoang Long2023-02-22
* gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)Dong-hee Na2022-12-08
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-16
* Remove superfluous comment in urllib.error. (#1076)Senthil Kumaran2017-04-10
* Issue #23887: urllib.error.HTTPError now has a proper repr() representation.Facundo Batista2015-04-22
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* Fix Issue15701 : add .headers attribute to urllib.error.HTTPErrorSenthil Kumaran2012-12-10
* Merged fix for #13211 from 3.2Jason R. Coombs2011-12-03
|\
| * Issue #13211: Add .reason attribute to HTTPError to implement parent class (U...Jason R. Coombs2011-11-07
* | issue13287 - Define __all__ for urllib.request and urllib.error and expose onlySenthil Kumaran2011-11-01
|/
* Make a new urllib package .Jeremy Hylton2008-06-18