summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1173 from Lukasa/rebuild-sync-connection-loopv2Cory Benfield2017-05-303-95/+645
|\
| * Add low-level tests for socket behaviourCory Benfield2017-05-081-0/+434
| * Better docstringCory Benfield2017-05-071-1/+1
| * Seems not to be needed even for Py2Cory Benfield2017-05-051-14/+2
| * Avoid excessive selector pollingCory Benfield2017-05-051-28/+38
| * The WANT* errors are instances of OSError!Cory Benfield2017-05-051-4/+4
| * Refactoring to handle EAGAIN, WANT_READ, WANT_WRITECory Benfield2017-05-031-95/+211
| * We currently don't support ST in v2Cory Benfield2017-05-031-0/+2
|/
* Merge branch 'master' into v2Cory Benfield2017-04-272-1/+8
|\
| * Merge pull request #1159 from Lukasa/changes-1154Cory Benfield2017-04-271-0/+3
| |\
| | * Changelog entry for #1154Cory Benfield2017-04-271-0/+3
| |/
| * Merge pull request #1154 from Lukasa/no-buffering-with-securetransportCory Benfield2017-04-271-1/+5
| |\
| | * Disable buffering when using SecureTransportCory Benfield2017-04-251-1/+5
| |/
* | Merge branch 'master' into v2Cory Benfield2017-04-2522-28/+2050
|\ \ | |/
| * Merge pull request #1152 from Lukasa/release-1.21Cory Benfield2017-04-251-0/+11
| |\
| | * Update CHANGES for 1.21Cory Benfield2017-04-251-0/+11
| |/
| * Merge pull request #1122 from Lukasa/secure-transportCory Benfield2017-04-2518-18/+1995
| |\
| | * Merge branch 'master' into secure-transportCory Benfield2017-04-253-2/+9
| | |\ | | |/ | |/|
| * | Merge pull request #1150 from Lukasa/appveyor36Cory Benfield2017-04-252-1/+8
| |\ \
| | * \ Merge branch 'master' into appveyor36Cory Benfield2017-04-241-1/+1
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1151 from reaperhulk/patch-1Cory Benfield2017-04-241-1/+1
| |\ \ \
| | * | | Switch to the Travis CI SVG build badge!Paul Kehrer2017-04-241-1/+1
| |/ / /
| | * | Resolve Windows + Py36 bugCory Benfield2017-04-241-1/+3
| | * | Test Python 3.6 on appveyorCory Benfield2017-04-241-0/+5
| |/ /
| | * Read short on EOFCory Benfield2017-04-251-0/+4
| | * Don't error out on short readsCory Benfield2017-04-251-4/+8
| | * Ensure we ship the securetransport submoduleCory Benfield2017-04-251-1/+1
| | * Make sure we document securetransportCory Benfield2017-04-251-0/+7
| | * Add SecureTransport to CHANGESCory Benfield2017-04-241-0/+3
| | * Merge branch 'master' into secure-transportCory Benfield2017-04-2119-186/+761
| | |\ | | |/ | |/|
| * | Merge pull request #1148 from tuukkamustonen/status-countCory Benfield2017-04-174-8/+39
| |\ \
| | * | Add 'status' counter for 'status_forcelist'Tuukka Mustonen2017-04-154-8/+39
| |/ /
| | * Typos are realCory Benfield2017-03-101-1/+1
| | * Handle PROTOCOL_TLSCory Benfield2017-03-101-0/+2
| | * Cleanup error messageCory Benfield2017-03-102-3/+7
| | * Add support for SecureTransport TLS backendCory Benfield2017-03-0616-15/+1968
* | | Merge pull request #1146 from Lukasa/move-redirect-retry-handlingCory Benfield2017-04-248-360/+336
|\ \ \
| * | | Address code review nitsCory Benfield2017-04-212-3/+3
| * | | Removed HostChangedErrorCory Benfield2017-04-214-16/+2
| * | | Remove test use of assert_same_hostCory Benfield2017-04-122-10/+3
| * | | Remove assert_same_host and redirect params.Cory Benfield2017-04-102-23/+3
| * | | sleep_for_retry was missing from PoolManagerCory Benfield2017-04-101-0/+1
| * | | Rewinding now needs cooperation from PoolManagerCory Benfield2017-04-101-0/+7
| * | | ConnectionPools should not do redirectsCory Benfield2017-04-101-25/+0
| * | | Move ConnectionPool redirect tests to PoolManager.Cory Benfield2017-04-102-276/+318
| * | | Remove tests for HTTPConnectionPool redirectsCory Benfield2017-04-101-8/+0
|/ / /
* | | Merge pull request #1145 from Lukasa/cleanup-responseCory Benfield2017-04-064-67/+114
|\ \ \
| * | | Flake8 cleanupsCory Benfield2017-04-052-2/+0
| * | | Remove debugging printsCory Benfield2017-04-051-2/+0
| * | | Yes, we do need these.Cory Benfield2017-04-051-2/+2