summaryrefslogtreecommitdiff
path: root/websocket/_socket.py
Commit message (Expand)AuthorAgeFilesLines
* Fix logic bug in #893engn33r2023-02-051-1/+1
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-9/+6
* custom dispatcher pings/timeouts (#795)bubbleboy142022-02-251-3/+3
* Update copyright year to 2022engn33r2021-12-311-1/+1
* Py2->3: simplify class definition (#750)谭九鼎2021-10-201-1/+1
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-101-13/+11
* Fix #205 by clarifying _socket.py exception textengn33r2021-05-171-1/+1
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-041-5/+3
* Update to use the selectors module with DefaultSelector (#568)Daan van Vugt2021-05-051-3/+13
* PEP8 style compliance fixesengn33r2021-05-041-1/+0
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...engn33r2021-02-221-2/+1
* Edit documentation to clarify timeout can be int or float (#654)engn33r2021-02-161-3/+3
* Add first draft of Sphinx documentationengn33r2021-01-311-2/+14
* Don't retry sockets with timeout set to 0Trygve Aaberge2019-03-201-2/+8
* Fix SSL socket handling (#2)Juho Hovila2018-08-291-2/+36
* Fixes raising WebSocketTimeoutException with SSLTim Rozet2018-01-231-1/+1
* revertHiroki Ohtani2018-01-221-1/+1
* fixed #3799Hiroki Ohtani2017-12-301-1/+1
* fixed #370Hiroki Ohtani2017-12-241-2/+3
* wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise importsAllan Lewis2016-04-271-2/+2
* websocket.*: [PEP 8] Use conventional line-length limitAllan Lewis2016-04-271-1/+2
* wsdump, websocket.*: [PEP 8] Use conventional vertical spacingAllan Lewis2016-04-271-0/+3
* _abnf, _socket: Don't override builtinsAllan Lewis2016-04-271-3/+3
* Not all exception messages are actually strings. For example SSLException see...Eero Nevalainen2015-12-031-1/+1
* Fix exception in recv() when ssl module is not availableAndrey Kosyakov2015-03-251-0/+1
* fixed #160 and some refactoringliris2015-03-251-1/+10
* add "__all__"Hiroki Ohtani2015-03-191-1/+6
* refactoring.Hiroki Ohtani2015-03-191-4/+3
* refactoringliris2015-03-131-4/+4
* refactoring.liris2015-03-131-0/+107