| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #473 from sigmavirus24/use-create_default_context | Andrey Petrov | 2014-10-29 | 2 | -7/+35 |
| |\ | |||||
| | * | Remove poorly designed test | Ian Cordasco | 2014-10-29 | 1 | -6/+0 |
| | * | Reduce scope of exception handling in ssl_wrap_socket | Ian Cordasco | 2014-10-29 | 1 | -0/+7 |
| | * | Last bit of test coverage and hopefully a fix for some tests | Ian Cordasco | 2014-10-23 | 2 | -5/+15 |
| | * | Fix up test coverage | Ian Cordasco | 2014-10-23 | 1 | -2/+19 |
| * | | no newlines | Kevin Burke | 2014-10-27 | 1 | -1/+1 |
| * | | Add failing HTTPS handshake timeout test | Kevin Burke | 2014-10-27 | 1 | -0/+18 |
| * | | go hard or go home | Kevin Burke | 2014-10-06 | 1 | -2/+3 |
| * | | Make it a constant member on the class | Kevin Burke | 2014-10-06 | 1 | -2/+1 |
| * | | Use a constant string | Kevin Burke | 2014-10-06 | 1 | -3/+3 |
| * | | change error message' | Kevin Burke | 2014-10-04 | 1 | -1/+1 |
| * | | Add ResponseError exception class | Kevin Burke | 2014-10-02 | 1 | -2/+6 |
| * | | fix syntax error | Kevin Burke | 2014-09-30 | 1 | -2/+0 |
| * | | Add failing test with bad message | Kevin Burke | 2014-09-30 | 3 | -3/+42 |
| |/ | |||||
| * | Make str(Url) == Url.url | Aaron Meurer | 2014-09-12 | 1 | -1/+5 |
| * | Merge branch 'master' into url_unparse | Aaron Meurer | 2014-09-12 | 12 | -197/+968 |
| |\ | |||||
| | * | Disable PyOpenSSL tests by default. | Andrey Petrov | 2014-08-25 | 1 | -4/+8 |
| | * | Merge pull request #455 from kevinburke/source-address-update | Andrey Petrov | 2014-08-25 | 1 | -1/+3 |
| | |\ | |||||
| | | * | add assert to catch intermittent failure | Kevin Burke | 2014-08-25 | 1 | -1/+3 |
| | * | | Merge pull request #451 from t-8ch/pyopenssl_tests | Andrey Petrov | 2014-08-25 | 1 | -5/+7 |
| | |\ \ | | |/ | |/| | |||||
| | | * | visually clean up imports | Thomas Weißschuh | 2014-08-24 | 1 | -3/+3 |
| | | * | always test PyOpenSSL on python2 | Thomas Weißschuh | 2014-08-24 | 1 | -2/+8 |
| | | * | test everything on pyopenssl | Thomas Weißschuh | 2014-08-24 | 1 | -6/+2 |
| | * | | update warnings on wrong system time | Thomas Weißschuh | 2014-08-23 | 1 | -0/+24 |
| | |/ | |||||
| | * | allow performing *only* fingerprint verification | Thomas Weißschuh | 2014-08-20 | 1 | -0/+17 |
| | * | add explicit test of readinto to make py2.6 happy | Erik Tollerud | 2014-08-10 | 1 | -0/+18 |
| | * | Add code to (hopefully) get to 100% coverage | Erik Tollerud | 2014-08-10 | 1 | -0/+5 |
| | * | fixes based on feedback from @shazow and @sigmavirus24 | Erik Tollerud | 2014-08-10 | 1 | -1/+1 |
| | * | Add test for buffering behavior | Erik Tollerud | 2014-08-10 | 1 | -0/+8 |
| | * | added tests for is_fp_closed | James Salter | 2014-07-30 | 1 | -0/+31 |
| | * | Remove the decorators for source_address testing | Ian Cordasco | 2014-07-04 | 1 | -2/+0 |
| | * | Only pop source_address from kwargs after saving it | Ian Cordasco | 2014-07-04 | 1 | -9/+0 |
| | * | Tests pass. | Andrey Petrov | 2014-07-03 | 3 | -42/+76 |
| | * | A test! | Andrey Petrov | 2014-07-02 | 1 | -2/+15 |
| | * | Security warnings. | Andrey Petrov | 2014-07-02 | 1 | -5/+5 |
| | * | Fiddling with things because pypy is unhappy.retries | Andrey Petrov | 2014-07-01 | 1 | -1/+1 |
| | * | Removed count, fixed py3 tests. | Andrey Petrov | 2014-07-01 | 2 | -24/+13 |
| | * | Renamed ConnectionError -> ProtocolError, simplified Retry logic, added tests. | Andrey Petrov | 2014-07-01 | 3 | -8/+54 |
| | * | Tweakage. | Andrey Petrov | 2014-06-30 | 2 | -12/+9 |
| | * | Properly wrap TimeoutError with MaxRetryError. | Andrey Petrov | 2014-06-30 | 3 | -19/+44 |
| | * | s/Retry.is_retryable/Retry.is_forced_retry/ | Andrey Petrov | 2014-06-30 | 1 | -5/+5 |
| | * | Tests pass, need to fix coverage. | Andrey Petrov | 2014-06-30 | 2 | -4/+10 |
| | * | Huge refactoring, discovered some critical flaws. | Andrey Petrov | 2014-06-27 | 4 | -55/+84 |
| | * | Retry.count | Andrey Petrov | 2014-06-26 | 1 | -2/+2 |
| | * | Retry.redirects -> Retry.redirect | Andrey Petrov | 2014-06-26 | 2 | -2/+2 |
| | * | Py3. | Andrey Petrov | 2014-06-26 | 1 | -0/+2 |
| | * | Tests pass. | Andrey Petrov | 2014-06-26 | 1 | -3/+5 |
| | * | Tests pass, still need more coverage. | Andrey Petrov | 2014-06-26 | 1 | -1/+6 |
| | * | More cleanup, though status_forcelist tests are still borken? | Andrey Petrov | 2014-06-26 | 2 | -79/+94 |
| | * | Messing with defaults some more. | Andrey Petrov | 2014-06-26 | 1 | -3/+2 |
