This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-22 11:36:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
11d752e374
cpython
/
Lib
/
urllib
History
Download ZIP
Download TAR.GZ
Giampaolo Rodola'
b0cc91290c
Fix issue
#16270
: urllib may hang when used for retrieving files via FTP by using a context manager.
2012-10-19 13:34:32 +02: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
Fix issue
#16270
: urllib may hang when used for retrieving files via FTP by using a context manager.
2012-10-19 13:34:32 +02: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