Top "Urllib3" questions

`urllib3` is a 3rd-party Python HTTP library with thread-safe connection pooling, file post, and more.

urllib3 connectionpool - Connection pool is full, discarding connection

Does seeing the urllib3.connectionpool WARNING - Connection pool is full, discarding connection mean that I am effectively loosing data (…

python connection pool urllib3
How to handle proxies in urllib3

I am having trouble finding solid examples of how to build a simple script in urllib3 which opens a url (…

python proxy urllib3
urllib3 maxretryError

I have just started using urllib3, and I am running into a problem straightaway. According to their manuals, I started …

python urllib2 urllib urllib3
Python urllib3 and how to handle cookie support?

So I'm looking into urllib3 because it has connection pooling and is thread safe (so performance is better, especially for …

python urllib3
Cannot import requests.packages.urllib3.util 'Retry'

I am using Python 2.7 64 bit on Windows 8. I have Requests version 2.3 installed. I am trying to run this import statement …

python python-requests urllib3
Python 3 urllib Vs requests performance

I'm using python 3.5 and I'm checking the performance of urllib module Vs requests module. I wrote two clients in python …

python performance python-requests urllib2 urllib3
What does the Python InsecureRequestWarning really mean?

I'm getting the warning: /.../local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. …

python ssl-certificate urllib3
urllib3 - Failed to establish a new connection: [Errno 111]

I am working in the code modifications on my local setup of openstack Designate. Actually it was working fine before. …

python python-requests openstack urllib3
Passing web data into Beautiful Soup - Empty list

I've rechecked my code and looked at comparable operations on opening a URL to pass web data into Beautiful Soup, …

python web-scraping beautifulsoup urllib3 web-content
Using the Requests python library in Google App Engine

I'm trying to use the awesome Requests library on Google App Engine. I found a patch for urllib3, which requests …

google-app-engine python-requests urllib3