summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #902 from haikuginger/remove-absolute-import2016-api-revampCory Benfield2016-06-201-1/+1
|\
| * Removing absolute import in NTLMPoolJesse Shapiro2016-06-201-1/+1
|/
* Merge pull request #901 from Lukasa/remove-absolute-importAndrey Petrov2016-06-201-1/+1
|\
| * Remove absolute import.Cory Benfield2016-06-201-1/+1
|/
* Merge pull request #891 from haikuginger/remove-symlinksCory Benfield2016-06-133-3/+67
|\
| * Removing symlinks from dummyserver certs to fix test suite on WindowsJesse Shapiro2016-06-133-3/+67
|/
* Fix release scriptAndrey Petrov2016-06-111-1/+1
* CHANGES: Cut v1.16Andrey Petrov2016-06-111-3/+7
* Merge pull request #882 from adamchainz/readthedocs.ioCory Benfield2016-05-298-12/+12
|\
| * Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-298-12/+12
|/
* Merge pull request #879 from jmoldow/custom_http_responseAndrey Petrov2016-05-254-5/+29
|\
| * Merge branch 'master' into custom_http_responseJordan Moldow2016-05-251-4/+1
| |\ | |/ |/|
* | CHANGES: Merge #651 and #866Andrey Petrov2016-05-251-4/+1
| * Add ResponseCls class attr to HTTPConnectionPoolJordan Moldow2016-05-254-5/+29
|/
* CHANGES for #866Andrey Petrov2016-05-251-0/+2
* Merge pull request #866 from jmoldow/issue_651Andrey Petrov2016-05-256-3/+140
|\
| * Remove dummyserver test for issue #651Jordan Moldow2016-05-252-57/+1
| * Merge branch 'master' into issue_651Jordan Moldow2016-05-243-3/+7
| |\ | |/ |/|
* | Merge pull request #877 from Lukasa/release-notes-874Andrey Petrov2016-05-241-2/+5
|\ \
| * \ Merge branch 'master' into release-notes-874Andrey Petrov2016-05-241-0/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #875 from Lukasa/pkginfo-fixIan Cordasco2016-05-241-0/+1
|\ \ \
| * | | Exclude pkginfo 1.3.0 from installation.Cory Benfield2016-05-241-0/+1
|/ / /
| * | Changelog for #874 and #873.Cory Benfield2016-05-241-2/+5
|/ /
* | Merge pull request #874 from tharvik/fix_connectionpoolCory Benfield2016-05-241-1/+1
|\ \
| * | fix connectionpool.ConnectionPool.close()tharvik2016-05-241-1/+1
|/ /
| * Improve and simplify release_conn=False testsJordan Moldow2016-05-243-60/+40
| * Test that retries return the connection to the pool.Cory Benfield2016-05-231-0/+60
| * Respect `release_conn=False` after retryJordan Moldow2016-05-177-3/+156
|/
* CHANGES for #864Andrey Petrov2016-05-171-0/+2
* Merge pull request #864 from haikuginger/add-socks-extraAndrey Petrov2016-05-171-1/+4
|\
| * Adding socks extra to setup.cfgJesse Shapiro2016-05-171-1/+4
* | CHANGES for #861Andrey Petrov2016-05-121-0/+3
* | Merge pull request #861 from bluetech/hide-type-errorAndrey Petrov2016-05-121-2/+7
|\ \
| * | Hide a confusing "getresponse() got an unexpected keyword argument 'buffering...Ran Benita2016-05-121-2/+7
|/ /
* | Merge pull request #853 from rbcarson/retry-doc-improvementsAndrey Petrov2016-05-022-2/+21
|\ \
| * | Add test for string status code and method_whitelist+status_forcelist interac...Carson Lam2016-05-021-0/+15
| * | Clarify doc around Retry.method_whitelist and Retry.status_forcelist.Carson Lam2016-05-021-2/+6
|/ /
* | Merge pull request #851 from appeltel/retry-backoff-doc-fixAndrey Petrov2016-04-301-2/+4
|\ \
| * | Correct docstring for Retry backoff factorEric Appelt2016-04-301-2/+4
|/ /
* | CHANGES for #830Andrey Petrov2016-04-211-1/+7
* | Key connection pools off custom keysAndrey Petrov2016-04-214-6/+364
|\ \ | |/ |/|
| * Add ``source_address`` to the HTTP and HTTPS pool keysJeremy Cline2016-04-193-12/+15
| * Update ``key_fn_by_scheme`` functions to use functools.partialJeremy Cline2016-04-183-12/+12
| * Rename pool_key_funcs_by_scheme to key_fn_by_schemeJeremy Cline2016-04-173-16/+16
| * Pool keys are now case-insensitive for `scheme` and `host`Jeremy Cline2016-04-153-21/+135
| * Add documentation for pool keys by schemeJeremy Cline2016-04-041-0/+41
| * Add a test to ensure http pools ignore https pool kwargsJeremy Cline2016-04-042-0/+14
| * Add additional tests for the pool keys.Jeremy Cline2016-04-041-18/+100
| * Switch back to connection_from_host in urlopenJeremy Cline2016-04-041-5/+1
| * Create connection pool keys by schemeJeremy Cline2016-04-042-15/+65