summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fiddling with things because pypy is unhappy.retriesAndrey Petrov2014-07-012-2/+1
* : :: -> ::Andrey Petrov2014-07-019-15/+15
* More docs, moved _observed_errors param.Andrey Petrov2014-07-016-43/+78
* Docs formatting.Andrey Petrov2014-07-011-1/+1
* CHANGES issues.Andrey Petrov2014-07-011-1/+1
* CHANGES issues.Andrey Petrov2014-07-012-4/+4
* Docs.Andrey Petrov2014-07-012-18/+27
* Removed count, fixed py3 tests.Andrey Petrov2014-07-014-36/+16
* Merge branch 'master' into retriesAndrey Petrov2014-07-011-181/+21
|\
| * Merge pull request #375 from t-8ch/pyopenssl_refactorAndrey Petrov2014-06-271-181/+21
| |\
| | * [contrib] suppress_ragged_eofs in pyopensslThomas Weißschuh2014-04-181-1/+7
| | * [contrib] remove custom fileobjectThomas Weißschuh2014-04-181-180/+14
* | | Renamed ConnectionError -> ProtocolError, simplified Retry logic, added tests.Andrey Petrov2014-07-018-56/+83
* | | Merge pull request #421 from shazow/retries-v2Andrey Petrov2014-06-3013-417/+528
|\ \ \
| * | | Tweakage.Andrey Petrov2014-06-305-26/+28
| * | | Properly wrap TimeoutError with MaxRetryError.Andrey Petrov2014-06-305-26/+51
| * | | Coverage full,.Andrey Petrov2014-06-302-30/+19
| * | | s/Retry.is_retryable/Retry.is_forced_retry/Andrey Petrov2014-06-303-15/+8
| * | | Tests pass, need to fix coverage.Andrey Petrov2014-06-302-4/+10
| * | | Progress: Unifying legacy conversion.Andrey Petrov2014-06-303-13/+22
| * | | Huge refactoring, discovered some critical flaws.Andrey Petrov2014-06-279-132/+198
| * | | Retry.countAndrey Petrov2014-06-263-5/+10
| * | | Omgomg found another place where I borked a rebase, PAH.Andrey Petrov2014-06-261-34/+18
| * | | Retry.redirects -> Retry.redirectAndrey Petrov2014-06-264-33/+26
| * | | Docs.Andrey Petrov2014-06-261-1/+1
| * | | Py3.Andrey Petrov2014-06-262-1/+3
| * | | Tests pass.Andrey Petrov2014-06-262-7/+6
| * | | Tests pass, still need more coverage.Andrey Petrov2014-06-263-15/+30
| * | | More cleanup, though status_forcelist tests are still borken?Andrey Petrov2014-06-264-103/+122
| * | | Fixed infinite loop tests, still more to fix.Andrey Petrov2014-06-262-3/+3
| * | | Messing with defaults some more.Andrey Petrov2014-06-262-9/+20
| * | | More cleanup and rephrasing. Tests still fail.Andrey Petrov2014-06-263-115/+116
| * | | Progress: Playing around with retries redesign, tests failing though.Andrey Petrov2014-06-263-68/+60
|/ / /
* | | More rebase-related fixes. I hate rebasing.Andrey Petrov2014-06-252-2/+2
* | | Tweaks.Andrey Petrov2014-06-252-16/+11
* | | Oops missing copypasta module.Andrey Petrov2014-06-251-0/+100
* | | Move copypasta to its own module, and bump up @timed limits for pypy.Andrey Petrov2014-06-252-109/+8
* | | More rebase fixen.Andrey Petrov2014-06-254-21/+28
* | | Fixing rebase-related bugs.Andrey Petrov2014-06-258-13/+10
* | | fix issues from looking at diffKevin Burke2014-06-252-3/+2
* | | Rephrasing comments.Andrey Petrov2014-06-251-5/+7
* | | Implement retry logicKevin Burke2014-06-2521-111/+835
|/ /
* | Merge pull request #419 from shazow/ssl-timeoutAndrey Petrov2014-06-255-15/+70
|\ \
| * | Bump up the timeout limit for pypyAndrey Petrov2014-06-251-1/+1
| * | Fix for pypy.Andrey Petrov2014-06-251-1/+1
| * | CHANGES for #419Andrey Petrov2014-06-251-0/+3
| * | Fiddling with coverage.Andrey Petrov2014-06-251-1/+1
| * | Fiddling with coverage.Andrey Petrov2014-06-252-4/+5
| * | Handle SSL read timeouts as ReadTimeoutError.Andrey Petrov2014-06-253-11/+62
|/ /
* | Test tweaking.Andrey Petrov2014-06-251-1/+2