This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
526417fc59
cpython
/
Lib
/
urllib
History
Senthil Kumaran
40d8078f41
Issue
#16301
: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (
#16300
) happy
2012-10-22 09:43:04 -07:00
..
__init__.py
…
error.py
Merged fix for
#13211
from 3.2
2011-12-03 09:39:58 -05:00
parse.py
Closes
#9374
: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.
2012-08-24 18:15:29 +02:00
request.py
Issue
#16301
: Fix the localhost verification in urllib/request.py for file://. Modify tests to use localhost for local temp files, which could make Windows Buildbot (
#16300
) happy
2012-10-22 09:43:04 -07:00
response.py
port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199
2012-03-15 13:28:27 -07:00
robotparser.py
…