summaryrefslogtreecommitdiff
path: root/t/unit/test_transport.py
Commit message (Expand)AuthorAgeFilesLines
* Set an explicit timeout on SSL handshake to prevent hangsCarlos Corbacho2022-11-121-0/+8
* Use AF_UNSPEC for name resolution (#389)John Eckersberg2022-04-081-37/+3
* Unit test should run against all transport classesMichael Lazar2021-12-161-9/+10
* Add additional error handling around code where an OSError may be raised on f...Michael Lazar2021-12-161-0/+17
* Adding two tests, for Connection.collect and Transport.close.VinayGValsaraj2021-12-121-2/+9
* Fix ordering of context.check_hostname and context.verify_mode so as to not r...Colton Hicks2021-02-221-1/+42
* Add missing load_default_certs() call. (#350)Moisés Guimarães de Medeiros2021-01-271-56/+89
* Fix _wrap_socket_sni (#347)Moisés Guimarães de Medeiros2020-12-221-83/+58
* Make flake8 happyMatus Valo2020-11-081-2/+4
* autopep8 + isortOmer Katz2020-11-081-31/+31
* Reintroduce ca_certs and ciphers parameters of SSLTransport._wrap_socket_sni(...Matus Valo2020-11-081-8/+130
* Cosmetic improvements to read_frame()Matus Valo2020-10-131-1/+4
* Added __repr__ to Connection() and *Transport() classesMatus Valo2020-09-141-0/+35
* pyupgrade.Omer Katz2020-09-031-5/+5
* Stop to use deprecated method ssl.wrap_socket (#327)Hervé Beraud2020-09-021-10/+4
* Happify linters.Omer Katz2020-08-311-46/+49
* Adjust test to actual default.Omer Katz2020-08-311-1/+2
* isort.Omer Katz2020-08-311-1/+1
* Python issue 10272 has been fixed in Python 3.1.Omer Katz2020-08-311-1/+1
* All supported Python versions detect the optimal Python version.Omer Katz2020-08-311-1/+1
* Use unittest.mock instead of caseMatus Valo2020-08-201-5/+5
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-191-17/+7
* Fix saving partial read buffer on windows during socket timeout. (#321)Tim Burke2020-05-241-0/+37
* Fix faulty ssl sni intiation parameters (#283)Dhananjay Sathe2019-08-041-1/+1
* Cleanups (#269)Omer Katz2019-03-251-2/+1
* isort.Omer Katz2019-03-021-1/+1
* Treat EWOULDBLOCK as timeout (#253)Lucian Petrut2019-02-041-0/+18
* Always treat SSLError timeouts as socket timeouts (#247)Dirk Mueller2019-01-311-1/+17
* Support float read_timeout/write_timeout (#246)cadl422019-01-281-6/+16
* Add unit test for SSLTransport _write function (#251)Antonio Ojea2019-01-271-0/+21
* read_frame python3 compatible for large payloads (#248)Antonio Ojea2019-01-261-0/+11
* Add unit test for test_wrap_socket_sni (#250)Antonio Ojea2019-01-251-0/+11
* Added unittest for having_timeout (#217)Matus Valo2018-11-071-0/+46
* Issue#209: Connection.connect, Connection.close don't close socket on excepti...tomc7972018-10-121-2/+58
* Testing: Replace @patch decorators (#182)Matthias Urlichs2018-02-141-106/+105
* Fix UnboundLocalError from exception assignment to variable (#184)eric-eric-eric2018-02-091-11/+28
* Increase coverage for the having_timeout() context manager.Omer Katz2017-10-281-0/+4
* isort.Omer Katz2017-10-281-1/+1
* autopep8.Omer Katz2017-10-281-6/+6
* Added coverage for the case where the socket initialization fails.Omer Katz2017-10-281-0/+12
* Don't send AAAA DNS request when domain resolved to IPv4 address (#153)Ihar Hrachyshka2017-10-281-5/+121
* #145: Cleanup TCP configurations across platforms and unified defaults into o...Dan Chowdhury2017-10-231-0/+7
* Add support for setting the SNI hostname header (#139)Dhananjay Sathe2017-04-131-3/+3
* Refactored to make authn modular; added GSSAPI (#110)Alexander Dutton2016-12-291-1/+1
* Use backport version of struct method on Python 2.7.5 and earlier (Issue #117)Ask Solem2016-12-141-4/+3
* Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-12-141-2/+2
* Revert "Pass fmt string as a str object to struct functions (#112)"Ask Solem2016-12-071-2/+2
* Pass fmt string as a str object to struct functions (#112)Jon Dufresne2016-11-081-2/+2
* Use py.testAsk Solem2016-08-231-0/+375