summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #254 from shazow/factorout-connectionclsfactorout-connectionclsAndrey Petrov2013-10-164-156/+150
|\
| * Merge branch 'factorout-connectioncls' of github.com:shazow/urllib3 into fact...Andrey Petrov2013-10-160-0/+0
| |\
| | * New urllib3.connection module.Andrey Petrov2013-10-164-115/+122
| | * Factor out HTTP(S)Connection -> ConnectionCls, and cleanup.Andrey Petrov2013-10-042-54/+41
| * | New urllib3.connection module.Andrey Petrov2013-10-164-115/+122
| * | Factor out HTTP(S)Connection -> ConnectionCls, and cleanup.Andrey Petrov2013-10-162-54/+41
|/ /
* | Merge pull request #255 from riyadparvez/deprecated-removalAndrey Petrov2013-10-051-1/+1
|\ \
| * | removed deprecated BaseExceptionRiyad Parvez2013-10-051-1/+1
|/ /
* | rsplit ftw.Andrey Petrov2013-10-051-3/+1
|/
* Whoops.Andrey Petrov2013-10-041-3/+3
* Consistency: connection -> connAndrey Petrov2013-10-041-17/+17
* Improved url parsing.Andrey Petrov2013-10-043-6/+28
* Merge pull request #250 from t-8ch/pyopenssl_handshake_loopAndrey Petrov2013-10-011-0/+2
|\
| * pyopenssl: wait for data before handshake retryThomas Weißschuh2013-10-011-0/+2
|/
* Releasing v1.7.1Andrey Petrov2013-09-252-1/+7
* Version bump.1.7.1Andrey Petrov2013-09-252-3/+5
* Merge branch 'master' into releaseAndrey Petrov2013-09-2519-100/+1002
|\
| * Merge pull request #246 from kevinburke/eagainAndrey Petrov2013-09-152-7/+36
| |\
| | * fix if spacingKevin Burke2013-09-141-2/+2
| | * inline some exception raisesKevin Burke2013-09-131-15/+10
| | * use python 2.6-compatible set syntaxKevin Burke2013-09-131-1/+1
| | * Add linkKevin Burke2013-09-131-1/+1
| | * Catch zero read timeouts in Python 3Kevin Burke2013-09-131-4/+19
| | * Also call ReadTimeout on sockets that receive an EAGAINKevin Burke2013-09-122-0/+19
| |/
| * Factor out REDIRECT_STATUSES.Andrey Petrov2013-09-111-1/+2
| * Merge pull request #243 from oohlaf/permanent-redirectAndrey Petrov2013-09-112-2/+2
| |\
| | * Support redirect on 308Olaf Conradi2013-09-112-2/+2
| * | Code style.Andrey Petrov2013-09-111-20/+15
| * | Export Timeout to the urllib3 root namespace, and CHANGES.Andrey Petrov2013-09-112-2/+3
| * | Merge pull request #231 from kevinburke/connect_timeoutAndrey Petrov2013-09-1112-75/+763
| |\ \ | | |/ | |/|
| | * Update CONTRIBUTORSKevin Burke2013-09-111-0/+3
| | * Fixes suggested by @shazow during code reviewKevin Burke2013-09-092-24/+27
| | * remove extraneous commentsKevin Burke2013-09-091-2/+0
| | * Document the behavior of read/total timeoutsKevin Burke2013-09-051-9/+20
| | * formatting consistencyKevin Burke2013-09-051-7/+7
| | * fix another doc typoKevin Burke2013-09-051-1/+1
| | * typoKevin Burke2013-09-051-1/+1
| | * Add usage exampleKevin Burke2013-09-051-0/+8
| | * Merge master into branch.Kevin Burke2013-09-053-17/+201
| | |\ | | |/ | |/|
| * | Merge pull request #239 from shazow/238-deprecate-strictAndrey Petrov2013-09-041-7/+14
| |\ \
| | * | Ignore strict Connection param in Py3.Andrey Petrov2013-09-041-7/+14
| |/ /
| * | Updated ConnectionPool example in doc (fixed #237).Andrey Petrov2013-09-031-4/+4
| * | Merge pull request #235 from t-8ch/incorrect_proxyerrorAndrey Petrov2013-08-301-5/+2
| |\ \
| | * | don't raise ProxyError in VerifiedHTTPSConnectionThomas Weißschuh2013-08-301-5/+2
| |/ /
| * | Merge pull request #234 from tmclane/dont_close_noneAndrey Petrov2013-08-291-1/+2
| |\ \
| | * | avoid calling 'close' on a None objectTravis McLane2013-08-281-1/+2
| |/ /
| * | Merge pull request #233 from t-8ch/pyopenssl_want_read_errorAndrey Petrov2013-08-271-8/+179
| |\ \
| | * | pyopenssl: make getpeercert behave like stdlibThomas Weißschuh2013-08-271-1/+2
| | * | pyopenssl: fix WantReadError when using a timeoutThomas Weißschuh2013-08-271-7/+177
| |/ /
| | * Clean up the documentation for timeoutsKevin Burke2013-09-053-26/+69