cpython/Lib/urllib
Serhiy Storchaka f54c350160 Issue #19524: Fixed resource leak in the HTTP connection when an invalid
response is received.  Patch by Martin Panter.
2014-09-06 21:41:39 +03:00
..
__init__.py
error.py Replace IOError with OSError (#16715) 2012-12-25 16:47:37 +02:00
parse.py Issue #20879: Delay the initialization of encoding and decoding tables for 2014-03-17 22:38:41 +01:00
request.py Issue #19524: Fixed resource leak in the HTTP connection when an invalid 2014-09-06 21:41:39 +03:00
response.py urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) 2014-04-20 09:41:29 -07:00
robotparser.py Issue 21469: Mitigate risk of false positives with robotparser. 2014-05-12 21:56:33 -07:00