| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes pyopenssl issue with urllib3 (#420) | Gabriel Falcão | 2021-05-14 | 1 | -7/+20 |
| * | New release: 1.1.01.1.0 | Gabriel Falcão (he/him/his) | 2021-05-13 | 1 | -1/+1 |
| * | Improve debugging experience via `UnmockedError` and logging (#419) | Gabriel Falcão | 2021-05-13 | 2 | -64/+156 |
| * | New release: 1.0.51.0.5 | Gabriel Falcão | 2021-01-06 | 1 | -1/+1 |
| * | prevent exception from re-applying monkey patches. closes #406 | Gabriel Falcão | 2021-01-06 | 1 | -1/+5 |
| * | bypass socket.socketpair. closes #402 (#412) | Gabriel Falcão | 2021-01-06 | 1 | -22/+13 |
| * | New release: 1.0.41.0.4 | Gabriel Falcão | 2021-01-06 | 1 | -1/+1 |
| * | New release: 1.0.31.0.3 | Gabriel Falcão | 2020-11-24 | 1 | -1/+1 |
| * | Add message with context to the raised AttributeError | Vincent Philippon | 2020-11-23 | 1 | -1/+5 |
| * | Handle socket version check in urllib3>=1.26 | Vincent Philippon | 2020-11-23 | 1 | -0/+4 |
| * | New release: 1.0.21.0.2 | Gabriel Falcão | 2020-03-26 | 1 | -1/+1 |
| * | New release: 1.0.11.0.1 | Gabriel Falcão | 2020-03-26 | 1 | -1/+1 |
| * | New release: 1.0.01.0.0 | Gabriel Falcão | 2020-03-26 | 1 | -1/+1 |
| * | fix some bento checks | Gabriel Falcão | 2020-03-26 | 1 | -1/+1 |
| * | update docstrings | Gabriel Falcão | 2020-03-26 | 1 | -0/+8 |
| * | start using google-style docstrings | Gabriel Falcão | 2020-03-25 | 1 | -23/+32 |
| * | Prepare for release 0.10.0 (#395) | Gabriel Falcão | 2020-03-20 | 2 | -61/+157 |
| * | apply default bufsize from #161andresriancho-master | Gabriel Falcão | 2020-03-10 | 1 | -1/+1 |
| * | Merge pull request #267 from bcavagnolo/set-timeout | Gabriel Falcão | 2020-03-10 | 1 | -0/+3 |
| |\ | |||||
| | * | allow non-http sockets to set their own timeout | Brian Cavagnolo | 2015-11-29 | 1 | -0/+3 |
| * | | remove unused import | Gabriel Falcão | 2020-03-10 | 1 | -1/+1 |
| * | | fix tests | Gabriel Falcão | 2020-03-10 | 1 | -1/+4 |
| * | | WIP solution for #345 | Gabriel Falcão | 2020-03-10 | 1 | -99/+123 |
| * | | fix failing test | Gabriel Falcão | 2020-03-10 | 2 | -9/+6 |
| * | | remove remaining python2 compatibility related to urllib parsing/[un]quoting ... | Gabriel Falcão | 2020-03-10 | 1 | -63/+13 |
| * | | remove most python2-related compatibility code | Gabriel Falcão | 2020-03-10 | 3 | -65/+24 |
| * | | fix pep8 | Gabriel Falcão | 2020-03-10 | 1 | -1/+5 |
| * | | 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 | 1 | -0/+2 |
| |\ \ \ \ | |||||
| | * | | | | Fixing lint error | Łukasz Sznuk | 2019-08-07 | 1 | -1/+1 |
| | * | | | | Properly handling paths beginning with two slashes | Łukasz Sznuk | 2019-08-07 | 1 | -0/+2 |
| | |/ / / | |||||
| * | | | | fix pep8 issues | Gabriel Falcão | 2020-03-10 | 1 | -2/+1 |
| * | | | | 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 | 6 | -6/+6 |
| * | | | | | | Merge pull request #385 from der-gabe/master | Gabriel Falcão | 2020-03-09 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | :pencil: Clarify relation between `enabled` and `httprettized` in API docs | Gabriel Niebler | 2019-12-19 | 1 | -0/+2 |
| | |/ / / / / | |||||
| * | | | | | | 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 |
| * | | | | | | | Fix simple typo: neighter -> neither | Tim Gates | 2020-02-26 | 1 | -1/+1 |
| |/ / / / / / | |||||
| * | | | | | | New release: 0.9.70.9.7 | Gabriel Falcão | 2019-10-09 | 1 | -1/+1 |
