summaryrefslogtreecommitdiff
path: root/tests/convenience_test.py
Commit message (Expand)AuthorAgeFilesLines
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-1/+1
* convenience: SO_REUSEPORT is not available on WSL platform (Linux on Windows)Sergey Shepelev2017-06-021-0/+27
* convenience: skip SO_REUSEPORT for bind on random port (0)listen-reuseSergey Shepelev2017-05-121-15/+39
* convenience: listen() sets SO_REUSEPORT when available; Thanks to Zhengwei GaoSergey Shepelev2016-10-281-7/+12
* Python 3 compat: Improve various bitsJakub Stasiak2014-10-101-2/+2
* PEP-8 fixesSergey Shepelev2014-08-271-2/+2
* python3 compatibilitySergey Shepelev2014-04-241-31/+36
* python3 compat fixesVictor Sergeyev2014-03-281-13/+16
* Skip SSL tests if SSL is not availableFloris Bruynooghe2012-09-051-1/+2
* Patch from Nick Vatamaniuc, fixes #83. Thanks!Ryan Williams2011-04-061-1/+10
* Finally adding a wrap_ssl implementation and removing some more test referenc...Ryan Williams2010-05-241-0/+19
* py3k - corrections for deprecation warnings reported by python2.6 -3.amajorek2010-03-091-2/+2
* py3k - more changes.amajorek2010-03-041-14/+12
* New module convenience; moved convenience functions in there. Sectioned off ...Ryan Williams2010-02-251-0/+105