| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update changelogfix/345/ssl-wrap-socket | Gabriel Falcão | 2020-03-10 | 1 | -11/+11 |
| * | remove unused import | Gabriel Falcão | 2020-03-10 | 1 | -1/+1 |
| * | fix tests | Gabriel Falcão | 2020-03-10 | 2 | -12/+15 |
| * | WIP solution for #345 | Gabriel Falcão | 2020-03-10 | 2 | -118/+147 |
| * | remove unused file | Gabriel Falcão | 2020-03-10 | 1 | -3/+0 |
| * | stop skipping querystring test | Gabriel Falcão | 2020-03-10 | 1 | -1/+6 |
| * | fix failing test | Gabriel Falcão | 2020-03-10 | 3 | -12/+17 |
| * | comment failing test temporarily to test github actions | Gabriel Falcão | 2020-03-10 | 1 | -0/+1 |
| * | pep8 fix | Gabriel Falcão | 2020-03-10 | 1 | -7/+4 |
| * | comment failing test temporarily to test github actions | Gabriel Falcão | 2020-03-10 | 1 | -5/+2 |
| * | run pyopenssl tests before functional tests | Gabriel Falcão | 2020-03-10 | 2 | -6/+6 |
| * | remove remaining python2 compatibility related to urllib parsing/[un]quoting ... | Gabriel Falcão | 2020-03-10 | 2 | -69/+13 |
| * | remove most python2-related compatibility code | Gabriel Falcão | 2020-03-10 | 7 | -88/+36 |
| * | enable coverage report | Gabriel Falcão | 2020-03-10 | 1 | -5/+8 |
| * | add files to gitignore | Gabriel Falcão | 2020-03-10 | 1 | -0/+3 |
| * | add bento config | Gabriel Falcão | 2020-03-10 | 2 | -0/+130 |
| * | replace pipenv with pure makefile + pip | Gabriel Falcão | 2020-03-10 | 5 | -111/+91 |
| * | update release script | Gabriel Falcão | 2020-03-10 | 1 | -7/+44 |
| * | run pyopenssl tests in github actions | Gabriel Falcão | 2020-03-10 | 1 | -2/+2 |
| * | require python 3 | Gabriel Falcão | 2020-03-10 | 1 | -0/+1 |
| * | update changelog | Gabriel Falcão | 2020-03-10 | 1 | -2/+3 |
| * | fix pep8 | Gabriel Falcão | 2020-03-10 | 1 | -1/+5 |
| * | update changelog | Gabriel Falcão | 2020-03-10 | 1 | -0/+20 |
| * | Merge pull request #333 from andresriancho/fix-thread | Gabriel Falcão | 2020-03-10 | 1 | -3/+11 |
| |\ | |||||
| | * | Fix for httpretty is not thread-safe #209 | Andres Riancho | 2018-04-06 | 1 | -3/+11 |
| * | | Merge pull request #364 from monitorius/master | Gabriel Falcão | 2020-03-10 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | fake_getaddrinfo: allow ipv6 use | Alexey Danilov | 2018-12-10 | 1 | -0/+2 |
| * | | | Merge pull request #371 from jokimina/patch-3 | Gabriel Falcão | 2020-03-10 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | Fix [ResourceWarning: unclosed file] | jokimina | 2019-01-31 | 1 | -0/+2 |
| | |/ / | |||||
| * | | | Merge pull request #379 from RDProjekt/double.slashes | Gabriel Falcão | 2020-03-10 | 3 | -0/+36 |
| |\ \ \ | |||||
| | * | | | Fixing lint error | Łukasz Sznuk | 2019-08-07 | 1 | -1/+1 |
| | * | | | Properly handling paths beginning with two slashes | Łukasz Sznuk | 2019-08-07 | 3 | -0/+36 |
| * | | | | fix pep8 issues | Gabriel Falcão | 2020-03-10 | 1 | -2/+1 |
| * | | | | Merge pull request #386 from gabrielfalcao/renovate/configure | Gabriel Falcão | 2020-03-09 | 1 | -0/+5 |
| |\ \ \ \ | |||||
| | * | | | | Add renovate.jsonrenovate/configure | Renovate Bot | 2020-02-07 | 1 | -0/+5 |
| * | | | | | Merge remote-tracking branch 'ndg/fix_ndg_break' into fix_ndg_break | Gabriel Falcão | 2020-03-09 | 2 | -1/+20 |
| |\ \ \ \ \ | |||||
| | * | | | | | made changes to versioning info as well as core to implement workaround for n... | John Pope | 2016-03-17 | 2 | -1/+16 |
| * | | | | | | Merge pull request #373 from chewthemonkey/docs/uri-regex-pattern | Gabriel Falcão | 2020-03-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Undocumented functionality; A URI can be a string or a regex pattern | Grant Anderson | 2019-02-14 | 1 | -1/+1 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #383 from yyscamper/fileno_issue | Gabriel Falcão | 2020-03-09 | 1 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | align signature with builtin socket | Yuan Yu | 2019-10-24 | 1 | -4/+4 |
| * | | | | | | | update copyright headers | Gabriel Falcão | 2020-03-09 | 24 | -24/+24 |
| * | | | | | | | fix rtd url | Gabriel Falcão | 2020-03-09 | 1 | -2/+2 |
| * | | | | | | | update readme | Gabriel Falcão | 2020-03-09 | 2 | -11/+44 |
| * | | | | | | | replace travis with github actions | Gabriel Falcão | 2020-03-09 | 3 | -36/+96 |
| * | | | | | | | Merge pull request #385 from der-gabe/master | Gabriel Falcão | 2020-03-09 | 2 | -0/+11 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | :pencil: Clarify relation between `enabled` and `httprettized` in API docs | Gabriel Niebler | 2019-12-19 | 2 | -0/+11 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #389 from ipetepete/master | Gabriel Falcão | 2020-03-09 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | updated documentation for register_uri concerning using ports | Peter Peterson | 2020-02-11 | 1 | -0/+2 |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #391 from timgates42/bugfix/typo_neither | Gabriel Falcão | 2020-03-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
