summaryrefslogtreecommitdiff
path: root/websocket/_utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-041-4/+0
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...engn33r2021-02-221-2/+1
* Pep8 fixesazaugg2019-04-241-0/+1
* Fix SSL socket handling (#2)Juho Hovila2018-08-291-1/+6
* wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise importsAllan Lewis2016-04-271-1/+0
* 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/+4
* wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacingAllan Lewis2016-04-271-1/+1
* _utils: Remove unnecessary trailing semicolonAllan Lewis2016-04-271-1/+1
* _utils.NoLock.__exit__: Use standard parameter namesAllan Lewis2016-04-271-1/+1
* wsdump, _core, _url, _utils: Remove redundant parenthesesAllan Lewis2016-04-271-1/+1
* fix typosJakub Wilk2016-01-031-1/+1
* use wsaccel if availableAchille Roussel2015-07-101-46/+56
* - fixed #190liris2015-06-241-1/+4
* Fix #180: Avoid deprecated BaseException.messageJohn Vandenberg2015-05-051-5/+1
* add "__all__"Hiroki Ohtani2015-03-191-0/+2
* refactoring.,,liris2015-03-131-0/+5
* - Update license text and source code to reflect propoer address for FSFRobert Schweikert2015-02-081-1/+2
* refs #117liris2014-10-151-0/+55
* - fixed #92liris2014-06-231-0/+29