New posts in urllib2

How can I use a SOCKS 4/5 proxy with urllib2?

How to make HTTP DELETE method using urllib2?

Python 3 urllib produces TypeError: POST data should be bytes or an iterable of bytes. It cannot be of type str

how to follow meta refreshes in Python

setting the timeout on a urllib2.request() call

Using urllib2 with SOCKS proxy

Submitting to a web form using python

urllib2 file name

Python: urllib/urllib2/httplib confusion

Download and decompress gzipped file in memory?

opening websites using urllib2 from behind corporate firewall - 11004 getaddrinfo failed

Unescape Python Strings From HTTP

urllib2.URLError: <urlopen error [Errno 11004] getaddrinfo failed>

Python's `urllib2`: Why do I get error 403 when I `urlopen` a Wikipedia page?

Python Requests: Post JSON and file in single request

Python POST binary data

How to download any(!) webpage with correct charset in python?

How can I speed up fetching pages with urllib2 in python?

Multiple (asynchronous) connections with urllib2 or other http library?

What should I do if socket.setdefaulttimeout() is not working?