| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Update README.rst to better reflect new documentation. | Jon Wayne Parrott | 2016-07-29 | 2 | -1/+32 | |
| * | | Add more advanced usage docs | Jon Wayne Parrott | 2016-07-29 | 1 | -0/+77 | |
| |/ | ||||||
| * | Bow before our fruit overlords. | Cory Benfield | 2016-07-19 | 1 | -1/+1 | |
| * | Update docs guide with new dependencies | Cory Benfield | 2016-07-19 | 1 | -7/+7 | |
| * | Fixed typos | dalguji | 2016-07-17 | 1 | -2/+2 | |
| * | Fix doc syntax in user-guide.rst | Kevin Houdebert | 2016-07-07 | 1 | -1/+1 | |
| * | Adding docs/requirements.txt for readthedocs. | Jon Wayne Parrott | 2016-06-30 | 1 | -0/+4 | |
| * | Addressing review comments | Jon Wayne Parrott | 2016-06-29 | 1 | -1/+1 | |
| * | Addressing review comments | Jon Wayne Parrott | 2016-06-29 | 1 | -1/+1 | |
| * | Addressing review comments | Jon Wayne Parrott | 2016-06-29 | 2 | -19/+40 | |
| * | Addressing review comments | Jon Wayne Parrott | 2016-06-29 | 4 | -15/+15 | |
| * | Removing TODO | Jon Wayne Parrott | 2016-06-28 | 1 | -1/+1 | |
| * | Small pass at contributing | Jon Wayne Parrott | 2016-06-28 | 1 | -0/+3 | |
| * | Adding app engine docs | Jon Wayne Parrott | 2016-06-28 | 1 | -0/+29 | |
| * | Adding all reference docs | Jon Wayne Parrott | 2016-06-28 | 10 | -405/+214 | |
| * | Adding proxy section | Jon Wayne Parrott | 2016-06-28 | 1 | -3/+28 | |
| * | Moving some stuff around. | Jon Wayne Parrott | 2016-06-28 | 1 | -6/+12 | |
| * | Moving some stuff to advanced usage. | Jon Wayne Parrott | 2016-06-28 | 2 | -118/+129 | |
| * | Urllib3 -> urllib3 | Jon Wayne Parrott | 2016-06-28 | 2 | -11/+12 | |
| * | Adding logging and exceptions. | Jon Wayne Parrott | 2016-06-28 | 1 | -0/+9 | |
| * | Adding retry section | Jon Wayne Parrott | 2016-06-28 | 1 | -4/+62 | |
| * | Adding timeout section | Jon Wayne Parrott | 2016-06-28 | 1 | -0/+36 | |
| * | Clarifying a few things. | Jon Wayne Parrott | 2016-06-28 | 1 | -35/+50 | |
| * | Adding SSL verification section to user guide. | Jon Wayne Parrott | 2016-06-28 | 1 | -4/+196 | |
| * | Removing uneeded files. | Jon Wayne Parrott | 2016-06-28 | 2 | -341/+0 | |
| * | Removing unneeded scratch file. | Jon Wayne Parrott | 2016-06-28 | 1 | -268/+0 | |
| * | Updating intersphinx to python 3.4 | Jon Wayne Parrott | 2016-06-28 | 1 | -1/+2 | |
| * | Fleshing out user guide. | Jon Wayne Parrott | 2016-06-28 | 1 | -1/+118 | |
| * | Updating copy on landing page. | Jon Wayne Parrott | 2016-06-28 | 1 | -5/+12 | |
| * | Fixing some references | Jon Wayne Parrott | 2016-06-28 | 1 | -5/+5 | |
| * | Starting o the user guide. | Jon Wayne Parrott | 2016-06-28 | 2 | -172/+253 | |
| * | First stab at the new index page | Jon Wayne Parrott | 2016-06-28 | 15 | -375/+365 | |
| * | More alabaster customizations, starting on TOC | Jon Wayne Parrott | 2016-06-28 | 2 | -12/+29 | |
| * | Switching to alabaster theme | Jon Wayne Parrott | 2016-06-28 | 1 | -2/+5 | |
| * | Moving docs creation into tox | Jon Wayne Parrott | 2016-06-28 | 2 | -26/+0 | |
| * | Version added 1.17 | Cory Benfield | 2016-06-01 | 1 | -1/+1 | |
| * | Merge branch 'master' into sigmavirus24-feature/accept-context-objs | Andrey Petrov | 2016-05-31 | 2 | -1/+45 | |
| |\ | ||||||
| | * | Convert readthedocs link for their .org -> .io migration for hosted projects | Adam Chainz | 2016-05-29 | 1 | -1/+1 | |
| | * | Key connection pools off custom keys | Andrey Petrov | 2016-04-21 | 1 | -0/+44 | |
| | |\ | ||||||
| | | * | Add ``source_address`` to the HTTP and HTTPS pool keys | Jeremy Cline | 2016-04-19 | 1 | -7/+7 | |
| | | * | Update ``key_fn_by_scheme`` functions to use functools.partial | Jeremy Cline | 2016-04-18 | 1 | -1/+2 | |
| | | * | Rename pool_key_funcs_by_scheme to key_fn_by_scheme | Jeremy Cline | 2016-04-17 | 1 | -2/+2 | |
| | | * | Pool keys are now case-insensitive for `scheme` and `host` | Jeremy Cline | 2016-04-15 | 1 | -2/+4 | |
| | | * | Add documentation for pool keys by scheme | Jeremy Cline | 2016-04-04 | 1 | -0/+41 | |
| * | | | Document the SSLContext options. | Cory Benfield | 2016-04-22 | 1 | -0/+38 | |
| |/ / | ||||||
| * | | Merge branch 'patch-1' of https://github.com/alecz20/urllib3 into alecz20-pat... | Cory Benfield | 2016-04-07 | 1 | -0/+12 | |
| |\ \ | |/ |/| | ||||||
| | * | minor typo correction | alecz20 | 2015-02-24 | 1 | -1/+1 | |
| | * | simplified the example a bit | alecz20 | 2015-01-08 | 1 | -6/+3 | |
| | * | fixed NameError for filename | alecz20 | 2015-01-08 | 1 | -0/+1 | |
| | * | Example downloading files with shutil.copyfileobj | alecz20 | 2015-01-08 | 1 | -0/+14 | |
