COMMITS
/ Lib/urllib/error.py October 14, 2025
S
Improve the comment in URLError (#139874)
SarahPythonista committed
February 21, 2023
V
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
Vo Hoang Long committed
December 8, 2022
D
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
Dong-hee Na committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
April 11, 2017
S
Remove superfluous comment in urllib.error. (#1076)
Senthil Kumaran committed
April 22, 2015
F
Issue #23887: urllib.error.HTTPError now has a proper repr() representation.
Facundo Batista committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 10, 2012
S
Fix Issue15701 : add .headers attribute to urllib.error.HTTPError
Senthil Kumaran committed
December 3, 2011
J
Merged fix for #13211 from 3.2
Jason R. Coombs committed
November 7, 2011
J
Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface.
Jason R. Coombs committed
November 1, 2011
S
issue13287 - Define __all__ for urllib.request and urllib.error and expose only
Senthil Kumaran committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed